]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
fix a yet unused PageList customPageListColumns bug (merge class not decl to _types)
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 20 Nov 2004 11:28:49 +0000 (11:28 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 20 Nov 2004 11:28:49 +0000 (11:28 +0000)
commit8bf8bd8de27fb0d751cdf85ce509410574d88ab8
tree0d5c7f6cd1b021bd695dd54d2da636c55c403649
parent8fe72473878129cb80555dbf768116e344912cc7
fix a yet unused PageList customPageListColumns bug (merge class not decl to _types)
change WantedPages to use PageList
change WantedPages to print the list of referenced pages, not just the count.
  the old version was renamed to WantedPagesOld
  fix and add handling of most standard PageList arguments (limit, exclude, ...)
TODO: pagename sorting, dumb/WantedPagesIter and SQL optimization

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4156 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/PageList.php
lib/plugin/SystemInfo.php
lib/plugin/WantedPages.php
lib/plugin/WantedPagesOld.php [new file with mode: 0644]