]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB
private
[SourceForge/phpwiki.git] / lib / WikiDB /
2004-11-29 rurbaninherit methods on recursion
2004-11-29 rurbanfix WikiDB_backend::sortby + limit call
2004-11-29 rurbanmove new db filters to iterator, so that get_links...
2004-11-29 rurbanfaster dba->numPages
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 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 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-11 rurbanminor clarifications
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-06 rurbanThe optimized version doesn't query for pagedata anymore.
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-10-12 rurbanMS SQL support (untested)
2004-09-06 rurbanforce explicit mysql auto-incrementing, atomic version
2004-07-10 rurbanapplied patch by Philippe Vanhaesendonck:
2004-07-09 rurbanjust aesthetics
2004-07-09 rurbandont cache _ cached_html and pagename in flatfile page...
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 rurbanimprove numPages for file (fixing AllPagesTest)
2004-07-08 rurbanuse the backendType abstraction
2004-07-08 rurbanrenamed the four PearDB backends to have a PearDB_...
2004-07-08 rurbanless verbose for tests
2004-07-08 rurbanvarious unit test fixes: print error backtrace on _DEBU...
2004-07-08 rurbanquiet the testruns
2004-07-05 rurbansqlite autoincrement fix
2004-07-05 rurbanadd mysql timeout
2004-07-05 rurbanautocreate non-existing sqlite db
2004-07-04 rurbanforgot the expressions
2004-07-03 rurbanoptional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade...
2004-07-03 rurbanTested new mysql 4.1.3-beta: binary search bug as fixed.
2004-06-29 rurbanUse ...version() $need_content argument in WikiDB also:
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-21 rurbanadd DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for...
2004-06-20 rurbanget_class case-sensitivity issues
2004-06-16 rurbanDisallow refernces in calls if the declaration is a...
2004-06-11 rurbansupport theme-specific LinkIconAttr: front or after...
2004-06-07 rurbanfixed ADOOB upgrade: listOfFields()
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-06-03 rurbanfix bug #963268 (check existing previous version)
2004-05-14 rurbanversion updated to 1.3.11pre
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-09 rurbanending LF: #950617 Clean up CVS repository
2004-05-09 rurbandos2unix (sf.net bug #950617 by langly)
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-06 rurbanCategoryGroup: oops, dos2unix eol
2004-05-03 rurbandon't use persistent connections with postgres
2004-04-29 rurbanprevent from accessing deleted pages
2004-04-29 rurbanfix sf.net bug #944568
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...
next