]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/config.php
* revert to the wikidb ref passing. there's no memory abuse there.
[SourceForge/phpwiki.git] / lib / config.php
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-05 rurbannew DEBUG flag: _DEBUG_LOGIN (64)
2004-10-14 rurbanfix warning in safe_wordwrap
2004-10-14 rurbantypo in safe_wordwrap
2004-09-22 rurbancentralize upload paths.
2004-09-16 rurbanwordwrap() might crash between 4.1.2 and php-4.3.0RC2...
2004-07-13 rurbanjust some comments
2004-06-21 rurbanpear DB introduced a is_a requirement. so pear lost...
2004-06-21 rurbanpear/Cache update from Cache-1.5.4 (added db and trifil...
2004-06-20 rurbanvarious php5 fixes (still broken at blockparser)
2004-06-19 rurbanmoved version check forwards: already needed in XmlElem...
2004-06-03 rurbansimplify translation
2004-06-02 rurbaninit global FileFinder to add proper include paths...
2004-05-17 rurbanCGI: no PATH_INFO fix
2004-05-16 rurbanupdate_locale wrongly resetted LANG, which broke japanese.
2004-05-08 rurbannew support for inlined image attributes: [image.jpg...
2004-05-08 rurbanphp-4.0.4 fixes
2004-05-06 rurbanCategoryGroup: oops, dos2unix eol
2004-05-02 rurbanfix sf.net bug #945154 Konqueror alt css
2004-05-02 rurbannew finally reliable way to detect if /index.php is...
2004-05-01 rurbanphp-4.0.x support: array_key_exists (PHP 4 >= 4.1.0)
2004-04-30 rurbanzh (chinese language) support
2004-04-29 rurbanre-ordered locale init (as in 1.3.9)
2004-04-26 rurbancalculate bool old or dynamic constants later
2004-04-26 rurbancheck default config values
2004-04-21 zorloc'Require lib/FileFinder.php' necessary to allow for...
2004-04-20 rurbanconfig refactoring:
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-12 rurbanfix broken relative paths
2004-04-10 rurbansf.net 916239 utf-8 Suggestion
2004-04-10 rurbanenable pref lang
2004-04-10 rurbanFixed gettext problem with VIRTUAL_PATH scripts (Window...
2004-04-09 rurbanAdded PhpWiki RssFeed to Sidebar
2004-03-25 rurbanfixed problem with two different dsn and auth_dsn datab...
2004-03-17 rurbanif LANG is not set
2004-03-14 rurbanset locale before we use gettext. FindLocalizedButtonFi...
2004-03-14 rurbanfixed update_locale problem:
2004-03-01 rurbanrename fix
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-27 rurbanpatch #829371 "Apache 2 support"
2004-02-26 rurbanwarn in DB_Session object, not here
2004-02-16 rurbannew Japanses language
2004-02-15 rurbanPageList enhanced and improved.
2004-01-30 rurbanfixed DBAuthParams['pref_select']: wrong _auth_dbi...
2004-01-30 rurbanfix "lib/WikiUserNew.php:572: Notice[8]: Undefined...
2004-01-28 rurbansession table takes the common prefix
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanWikiUserNew support (temp. ENABLE_USER_NEW constant)
2003-03-17 dairikiFix for auto-detection of USE_PATH_INFO.
2003-03-07 dairikiNew feature: Automatic extraction of keywords (for...
2003-03-07 dairikiGet SCRIPT_NAME from SCRIPT_URL if SCRIPT_NAME appears...
2003-02-24 dairikiFirst argument of trigger_error must be a string (or...
2003-02-23 dairikiFix for PHP warning.
2003-02-22 dairikiFixed SF bug #630747.
2003-02-22 dairikiIf DATA_PATH is not defined (by user in index.php)...
2003-02-21 dairikiFix DATA_PATH when PhpWiki installed in htdoc root.
2002-11-14 carstenklappupdate_locale() now called in main.php so site default...
2002-09-27 rurbandefault auth_dsn on same db
2002-09-18 dairikiClean up language/locale setting code.
2002-09-12 rurbanfixed another DB_SESSION problem. Thanks to Martin...
2002-09-12 rurbanfixed DB_Session
2002-09-09 rurban*** empty log message ***
2002-09-09 rurbanFileFinder: added OS specific code. Just for testing...
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
2002-02-24 carstenklappPassword encrypt utility for php versions and operating...
2002-02-15 lakka(Hopefully) fixed strange bug when running with APC...
2002-01-31 dairikiRead interwiki map from wiki page (InterWikiMap). ...
2002-01-27 carstenklappNew constant in config.php 'HomePage' as _("HomePage...
2002-01-22 carstenklappSearch buttons/lang for button images. It's very kludgy...
2002-01-17 dairikiFix-up/restore <base href=""> usage.
2002-01-17 dairikiRemove some blank lines.
2002-01-01 carstenklappsetlocale now uses the new CHARSET constant from index...
2001-12-28 carstenklappvery minor gettext & sprintf cleanups
2001-12-17 dairiki(pcre_fix_posix_classes): Fix test for working posix...
2001-12-11 dairikiName the wiki (SF task #34142).
2001-11-29 dairikiMake _("string") an alias for gettext("string").
2001-11-09 dairikiComment out putenv(LANG) which causes trouble when...
2001-10-29 dairikiFixes based on SF Patch #471014. Detect when protocol... release-1_3_1
2001-09-19 dairikiNew file lib/FileFinder.php with utility code to help...
2001-09-19 wainsteadTesting latest Local Variables setting. I stripped...
2001-09-18 dairikiJeff's hacks II.
2001-05-31 dairikiRevert $LANG back to being a global rather than an...
2001-04-07 dairikiUse strftime() for dates/times instead of date().
2001-04-06 wainsteadDid find-grep to replace all occurances of FrontPage...
2001-03-14 dairikiAttempt to fix the recognition of international charact...
2001-03-11 wainsteadJust fixed a typo in a comment.
2001-03-07 dairikiRecognize international characters in WikiWords.
2001-02-16 dairikiAdded support for creating our own NCSA style access_log's.
2001-02-15 dairikiFixed (I think) SF bug #132469. The problem was that...
2001-02-14 dairikiVarious minor bug fixes and cleanups.
2001-02-13 dairikilog
2001-02-12 dairikilog
2001-02-10 dairikiJeff hacks again: LOT's of changes.
2001-02-08 dairikiDon't display $SignatureImg unless one is set in config.php
2001-02-08 dairikiRemove unused variable
2001-02-08 ahollosiadded InterWiki linking based on patch by Gary Benson...
2001-02-07 dairikiAdded "Minor edit, do not archive" checkbox on the...
next