]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/IniConfig.php
add ENABLE_DISCUSSION_LINK dependency (to turn it off for 1.3.11)
[SourceForge/phpwiki.git] / lib / IniConfig.php
2005-04-06 rurbanadd ENABLE_DISCUSSION_LINK dependency (to turn it off...
2005-03-27 rurbanconfigurator recursion fixes, dont print temp _dsn...
2005-03-27 rurbancompute locale only for setlocale and LC_ALL
2005-02-28 rurbanignore forbidden ini_set warnings. Bug #1117254 by...
2005-02-28 rurbanprevent from recursion (configurator.php)
2005-02-27 rurbanremove clsclient (typo and still exp)
2005-02-26 rurbanconfigurator: add (c), support show=_part1 initial...
2005-02-11 rurbansupport ENABLE_LIVESEARCH, enable PDO sessions
2005-02-10 rurbanadd PDO support
2005-01-31 rurbancorrect spelling
2005-01-31 rurbantranslate errmsg
2005-01-30 rurbanprint early warning on wrong DATABASE_TYPE
2005-01-29 rurbanhelper for local debugging (Zend Personal Edition)
2005-01-25 rurbannew options: TOOLBAR_PAGELINK_PULLDOWN, DATABASE_PERSISTENT
2005-01-13 rurbanDefault ACCESS_LOG_SQL = 2 on SQL/ADODB
2005-01-10 rurban$LANG from DEFAULT_LANGUAGE
2005-01-04 rurbanguess $LANG based on client
2004-12-23 rurbanfix default language detection if DEFAULT_LANGUAGE...
2004-12-14 rurbansupport new BLOG_EMPTY_DEFAULT_PREFIX
2004-11-30 rurbanchanged KEYWORDS from pageprefix to search term. added...
2004-11-17 rurbanfixed chdir back from locale
2004-11-11 rurbanDisable default options in config-dist.ini
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-07 rurbanfix VIRTUAL_PATH
2004-11-07 rurbannew sql access log (for spam prevention), and restructu...
2004-11-06 rurbanunify DATABASE constants init as with DBAUTH
2004-11-06 rurbanmake use of dumped static config state in config/config...
2004-11-05 rurbanlogin cleanup: better debug msg on failing login,
2004-11-03 rurbansome new defaults and constants, renamed USE_DOUBLECLIC...
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-21 rurbanFrom patch #970004 "Double clic to edit" by pixels.
2004-10-14 rurbanremove debugging prints
2004-10-14 rurbanuse DATABASE_PREFIX
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-10-04 rurbanunittest fix
2004-09-20 rurbandefine all config.ini settings, only the supported...
2004-09-06 rurbanfix PLUGIN_CACHED_CACHE_DIR fallback logic. ini entry...
2004-07-13 rurbanimproved DB_SESSION logic
2004-07-05 rurbanENABLE_RAW_HTML_LOCKEDONLY, ENABLE_RAW_HTML_SAFE
2004-07-03 rurbanoptional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-07-01 rurbandumphtml: added exclude, print pagename before processing
2004-06-29 rurbanUse ...version() $need_content argument in WikiDB also:
2004-06-29 rurbanImprove LDAP auth and GROUP_LDAP membership:
2004-06-28 rurbanfixed LDAP_SET_OPTION handling, LDAP error on connectio...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-22 rurbanremoved USE_TAGLINES constant
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...