History log of /plugin/struct/ (Results 476 – 500 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9c75d05108-Oct-2018 Michael Große <mic.grosse@googlemail.com>

�� Fix autocompletion for tags in lookups

See issue #422

8ddbe81a08-Oct-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

7a30359308-Oct-2018 Michael Große <grosse@cosmocode.de>

�� improve bureaucracy field styling

This should now fix all alignment issues both in mobile and on screen.

See issue #404

00043bff25-Sep-2018 Michael Große <grosse@cosmocode.de>

✨ (CSVImport) Add new conditional syntax for new pages

Add a new syntax to create a block only if we have data for that field for the given page. This is
inspired by existing Bureaucracy syntax.

efff584121-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

name changed, tests provided

e983bcda21-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

method splitted, test provided

3a9e016c11-Sep-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

99d15ae811-Sep-2018 Enno Lohmeier <elo-gthb@nerd-works.de>

fix the acl check in rpc api

daa4b09d08-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

Adds userinfo to value placeholders

The commit introduces 3 additional placeholders to be used in filters:
* $USER.name$
* $USER.mail$
* $USER.grps$

This may be particularly useful with struc

Adds userinfo to value placeholders

The commit introduces 3 additional placeholders to be used in filters:
* $USER.name$
* $USER.mail$
* $USER.grps$

This may be particularly useful with structgroup plugin.

show more ...

aaa187ab08-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

This commit introduces additional comparator: "IN" into struct filter. The syntax is:
structfield IN ("a", "b", "c")
This is simply translated into:
structfield = "a" OR structfield = "b" OR stru

This commit introduces additional comparator: "IN" into struct filter. The syntax is:
structfield IN ("a", "b", "c")
This is simply translated into:
structfield = "a" OR structfield = "b" OR structfield = "c"
I've found the IN syntax more readeable in some situations.

show more ...

b08a7c7107-Sep-2018 Jürgen <hans-juergen.schuemmer@schuette.de>

translation update

77a9498805-Sep-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

c09fb9e305-Sep-2018 Michael Große <grosse@cosmocode.de>

�� (Import) Make csv columns that don't exist in the schema available as palceholders

This keeps the naming for placeholders that exist in the schema of
schema.label but will make additional csv col

�� (Import) Make csv columns that don't exist in the schema available as palceholders

This keeps the naming for placeholders that exist in the schema of
schema.label but will make additional csv columns available for
replacement as well.

show more ...

95ea798e05-Sep-2018 Michael Große <grosse@cosmocode.de>

�� (import) clean page ids when used as key

f0562e9904-Sep-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

ee52a3aa04-Sep-2018 Michael Große <grosse@cosmocode.de>

�� fix type hint for field

0bd068be04-Sep-2018 Michael Große <grosse@cosmocode.de>

♻️ addElement() returns the Element --> use it

a22f259203-Sep-2018 Michael Große <grosse@cosmocode.de>

�� (CSV Import) Add edit class to fix alignment

This is not ideal but the current DokuWiki styles require 'block' on the label and 'edit' on input
and this is the only way to achive that without wri

�� (CSV Import) Add edit class to fix alignment

This is not ideal but the current DokuWiki styles require 'block' on the label and 'edit' on input
and this is the only way to achive that without writing the element completely by ourselves.

show more ...

b6dc4fd931-Aug-2018 Michael Große <grosse@cosmocode.de>

�� Generators on PHP 5.6 cannot use "return"

0911f72631-Aug-2018 Michael Große <grosse@cosmocode.de>

�� (Import) Add file-type hints to the import form

17dbef8a31-Aug-2018 Michael Große <grosse@cosmocode.de>

✨ (Import) Add option to create missing pages in csv page schema import

Styling of the checkbox is still a bit off.

WIKI-199

ba7c71bf06-Aug-2018 Michael Große <grosse@cosmocode.de>

�� Version upped

4a42f07c01-May-2018 Michael Große <mic.grosse@googlemail.com>

✅ test for struct bureaucracy multi field

4315d1e706-Aug-2018 Michael Große <grosse@cosmocode.de>

✅ Fix tests for #390

d51cb7e606-Aug-2018 Michael Große <grosse@cosmocode.de>

�� Run tests on all supported PHP versions and nightly

1...<<11121314151617181920>>...54