| 4b303cda | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: Let renderes parse spaces for themselves |
| a0a1d14e | 07-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
show display value in diffs. fixes #236 |
| 2c6e107c | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: make list renderer-sensitive |
| 3ec19891 | 07-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. |
| faa6f42c | 07-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. |
| bb348952 | 07-Dec-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo |
| 6d2df532 | 07-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some language clarification |
| 14a56206 | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: handle non-xhtml modes |
| 23b146ac | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: escape media text in cloud |
| 664e4c73 | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: reuse style class from DokuWiki-core |
| 87feee46 | 07-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 |
| da11327a | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: condense sequential functions |
| c358e27a | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: use existing constants and functions |
| 13e634d5 | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: join lines to decrease indentation |
| db7970ca | 07-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 ...
|
| b3e6d4a4 | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: show a warning if a filter is used on a cloud |
| 9e7e1786 | 06-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
doc: update php docstrings |
| 262c0fc6 | 05-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 |
| f36cc634 | 06-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. |
| a0b3799e | 05-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 ...
|
| 9f6c16ba | 05-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use parent waitForTick if available |
| 4eed39ff | 05-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: Check&Update page assignments on inline-edit |
| d560ea13 | 05-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: make sortString available for all types |
| 03ac87fe | 04-Dec-2016 |
Nicolas Friedli <nicolas@theologique.ch> |
translation update |
| 8030060a | 30-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |