| 1858e4d7 | 30-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for basedir and baseurl
If these configuration values are not set php will throw an unnecessary NOTICE. |
| 19c79f28 | 25-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
icreased message version |
| e8a2a143 | 25-Jun-2014 |
Michael Hamann <michael@content-space.de> |
Quick fix for #765 - ACL checks in the media manager ajax calls
This should be superseded by a proper rewrite of the media manager code |
| 5fd5f788 | 22-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed template color replacement preview |
| 2613efa1 | 21-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
allow config presets with installer
this adds the ability to place a install.conf file next to the install.php which contains additional config options to be written to conf/local.php on completion
allow config presets with installer
this adds the ability to place a install.conf file next to the install.php which contains additional config options to be written to conf/local.php on completion of the installer. The install.conf is automatically deleted then.
This is useful for automated DokuWiki installers or downloaders that take care of downloading DokuWiki and then drop the user in the default install dialog for initial setup. These tools may set up host specific things options like rewrites, image magic path or file permission settings in this preset.
show more ...
|
| 8c66b72d | 19-Jun-2014 |
Andreas Gohr <gohr@cosmocode.de> |
fix IE upload when Array prototype has been modified
The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the upl
fix IE upload when Array prototype has been modified
The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the uploading script did not properly check that.
show more ...
|
| d96ca44f | 08-Jun-2014 |
Tanguy Ortolo <tanguy+debian@ortolo.eu> |
Replace two non-free icons by free alternatives |
| 15046da6 | 12-Jun-2014 |
Mátyás Jani <jzombi@gmail.com> |
translation update |
| 3d52ea03 | 10-Jun-2014 |
YoBoY <yoboy@ubuntu-fr.org> |
translation update |
| e1f856ba | 10-Jun-2014 |
Aivars Miška <allefm@gmail.com> |
translation update |
| abcba964 | 01-Jun-2014 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 9a727761 | 30-May-2014 |
İlker R. Kapaç <irifat@gmail.com> |
translation update |
| 6ff03655 | 30-May-2014 |
Paulo Silva <paulotsilva@yahoo.com> |
translation update |
| 3dc40276 | 30-May-2014 |
Aivars Miška <allefm@gmail.com> |
translation update |
| 5883ebc3 | 29-May-2014 |
Murilo <muriloricci@hotmail.com> |
translation update |
| 3e5c4665 | 29-May-2014 |
Antonio Castilla <antoniocastilla@trazoide.com> |
translation update |
| 84c50c49 | 29-May-2014 |
Antonio Castilla <antoniocastilla@trazoide.com> |
translation update |
| 8f2758f6 | 26-May-2014 |
Andreas Gohr <gohr@cosmocode.de> |
made $capture public in metadata renderer
some plugins (eg. the tag plugin) rely on it |
| f35c7beb | 26-May-2014 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 95955792 | 25-May-2014 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 7ac0b9fe | 25-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
just some more doc blocks |
| 6fc4ea2c | 25-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed some unused lines in HTTPClient |
| ef11fcfc | 25-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
revert return of getNS to false again |
| 7f413440 | 24-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
check mbstring function overloading in installer. closes #736 |
| 17076c2a | 24-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
simplified abstract caoturing in metadata renderer |