]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Use backend specific sortby and sortable_columns method, to be able to
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 9 Jul 2004 10:06:50 +0000 (10:06 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 9 Jul 2004 10:06:50 +0000 (10:06 +0000)
commitb26fa766757af4a8ceeba4c0d9aa139c7c554ece
tree26c0c3e78e878c111f0bf6770cf333f6c783617b
parent650a0f90f0cc826ae55bf1f48c1bbb06baf9b8c8
Use backend specific sortby and sortable_columns method, to be able to
select between native (Db backend) and custom (PageList) sorting.
Fixed PageList::AddPageList (missed the first)
Added the author/creator.. name to AllPagesBy...
  display no pages if none matched.
Improved dba and file sortby().
Use &$request reference

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3889 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/PageList.php
lib/WikiDB.php
lib/WikiDB/backend.php
lib/WikiDB/backend/ADODB.php
lib/WikiDB/backend/PearDB.php
lib/WikiDB/backend/cvs.php
lib/WikiDB/backend/dba.php
lib/WikiDB/backend/dbaBase.php
lib/WikiDB/backend/file.php
lib/plugin/AllPages.php