0ceefd5c | 11-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 ...
|
cd1161d5 | 21-Feb-2020 |
Nat <natdoub@hotmail.com> |
translation update |
1f075418 | 07-Oct-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add comparator strings |
d8bfcd03 | 30-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add missing translations |
b1296f10 | 17-Sep-2019 |
Nikos Parafestas <nparafe@gmail.com> |
translation update |
7a3219fa | 02-Sep-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
2a2be654 | 19-Jul-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
2b991a9c | 12-Nov-2018 |
salabdou <salabdou@gmail.com> |
translation update |
b08a7c71 | 07-Sep-2018 |
Jürgen <hans-juergen.schuemmer@schuette.de> |
translation update |
140e6cdd | 24-Jul-2018 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
8f396942 | 03-Jun-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
88b58a21 | 30-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. |
b80ca5e1 | 26-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 ...
|
b193f1ee | 08-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 ...
|
bcd6c1e4 | 27-Oct-2017 |
Joerg <scooter22@gmx.de> |
translation update |
9b4977e0 | 19-Sep-2017 |
Malte Lembeck <malte.lembeck@outlook.de> |
translation update |
3cd05f06 | 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
More German translations |
79c83e06 | 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Add button to clear schema data |
1dcfa082 | 25-May-2017 |
ubibene <services.m@benard.info> |
translation update |
a8201342 | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unused files |
e87d1e74 | 14-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
Fix typo
At least it was consistent... |
34db2096 | 14-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 ...
|
4508525a | 22-Jan-2017 |
Digitalin <digikatya@yahoo.fr> |
translation update |
5f5d3423 | 15-Dec-2016 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
bb348952 | 07-Dec-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo |