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);
}
});
// 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 Edit Time</th>
</tr>\n";
// todo list the pages in alphabetical order
foreach($sorted_pageindex as $pagename => $pagedetails)
{
$content .= "\t\t<tr>

View File

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

View File

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