| 861e8792 | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Extract animal validation into its own function |
| 80ef674e | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Require FQDN as subdomain
This addresses issue #11 |
| 16bbfe4b | 02-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Add more phpDoc |
| d6737b72 | 01-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Make ajax requests to test the server setup
Known issues: The request after the first-time-setup causes the user to be logged out of the master wiki. The ajax request after creating the animals do n
Make ajax requests to test the server setup
Known issues: The request after the first-time-setup causes the user to be logged out of the master wiki. The ajax request after creating the animals do not have this issue.
show more ...
|
| 720da801 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Use this plugins version of farm.php
There has been a minor change to the original farm.php in lines 52 and onwards to the end of the block. The idea is that an request to a non-existing animal is s
Use this plugins version of farm.php
There has been a minor change to the original farm.php in lines 52 and onwards to the end of the block. The idea is that an request to a non-existing animal is served by the farmer wiki instead of dying with an error message. This is done in order to be consistent with the behaviour of a farm implemented with virtual hosts/subdomains.
Known issues: When trying to access a non-existing animal, one is logged out of the master wiki. This happens because in inc/auth.php auth_logoff the login-cookie is overwritten.
show more ...
|
| 37a9ac83 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Use proper Dokuwiki libraries where available |
| ccb1f637 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Improve the handling of the preload form |
| e71d78f4 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Improve button spacing / margins |
| 68253499 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Show prose on the create Animal page |
| 9ed791b7 | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Nicer plugin-edit form
see issue #5 |
| d9ec4524 | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Check for necessary farm constants instead of preload.php
This commit closes #7 |
| 503df8a7 | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Set the basedir conf for animals in an htaccess setup
see https://www.dokuwiki.org/farms#add_an_animal |
| 0495d2a2 | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Require the future basedir from the user and create a .htaccess |
| d868066e | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Return false if a operation fails |
| a0fc814b | 27-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Add conf option for plugins disabled by default |
| ef0eabf3 | 26-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Use dokuwiki libs for accessing variables
see issue #8 |
| 1a008668 | 26-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Move servertype setup to one-time setup |
| efa7af45 | 24-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Farmdir must not be in dokuwiki and be saved as an absolute path
closes #2, closes #4 |
| 6d53438c | 24-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Add more prose to create preload.php dialog
fixes #1 |
| 19368639 | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Add more error conditions and lang strings |
| 4960468d | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Move hard-coded texts to lang.php |
| 4a22c032 | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Report errors for create preloadPHP |
| a12b96c0 | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Move FormErrorfunction to helper function |
| 4d120480 | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Move reloading a adminpage to its own function |
| fc6a7cc1 | 21-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Move printed strings to lang files |