| 499add6b | 08-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
no longer allow include statements in local.conf.php
as discussed at https://github.com/splitbrain/dokuwiki/pull/115 |
| f4c788ee | 08-Jul-2012 |
Mikael Lyngvig <mikael@lyngvig.org> |
danish language update |
| cc01c067 | 08-Jul-2012 |
Milad D <m.dastanzand@gmail.com> |
Persian translation |
| ee1dd780 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove closing PHP tag in stalecheck test case |
| 0cbe4a25 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Check that animal name is a string, better error message if not |
| d867cca3 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Check that the animal is actually inside the farm
This makes sure that the animal that is specified in the URL is actually a subdirectory inside the farm and not somewhere else in the system. This a
Check that the animal is actually inside the farm
This makes sure that the animal that is specified in the URL is actually a subdirectory inside the farm and not somewhere else in the system. This allows that the animals are organized in different subdirectories for more complicated farm setups.
show more ...
|
| 0990161c | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Add cli support to farm implementation
Now the animal can be specified in the animal environment variable. |
| 3d6feb16 | 07-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove useless condition in p_get_metadata and add explanation |
| 33df55c7 | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
plugins.php should belong to the farmer |
| d22be2c0 | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
improved comments, added link to farm.php |
| bb853ec3 | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added farms to the core
* extracted most farm code into inc/farm.php * by default farm.php is nowhere included * added preload.php.dist as an example farm setup * farm.php can be included in preload
added farms to the core
* extracted most farm code into inc/farm.php * by default farm.php is nowhere included * added preload.php.dist as an example farm setup * farm.php can be included in preload.php to activate farming
show more ...
|
| 9f2f766c | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
increased font size for mobile version |
| 56d54889 | 08-Jul-2012 |
Elan Ruusamäe <glen@delfi.ee> |
consider empty files as no file in installer
allow empty config file to proceed installation as we package default config empty in first install
as packager may provide empty file in package, to en
consider empty files as no file in installer
allow empty config file to proceed installation as we package default config empty in first install
as packager may provide empty file in package, to ensure correct file permissions.
import old patch: http://cvs.pld-linux.org/packages/dokuwiki/install.patch
show more ...
|
| 4538a8a6 | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Remove unnecessary include |
| c3cf5a6c | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Stale cache unittest |
| d22cdf50 | 07-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed meta charset for polyglot markup |
| 8ec3e0a3 | 07-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
force same height on search input and tools select in mobile view I hate using heights, but couldn't find any other way |
| 2302d6be | 06-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Make metadata cache dependency non-strict |
| 4ba05e11 | 06-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
syntax fix for media_diff
same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8 |
| daf0cdba | 18-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Fix act_validate() |
| 62baad0f | 14-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Split act_clean() into two functions so that plugins may use action string sanitization even for their own new actions |
| f1d7655b | 06-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed error in html_diff()
The used syntax was invalid in PHP < 3.4 and seemed to be wrong logical as well. |
| cefec071 | 06-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
styled sidebar toggle title the same in tablet mode as it was in phone mode |
| 15f8c902 | 06-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
some link icon fixes FS#2548
Made sure all links align as well as possible in a list, giveing them all the same padding.
Adjusted the template's icons to use 16x16 size and use the additional space
some link icon fixes FS#2548
Made sure all links align as well as possible in a list, giveing them all the same padding.
Adjusted the template's icons to use 16x16 size and use the additional space for alignment.
Adjusted some of the default interwiki icons (amazon, skype, paypal).
show more ...
|
| 076f0d72 | 05-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed accesskey for top link to 't' ('x' was allocated twice, for index/sitemap as well) |