mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Todo comment tidyup
This commit is contained in:
parent
2fafae3184
commit
67dc28cae1
4 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
|
@ -25,8 +25,6 @@ register_module([
|
|||
unset($index_entry->redirect_target);
|
||||
}
|
||||
});
|
||||
|
||||
// Todo register a function somewhere else to detect reedirects in the front end
|
||||
}
|
||||
]);
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue