summaryrefslogtreecommitdiff
path: root/inc/init.php
Commit message (Expand)AuthorAge
* added composer setup and the first composer package php-archiveAndreas Gohr2015-05-15
* consistency: failure exit with status code 1Elan Ruusamäe2015-02-10
* Remove error supression for file_exists()Andreas Gohr2015-01-07
* Merge remote-tracking branch 'splitbrain/master'Gerry Weißbach2014-12-22
|\
| * Move check after libraries are loaded, so that $conf['compression'] is not tu...Danny Lin2014-10-31
| * Merge remote-tracking branch 'origin/master' into overridablelangstringsGerrit Uitslag2014-09-28
| |\
| | * adding X-Forwarded-Proto support in is_ssl()Enrico Tagliavini2014-07-12
| * | use config cascade for loading of localizationsGerrit Uitslag2014-09-28
| * | extend lang file cascade, so users can override some lang stringsGerrit Uitslag2014-05-13
| |/
* | Merge remote-tracking branch 'splitbrain/master'Gerry Weißbach2014-07-16
|\|
| * amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
| * use isset() + ?: or error suppression where value may not be setChristopher Smith2014-03-05
| * use empty() where array values might not be setChristopher Smith2014-03-05
| * removed pre PHP 5.2 code wrt setcookie and session settingGerrit Uitslag2014-03-04
| * define overridable constants for session properties FS#1913Gerrit Uitslag2014-02-28
| * remove 'fix dateformat config for upgraders' FS#2073Gerrit Uitslag2014-02-20
* | Check for basedir and baseurlGerry Weißbach2014-06-30
|/
* Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\
| * replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* | Ensure language strings are reloaded for each unit testChristopher Smith2013-10-16
|/
* Merge remote-tracking branch 'janschumann/master' into futureAndreas Gohr2012-10-06
|\
| * added plugin type 'auth'Jan Schumann2012-01-02
* | don't call set_magic_quotes_runtime if it doesn't exists FS#2583Andreas Gohr2012-08-26
* | Always disable compression when sitemaps are deliveredMichael Hamann2012-08-24
* | Disable compression when a compressed sitemap might be delivered FS#2576Michael Hamann2012-08-24
* | changed all doctypes to html5 doctypeAnika Henke2012-07-14
* | some code cleanup and php docsAndreas Gohr2012-06-25
* | Introducing a $_REQUEST/POST/GET wrapperAndreas Gohr2012-06-24
* | improved earlier change for paths error messages to not produce any noticesAnika Henke2012-05-27
* | improved error message for savedir paths (FS#2502)Anika Henke2012-05-27
* | Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
|\ \
| * \ Merge branch 'jscachekey'Andreas Gohr2012-03-10
| |\ \
| | * | added INIT_LANG_LOAD eventDominik Eckelmann2012-01-24
| * | | DOKU_TPL* considered harmfulAndreas Gohr2012-01-30
| |/ /
| * / Disable E_STRICT error reportingMichael Hamann2012-01-15
| |/
* / enabled remote as plugintypeDominik Eckelmann2011-11-19
|/
* mergingKate Arzamastseva2011-08-25
|\
| * Merge pull request #19 from gbirke/masterDominik Eckelmann2011-08-18
| |\
| | * If cookiedir is configured, use it.Gabriel Birke2011-01-02
* | | media version savingKate Arzamastseva2011-05-26
|/ /
* | Minor: Edited the delta_time function for php5Piyush Mishra2011-03-21
* | Merge branch 'master' into indexer_rewriteMichael Hamann2011-02-24
|\ \
| * | made config cascade more flexibleRoland Hager2011-02-06
* | | Merge branch 'master' into indexer_improvementsMichael Hamann2011-01-23
|\| |
| * | Fix getBaseURL for literal IPv6 addresses in URLs (RFC 2732) + test caseMichael Hamann2011-01-16
| * | more robust hostname detectionAndreas Gohr2010-12-18
| |/
* / Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
|/
* handle mailfrom replacements in a central place FS#2091Andreas Gohr2010-11-05
* remove deprecated scriptify() mechanismAndreas Gohr2010-10-18
* moved default config cascade to its own fileAndreas Gohr2010-06-27