| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
code style: line breaks
|
| #
24870174 |
| 29-Aug-2023 |
Andreas Gohr <[email protected]> |
Apply rector fixes to the rest of inc
|
| #
5170edc8 |
| 01-Jun-2022 |
Schplurtz le Déboulonné <[email protected]> |
remove animal from query string
|
| #
64159a61 |
| 27-Apr-2018 |
Andreas Gohr <[email protected]> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change.
|
| #
f50a239b |
| 31-Mar-2017 |
Takamura <[email protected]> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
090f83d3 |
| 01-Feb-2015 |
Michael Hamann <[email protected]> |
Fix farm config cascade for extendable user style and scripts #954
|
| #
13054fbf |
| 04-Nov-2013 |
Anika Henke <[email protected]> |
Revert "deleted wrongly added file"
This reverts commit 9b47ccb8d0bb02c6f5a7a67d261a43f0fd31413c.
|
| #
9b47ccb8 |
| 04-Nov-2013 |
Anika Henke <[email protected]> |
deleted wrongly added file
|
| #
8c867678 |
| 04-Nov-2013 |
Anika Henke <[email protected]> |
removed loading of deprecated RTL styles
|
| #
c404cb3b |
| 23-Aug-2013 |
Matt Perry <[email protected]> |
Fix CodeSniffer violations for PHP files
Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag
Conflicts: inc/parser/xhtml.php
|
| #
27beeed6 |
| 19-Dec-2012 |
Anika Henke <[email protected]> |
fixed broken @author link in farm code
|
| #
d4b0843f |
| 08-Jul-2012 |
Michael Hamann <[email protected]> |
Prevent information disclosure in farms by disallowing subdirectories
|
| #
af619c5a |
| 08-Jul-2012 |
Anika Henke <[email protected]> |
renamed conf_path() to farm_confpath()
|
| #
0cbe4a25 |
| 08-Jul-2012 |
Michael Hamann <[email protected]> |
Check that animal name is a string, better error message if not
|
| #
d867cca3 |
| 08-Jul-2012 |
Michael Hamann <[email protected]> |
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 <[email protected]> |
Add cli support to farm implementation
Now the animal can be specified in the animal environment variable.
|
| #
33df55c7 |
| 08-Jul-2012 |
Anika Henke <[email protected]> |
plugins.php should belong to the farmer
|
| #
d22be2c0 |
| 08-Jul-2012 |
Anika Henke <[email protected]> |
improved comments, added link to farm.php
|
| #
bb853ec3 |
| 08-Jul-2012 |
Anika Henke <[email protected]> |
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 ...
|