History log of /plugin/struct/ (Results 626 – 650 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4b303cda07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: Let renderes parse spaces for themselves

a0a1d14e07-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

show display value in diffs. fixes #236

2c6e107c07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: make list renderer-sensitive

3ec1989107-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Use SQL LIMIT statement => faster ����

Since we do not have pagination for struct cloud, we can Limit the
number of results already within SQL.

faa6f42c07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: ensure that displayValue of page is never empty

This could have been the case when the page is non-existent and has
never existed or is not a clean pageid due to a changed type of the
column.

bb34895207-Dec-2016 Andreas Gohr <andi@splitbrain.org>

fixed typo

6d2df53207-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

some language clarification

14a5620607-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: handle non-xhtml modes

23b146ac07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: escape media text in cloud

664e4c7307-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: reuse style class from DokuWiki-core

87feee4607-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: use generated aliases to prevent duplicates

Ensure the table-aliases are unique even if there are two schemas with
multi-columns. See also commit db7970ca33d66b924443af737b13af2b8d5bb664

da11327a07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: condense sequential functions

c358e27a07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: use existing constants and functions

13e634d507-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: join lines to decrease indentation

db7970ca07-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

use generated table alias in joins. fixes #246

For joining the multi table, we used the colref of the refrenced multi
column in creating the alias of the joined table. But when referencing
multi col

use generated table alias in joins. fixes #246

For joining the multi table, we used the colref of the refrenced multi
column in creating the alias of the joined table. But when referencing
multi columns from different schemas, the colref can be the same for two
columns. This patch now changes it to make use of the
generateTableAlias() method in our query builder, which makes sure all
aliases are unique.

show more ...

b3e6d4a407-Dec-2016 Michael Grosse <grosse@cosmocode.de>

feat: show a warning if a filter is used on a cloud

9e7e178606-Dec-2016 Michael Grosse <grosse@cosmocode.de>

doc: update php docstrings

262c0fc605-Dec-2016 Michael Grosse <grosse@cosmocode.de>

feat: make images in clouds square

Also move the code to generate tag cloud links to the AbstractBaseType
and overwrite it in Media and Color

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

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

9f6c16ba05-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

use parent waitForTick if available

4eed39ff05-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: Check&Update page assignments on inline-edit

d560ea1305-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: make sortString available for all types

03ac87fe04-Dec-2016 Nicolas Friedli <nicolas@theologique.ch>

translation update

8030060a30-Nov-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

1...<<21222324252627282930>>...54