]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB
missing pageiter::count methods
[SourceForge/phpwiki.git] / lib / WikiDB /
2004-04-27 rurbanmissing pageiter::count methods
2004-04-26 rurbanlocking table specific for better databases
2004-04-20 rurbanthemable paging support
2004-04-19 rurbanphp5 compatibility: it works!
2004-04-18 rurbanprotect most_popular from sortby=mtime
2004-04-16 rurbanupdated ADODB notes
2004-04-16 rurbannew ADODB library 4.22 with multiple drivers (not only...
2004-04-06 rurbanCleanup of special PageList column types
2004-04-01 rurbanbetter wording
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-18 rurbanfixed sqlite support
2004-03-18 rurbanThe missing sqlite pear module, but it doesn't work...
2004-03-17 rurbanADODB SelectLimit fix
2004-03-17 rurbanoptimized fields for SELECT and SQLite
2004-03-17 rurbanby Matthew Palmer
2004-03-16 rurbanreformatting, most_recent typo fix
2004-03-01 rurbanrename fix
2004-03-01 rurbanmost popular sort enhancement
2004-03-01 rurbanADODB rename fix
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-17 rurbansome minor fixes and comments
2004-02-15 rurbandon't display the SQL dsn connection password
2004-02-12 rurbanmore rename_page backend methods: only tested for PearD...
2004-02-12 rurbanRename functional for PearDB backend
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanORDER BY support for all other backends,
2004-01-25 rurbanPageList sortby support in PearDB and ADODB backends
2004-01-25 rurbana default LIMIT -1 is wrong.
2003-12-07 carstenklappCode Housecleaning: fixed syntax errors. (php -l *...
2003-12-05 zorlocRemoved duplicate definition of _sql_match_clause and...
2003-06-20 zorlocOverride the base PearDB functions that create the...
2003-03-04 dairikiFix and cleanup lib/DB_Session.php.
2003-03-04 dairikiBug fix for the postgres backend:
2003-02-25 dairikiFix so that SQL tables get unlocked upon SQL error.
2003-02-24 dairikiBug fix. Don't need to urldecode pagenames in WikiDB_b...
2003-02-23 dairikiFix for PHP warning.
2003-02-23 dairikiFixes for SF bug #657661.
2003-02-22 dairikiBogus page names weren't being deleted by "Excorcise...
2003-01-04 wainsteadAdded copyleft flowerboxes
2003-01-04 wainsteadadded log tag, converted file to unix format
2003-01-04 wainsteadok, this time log tag for sure.
2003-01-04 wainsteadAdded credits, php emacs stuff, log tag for CVS.
2003-01-04 wainsteadNew flat file database for the 1.3 branch thanks to...
2002-09-12 rurbanfixed DB_Session
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-20 dairikiFix bug in PearDB::get_links. (This was actually a...
2002-02-09 lakkaChanges to RecentChanges plugin. Now takes $limit...
2002-02-08 lakkaRecentChanges plugin now takes $days < 0 and
2002-02-08 dairikiImplement "least popular" for DBA backend.
2002-02-08 lakkaMostPopular plugin now takes $limit < 0, and will retur...
2002-02-06 dairikiFix bug in get_links().
2002-02-03 dairikiA fix the text searches.
2002-02-02 lakkaA few tweaks. Error handling etc. Title search still...
2002-02-01 lakkaFirst cut of ADODB backend. I've only tested this...
2002-01-31 dairikiCleaned up the password hiding, so that the rest of...
2002-01-31 carstenklapp*** empty log message ***
2002-01-31 carstenklappQuick and dirty hack to prevent mysql password from...
2002-01-28 dairikiInclude (and use) latest PEAR DB code from the PEAR...
2002-01-24 carstenklappOne more quote fix for brain-dead syntax colouring.
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-20 dairikiFix for sporadic bad behavior.
2002-01-10 carstenklappConverted presentational markup to semantic markup...
2002-01-10 carstenklappMinor fixes for xhtml conformance <br> --> <br />.
2001-12-19 carstenklappPearDB broke during sprintf fine-tuning--fixed.
2001-12-19 carstenklappsprintf fine-tuning for gettext
2001-12-19 carstenklappgettext-ified error messages with sprintf(_("%s"),$v)
2001-12-14 dairikiSF bug #492511: Don't assume DB:isManip() exists.
2001-12-08 dairikiSignificant bug fix: not all changes showing up in...
2001-12-03 joe_edelmanFixed a typo in get_all_pages() that was preventing...
2001-11-26 riessenimplemented the most_recent and most_popular functions...
2001-11-21 dairikiFix typo/bug in PearDB::text_search.
2001-11-21 dairikiChange calling conventions for ErrorManager::pushErrorH...
2001-11-17 dairikiFor maximum portability, use old fashioned comma join...
2001-11-08 riessenextended the functionality of the cvs backend, extended...
2001-11-07 dairikiFix quoting of search expressions. (Searches for words...
2001-10-29 dairikiCleanup to get rid of PHP warning.
2001-10-01 riesseninitial implementation of a cvs backend ...
2001-09-28 riessenfirst skeleton version of the cvs
2001-09-21 dairikiFix the fix: fun with regexps. (minor).
2001-09-20 dairiki_pear_notice_filter: Another minor fix (this time for...
2001-09-20 dairiki_pear_notice_filter(): minor fix.
2001-09-19 dairikiSearch some standard locations for PEAR library code...
2001-09-19 wainsteadUpdated the "emacs local variables" blocks.
2001-09-19 dairikiMinor cleanup.
2001-09-18 dairikiJeff's hacks II.