History log of /plugin/struct/ (Results 501 – 525 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f0e425ef06-Aug-2018 Michael Große <grosse@cosmocode.de>

✅ Fix fragile test

This test was failing because of the change introduced in #407. That change modified the order of
arguments and thus produced a different hash. This test shouldn't fail because of

✅ Fix fragile test

This test was failing because of the change introduced in #407. That change modified the order of
arguments and thus produced a different hash. This test shouldn't fail because of such a change.

show more ...

63e7ad0c02-Aug-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

d93ddfc730-Jul-2018 Szymon Olewniczak <solewniczak@rid.pl>

fix warning on line 130 (invalid argument for count())

140e6cdd24-Jul-2018 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

275cd87a07-Jul-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

ed105ae207-Jul-2018 Michael Große <mic.grosse@googlemail.com>

�� Improve style of struct bureaucracy fields

Especially when it comes to responsive design

df8d9fff07-Jul-2018 Michael Große <mic.grosse@googlemail.com>

�� Prevent PHP7 warning and check if countable first

8f39694203-Jun-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

c0a65ccf28-May-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

6822dd2522-May-2018 Michael Große <grosse@cosmocode.de>

fix: Export wiki field data in aggregation table CSV exports

Fixes #341

ff2afc7c22-May-2018 Michael Große <grosse@cosmocode.de>

refactor: Move saving of lookup row to helper method

This should make saving lookup data easier, both for tests and external plugins

a8bbb00925-Apr-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

9007da5824-Apr-2018 Michael Große <grosse@cosmocode.de>

Fix PHP notices

88b58a2130-Mar-2018 Szymon Olewniczak <solewniczak@rid.pl>

This commit adds '%lastsummary%' special column for page schemas. The column contains the summary of last page revision.

733a4e9b26-Jan-2018 Michael Große <grosse@cosmocode.de>

tests: drop seconds from test for datetime type

input type datetime-local does not support seconds and therefore neither
does this type anymore.

b80ca5e126-Jan-2018 Michael Große <grosse@cosmocode.de>

fix: make html5 datetime picker actually work

The datetime picker expects and produces dates / time pairs separated by
the "T" character, not a space. Further, it does not handle seconds at
all.

Th

fix: make html5 datetime picker actually work

The datetime picker expects and produces dates / time pairs separated by
the "T" character, not a space. Further, it does not handle seconds at
all.

Therefore, we have to provide the timestamp in the input field separated
by a "T" and for consistency drop seconds altogether. Hence, it
becomes necessary to replace the "T" by a space again before providing it to jQuery
date picker fallback.

Further, we have to actually parse the "T" when validating the
timestamps we receive from the user.

show more ...

91cdb71126-Jan-2018 Michael Große <grosse@cosmocode.de>

fix: do not input double year from jquery date picker

As defined by the jquery ui datepicker documentation, "yy" referes
to the four digit year.

68ef533418-Jan-2018 Michael Große <grosse@cosmocode.de>

Version upped

e79e41af18-Jan-2018 Michael Große <grosse@cosmocode.de>

fix: use built-in function nl2br

f722208518-Jan-2018 Michael Große <grosse@cosmocode.de>

feat: render new lines as <br> in LongText

10b11cc511-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

special columns for lookup select fields

I'm not quite sure if it's more feature or bugfix but i think that special columns of struct schemas should also be available for struct lookup field.

987ccc7f10-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

use multi input in bureaucracy forms

this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.

additionally it fixes one minor bug that causes struct lo

use multi input in bureaucracy forms

this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.

additionally it fixes one minor bug that causes struct lookup fields loosing their selected values when a bureaucracy form was send with an error.

works only with: https://github.com/splitbrain/dokuwiki-plugin-bureaucracy/pull/226

show more ...

6d71ffef09-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

fix: proper error handling

131fd50709-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

fix: to proper handle placeholders in default values for struct fields, we must validate them only on submit

b193f1ee08-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

"struct_lookup" action for bureaucracy

Action allows create struct lookup entries using bureaucracy form. Syntax:
<form>
action struct_lookup
...
</form>

<form> can contain any number of st

"struct_lookup" action for bureaucracy

Action allows create struct lookup entries using bureaucracy form. Syntax:
<form>
action struct_lookup
...
</form>

<form> can contain any number of struct_field or struct_schema. Data will be saved to respective lookup schemas.

show more ...

1...<<21222324252627282930>>...54