]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiDB/backend/PearDB.php
Bogus page names weren't being deleted by "Excorcise WikiDB" button.
[SourceForge/phpwiki.git] / lib / WikiDB / backend / PearDB.php
2003-02-22 dairikiBogus page names weren't being deleted by "Excorcise...
2002-09-12 rurbanfixed DB_Session
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-20 dairikiFix bug in PearDB::get_links. (This was actually a...
2002-02-09 lakkaChanges to RecentChanges plugin. Now takes $limit...
2002-02-08 lakkaRecentChanges plugin now takes $days < 0 and
2002-02-08 lakkaMostPopular plugin now takes $limit < 0, and will retur...
2002-01-31 dairikiCleaned up the password hiding, so that the rest of...
2002-01-31 carstenklapp*** empty log message ***
2002-01-31 carstenklappQuick and dirty hack to prevent mysql password from...
2002-01-28 dairikiInclude (and use) latest PEAR DB code from the PEAR...
2002-01-24 carstenklappOne more quote fix for brain-dead syntax colouring.
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-10 carstenklappMinor fixes for xhtml conformance <br> --> <br />.
2001-12-19 carstenklappPearDB broke during sprintf fine-tuning--fixed.
2001-12-19 carstenklappsprintf fine-tuning for gettext
2001-12-19 carstenklappgettext-ified error messages with sprintf(_("%s"),$v)
2001-12-14 dairikiSF bug #492511: Don't assume DB:isManip() exists.
2001-12-03 joe_edelmanFixed a typo in get_all_pages() that was preventing...
2001-11-21 dairikiFix typo/bug in PearDB::text_search.
2001-11-17 dairikiFor maximum portability, use old fashioned comma join...
2001-11-07 dairikiFix quoting of search expressions. (Searches for words...
2001-10-29 dairikiCleanup to get rid of PHP warning.
2001-09-21 dairikiFix the fix: fun with regexps. (minor).
2001-09-20 dairiki_pear_notice_filter: Another minor fix (this time for...
2001-09-20 dairiki_pear_notice_filter(): minor fix.
2001-09-19 dairikiSearch some standard locations for PEAR library code...
2001-09-19 dairikiMinor cleanup.
2001-09-18 dairikiJeff's hacks II.