History log of /plugin/struct/meta/CSVPageImporter.php (Results 1 – 18 of 18)
Revision Date Author Comments
# 5e29103a 11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 1ca21e17 31-Mar-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Multiple fixes for PHP 8 (#600)


# 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


# 5e8c6cf6 05-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Replace hand-crafted SQL queries in CSV import with calls to AccessTable* save methods


# 28d21c10 05-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Try not to duplicate data saving methods


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 10575566 23-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Some fixme cleanups


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


# 00043bff 25-Sep-2018 Michael Große <grosse@cosmocode.de>

✨ (CSVImport) Add new conditional syntax for new pages

Add a new syntax to create a block only if we have data for that field for the given page. This is
inspired by existing Bureaucracy syntax.


# c09fb9e3 05-Sep-2018 Michael Große <grosse@cosmocode.de>

�� (Import) Make csv columns that don't exist in the schema available as palceholders

This keeps the naming for placeholders that exist in the schema of
schema.label but will make additional csv col

�� (Import) Make csv columns that don't exist in the schema available as palceholders

This keeps the naming for placeholders that exist in the schema of
schema.label but will make additional csv columns available for
replacement as well.

show more ...


# 95ea798e 05-Sep-2018 Michael Große <grosse@cosmocode.de>

�� (import) clean page ids when used as key


# ee52a3aa 04-Sep-2018 Michael Große <grosse@cosmocode.de>

�� fix type hint for field


# 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


# 424167cb 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

remove pid schema assignment check


# e53295c5 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

create new page revision for every csv data import


# 1fc2361f 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

implement CSV import for page schemas