]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/PageList.php
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / lib / PageList.php
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2010-04-15 vargenauUse big value since paging does not work
2009-11-12 rurbanreenable HTML caption: quoting
2009-11-05 vargenauValid XHTML code
2009-11-05 rurbanFix Bug#2892522 Textsearch highlighting with two words...
2009-10-13 rurbanRevert r7194
2009-08-31 rurbanfix wrong paging with cols.
2009-06-24 vargenauAdd comment about highlighting
2009-06-23 vargenauRemove special characters so that highligting works
2009-06-15 vargenauLet us trim page names (user might have put spaces...
2009-06-11 vargenauGive exact number of pages listed (number was incorrect...
2009-06-11 vargenauOne image is enough
2009-06-10 vargenauUserPages: replace "created" by "owned" (more flexible)
2009-06-10 vargenauAdd "external" column
2009-06-09 vargenauDo not display dots if string is at beginning
2009-06-06 vargenauAvoid "PHP Fatal error" in PHP5: test type
2009-06-04 vargenauDo not hardcode "The PhpWiki programming team", use...
2009-06-04 vargenauTest correctly: string may be at start
2009-06-03 vargenauNew class PageList_Unselectable
2009-04-16 rurban* ignore sortby clicked on init (debugging cruft)
2009-04-03 vargenauIf division does not give an integer, we need one more...
2009-03-27 vargenaujsFlipAll Javascript code was inserted inside the table...
2009-03-26 vargenauUse UTF-8 so that display is correct on sf.net
2009-03-25 rurbannotice uninitialized from
2009-03-25 rurbanfix paging with dba (avoid double limit)
2009-03-01 vargenauTest isset to avoid warning
2009-02-14 vargenauPut flipAll Javascript function in wikicommon.js
2009-02-14 vargenauTable of 100% width
2008-12-04 rurbanPHP Fatal error: Cannot unset string offsets
2008-09-16 vargenauNew action page: AllUserPages
2008-09-07 vargenauRenamed class Theme to WikiTheme to avoid Gforge name...
2008-08-29 vargenauDo not force image width and height
2008-08-22 vargenauActivated Id substitution for Subversion
2008-03-18 vargenauRedo 1.149 that was removed by mistake
2008-03-17 rurbanNo sort links on dumped pages.
2008-02-15 vargenauCorrected bug #1847961: In AllPages with a limit, last...
2008-02-15 vargenauAllow sorting by hits; test method_exists
2008-02-14 rurbanref to a class does not work with php-4, add ratingvalue
2008-01-31 vargenauValid HTML code: tfoot must be before tbody
2008-01-26 vargenauXHTML is case-sensitive; use correct case
2007-09-19 rurbanenable "^A or ^B" pages argument for PageLists: e.g...
2007-09-15 rurbanadd explodePageList comments
2007-09-12 rurbanallow array to be exploded (comma problem)
2007-08-25 rurbanmore limit fixes: limit earlier, fix COUNT slice
2007-07-21 rurbanfix column access
2007-07-14 rurbansupport listtype=dl and ranked search
2007-07-01 rurbanfix PageList with multiple lists: added id, fixed sortb...
2007-05-24 rurbandisplay list with tokens problem
2007-05-13 rurbanforce adding a options[type] column: fixes LinkDatabase
2007-01-25 rurbanSupport nopage
2007-01-20 rurbanSupport paging limit if ->_pages is not yet limited...
2007-01-07 rurbanHonor predefined ->_rows: hack to (re-)allow non-pagena...
2007-01-02 rurbanfilter pageNames through limit, needed for xmlrpc....
2005-09-14 rurbanoptimized explodePageList to use SQL when available
2005-09-11 rurbanimplement fulltext stoplist
2005-08-27 rurbannew helper method
2005-04-09 rurbanfix recursive PageList azhead+cols listing
2005-02-04 rurbanfix usort ref warning. Thanks to Charles Corrigan
2005-01-28 rurbanreformatting
2005-01-25 rurbanreformatting
2004-12-26 rurbanfixed prev link logic
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...
next