Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prevent information disclosure in farms by disallowing subdirectories | Michael Hamann | 2012-07-08 |
| | |||
* | renamed conf_path() to farm_confpath() | Anika Henke | 2012-07-08 |
| | |||
* | Check that animal name is a string, better error message if not | Michael Hamann | 2012-07-08 |
| | |||
* | Check that the animal is actually inside the farm | Michael Hamann | 2012-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 implementation | Michael Hamann | 2012-07-08 |
| | | | | Now the animal can be specified in the animal environment variable. | ||
* | plugins.php should belong to the farmer | Anika Henke | 2012-07-08 |
| | |||
* | improved comments, added link to farm.php | Anika Henke | 2012-07-08 |
| | |||
* | added farms to the core | Anika Henke | 2012-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 |