]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB.php
Revert the previous wrong bugfix #1175761: USECACHE was mixed with WIKIDB_NOCACHE_MARKUP.
[SourceForge/phpwiki.git] / lib / WikiDB.php
2005-04-06 rurbanRevert the previous wrong bugfix #1175761: USECACHE...
2005-04-06 rurbanhonor !USECACHE for _cached_html, fixes #1175761
2005-04-01 rurbanjust whitespace
2005-02-18 uckelmanWikiDB::genericWarnings() is no longer used.
2005-02-04 rurbanminor versioncache improvement. part 2/3 of Charles...
2005-02-03 rurbanref fix by Charles Corrigan
2005-01-29 rurbanprotect against empty request: on some occasion this...
2005-01-25 rurbanreformatting
2005-01-20 rurbanreformatting
2005-01-04 rurbanremove old [%pagedata][_cached_html] code
2004-12-23 rurbandont email on unittest
2004-12-20 rurbangettext msg unification
2004-12-13 rurbannew BlogArchives plugin for the new blog theme. enable...
2004-12-13 rurbanfalse is wrong. null might be better but lets play...
2004-12-10 rurbanfix $page->get('_cached_html)
2004-12-10 rurbanSQL optimization:
2004-12-09 rurbanoptimize on _DEBUG_SQL only. but now again on every...
2004-12-06 rurbanenable action=remove which is undoable and seeable...
2004-11-30 rurbanexists_links backend implementation
2004-11-28 rurbandeactivate pagecache overwrite: it is wrong
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 rurbanimproved WantedPages SQL backends
2004-11-20 rurbanFix bad-style Cut&Paste programming errors, detected...
2004-11-19 rurbanModeratePage part1: change status
2004-11-16 rurbanfix remove notification error
2004-11-11 rurbanadd simple backtrace on such general failures to get...
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 rurbanmore logging fixes
2004-11-07 rurbannew sql access log (for spam prevention), and restructu...
2004-11-05 rurbanencode the subject to be 7-bit safe
2004-11-05 rurbanlogin cleanup: better debug msg on failing login,
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-14 rurbanremove dbi WikiDB_Page param: use global request object...
2004-10-05 rurbansupport paging for simple lists
2004-10-04 rurbandelete notify: fix, @unset syntax error
2004-09-28 rurbanhttps://sourceforge.net/forum/forum.php?thread_id=11509...
2004-09-26 rurbansilence deferred check
2004-09-25 rurbanunset more unneeded _cached_html. (Guess this should...
2004-09-25 rurbannotify on rename and remove (to be improved)
2004-09-23 rurbanonly fortune at create
2004-09-16 rurbanjust some comments
2004-09-14 rurbanfix TransformedText call to use refs
2004-09-08 rurbanimprove loadfile stability by using markup=2 as default...
2004-09-06 rurbanmemory_limit on unix workaround
2004-09-06 rurbanrename genericQuery to genericSqlQuery
2004-07-09 rurbanjust aesthetics
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 rurbanmore unittest fixes (file backend, metadata RatingsDb)
2004-07-08 rurbanimprove numPages for file (fixing AllPagesTest)
2004-07-05 rurbansqlite autoincrement fix
2004-07-03 rurbanoptional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade...
2004-06-29 rurbanUse ...version() $need_content argument in WikiDB also:
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-18 rurbanactually check USECACHE
2004-06-13 rurbannew support for arguments owner, author, creator in...
2004-06-08 rurbanupdated RssParser for XmlParser quirks (store parser...
2004-06-07 rurbanfixed rename version=0, bug #966284
2004-06-07 rurbanfix rename: Change pagename in all linked pages
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-06-04 rurbanadd random quotes to empty pages
2004-06-04 rurbanadded USE_TAGLINES
2004-06-03 rurbanreenable admin check on !ENABLE_PAGEPERM, honor s=Wildc...
2004-06-02 rurbanfix getRevisionBefore assertion
2004-05-28 rurbanfix bug #962117, incorrect init of auth_dsn
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-18 rurbanrename simpleQuery to genericQuery
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-15 rurbanfixed important WikiDB bug with DEBUG > 0: wrong assertion
2004-05-12 rurbanrevert wrong inline optimization.
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-08 rurbannew support for inlined image attributes: [image.jpg...
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-06 rurbanCategoryGroup: oops, dos2unix eol
2004-05-04 rurbanmore pdf support
2004-05-03 rurbanfixed sendPageChangeNotification
2004-04-29 rurbanfixed sf.net bug #940996
2004-04-29 rurbanspecial support for formatted plugins (one-liners)
2004-04-26 rurbanlocking table specific for better databases
2004-04-20 rurbanthemable paging support
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-18 rurbanprotect most_popular from sortby=mtime
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-15 rurban1. allow pagename "0"
2004-04-08 rurbanfixed PageChange Notification
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-01 rurbanrename fix
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-15 rurbandeletePage creates no RecentChanges entry; shorter...
2004-02-12 rurbanWikiAdminRename:
2004-02-12 rurbanRename functional for PearDB backend
2004-02-12 rurbannew WikiAdminSearchReplace plugin (requires currently...
2004-02-11 rurbanfixed nasty author_id bug with ENABLE_USER_NEW editing
next