#
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
#
6c9d1a10 |
| 21-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename internal schemas to "internal"
|
#
55e23b11 |
| 18-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Config option noedit
Makes it possible to freeze a schema
|
#
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
#
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
#
15601745 |
| 08-Dec-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use "global" option in CSV export instead of defunct "lookup"
|
#
ad86a824 |
| 11-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create pages when importing serial data
|
#
4fc908c2 |
| 11-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Block styles for radio buttons in schema editor
|
#
fabc08cb |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations
|
#
28d21c10 |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Try not to duplicate data saving methods
|
#
69d92b7a |
| 04-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Prepare to use unified schema in admin CSV export/import
|
#
748e747f |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Manual coding style fixes
Method and variable visibility, camel case method names. Some exclusions due to inheritance
|
#
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
#
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 ...
|
#
0bd068be |
| 04-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
♻️ addElement() returns the Element --> use it
|
#
a22f2592 |
| 03-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 ...
|
#
0911f726 |
| 31-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
(Import) Add file-type hints to the import form
|
#
17dbef8a |
| 31-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
|
#
aa413dae |
| 16-Oct-2017 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into addSchemaClearButton
|
#
1fc2361f |
| 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
implement CSV import for page schemas
|
#
48801f6d |
| 18-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
display CSV import form for page schemas
|
#
79c83e06 |
| 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Add button to clear schema data
|
#
6d2df532 |
| 07-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some language clarification
|
#
f36cc634 |
| 06-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add raw CSV export
This allows exporting the raw data of a schema in the same format as used in the CSV import.
|
#
a0b3799e |
| 05-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 ...
|