| 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) |
| e260f93b | 05-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
xml compatibility fixes (mainly entities to unicode conversions) |
| a0e07c15 | 04-Jul-2012 |
Kiril LastName <neohidra@gmail.com> |
updated: Bulgarian translation |
| 30ac1588 | 01-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added forgotten deprecated comment to userrtl.css in config cascade |
| fc8dc822 | 01-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
improved preview to have same width as resulting page if it would have a sidebar |
| e66d3e6d | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Improved sidebar inclusion
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well |
| 578b2c23 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing underscore to replaced char class chars |
| 545ebaa4 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not use char class in Mailer header cleaning
\w could match multibyte chars depending on system setup |
| e6101bb6 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
make MD5 crypt without salts always use PHP implementation
crypt seems to behave different on different systems when the salt is empty. |
| 8cb31473 | 30-Jun-2012 |
lupo49 <post@lupo49.de> |
de/de-informal: added missing localization / update existing ones |
| bd7a6180 | 30-Jun-2012 |
lupo49 <post@lupo49.de> |
de-informal: Fixed typos "Abonnementliste" (FS#2456) |
| 765fba80 | 30-Jun-2012 |
Вячеслав Третьяков <tret2003@gmail.com> |
iRussian language update |
| 9ce556d2 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed ACL loading after the recent changes/messup |
| 32e82180 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed group wildcards and added tests |