]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/IniConfig.php
add DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for easier cmdline dumps,
[SourceForge/phpwiki.git] / lib / IniConfig.php
2004-06-21 rurbanadd DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for...
2004-06-21 rurbanpear/Cache update from Cache-1.5.4 (added db and trifil...
2004-06-19 rurbannew TEMP_DIR for ziplib
2004-06-19 rurbanMoved lib/plugincache-config.php to config/*.ini
2004-06-15 rurbanIMPORTANT: fixed passwd handling for passwords stored...
2004-06-13 rurbanCatch fatals on the four dump calls (as file and zip...
2004-06-08 rurbanfixed foreign setup: no ugly skipped msg for the Generi...
2004-06-08 rurbanbetter acl dump representation, read back acl and owner
2004-06-06 rurbanadded more required ActionPages for foreign languages
2004-06-04 rurbanRestrict valid usernames to prevent from attacks agains...
2004-06-04 rurbanadded USE_TAGLINES
2004-06-03 rurbanfixed bad warning #964850
2004-06-03 rurbanfix FileUser locking issues, new config ENABLE_PAGEPERM
2004-06-02 rurbaninit global FileFinder to add proper include paths...
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-18 rurbanwe already have a CGI function
2004-05-17 rurbanCGI: no PATH_INFO fix
2004-05-16 rurbancheck more config-default and predefined constants
2004-05-08 rurbanFixed longstanding sf.net:demo problem. endless loop...
2004-05-08 rurbanremove php tags in Log
2004-05-08 rurbansupport <span>inlined plugin-result</span>:
2004-05-08 rurbandon't ignore some false config values (e.g. USE_PATH_IN...
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-02 rurbannew finally reliable way to detect if /index.php is...
2004-05-01 rurbanmore php-4.0.6 compatibility: superglobals
2004-04-29 rurbanre-ordered locale init (as in 1.3.9)
2004-04-29 rurbantypo
2004-04-27 rurbanmore subtle config problems with defaults
2004-04-26 rurbanlocking table specific for better databases
2004-04-26 rurbancalculate bool old or dynamic constants later
2004-04-26 rurbancheck default config values
2004-04-23 zorlocIf using Db auth and DBAUTH_AUTH_DSN is empty set DBAUT...
2004-04-20 zorlocRemoved Pear_Config for parse_ini_file().
2004-04-20 rurbanconfig refactoring:
2004-04-20 rurbanWikiFarm code: honor predefined constants
2004-04-20 rurbanSome IniConfig fixes: prepend our private lib/pear dir
2004-04-19 zorlocConnect the rest of PhpWiki to the IniConfig system...
2004-04-19 zorlocAdded config setting to handle DisabledActions
2004-04-16 zorlocMore work for new ini config system. Tools has array...