Uwe Steinmann
d984f75871
set $objvalue in printAttributeEditField()
2016-02-25 10:49:18 +01:00
Uwe Steinmann
0f991c2dc1
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-17 11:39:09 +01:00
Uwe Steinmann
a691c9628c
remove extra variable in print[Document|Folder]ChooserJs() for modal form
2016-02-17 11:38:32 +01:00
Uwe Steinmann
be640b811d
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-09 12:36:53 +01:00
Uwe Steinmann
ffdcbd0ce0
make click on .delete-document-btn and .delete-folder-btn work
...
even if the html is loaded by ajax
2016-02-09 12:35:30 +01:00
Uwe Steinmann
b04571da11
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-04 19:13:06 +01:00
Uwe Steinmann
8b6631da6a
folderListRow() doesn't need folder from view
2016-02-04 19:03:48 +01:00
Uwe Steinmann
2317c092d6
fix setting default search method
...
the search form in the main menu will just set 'fulltext=1' if
fulltext is the default method. out/out.Search.php will not
check for the defaultSearchMethod
2016-02-03 14:46:06 +01:00
Uwe Steinmann
76f5a89f92
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-02 09:48:18 +01:00
Uwe Steinmann
a8a86193af
unfold tree if folder is selected
2016-02-02 09:41:31 +01:00
Uwe Steinmann
4dce5d7ab3
help and default search method be set
2016-02-01 19:57:08 +01:00
Uwe Steinmann
07f5512c9a
add csp header only if view->js() is defined
2015-12-16 07:16:16 +01:00
Uwe Steinmann
d6c393dede
use div.splash instead of calling noty() for message of missing
...
translations
2015-12-16 07:14:13 +01:00
Uwe Steinmann
8cbf645014
use div.splash instead of calling noty() for message of missing
...
translations
2015-12-16 06:36:20 +01:00
Uwe Steinmann
1acad75f83
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-12-15 21:04:45 +01:00
Uwe Steinmann
3f778f9a77
seperate html from javascript to make content security policy possible
2015-12-14 15:16:32 +01:00
Uwe Steinmann
29f4ca0710
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-12-14 12:09:16 +01:00
Uwe Steinmann
c0fa5d9cc6
fix link to Search.php, add missing params to printFolderChooser()
2015-12-14 11:45:56 +01:00
Uwe Steinmann
c3fddd209d
seperate folder chooser in html and javascript
2015-12-14 09:50:49 +01:00
Uwe Steinmann
85e9dc25bb
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-12-11 20:35:20 +01:00
Uwe Steinmann
836fcd4457
remove all javascript from html output and place in a seperate file
...
this requires to change the popover into bootbox
2015-12-11 20:29:52 +01:00
Uwe Steinmann
4a23bd9eca
rename css() to js()
2015-12-11 08:21:04 +01:00
Uwe Steinmann
940102f72f
add csp headers, place div.splash instead of calling noty()
2015-12-11 08:13:05 +01:00
Uwe Steinmann
9c0fe92998
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-12-09 18:04:12 +01:00
Uwe Steinmann
e47d84071d
attributes of type checkbox can be reset
...
added a hidden field in printAttributeEditField() to set the value of
a checkbox to 0 if it not set.
2015-12-04 08:02:02 +01:00
Uwe Steinmann
423ef654c4
fix output of checkboxes in printAttributeEditField()
2015-12-03 15:08:12 +01:00
Uwe Steinmann
881925d201
fix link to FolderNotify when logged in as normal user
2015-11-27 15:45:01 +01:00
Uwe Steinmann
50e0d2a885
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-10-30 08:41:40 +01:00
Uwe Steinmann
74a248d592
allow to edit 'date' and 'boolean' attributes
2015-10-30 08:02:21 +01:00
Uwe Steinmann
36578b267d
pass currently set language to timeline
2015-10-28 08:19:13 +01:00
Uwe Steinmann
50478ee3c7
use textarea for attribute field values if value > 80 chars
2015-10-28 08:18:25 +01:00
Uwe Steinmann
2f9e015856
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-10-20 18:20:24 +02:00
Uwe Steinmann
f83ae3eda1
printTimeline() retrieves data from ajax
2015-10-19 13:15:52 +02:00
Uwe Steinmann
d43dc75207
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-23 18:05:47 +02:00
Uwe Steinmann
ca3970c9c3
fix setting date in timeline
2015-09-23 18:05:30 +02:00
Uwe Steinmann
4012122e5e
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-23 18:00:16 +02:00
Uwe Steinmann
dba8e78dc8
reformat datetime for timeline
2015-09-23 17:59:39 +02:00
Uwe Steinmann
874066a7fc
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-23 17:21:17 +02:00
Uwe Steinmann
b456b02fbd
add timeline to admin menu
2015-09-23 17:11:09 +02:00
Uwe Steinmann
10c5086307
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-23 14:13:56 +02:00
Uwe Steinmann
06691a7d6f
set className of items in timeline
2015-09-23 14:12:07 +02:00
Uwe Steinmann
58731cfdde
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-22 15:59:47 +02:00
Uwe Steinmann
88d973f496
turn off selectable items in timeline
2015-09-22 10:55:52 +02:00
Uwe Steinmann
6a91429711
do not output timeline if no data is available
2015-09-22 10:32:33 +02:00
Uwe Steinmann
c8b007a1af
timeline can be limited to date range
2015-09-22 10:16:26 +02:00
Uwe Steinmann
f82dc7558b
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-21 17:25:56 +02:00
Uwe Steinmann
a326421ac2
take out today from timeline
2015-09-21 17:20:10 +02:00
Uwe Steinmann
229d976113
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-21 16:58:14 +02:00
Uwe Steinmann
a7736397a8
pass $timeline instead of $document to printTimeline()
2015-09-21 16:47:47 +02:00
Uwe Steinmann
8ab6dda490
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-18 07:59:15 +02:00