History log of /plugin/struct/db/latest.version (Results 1 – 21 of 21)
Revision Date Author Comments
# 52637a9c 18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

DB migration: add indexes for latest and published


# fc6ac2e5 17-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Add 'published' column to db tables

First step of integrating publishing workflows into struct


# bbd79bcc 10-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Migration cleanup

Finally removes a temp table left over by migration 16


# 544dca1b 18-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix some incorrectly migrated lookup data


# 76a74c23 23-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Migrate database to unified schema


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


# 127d6bac 28-Feb-2017 Michael Große <grosse@cosmocode.de>

feat: Show translatable schema names on pages

SPR-841 #45


# 109edca8 16-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: store user and rev of all pages

Rename `meta/Title.php` `meta/Page.php` since it now handles the user
and timestamp for the last change as well.

This is done in preparation to adding a %laste

feat: store user and rev of all pages

Rename `meta/Title.php` `meta/Page.php` since it now handles the user
and timestamp for the last change as well.

This is done in preparation to adding a %lasteditor% selector showing
the last editor of a page and changing the %lastupdated% to show the
time when the page was last changed instead of showing the time when the
struct data of the page was last updated.

SPR-622

show more ...


# 8f259467 15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

add a latest column to the multi_* tables

This makes it easier to access the most current data, similar to what we
have in single tables already


# e2c90eeb 06-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

added editors to schema. not checked anywhere, yet


# fe23a86e 25-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into lookups

Note: this resolves a conflict in the migrations. If you worked with the
lookup branch before, you will probably need to throw away your
database.

* master:
tra

Merge branch 'master' into lookups

Note: this resolves a conflict in the migrations. If you worked with the
lookup branch before, you will probably need to throw away your
database.

* master:
translation update
Version upped
Partly reverting 12fe9b2c - export user again
Return false if schema doesn't exist
Leave error handling of helper methods to the caller
Do not export the user either
Add docblocks, better names and exception handling
Set the user explicitly during import
Fix tests
Reinitialize db if $conf['meta'] changed
Save user on schema change and more imexport tools
Reevaluate page assignments when replacing them
Delete assignments as well
Add helper for im&export by other plugins

show more ...


# fa7b96aa 10-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Save user on schema change and more imexport tools


# 9937cf33 04-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

added islookup to schemas table


# d7b29650 18-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

add a titles table


# 303fac14 03-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

automatically change the type for existing Image fields


# ed60c3b3 25-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

update assigments when patterns are changed


# 49d38573 25-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

new table for page assignments/patterns #28


# 0fe33e72 11-Feb-2016 Andreas Gohr <andi@splitbrain.org>

use one multivalue table per schema


# 706e7c4b 02-Feb-2016 Andreas Gohr <andi@splitbrain.org>

adds a multivals table

for columns that store multiple values (multi = true), we store a NULL
in the data_* table and put all the values in the multivals table. The
row column acts as a simple count

adds a multivals table

for columns that store multiple values (multi = true), we store a NULL
in the data_* table and put all the values in the multivals table. The
row column acts as a simple counter so values can be stored and
retrieved in the correct order.

show more ...


# a205b0ca 19-Jan-2016 Andreas Gohr <gohr@cosmocode.de>

added table to hold schema assignments

Schemas should be assignable to namespaces or pages. That's why the
column to hold that info is called assign and not pid.


# 083afc55 17-Dec-2015 Andreas Gohr <andi@splitbrain.org>

a first go at the overall structure. far from complete