/plugin/struct/db/ |
H A D | update0016.sql | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/meta/ |
H A D | RowColumn.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | CSVPageImporter.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | SchemaEditor.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | SchemaBuilder.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | AccessTable.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | Schema.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | AggregationTable.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | Search.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/lang/cs/ |
H A D | lang.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/_test/mock/ |
H A D | AccessTable.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/lang/fr/ |
H A D | lang.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/action/ |
H A D | move.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | inline.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/lang/de/ |
H A D | lang.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/admin/ |
H A D | assignments.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
H A D | schemas.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/types/ |
H A D | Tag.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/ |
H A D | helper.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/syntax/ |
H A D | table.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|
/plugin/struct/lang/en/ |
H A D | lang.php | 0ceefd5c55d49dcf9a9f59c8e57e60eaeea1c187 Wed Mar 11 16:12:54 UTC 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 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.
|