]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend/PearDB.php
new regex search parser and SQL backends (90% complete, glob and pcre backends missing)
[SourceForge/phpwiki.git] / lib / WikiDB / backend / PearDB.php
2004-11-26 rurbannew regex search parser and SQL backends (90% complete...
2004-11-25 rurbanand again a couple of more native db args: backlinks
2004-11-23 rurbanadd case_exact search
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-20 rurbanadd fast exclude support to SQL get_all_pages
2004-11-20 rurbanimproved WantedPages SQL backends
2004-11-10 rurban* optimize increaseHitCount, esp. for mysql.
2004-11-10 rurban* requires newer Pear_DB (as the internal one): quote...
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-07 rurbannew sql access log (for spam prevention), and restructu...
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-14 rurbanloadsave: check if the dumped file will be accessible...
2004-10-14 rurbanallow most_popular sortby arguments
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 rurbanuse the backendType abstraction
2004-07-05 rurbanadd mysql timeout
2004-07-04 rurbanforgot the expressions
2004-07-03 rurbanoptional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade...
2004-06-29 rurbanUse ...version() $need_content argument in WikiDB also:
2004-06-27 rurbanoci8 patch by Philippe Vanhaesendonck + some ADODB...
2004-06-25 rurbanreduce memory footprint by caching only requested paged...
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-06 rurbanCategoryGroup: oops, dos2unix eol
2004-05-03 rurbandon't use persistent connections with postgres
2004-04-26 rurbanlocking table specific for better databases
2004-04-20 rurbanthemable paging support
2004-04-19 rurbanphp5 compatibility: it works!
2004-04-16 rurbanupdated ADODB notes
2004-04-16 rurbannew ADODB library 4.22 with multiple drivers (not only...
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-18 rurbanfixed sqlite support
2004-03-17 rurbanoptimized fields for SELECT and SQLite
2004-03-01 rurbanrename fix
2004-03-01 rurbanmost popular sort enhancement
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-17 rurbansome minor fixes and comments
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
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-22 dairikiBogus page names weren't being deleted by "Excorcise...
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 lakkaMostPopular plugin now takes $limit < 0, and will retur...
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-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-03 joe_edelmanFixed a typo in get_all_pages() that was preventing...
2001-11-21 dairikiFix typo/bug in PearDB::text_search.
2001-11-17 dairikiFor maximum portability, use old fashioned comma join...
2001-11-07 dairikiFix quoting of search expressions. (Searches for words...
2001-10-29 dairikiCleanup to get rid of PHP warning.
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 dairikiMinor cleanup.
2001-09-18 dairikiJeff's hacks II.