summaryrefslogtreecommitdiff
path: root/doku.php
Commit message (Collapse)AuthorAge
* use string for version number. closes #1100Andreas Gohr2015-05-02
| | | | | | PHP will localize floats (eg. a 45.5 becomes 45,5 in a German locale). Using a string will prevent that. A fix has been applied on the server end, but it makes sense to always send the correct message.
* fix global environment during test requestsAndreas Gohr2014-12-17
|
* Increasing master branch updateVersion numberGuy Brand2014-12-06
|
* Increase updateVersion for master to sync with stable hotfixGuy Brand2014-12-04
|
* Release preparationGuy Brand2014-10-08
|
* release preparationsAndreas Gohr2014-09-29
|
* parse AT parameter: first strtotime then timestamplisps2014-09-29
| | | | remove config option
* Merge remote-tracking branch master into revisionslisps2014-09-26
|\
| * icreased message versionAndreas Gohr2014-06-25
| |
| * Release preparationGuy Brand2014-05-05
| |
* | add config date_at_formatlisps2014-03-19
| | | | | | change translation message
* | Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
|\| | | | | | | | | Conflicts: inc/parser/xhtml.php
| * Release preparationGuy Brand2013-12-08
| |
* | localize msglisps2013-11-22
| |
* | fix function name media_isexternal()lisps2013-11-22
| | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
* | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | changed variable name $create_time to $modified_time
* | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
|/
* 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
|