1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 16:33:00 +00:00

Todo comment tidyup

This commit is contained in:
Starbeamrainbowlabs 2015-10-08 10:12:45 +01:00
parent 2fafae3184
commit 67dc28cae1
4 changed files with 2 additions and 8 deletions

View file

@ -1138,8 +1138,6 @@ register_module([
unset($index_entry->redirect_target); unset($index_entry->redirect_target);
} }
}); });
// Todo register a function somewhere else to detect reedirects in the front end
} }
]); ]);
@ -1565,7 +1563,6 @@ register_module([
<th>Last Editor</th> <th>Last Editor</th>
<th>Last Edit Time</th> <th>Last Edit Time</th>
</tr>\n"; </tr>\n";
// todo list the pages in alphabetical order
foreach($sorted_pageindex as $pagename => $pagedetails) foreach($sorted_pageindex as $pagename => $pagedetails)
{ {
$content .= "\t\t<tr> $content .= "\t\t<tr>

View file

@ -41,7 +41,7 @@
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds support for redirect pages. Uses the same syntax that Mediawiki does.", "description": "Adds support for redirect pages. Uses the same syntax that Mediawiki does.",
"id": "feature-redirect", "id": "feature-redirect",
"lastupdate": 1443963856, "lastupdate": 1444295544,
"optional": false "optional": false
}, },
{ {
@ -95,7 +95,7 @@
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds a page that lists all the pages in the index along with their metadata.", "description": "Adds a page that lists all the pages in the index along with their metadata.",
"id": "page-list", "id": "page-list",
"lastupdate": 1436976553, "lastupdate": 1444295525,
"optional": false "optional": false
}, },
{ {

View file

@ -25,8 +25,6 @@ register_module([
unset($index_entry->redirect_target); unset($index_entry->redirect_target);
} }
}); });
// Todo register a function somewhere else to detect reedirects in the front end
} }
]); ]);

View file

@ -20,7 +20,6 @@ register_module([
<th>Last Editor</th> <th>Last Editor</th>
<th>Last Edit Time</th> <th>Last Edit Time</th>
</tr>\n"; </tr>\n";
// todo list the pages in alphabetical order
foreach($sorted_pageindex as $pagename => $pagedetails) foreach($sorted_pageindex as $pagename => $pagedetails)
{ {
$content .= "\t\t<tr> $content .= "\t\t<tr>