History log of /plugin/struct/lang/ (Results 26 – 50 of 134)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0ceefd5c11-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Start unifying schema types

Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.

The crucial change is i

Start unifying schema types

Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.

The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.

Database migration is not implemented yet.

show more ...

cd1161d521-Feb-2020 Nat <natdoub@hotmail.com>

translation update

1f07541807-Oct-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Add comparator strings

d8bfcd0330-Sep-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Add missing translations

b1296f1017-Sep-2019 Nikos Parafestas <nparafe@gmail.com>

translation update

7a3219fa02-Sep-2019 Robert Surý <rsurycz@seznam.cz>

translation update

2a2be65419-Jul-2019 Robert Surý <rsurycz@seznam.cz>

translation update

2b991a9c12-Nov-2018 salabdou <salabdou@gmail.com>

translation update

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

translation update

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

translation update

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

translation update

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.

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

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

bcd6c1e427-Oct-2017 Joerg <scooter22@gmx.de>

translation update

9b4977e019-Sep-2017 Malte Lembeck <malte.lembeck@outlook.de>

translation update

3cd05f0616-Jun-2017 Michael Große <grosse@cosmocode.de>

More German translations

79c83e0616-Jun-2017 Michael Große <grosse@cosmocode.de>

Add button to clear schema data

1dcfa08225-May-2017 ubibene <services.m@benard.info>

translation update

a820134231-Mar-2017 Andreas Gohr <andi@splitbrain.org>

removed unused files

e87d1e7414-Mar-2017 Michael Große <grosse@cosmocode.de>

Fix typo

At least it was consistent...

34db209614-Mar-2017 Michael Große <grosse@cosmocode.de>

Throw on missing column

This happens if the user explicitly enters a column that does not exist in the
schema. This error was previously silently ignored.

This adjustment notifies the user that the

Throw on missing column

This happens if the user explicitly enters a column that does not exist in the
schema. This error was previously silently ignored.

This adjustment notifies the user that there is an error.

show more ...


/plugin/struct/_test/AccessTableDataDB.test.php
/plugin/struct/_test/AccessTableDataReplacement.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/Type_Decimal.test.php
/plugin/struct/_test/Type_Dropdown.test.php
/plugin/struct/_test/Type_Lookup.test.php
/plugin/struct/_test/Type_Text.test.php
/plugin/struct/_test/entry.test.php
/plugin/struct/_test/json/schema1.struct.json
/plugin/struct/_test/output.test.php
/plugin/struct/action/edit.php
/plugin/struct/action/inline.php
/plugin/struct/action/output.php
/plugin/struct/admin.svg
/plugin/struct/db/latest.version
/plugin/struct/db/update0014.sql
en/lang.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/SchemaEditor.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/TranslationUtilities.php
/plugin/struct/meta/Value.php
/plugin/struct/plugin.info.txt
/plugin/struct/requirements.txt
/plugin/struct/script/EntryEditor.js
/plugin/struct/script/InlineEditor.js
/plugin/struct/script/LookupEditor.js
/plugin/struct/style.less
/plugin/struct/syntax/lookup.php
/plugin/struct/syntax/output.php
/plugin/struct/types/AbstractBaseType.php
/plugin/struct/types/Decimal.php
/plugin/struct/types/Lookup.php
/plugin/struct/types/Text.php
/plugin/struct/types/TraitFilterPrefix.php
/plugin/struct/types/Wiki.php
4508525a22-Jan-2017 Digitalin <digikatya@yahoo.fr>

translation update

5f5d342315-Dec-2016 Hideaki SAWADA <chuno@live.jp>

translation update

bb34895207-Dec-2016 Andreas Gohr <andi@splitbrain.org>

fixed typo

123456