History log of /plugin/farmer/admin/ (Results 51 – 75 of 87)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
861e879214-Sep-2015 Michael Große <grosse@cosmocode.de>

Extract animal validation into its own function

80ef674e14-Sep-2015 Michael Große <grosse@cosmocode.de>

Require FQDN as subdomain

This addresses issue #11

16bbfe4b02-Sep-2015 Michael Große <grosse@cosmocode.de>

Add more phpDoc

d6737b7201-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 ...

720da80131-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 ...

37a9ac8331-Aug-2015 Michael Große <grosse@cosmocode.de>

Use proper Dokuwiki libraries where available

ccb1f63731-Aug-2015 Michael Große <grosse@cosmocode.de>

Improve the handling of the preload form

e71d78f431-Aug-2015 Michael Große <grosse@cosmocode.de>

Improve button spacing / margins

6825349931-Aug-2015 Michael Große <grosse@cosmocode.de>

Show prose on the create Animal page

9ed791b728-Aug-2015 Michael Große <grosse@cosmocode.de>

Nicer plugin-edit form

see issue #5

d9ec452428-Aug-2015 Michael Große <grosse@cosmocode.de>

Check for necessary farm constants instead of preload.php

This commit closes #7

503df8a728-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

0495d2a228-Aug-2015 Michael Große <grosse@cosmocode.de>

Require the future basedir from the user and create a .htaccess

d868066e28-Aug-2015 Michael Große <grosse@cosmocode.de>

Return false if a operation fails

a0fc814b27-Aug-2015 Michael Große <grosse@cosmocode.de>

Add conf option for plugins disabled by default

ef0eabf326-Aug-2015 Michael Große <grosse@cosmocode.de>

Use dokuwiki libs for accessing variables

see issue #8

1a00866826-Aug-2015 Michael Große <grosse@cosmocode.de>

Move servertype setup to one-time setup

efa7af4524-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

6d53438c24-Aug-2015 Michael Große <grosse@cosmocode.de>

Add more prose to create preload.php dialog

fixes #1

1936863921-Aug-2015 Michael Große <grosse@cosmocode.de>

Add more error conditions and lang strings

4960468d21-Aug-2015 Michael Große <grosse@cosmocode.de>

Move hard-coded texts to lang.php

4a22c03221-Aug-2015 Michael Große <grosse@cosmocode.de>

Report errors for create preloadPHP

a12b96c021-Aug-2015 Michael Große <grosse@cosmocode.de>

Move FormErrorfunction to helper function

4d12048021-Aug-2015 Michael Große <grosse@cosmocode.de>

Move reloading a adminpage to its own function

fc6a7cc121-Aug-2015 Michael Große <grosse@cosmocode.de>

Move printed strings to lang files

1234