| 632c5618 | 12-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first start at the refactoring for #13 |
| 37b69274 | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Upped Version |
| 98917f3b | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Only check preload.php-setups for htaccess-setups |
| ed2508fa | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Show FQDN placeholder when FQDN is expected |
| c66a21e9 | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Fix currentUser option if they are the last user in file |
| ba663b1a | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Do an extra http request to check subdomains |
| 29b841f5 | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Be more clear with the error messages ad labels |
| 18bf8901 | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Fix testing for failed checks |
| 243445a1 | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Remove obsolete comment.
DOKU_FARMRELDIR *is* userinput |
| 99376e6d | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Use more descriptive name + be more explicit |
| 909f2ff6 | 14-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Extract animalname validation + add tests for it |
| 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 |
| 4f88e190 | 02-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
For non-htaccess-setups animalname should be enough |
| 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 ...
|
| de9b0171 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Modify our ajax syntax to handle more than one request |
| 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 |
| 628ea26f | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Print error messages only at the top and only once
This relies on the changes in splitbrain/dokuwiki#1340 |
| 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 |
| 3949d8a1 | 28-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
The farmer plugin should always be disabled in an animal
see issue #5 |