]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend/ADODB.php
Reformat code
[SourceForge/phpwiki.git] / lib / WikiDB / backend / ADODB.php
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
2011-05-18 vargenauNew FSF address
2011-03-03 vargenauRemove rcs_id
2010-08-11 vargenauHarmonize header
2010-08-11 vargenauHarmonize file footer
2010-07-16 vargenauPatch 3024787 by Sébastien Le Callonnec: AllPages plugi...
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-31 vargenauRemove history
2009-03-23 vargenauSame correction as Subversion 5960 for PearDB.php
2008-08-22 vargenauActivated Id substitution for Subversion
2007-09-15 rurbanbasic array reset support - unclear if needed, iteratio...
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-28 rurbanprotect against $oldlinks warning
2007-01-21 rurbanDisable hasGenID. requires CREATE perms
2007-01-04 rurbanClarify API: sortby,limit and exclude are strings....
2006-12-23 rurbandeal with strict references and the order of deletion
2006-12-03 rurbanremove closing Smart ROLLBACK, cannot be forced if...
2006-12-02 rurbanfix WantedPages SQL: no JOIN
2006-11-19 rurbanReplace IF by CASE in exists_link()
2006-09-06 rurbanplease XEmacs font-lock
2006-06-10 rurbanpurge empty, non-references pages when link is deleted
2006-05-14 rurbanmysql 5.x fix for wantedpages join
2006-04-17 rurbanhonor getWikiPageLinks change linkto=>relation
2006-04-17 rurbanfix syntax error missing }
2006-04-15 rurbanuse genID, dont lock here
2006-02-22 rurbanRemove hits from links query
2005-11-14 rurbanfix fulltext search,
2005-10-31 rurbanmove mysql-specifics into its special class
2005-10-10 rurbanfix wanted_pages SQL syntax
2005-09-28 rurbanworking on improved postgresql support: better quoting...
2005-09-28 rurbandont use LIMIT on modifying queries
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-02-10 rurbanmove getRow up one level to our backend class
2005-02-04 rurbanfix purge cache error
2005-01-29 rurbanBugs item #1077769 fixed by frugal.
2005-01-25 rurbanfix listOfFields with different database
2005-01-18 rurbanreformatting and two bug fixes: adding missing parens
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-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
next