]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend/ADODB.php
support new non-destructive delete_page via generic backend method
[SourceForge/phpwiki.git] / lib / WikiDB / backend / ADODB.php
2004-12-08 rurbansupport new non-destructive delete_page via generic...
2004-12-06 rurbanenable action=remove which is undoable and seeable...
2004-11-30 rurbanexists_links backend implementation
2004-11-28 rurbanOptimize PearDB _extract_version_data and _extract_page...
2004-11-27 rurbansimpified regex search architecture:
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-17 rurbanjust whitespace
2004-11-15 rurbansilent cache warning
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-06 rurbanThe optimized version doesn't query for pagedata anymore.
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-14 rurbanallow most_popular sortby arguments
2004-09-06 rurbanforce explicit mysql auto-incrementing, atomic version
2004-07-10 rurbanapplied patch by Philippe Vanhaesendonck:
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 rurbansqlite autoincrement fix
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-28 rurbanfix adodb_sqlite to have the same dsn syntax as pear...
2004-06-28 rurbanupdated DSN parser from Pear. esp. for sqlite
2004-06-27 rurbanoci8 patch by Philippe Vanhaesendonck + some ADODB...
2004-06-25 rurbanreduce memory footprint by caching only requested paged...
2004-06-16 rurbanDisallow refernces in calls if the declaration is a...
2004-06-07 rurbanfixed ADOOB upgrade: listOfFields()
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-06 rurbanCategoryGroup: oops, dos2unix eol
2004-04-26 rurbanlocking table specific for better databases
2004-04-20 rurbanthemable paging support
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-01 rurbanbetter wording
2004-03-18 rurbanfixed sqlite support
2004-03-17 rurbanADODB SelectLimit fix
2004-03-17 rurbanoptimized fields for SELECT and SQLite
2004-03-01 rurbanrename fix
2004-03-01 rurbanADODB rename fix
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-17 rurbansome minor fixes and comments
2004-02-12 rurbanmore rename_page backend methods: only tested for PearD...
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-02-22 dairikiBogus page names weren't being deleted by "Excorcise...
2002-09-12 rurbanfixed DB_Session
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-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...