summaryrefslogtreecommitdiff
path: root/doku.php
Commit message (Collapse)AuthorAge
* Release preparationGuy Brand2013-12-08
|
* Release preparationGuy Brand2013-11-18
|
* remove 'infos' misspellingElan Ruusamäe2013-11-13
| | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* release preparationAndreas Gohr2013-10-29
|
* message increase for hotfixAndreas Gohr2013-06-16
|
* Release preparationGuy Brand2013-05-10
|
* don't pass unused variable in doku.php FS#2774Andreas Gohr2013-05-05
|
* Release preparationsGuy Brand2013-03-06
|
* Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-20
| | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
* release preparationsAndreas Gohr2012-10-13
|
* Release preparationGuy Brand2012-09-10
|
* removed deprecatedAnika Henke2012-07-28
|
* Release preparationsAdrian Lang2012-07-13
|
* code beautificationAndreas Gohr2012-06-24
|
* use INPUT wrapper in doku.phpAndreas Gohr2012-06-24
|
* Release preparationsAdrian Lang2012-04-19
|
* release preparationsAndreas Gohr2012-01-25
|
* Release preparationsAdrian Lang2011-11-10
|
* release preparationsAndreas Gohr2011-06-14
|
* Release preparationsAdrian Lang2011-05-25
|
* Release preparationsAdrian Lang2011-05-08
|
* Release preparationsAdrian Lang2011-04-22
|
* ignore soft-hyphens for search FS#2049Andreas Gohr2011-02-06
| | | | | This makes it possible to find words that include soft-hyphens. However, search higlighting will not work and I have no idea how to make it work.
* increased msg countAndreas Gohr2011-01-16
|
* Revert "tmp: disable notices in doku.php"Andreas Gohr2011-01-16
| | | | | | This reverts commit 58a22bd0570451af9e62b659343dd47a26bacb3f. It was accidentally pushed to the repo.
* Deprecate $NS in doku.phpAdrian Lang2011-01-14
| | | | | | | | | $NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context is present. The two functions which use $NS in inc/template.php are only called through those both endpoints, not through doku.php. In doku.php, $ID is the only correct value, $NS is not kept synchronous with $ID. Use getNS($ID) in functions which are called through doku.php.
* tmp: disable notices in doku.phpAdrian Lang2010-12-08
|
* Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fixMichael Hamann2010-11-30
| | | | | | | This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
* Fix for $conf['breadcrumbs'] < 0, FS#2107Michael Hamann2010-11-26
| | | | | | This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
* release preparationsAndreas Gohr2010-11-07
|
* preparations for another release candidateAndreas Gohr2010-10-27
|
* Release preparations for rc2010-10-07 "Lazy Sunday"Adrian Lang2010-10-07
|
* Work around WebKit bug: newlines at the end of input values are removed.Adrian Lang2010-09-22
| | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
* release preparationsAndreas Gohr2010-08-29
|
* moved update message from its own file (conf/msg) into doku.php (FS#1800)Anika Henke2010-06-27
|
* FS#1960: Don't use substr on $ACT array.Gina Haeussge2010-06-27
|
* fix index without JavaScript FS#1953Andreas Gohr2010-06-07
|
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\ | | | | | | | | Conflicts: inc/fulltext.php
| * first attempt to centralize all include loadingAndreas Gohr2010-01-31
| | | | | | | | | | | | | | | | Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet.
* | Move data preprocessing out of html_editAdrian Lang2010-03-09
| |
* | Hide secedit buttons without titleAdrian Lang2010-02-08
|/
* made $JSINFO keys additionalAndreas Gohr2009-11-23
| | | | | | | | Ignore-this: 915f8388d50eed2e4aff90839c0854e8 keeps keys added earlier (eg. in preload or config) darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bfdc1.gz
* Replaced $INFO export with minimal $JSINFOAndreas Gohr2009-11-23
| | | | | | | | | Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21 Now only the global $JSINFO array is exported to JavaScript. Additional keys can be added here from plugins or preload. darcs-hash:20091123175546-7ad00-346856e8eecc52608edea805f408d4dbd33257fe.gz
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
| | | | | | | | | | | | | Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
* Remove (unset) action param from AUTH_LOGIN_CHECK data, init $ACL before ↵Adrian Lang2009-10-23
| | | | | | firing the event darcs-hash:20091023085601-e4919-5c800a07bcf70c34720a39e7bca9a1250b973b32.gz
* Coding Standard CleanupAndreas Gohr2009-10-20
| | | | | | Ignore-this: 259cb5773c3144c6c706d87298dcf674 darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
* removed trailing ?> from doku.php and feed.phpAndreas Gohr2009-07-29
| | | | | | Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
* kno preparation of breadcrumbs, if breadcrumbs are not used (FS#1643)Anika Henke2009-04-10
| | | | darcs-hash:20090410194744-f7d6d-e86a8ec34e285cabb4f5f8a6e616820dbdcc4a68.gz
* always send 404 for sitenames special to robots FS#843Andreas Gohr2008-10-12
| | | | darcs-hash:20081012131916-7ad00-ef46252e34c948bf377422877a6116ed2a66ac17.gz
* don't use fullpath() before initializedAndreas Gohr2007-09-30
| | | | darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz