History log of /plugin/struct/ (Results 1001 – 1025 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cc129a4116-May-2016 Hideaki SAWADA <chuno@live.jp>

translation update

61b5574c28-Apr-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

ba76620128-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


_test/Assignments.test.php
_test/ConfigParser.test.php
_test/Schema.test.php
_test/SchemaBuilder.test.php
_test/SchemaDataDB.test.php
_test/SchemaDataDBMulti.test.php
_test/SchemaDataSQL.test.php
_test/SchemaImporter.test.php
_test/Search.test.php
_test/SearchConfig.test.php
_test/SearchConfigParameter.test.php
_test/StructTest.php
_test/Type_AbstractBase.test.php
_test/Type_Decimal.test.php
_test/Type_Integer.test.php
_test/Type_Media.test.php
_test/Type_Page.test.php
_test/Type_Tag.test.php
_test/Type_Text.test.php
_test/Type_Url.test.php
_test/Type_User.test.php
_test/Validator.test.php
_test/Value.test.php
_test/configHelper.test.php
_test/diff.test.php
_test/entry.test.php
_test/general.test.php
_test/mock/Assignments.php
_test/mock/BaseType.php
_test/mock/SchemaData.php
_test/mock/SchemaDataNoDB.php
_test/mock/Search.php
_test/mock/SearchConfig.php
_test/mock/Validator.php
_test/mock/action_plugin_struct_entry.php
_test/mock/helper_plugin_struct_config.php
_test/move.test.php
action/ajax.php
action/bureaucracy.php
action/cache.php
action/diff.php
action/entry.php
action/move.php
action/search.php
admin/assignments.php
admin/schemas.php
helper.php
helper/config.php
helper/field.php
meta/AggregationTable.php
meta/Assignments.php
meta/Column.php
meta/ConfigParser.php
meta/PageColumn.php
meta/Schema.php
meta/SchemaBuilder.php
meta/SchemaData.php
meta/SchemaEditor.php
meta/SchemaImporter.php
meta/Search.php
meta/SearchConfig.php
meta/SearchConfigParameters.php
meta/StructException.php
meta/ValidationException.php
meta/Validator.php
meta/Value.php
remote.php
syntax/output.php
syntax/table.php
types/AbstractBaseType.php
types/AbstractMultiBaseType.php
types/Checkbox.php
types/Date.php
types/Decimal.php
types/Dropdown.php
types/Integer.php
types/Mail.php
types/Media.php
types/Page.php
types/Tag.php
types/Text.php
types/Url.php
types/User.php
types/Wiki.php
278eb74a12-Apr-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

6c71c03112-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fix validation and multi vlaue handling in bureaucracy #87

7e8f785207-Apr-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

f9f13d8c07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

tests for schema deletion

d5a1a6dc07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Added way to delete a schema and all its data

e35040ca07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

changes have been merged upstream

524b102e06-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

added prefix and postfix to Decimal type

this is useful to add currency symbols

965c6ba806-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

better format configuration for Decimal type

a28d09c705-Apr-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

399c73d305-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

added Type Decimal #84

9b97e61005-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

reuse column's type renderer to output sums

This makes sure that sums will apply the same formatting as the values
they summarize.

7fb68f9e05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fix grave schema editing bug

Might be related to #82.

The SchemaBuilder expects input columns indexed by their colref number,
but Schema->columns is indexed by sort. Thus each edit possibly juggled

fix grave schema editing bug

Might be related to #82.

The SchemaBuilder expects input columns indexed by their colref number,
but Schema->columns is indexed by sort. Thus each edit possibly juggled
field definitions around.

show more ...

aee4116b05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fixed summarize option. closes #83

9bdb73ce05-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fixed asterisk for optional fields in bureaucracy #19

e29474d631-Mar-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

5991c08c31-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

more bureaucracy adjustments

cfe2b90831-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

Added struct_schema bureaucracy type. #19

95838d5030-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

styling adjustments in bureaucracy mode

we now use our own formfield function here

3ad9c1ea30-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

first go at bureaucracy support #19

This only implements singlge field, not whole schemas, yet.

This has no unit tests yet. Testing will be complicated. I'll try to
figure something out.

de07ec2330-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed grouping in search

ed3de3d630-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

use data ttribute for autocompletion

this moves the whole field creation to a separate function and adds the
full qualified column name as a data attribute. This is needed because
we can not rely on

use data ttribute for autocompletion

this moves the whole field creation to a separate function and adds the
full qualified column name as a data attribute. This is needed because
we can not rely on the field's name to figure out the column name as it
will be unrelated in bureaucracy use

show more ...

fbc72efb24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

minimize width of dyn filters

This avoids stretching the table further than needed. The input is
expanded on focus only.

1...<<41424344454647484950>>...54