History log of /plugin/struct/lang/ (Results 51 – 75 of 134)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6d2df53207-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

some language clarification

b3e6d4a407-Dec-2016 Michael Grosse <grosse@cosmocode.de>

feat: show a warning if a filter is used on a cloud

a0b3799e05-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

first go at CSV import #239

This adds CSV importing for Lookup Schemas. The format is fixed (comma
separator, " encapsulation, \ escape). The first row has to contain
headers matching the Schema's f

first go at CSV import #239

This adds CSV importing for Lookup Schemas. The format is fixed (comma
separator, " encapsulation, \ escape). The first row has to contain
headers matching the Schema's field names. Non matched fields are
ignored.

No validation is done on import. All data is stored as is and will then
bw interpreted by the different types.

show more ...

03ac87fe04-Dec-2016 Nicolas Friedli <nicolas@theologique.ch>

translation update

5a4df70d30-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

Do not allow Lookup Editor on page schemas. fixes #235

d44fbf1829-Nov-2016 Hideaki SAWADA <chuno@live.jp>

translation update

ea5ad12a22-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: add list aggregation

Implement the list aggregation known from the dokuwiki data plugin. This
feature is useful when an entire table would be to much boilerplate.
Usually one would select only

feat: add list aggregation

Implement the list aggregation known from the dokuwiki data plugin. This
feature is useful when an entire table would be to much boilerplate.
Usually one would select only a few columns.

Enable the option sepbyheader to behave analogous to the data plugin.

Report any options that are not valid for a list aggregation as error.
Show that error during the render phase of a page. That way the error is visible
always when the page is rendered, not only after the initial save when it is
parsed.

See #90 and see SPR-710

show more ...

22d60eba22-Nov-2016 Digitalin <digikatya@yahoo.fr>

translation update

2e12ac2217-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: Add `%lasteditor%` col in access-aggregation

Add this column to show the user that last edited a page.

SPR-622

9565942116-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

This adds a new type Color

This is not terribly useful on it's own, but will be used by other
plugins defining their own types and making use of this.

The default color will never be saved.

This t

This adds a new type Color

This is not terribly useful on it's own, but will be used by other
plugins defining their own types and making use of this.

The default color will never be saved.

This type makes use of <input type="color"> which is not supported in
some older browsers (a simple text input will be displayed by those).

show more ...

7cbcfbdb07-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

better handling of failing sqlite plugin init. fixes #200

34cffaab03-Nov-2016 Digitalin <digikatya@yahoo.fr>

translation update

09dd691a01-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

first attempt at CSV export

e2c90eeb06-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

added editors to schema. not checked anywhere, yet

78029e3602-Oct-2016 Laynee <seedfloyd@gmail.com>

Urgent fix lang.php

The last commit rendered the whole DokuWiki admin panel unusable.

09dd9c7825-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

do not save empty lookup data

f107f47924-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

show new row when adding to lookup

This renders the newly created row and adds it dynamically to the
existing table.


/plugin/struct/_test/AccessTableDataDB.test.php
/plugin/struct/_test/AccessTableDataDBMulti.test.php
/plugin/struct/_test/AccessTableDataSQL.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/Type_Dropdown.test.php
/plugin/struct/_test/Validator.test.php
/plugin/struct/_test/entry.test.php
/plugin/struct/_test/helper_db.test.php
/plugin/struct/_test/json/dropdowns.struct.json
/plugin/struct/_test/json/translation.struct.json
/plugin/struct/_test/mock/Dropdown.php
/plugin/struct/_test/mock/ValueValidator.php
/plugin/struct/action/bureaucracy.php
/plugin/struct/action/diff.php
/plugin/struct/action/edit.php
/plugin/struct/action/entry.php
/plugin/struct/action/inline.php
/plugin/struct/action/lookup.php
/plugin/struct/action/revert.php
/plugin/struct/admin/schemas.php
/plugin/struct/helper.php
/plugin/struct/helper/field.php
en/lang.php
/plugin/struct/meta/AccessDataValidator.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AccessTableLookup.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/LookupTable.php
/plugin/struct/meta/RowColumn.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/Value.php
/plugin/struct/meta/ValueValidator.php
/plugin/struct/script/InlineEditor.js
/plugin/struct/script/LookupEditor.js
/plugin/struct/syntax/lookup.php
/plugin/struct/types/AbstractBaseType.php
/plugin/struct/types/Date.php
/plugin/struct/types/DateTime.php
/plugin/struct/types/Decimal.php
/plugin/struct/types/Dropdown.php
/plugin/struct/types/Mail.php
/plugin/struct/types/Media.php
/plugin/struct/types/Page.php
/plugin/struct/types/Url.php
/plugin/struct/types/User.php
/plugin/struct/types/Wiki.php
38edbfed24-Aug-2016 lerdt <pro@nicolas-hemard.eu>

translation update

fc26989e11-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

make sure lookups aren't assigned to pages

This prevents pattern assignment and will ignore any lookups when
reading the assignments for a given page.

Should probably have some tests

2be187cd11-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

safeguard against lookup mixing in Search

We can not join lookup schemas with any other schema on pid. Which means
we can not allow selecting more than one lookup schema in Search.

70d1dea610-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fixed references to old Integer type

04346cd208-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

delete lookup rows

6b5e52fd04-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

first go at the lookup table editor

All functionality is added via JavaScript after an initial AJAX call.
This call can be used to check permissions later (without the need to
invalidate caches)

7c080d6904-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

lookup schemas can now be created

4e427bd504-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

added lookup selection in schema creation dialog

123456