summaryrefslogtreecommitdiff
path: root/inc/farm.php
Commit message (Collapse)AuthorAge
* Fix farm config cascade for extendable user style and scripts #954Michael Hamann2015-02-01
|
* Revert "deleted wrongly added file"Anika Henke2013-11-04
| | | | This reverts commit 9b47ccb8d0bb02c6f5a7a67d261a43f0fd31413c.
* deleted wrongly added fileAnika Henke2013-11-04
|
* removed loading of deprecated RTL stylesAnika Henke2013-11-04
|
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* fixed broken @author link in farm codeAnika Henke2012-12-19
|
* Prevent information disclosure in farms by disallowing subdirectoriesMichael Hamann2012-07-08
|
* renamed conf_path() to farm_confpath()Anika Henke2012-07-08
|
* Check that animal name is a string, better error message if notMichael Hamann2012-07-08
|
* Check that the animal is actually inside the farmMichael Hamann2012-07-08
| | | | | | | 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.
* Add cli support to farm implementationMichael Hamann2012-07-08
| | | | Now the animal can be specified in the animal environment variable.
* plugins.php should belong to the farmerAnika Henke2012-07-08
|
* improved comments, added link to farm.phpAnika Henke2012-07-08
|
* added farms to the coreAnika Henke2012-07-08
* 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