]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB
support limit
[SourceForge/phpwiki.git] / lib / WikiDB /
2005-09-11 rurbansupport limit
2005-09-10 rurbanenhance titleSearch
2005-08-07 rurbanreformatting
2005-08-06 rurbanadd comments
2005-07-01 rurbanwork around PEAR pgsql escape stupidity
2005-04-10 rurbanmore mysql-4.1 quirks: add utf8 to the charset aliases...
2005-04-09 rurbanminor reformatting
2005-04-01 rurbanfix rename for dba
2005-04-01 rurbanmysql charsets: mysql needs different names and doesn...
2005-02-28 rurbanignore forbidden ini_set warnings. Bug #1117254 by...
2005-02-18 uckelmanRe-enabled /tmp warnings to save those who choose not...
2005-02-11 rurbansupport ENABLE_LIVESEARCH, enable PDO sessions
2005-02-10 rurbanmove getRow up one level to our backend class
2005-02-10 rurbanadd PDO support
2005-02-07 rurbandefine mysql connection charset
2005-02-04 rurbanfix purge cache error
2005-01-29 rurbanBugs item #1077769 fixed by frugal.
2005-01-25 rurbansupport DATABASE_PERSISTENT besides dsn database?persis...
2005-01-25 rurbanfix listOfFields with different database
2005-01-18 rurbanreformatting and two bug fixes: adding missing parens
2005-01-18 rurbanOops. Again thanks to Charles Corrigan
2005-01-18 rurbanfix quoting
2005-01-17 rurbanpagedata fix by Charles Corrigan
2004-12-26 rurbanfix ADODB MostPopular, avoid limit -1, pass hits on...
2004-12-22 rurbanfix page _id_cache logic for _get_pageid create_if_missing
2004-12-22 rurbanfix wrong _update_nonempty_table on empty content ...
2004-12-13 rurbanavoid warning
2004-12-10 rurbanfix $page->get('_cached_html)
2004-12-10 rurbanSQL optimization:
2004-12-08 rurbansupport new non-destructive delete_page via generic...
2004-12-08 rurbanadd missing search class
2004-12-06 rurbanenable action=remove which is undoable and seeable...
2004-11-30 rurbanexists_links backend implementation
2004-11-29 rurbanjust aesthetics
2004-11-29 rurbanimprove match: pagename first, fulltext only if failed
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
next