ead86face7
bureaucracy is needed for testing
2017-11-05 09:59:16 +01:00
42b33e2a7b
Merge pull request #347 from dokuwiki-translate/lang_update_597_1509093328
...
Translation update (de)
2017-11-05 09:56:58 +01:00
bcd6c1e41a
translation update
2017-10-27 10:35:42 +02:00
d77f510781
Merge pull request #310 from cosmocode/addSchemaClearButton
...
Add schema clear button and improve translation
2017-10-16 15:55:19 +02:00
aa413daee4
Merge branch 'master' into addSchemaClearButton
2017-10-16 15:54:57 +02:00
67ddf0d09f
do not use a non-guaranteed placeholder
2017-10-11 19:01:23 +02:00
a110fe213b
Merge pull request #338 from solewniczak/Struct-header-not-showing-up-on-pages-created-by-Bureaucracy-template-#337
...
Fixes #337
2017-09-28 14:27:03 +02:00
6344071494
Merge pull request #339 from solewniczak/Rowid-instead-of-DisplayValue-of-lookup-field-replaced-into-Bureaucracy-template-#323
...
Replace lookup placeholders by value not by the row id
2017-09-28 14:26:13 +02:00
4d7999133c
Create unit tests for testing lookup replacements
...
This commit provides the basis for further bureaucracy-struct integration testing. Currently we only check if lookup field replacements works correctly.
2017-09-25 14:20:47 +02:00
345c383834
Replace lookup placeholders by value not by the row id
...
While creating a new page using bureaucracy template action together with struct provided data, we should replace the lookup-field's placeholders by the value selected by the user. It's much more sensible.
Fixes #323
2017-09-22 16:56:55 +02:00
eaab469c00
fixes #337
2017-09-22 13:42:40 +02:00
8fbd768374
Merge pull request #334 from solewniczak/import-csv-data-for-page-schemas-#333
...
Import csv data for page schemas #333
2017-09-20 16:22:06 +02:00
59108bb9e1
Merge pull request #335 from dokuwiki-translate/lang_update_544
...
Translation update (de)
2017-09-20 15:34:45 +02:00
0e489a46bc
make one SQL transaction per imported line to eliminate potential inconsistencies
2017-09-19 16:41:17 +02:00
69c07c1ba5
doc update
2017-09-19 16:23:47 +02:00
424167cba6
remove pid schema assignment check
2017-09-19 16:05:37 +02:00
e53295c50f
create new page revision for every csv data import
2017-09-19 15:49:29 +02:00
9b4977e0bc
translation update
2017-09-19 15:25:10 +02:00
1fc2361fe2
implement CSV import for page schemas
2017-09-19 12:15:21 +02:00
48801f6d7d
display CSV import form for page schemas
2017-09-19 12:15:21 +02:00
3215aebf1c
fix row numbers resetting with pagination ( #332 )
...
* create unit test that fails
* implement the feature
fixes #331
2017-09-18 13:12:02 +02:00
f55a086c6c
Merge pull request #329 from solewniczak/Exact-matches-for-cloud-tags-#328
...
Exact matches for cloud tags #328
2017-09-18 11:21:23 +02:00
43d764065a
properly encode comperor for cloud tag
2017-09-18 09:52:48 +02:00
57775e3011
chane comparator for cloud-tags
2017-09-15 11:39:20 +02:00
42d864a2d9
Version upped
2017-07-11
2017-07-12 23:51:35 +02:00
bd18a874b1
Merge pull request #319 from cosmocode/APIgetAggregationData
...
Add API-method to get data of aggregation
2017-07-12 11:21:43 +02:00
935a9fa374
Add API-method to get data of aggregation
2017-07-11 15:07:23 +02:00
3cd05f0690
More German translations
2017-06-16 14:18:00 +02:00
79c83e060d
Add button to clear schema data
2017-06-16 12:30:03 +02:00
411f7e0a09
Version upped
2017-06-15
2017-06-15 23:51:37 +02:00
a7c0f8a62e
Fix styles for bureaucracy forms
...
The restructuring of the entry label↔input html in #304 has caused the
css for struct fields in bureaucracy forms to break. This commit should fix
this and hence fix #307 .
2017-06-15 16:35:07 +02:00
79cb79f5ac
Get colname from label again
...
This should fix the ajax bug for autocompletion and hence
resolve #305
2017-06-15 11:42:40 +02:00
81fe2ff236
Improve styling of the hint icon for single line labels
...
This should fix the style issue in #305
2017-06-15 11:42:40 +02:00
b730c13e84
Version upped
2017-06-13
2017-06-14 23:51:38 +02:00
3e7a5b3c23
Refactor to use buildAttributes -> cleaner code
2017-06-14 10:22:36 +02:00
c255577a6d
Fix labels not hidden in closed struct entry
...
Since `div.field` are now the only elements inside the fieldsets (beside
the legend), we can just hide them explicitly.
This bug occurred, because the star had a lower specifity than the more
explicitly defined display-states for div.field and its descendants.
Quix-80
2017-06-14 10:22:36 +02:00
0c17c53a2f
Remove duplicate code 🚮
...
The functions \action_plugin_struct_entry::createForm and
\action_plugin_struct_entry::makeField are duplicated in
\action_plugin_struct_edit
2017-06-14 10:22:36 +02:00
433b768331
Fix whitespace
2017-06-14 10:22:36 +02:00
ee9831356b
Fix multiple inputs in one label: it's invalid 🙅
...
Multiple inputs within a single label in invalid HTML. This bug can not
only occur in multi-fields but also in plugin-provided single fields
which may contain multiple input-fields which are then only combined by
javascript.
Thus, we provide an id which every type can assign to the edit-field
best suited. For multi-types this is usually the new-input-template.
Fixes #292
2017-06-14 10:22:36 +02:00
d804d5ef83
Version upped
2017-05-25
2017-06-13 23:51:46 +02:00
1dcfa08266
translation update
2017-06-13 16:57:06 +02:00
18902e7672
Correctly detect classes provided by plugins
...
The class provided by plugins like structstatus are not located in the
struct directory and hence not found by the autoloader. They are
added via event to Column::allTypes().
2017-06-13 10:30:19 +02:00
e7e215e92e
Version upped
2017-04-25
2017-04-25 23:51:32 +02:00
712bc832db
Remove unnecessary <div>
...
Apparently a <p class="hint"> is enough after all and the surrounding
diff is redundant.
SPR-899
2017-04-25 17:00:56 +02:00
860ba02a06
Wrap the hint in the inline editor in a p tag
...
For it to be read correctly by screen readers and for better styling,
wrap the hint in the inline-editor in a <p>-tag.
SPR-899
2017-04-25 17:00:56 +02:00
32c34e1e8c
Version upped
2017-04-20
2017-04-20 23:51:34 +02:00
9c233c0c95
Fix a let
that we missed for IE10 compatibility
...
IE10 does not understand `let` and `const`, so we still have to use var
2017-04-20 12:07:52 +02:00
71cc82f24f
Version upped
2017-03-31
2017-03-31 23:51:31 +02:00
a82013426b
removed unused files
2017-03-31 12:38:41 +02:00
e805a6f4b4
Version upped
2017-03-28
2017-03-28 23:51:32 +02:00