]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend/PearDB.php
var --> public
[SourceForge/phpwiki.git] / lib / WikiDB / backend / PearDB.php
2013-05-29 vargenauvar --> public
2012-12-17 vargenauAdd is_object check
2012-11-21 vargenauRemove unused require_once
2012-11-21 vargenauRemove check_php_version(5)
2012-11-14 vargenauRemove useless semicolon
2012-10-06 vargenauReformat code
2012-10-02 vargenauWhitespace only
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauextra_empty_lines
2012-08-31 vargenauNo tabs
2012-08-31 vargenautrailing_spaces
2011-04-13 vargenauAvoid warning
2011-04-11 vargenauWe assume PHP >= 4.3.9, so debug_backtrace exists
2011-03-03 vargenauRemove rcs_id
2010-08-11 vargenauHarmonize file footer
2010-07-15 vargenauFix paging (forgot this one)
2010-07-15 vargenauFix paging
2010-07-13 vargenauAvoid PHP warning when relation is not set
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-03-08 vargenauAdd function reset in class WikiDB_backend_PearDB_gener...
2009-01-07 rurbanBe pedantic about suppressed warnings (just for the...
2008-08-22 vargenauActivated Id substitution for Subversion
2007-11-17 rurbanFix Bug#1831881 by Marc-Etienne Vargenau. Fatal databas...
2007-06-07 rurbanadd native asArray methods to generic iters (for DebugInfo)
2007-05-28 rurbanOverwrite all attributes at once at page->save to delet...
2007-01-04 rurbanClarify API: sortby,limit and exclude are strings....
2006-12-23 rurbanreorder deletion
2006-12-23 rurbandeal with strict references and the order of deletion
2006-12-03 rurban#1535832 by matt brown: Check for base 64 encoded versi...
2006-12-02 rurbanfix WantedPages SQL: no JOIN
2006-11-29 rurbanfix CASE WHEN SQL syntax error from previous commit
2006-11-19 rurbanReplace IF by CASE in exists_link()
2006-10-08 rurbanminor cleanup: remove unused vars
2006-06-03 rurbanrevert wrong pear DB nextID() usage, our old is easier
2006-05-14 rurbanmysql 5.x fix for wantedpages join
2006-04-15 rurbanuse pear nextID
2006-02-22 rurbanwhitespace only
2005-11-14 rurbanfix fulltext search,
2005-10-10 rurbanfix wanted_pages SQL syntax
2005-09-14 rurbanoptimize searching for ALL (ie %), use the stoplist...
2005-09-11 rurbanimplement fulltext stoplist
2005-09-11 rurbanenhance LIMIT support
2005-09-10 rurbanenhance titleSearch
2005-08-06 rurbanadd comments
2005-02-10 rurbanmove getRow up one level to our backend class
2005-01-29 rurbanBugs item #1077769 fixed by frugal.
2005-01-25 rurbansupport DATABASE_PERSISTENT besides dsn database?persis...
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-22 rurbanfix page _id_cache logic for _get_pageid create_if_missing
2004-12-10 rurbanSQL optimization:
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-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
next