]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/PageList.php
PageList enhanced and improved.
[SourceForge/phpwiki.git] / lib / PageList.php
2004-02-15 rurbanPageList enhanced and improved.
2004-02-15 rurbanimproved _Selectable columns handling (independent...
2004-02-12 rurbanWikiAdminRename:
2004-02-11 rurbanadded info=some + info=most, simplified info handling
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanadded sortby support to explodePageList() and UnfoldSub...
2004-01-25 rurbanPageList sortby support in PearDB and ADODB backends
2003-12-11 carstenklappInternal change: Fix PHP Warning: Call-time pass-by...
2003-11-30 carstenklappMinor code optimization: use include_once instead of...
2003-11-29 carstenklappNew features: Added two new column types 'size' and...
2003-02-22 dairikiFixes for "Call-time pass by reference has been depreca...
2002-10-31 carstenklappRemoved new HTML::nbsp function, just use HTML::raw...
2002-10-29 carstenklappReplaced NBSP constant with a new nbsp() function....
2002-09-09 rurbanFileFinder: added OS specific code. Just for testing...
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-02-24 carstenklappRender nonexistant pagenames as unknown WikiLinks ...
2002-02-13 carstenklapprefactored nasty nested if
2002-02-13 carstenklappNew argument 'all' to show all columns.
2002-02-08 dairikiAdd 'markup' column.
2002-02-06 carstenklappReverted PageList_Column_author. As Jeff pointed out...
2002-02-06 carstenklappMinor speed improvement (author name column: WikiLink...
2002-02-02 carstenklappAdded table summary for non-visual browsers.
2002-01-31 dairikiPageList cleanup. Move the Plugin::_init functionality...
2002-01-30 dairikiTwo new convenience functions in lib/Theme.php: WikiLin...
2002-01-30 carstenklappadded page exclusion functions
2002-01-29 carstenklappdon't add duplicate page names
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-27 carstenklappUpdated comments for new column version.
2002-01-27 dairikiteeny cleanup
2002-01-27 carstenklappbugfix for addColumn, broken in 1.22
2002-01-26 carstenklappnew column: version
2002-01-26 carstenklappDon't add column if it already is present
2002-01-25 dairikiMinor cleanup of _Pagelist_column_author.
2002-01-25 carstenklappminor optimization to _authorLink
2002-01-25 carstenklappAuthor names in PageList uses $Theme->linkExistingWikiWord
2002-01-23 carstenklappfinished moving LinkExistingWikiWord to Theme
2002-01-22 dairikiMinor refactor of PageList row coloring.
2002-01-22 carstenklappalternating row coloring
2002-01-22 carstenklappcomments updated
2002-01-22 dairikiSizeable refactor, minor cleanups.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 carstenklappFixed Last Summary and added First Summary.
2002-01-21 carstenklapptypo fix
2002-01-21 carstenklappAdded new report columns, alternate column titles and...
2002-01-21 carstenklappMoved ucfirst into PageList until a better solution...
2002-01-21 carstenklapprenamed function getHTML to getContent for consistency...
2002-01-21 carstenklappOutput list when only one column of data
2002-01-21 carstenklappAdded caption, thead, tbody table elements. See http...
2002-01-21 carstenklappConverted to use new HtmlElement functions.
2002-01-21 carstenklappFinshed off the class, still a few rough edges.
2002-01-21 carstenklappFnished off the class, still a few rough edges.
2002-01-21 carstenklappadded more columns
2002-01-21 carstenklappThis will relieve some of the work of plugins like...