| 5f17c394 | 15-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
action dropdown: when label is missing, for accessibility reasons form element should at least have title |
| 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 |
| 9664a2b8 | 14-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed the link in the installer to point to wiki:welcome |
| 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() |
| f4c788ee | 08-Jul-2012 |
Mikael Lyngvig <mikael@lyngvig.org> |
danish language update |
| cc01c067 | 08-Jul-2012 |
Milad D <m.dastanzand@gmail.com> |
Persian translation |
| 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 ...
|
| 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. |
| 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) |