]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/PageList.php
Add braces
[SourceForge/phpwiki.git] / lib / PageList.php
2004-12-26 rurbandont break sideeffecting sortby flips on paging urls...
2004-12-16 rurbanAvoid double calculation
2004-11-25 rurbanand again a couple of more native db args: backlinks
2004-11-23 rurbanbetter support for case_exact search (not caseexact...
2004-11-23 rurbanadd case_exact search
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-20 rurbanimproved WantedPages SQL backends
2004-11-20 rurbanfix a yet unused PageList customPageListColumns bug...
2004-11-11 rurbanminor clarifications
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-14 rurbanfix dumphtml with USE_PATH_INFO (again). fix some PageL...
2004-10-14 rurbanloadsave: check if the dumped file will be accessible...
2004-10-14 rurbanremove class _PageList_Page, fix sortby=0 (start with...
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-10-05 rurbansupport paging for simple lists
2004-10-04 rurbanlist of page objects
2004-09-24 rurbanfix paging of SqlResult
2004-09-17 rurbantypo
2004-09-17 rurbanupdate comments
2004-09-17 rurbanseperate pagingTokens()
2004-09-14 rurbanexclude pages already in addPages to simplify plugins
2004-09-06 rurbanoops, forgot global request
2004-09-06 rurbanmodularize paging helper (for SqlResult)
2004-08-18 rurbanfixed checkbox list Select button:
2004-07-09 rurbanUse backend specific sortby and sortable_columns method...
2004-07-08 rurbanPrevent from more warnings, minor db and sort optimizations
2004-07-08 rurbanmore unittest fixes (file backend, metadata RatingsDb)
2004-07-07 dfrankowTake out if that prevents column sorting
2004-07-02 dfrankowChange one line so that if addPageList() is passed...
2004-07-01 rurbandumphtml: added exclude, print pagename before processing
2004-06-29 rurbanMore memory optimization:
2004-06-29 rurbanMemory optimization (reference to parent, smart bool...
2004-06-28 rurbanremoved non-portable LIMIT 1 (it's getOne anyway)
2004-06-27 rurbanoci8 patch by Philippe Vanhaesendonck + some ADODB...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-21 rurbanfix typo and rating method call
2004-06-21 rurbanadd DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for...
2004-06-18 rurbanadopt new PageList style
2004-06-17 rurbanapply wikilens work to PageList: all columns are sortab...
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-06-13 rurbanempty list of pages if user=[] and not authenticated.
2004-06-13 rurbanSupport pagelist filter for current author,owner,creato...
2004-06-13 rurbannew support for arguments owner, author, creator in...
2004-06-08 rurbansome comments only
2004-05-18 rurban improve Pagelist layout by equal pagename width for...
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-13 rurbanfix for MacOSX border CSS attr, and if sort buttons...
2004-04-20 rurbanmore paging support and paging fix for shorter lists
2004-04-20 rurbanmore paging support
2004-04-20 rurbanthemable paging support
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-16 rurbanfix handling of numeric pagenames
2004-04-09 rurbanAdded PhpWiki RssFeed to Sidebar
2004-04-07 rurbanfixed pear/File_Passwd for Windows
2004-04-06 rurbanCleanup of special PageList column types
2004-03-31 rurbanshorter javascript,
2004-03-30 rurbanRateIt support (currently no recommendation engine...
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-17 rurbanfixed p[] pagehash passing from WikiAdminSelect, fixed...
2004-03-14 rurbannew custom PageList column
2004-03-12 rurbanfixed explodePageList: wrong sortby argument order...
2004-03-12 rurbanenforce PagePermissions, errormsg if not Admin
2004-03-12 rurbanfixed that jsFlipAll() is not included on every page.
2004-03-10 rurbangridbutton border
2004-03-09 rurbanoptimize gridbutton output: properly symetric and centered
2004-03-08 rurbanfixed Theme->getButtonURL
2004-03-01 rurbanrename fix
2004-03-01 rurbanadded no_order.png for constant col width
2004-02-26 rurbanexclude fix: glob-style wildcards are now expanded...
2004-02-24 rurbanfixed minor warnings: unchecked args, POST => Get urls...
2004-02-23 rurbanmore PagePerm stuff: (working against 1.4.0)
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-17 rurbanadded SearchReplace support. some thoughts on paging...
2004-02-15 rurbanpo changes
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
next