| 544dca1b | 18-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix some incorrectly migrated lookup data |
| e361da24 | 18-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix migration of lookup fields pointing to pages |
| eadac909 | 15-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 8acbe1a4 | 15-May-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix migration for structcombolookup plutin |
| d0aeee83 | 14-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5f63595e | 14-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
fix JS include of a renamed file |
| 308cc83f | 14-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page *
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page * serial data - for an unrevisioned list of struct data attached to a page * global data - for an unrevisioned list of struct data not attached to any page (formaly known as lookup schema)
The editor mechanism used for serial and global data is now called AggregationEditor
Some reference to lookup schemas is still in the bureaucracy support part.
show more ...
|
| e8b27747 | 13-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7ab0915e | 12-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test pagination HTML with phpQuery elements instead of string comparison |
| 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 |
| 4cd5cc28 | 07-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Introduce new factory methods for data access and deprecate old ones |
| 4aaa1ee7 | 06-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Schema assignments were incomplete in CSV test |
| fabc08cb | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations |
| f9ec405e | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
CSVImporter needs to know which type of data to import |
| 5e8c6cf6 | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace hand-crafted SQL queries in CSV import with calls to AccessTable* save methods |
| e3104939 | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add forgotten grouping column to search queries
This should have been done long ago when rid was introduced |
| 984b4e7b | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More sensitive check for which version of schema should be loaded |
| 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 |
| cb92f2c8 | 06-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Schema assignments were incomplete in CSV test |
| 1fd66b06 | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations |
| 036deaae | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
CSVImporter needs to know which type of data to import |
| 47a35992 | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace hand-crafted SQL queries in CSV import with calls to AccessTable* save methods |
| a14f6a1d | 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add forgotten grouping column to search queries
This should have been done long ago when rid was introduced |