| 4385447c | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added initial pages to not be ignored by git |
| 3b9de95c | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
improved welcome text |
| 1afc2991 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
exchanged named entities with unicode characters in French lang file |
| d6ba7eb1 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed validation errors in the installer |
| c8839c22 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype |
| e682d3e4 | 14-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added welcome page |
| 9664a2b8 | 14-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed the link in the installer to point to wiki:welcome |
| 4a14c3a4 | 13-Jul-2012 |
Adrian Lang <mail@adrianlang.de> |
Release preparations |
| c98f205e | 13-Jul-2012 |
Adrian Lang <mail@adrianlang.de> |
Fix HTML injection in mediaFileList (Secunia advisory SA49196) |
| c28bd545 | 11-Jul-2012 |
Andreas Gohr <gohr@cosmocode.de> |
supress errors from LDAP bind |
| a655c878 | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added lang string for 'Sidebar' |
| d4b0843f | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Prevent information disclosure in farms by disallowing subdirectories |
| af619c5a | 08-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
renamed conf_path() to farm_confpath() |
| 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 |