]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend
Update PHP Doc
[SourceForge/phpwiki.git] / lib / WikiDB / backend /
2006-11-19 rurbanPatch from Bug# 1569424 by Bob Peele (bob.peele@oracle...
2006-10-08 rurbanminor cleanup: remove unused vars
2006-09-06 rurbanplease XEmacs font-lock
2006-09-06 rurbanfix linkrelation support for dba. 1.3.13cvs databases...
2006-08-15 rurbanadd an sqlite user also
2006-08-07 rurbanpatch #1535825 (debian)
2006-07-23 rurbanfix WantedPages SQL alias
2006-07-23 rurbanupdate comments
2006-06-18 rurbanfix creating sqlite file
2006-06-18 rurbanfix wanted_pages for PearDB_mysql
2006-06-10 rurbanpurge empty, non-references pages when link is deleted
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-17 rurbanhonor getWikiPageLinks change linkto=>relation
2006-04-17 rurbanfix syntax error missing }
2006-04-15 rurbanuse genID, dont lock here
2006-04-15 rurbanuse pear nextID
2006-04-15 rurbanfix relations for dba with get_links. getRelations...
2006-02-22 rurbanwhitespace only
2006-02-22 rurbandont use pg_escape_string, only bytea or base64 is...
2006-02-22 rurbanRemove hits from links query
2006-02-22 rurbanfix typo
2005-11-16 rurbanJust use update_recent as stored procedure because...
2005-11-15 rurbanfix psql syntax error
2005-11-14 rurbanfix fulltext search,
2005-10-31 rurbanuse BlobEncode and UpdateBlob
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-11 rurbansupport enhanced search API
2005-09-11 rurbanbetter readable variable
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-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 rurbanimprove match: pagename first, fulltext only if failed
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_...
next