Commit Graph

193 Commits

Author SHA1 Message Date
Uwe Steinmann
ac3580aa1c color category batch 2023-02-22 10:01:06 +01:00
Uwe Steinmann
05c0f296fc place button with color of category in front of title in select menu 2023-02-22 10:00:31 +01:00
Uwe Steinmann
e21e301ea3 use chosen select for custom attributes 2023-02-22 08:30:34 +01:00
Uwe Steinmann
73562364b0 add debug menu in admin tools 2023-02-12 14:34:31 +01:00
Uwe Steinmann
970622564c SeedDMSTask.add() returns taskid, task will be passed to function of task 2023-01-26 13:19:28 +01:00
Uwe Steinmann
1aca53f63a div.ajax update shows message when set in data-update-msg 2023-01-25 12:00:47 +01:00
Uwe Steinmann
e0b1052640 add class 'add-clipboard-area' to clipboard menu item to make it drop aware 2023-01-25 09:52:23 +01:00
Uwe Steinmann
c77938cd11 add extra content in document list row after last column 2023-01-13 13:51:44 +01:00
Uwe Steinmann
bc5aa7703c display number of occurences of term 2023-01-09 15:32:00 +01:00
Uwe Steinmann
1ec7715b26 set limit of typeahead search to 15 2023-01-07 12:18:03 +01:00
Uwe Steinmann
ad19678e86 add secondary submit button 2022-12-10 13:47:32 +01:00
Uwe Steinmann
22d59a61ed add neutral submit button 2022-12-10 13:07:26 +01:00
Uwe Steinmann
8340f9eb64 add style for div.fulltextinfo > span:hover 2022-12-09 10:54:06 +01:00
Uwe Steinmann
6341e13ca6 show path of document/folder in typeahead search 2022-12-08 14:48:36 +01:00
Uwe Steinmann
cd5a39b50f make breakcrumps capable of drag&drop 2022-11-29 17:36:17 +01:00
Uwe Steinmann
d3d7956f4e set data-remote of button to open a modal box with content loaded from remote 2022-11-24 11:01:31 +01:00
Uwe Steinmann
7854f75c8c add unsafe-inline to csp rule, because of jquery 3.6.1 2022-11-24 11:01:14 +01:00
Uwe Steinmann
581841bc42 click on .ajax-click will always call op/op.Ajax.php 2022-11-15 16:06:31 +01:00
Uwe Steinmann
4ba98d45bc update bootstrap to 4.6.2 2022-10-24 17:12:00 +02:00
Uwe Steinmann
ebfbed7887 add space below nav-pills 2022-10-11 12:41:31 +02:00
Uwe Steinmann
cf025abcc1 do not set max_width of div.popupbox 2022-09-15 13:10:16 +02:00
Uwe Steinmann
4b69739b51 set 'All' in paginator active if selected 2022-09-13 20:03:22 +02:00
Uwe Steinmann
e6ebabfc09 add parameter $dataparam to method pageList() 2022-09-12 11:44:44 +02:00
Uwe Steinmann
4d5139fe82 translate all labels of menus before passing them to the method to show the menu 2022-09-08 09:50:33 +02:00
Uwe Steinmann
1e26bc181b move onselect() method into timeline view, because it's only needed there 2022-09-07 16:43:49 +02:00
Uwe Steinmann
6c7d397837 set width of select2 to 'resolve' instead of '100%' 2022-09-06 10:41:12 +02:00
Uwe Steinmann
f6d0fb85fd add parameter $alwaysmultiple getAttributeEditField() which makes select fields always multiple 2022-08-31 20:38:20 +02:00
Uwe Steinmann
9c333447b2 show text of doc status in lists on large displays 2022-08-23 12:48:13 +02:00
Uwe Steinmann
d40a88125d add margin bottom to accordion 2022-08-18 10:12:41 +02:00
Uwe Steinmann
ec570c9ba4 add parameter to printAccordion() in order to open/close it 2022-08-18 08:37:25 +02:00
Uwe Steinmann
99f28f0cfc link behind logo in header can be set in extension 2022-08-12 10:40:54 +02:00
Uwe Steinmann
fdc7aa5ab7 drag&drop handler can call function after upload 2022-08-11 17:47:28 +02:00
Uwe Steinmann
4179a0398f set title of document/folder delete button 2022-07-29 21:43:43 +02:00
Uwe Steinmann
ca2739b96e add hooks folderRowAction and documentRowAction 2022-07-07 16:47:42 +02:00
Uwe Steinmann
fac375a371 do not use callHook() because the return value of the last hook must be passed to the next hook 2022-07-07 16:47:21 +02:00
Uwe Steinmann
96ef457183 first create a list of action buttons and then render it in documetListRow 2022-07-06 09:20:44 +02:00
Uwe Steinmann
c9e61ccf30 set role to button for each nav-item 2022-06-22 16:45:37 +02:00
Uwe Steinmann
d3e6cecaa7 do not call hook documentNavigationBar with callHook, but iterate over hookObjs 2022-06-16 12:44:53 +02:00
Uwe Steinmann
573fe293ac better layout of footer, especially of disclaimer is turned off 2022-06-10 16:44:11 +02:00
Uwe Steinmann
6e6851d165 fix upload with fine-uploader 2022-06-09 16:00:38 +02:00
Uwe Steinmann
4f995dcd23 set propper date value in custom date fields 2022-06-07 17:44:42 +02:00
Uwe Steinmann
a1f2ecf22d set width of progress bar in % instead of px 2022-05-23 09:34:22 +02:00
Uwe Steinmann
218934fea6 make sendFileToServer() and createStatusbar() public, add getMaxFileSize() and getMaxFileSizeMsg() 2022-05-21 19:10:06 +02:00
Uwe Steinmann
4483b21d05 use a instead of button from .btn-file, because firefox submits the form when clicking on it 2022-05-21 19:06:59 +02:00
Uwe Steinmann
afddc5a4d6 remove spaces when showing content of popup box 2022-05-19 08:05:47 +02:00
Uwe Steinmann
f306c186cf set line-height, max-width, white-space of popupbox 2022-05-19 08:05:24 +02:00
Uwe Steinmann
bfc436b5f0 set overflow: hidden for legend 2022-05-01 15:02:26 +02:00
Uwe Steinmann
e20d7a21f8 output number of folders/docs only if not 0 2022-04-30 15:55:19 +02:00
Uwe Steinmann
b5120113f7 fix status column of folder 2022-04-30 15:52:18 +02:00
Uwe Steinmann
50c4931834 fix font-size of status column, use icons for folder count in status column 2022-04-30 14:58:28 +02:00
Uwe Steinmann
5cd7dbec89 - move folder status column into own method 2022-04-30 14:39:49 +02:00
Uwe Steinmann
2194c92801 - use more icons in status column of document/folder list, fix getReadableDate() 2022-04-30 14:10:51 +02:00
Uwe Steinmann
9d2dd94662 readd space below navigation 2022-04-29 18:30:21 +02:00
Uwe Steinmann
8d7791a0c5 do not underline a.accordion2-toggle 2022-04-28 13:31:48 +02:00
Uwe Steinmann
1916147d43 undo fixed menubars to head 2022-04-28 13:30:40 +02:00
Uwe Steinmann
c8bca55368 getFormData() can handle undefined data 2022-04-27 12:30:15 +02:00
Uwe Steinmann
e5755d593f update to bootstrap 4.6.1, make navigation, breadcrumbs fixed to top, add new printAccordion2() method 2022-04-26 18:50:22 +02:00
Uwe Steinmann
dd37e509b9 make printAccordion() public 2022-04-19 18:37:41 +02:00
Uwe Steinmann
8d3077cd34 set placeholder of textarea in formField() 2022-03-24 16:09:03 +01:00
Uwe Steinmann
a7212a0708 read categories and keywords from drag and drop area 2022-03-09 08:39:20 +01:00
Uwe Steinmann
22b054f764 comment and attributes can passed to document uploaded by drag&drop 2022-03-07 15:19:42 +01:00
Uwe Steinmann
1c4fbbed96 fix php warning in getAttributeEditField() 2022-03-04 08:27:17 +01:00
Uwe Steinmann
ff49e2b31f make large modal box wider 2022-02-24 08:18:45 +01:00
Uwe Steinmann
74b3f896ff do not show class of modal box link if empty 2022-02-24 07:31:57 +01:00
Uwe Steinmann
2ad448581a add new parameter 'addon' used by input fields 2022-02-11 07:07:54 +01:00
Uwe Steinmann
82d9a42968 comment old unused code 2022-02-09 08:10:17 +01:00
Uwe Steinmann
ea5218ea03 add SeeddmsAjax for running function after updating div.ajax 2022-01-05 08:04:38 +01:00
Uwe Steinmann
22915df3e1 add method documentListRowStatus() 2022-01-05 07:34:51 +01:00
Uwe Steinmann
5c93d53e60 add methods to show list headers and columns of doc/folder lists 2022-01-03 13:29:24 +01:00
Uwe Steinmann
52a9a41d5c add hook documentListPreview 2021-12-15 17:17:23 +01:00
Uwe Steinmann
11dabf2cb0 make jqtree look nice again 2021-12-01 11:13:26 +01:00
Uwe Steinmann
1e64083faa fix css of jquery tree 2021-11-29 18:58:12 +01:00
Uwe Steinmann
9cff7df236 propper icon on buttons of bootbox 2021-11-29 11:22:23 +01:00
Uwe Steinmann
623b1bf0f4 fix cols of formField 'textarea' 2021-10-26 10:16:27 +02:00
Uwe Steinmann
61a53f8e90 start of week can be passed to datepicker (not used yet) 2021-10-20 07:58:09 +02:00
Uwe Steinmann
ae08602e68 add hook getCspRules() in htmlStartPage() 2021-10-20 07:09:39 +02:00
Uwe Steinmann
b10241f3f1 replace attribute required by required="required" 2021-09-27 10:26:10 +02:00
Uwe Steinmann
e982737630 run some urls through htmlentities 2021-09-27 10:25:39 +02:00
Uwe Steinmann
145d4021a9 class tags (img, meta, link) with '/>' 2021-09-27 10:23:46 +02:00
Uwe Steinmann
60a13b9f13 check view access for DocumentAccess and Folder FolderAccess 2021-08-25 15:08:24 +02:00
Uwe Steinmann
f18ab76b63 escape special chars in translation form 2021-08-20 09:45:35 +02:00
Uwe Steinmann
79292956c5 better error checking 2021-07-21 15:48:42 +02:00
Uwe Steinmann
a113649be3 add support for drag and drop of attachments 2021-07-16 16:03:34 +02:00
Uwe Steinmann
c1a2411882 remove plain html for error and warning msgs 2021-07-15 17:43:50 +02:00
Uwe Steinmann
b369ab3d31 add class fileupload-group to input field of document chooser 2021-07-14 14:52:28 +02:00
Uwe Steinmann
55a7667c1e check for null passed as folder to getFolderList() 2021-07-14 12:02:15 +02:00
Uwe Steinmann
fcff7b2a1d add missing access checks, remove old code 2021-07-13 12:05:01 +02:00
Uwe Steinmann
d67e85be06 add class fileupload-group to dropfolder and file upload, used by validation 2021-07-08 14:17:47 +02:00
Uwe Steinmann
40beffff14 remove lots of relative links because the can break with faked urls 2021-07-05 16:30:26 +02:00
Uwe Steinmann
1f22a0dd22 add more access checking 2021-06-29 11:26:55 +02:00
Uwe Steinmann
0f98640ba3 make login form smaller and put it into a div 2021-06-22 10:00:55 +02:00
Uwe Steinmann
aab0e356bb add logo in global navigation 2021-06-22 10:00:24 +02:00
Uwe Steinmann
fff27af7e6 better documentation 2021-06-18 13:56:18 +02:00
Uwe Steinmann
a38f7fd408 secure locking/inlocking documents with security token 2021-06-16 14:23:53 +02:00
Uwe Steinmann
ab546099f1 fix possible CSRF attack by setting document name 2021-06-14 09:09:36 +02:00
Uwe Steinmann
290a01c2b1 logo can be set in extraheader 2021-06-08 09:01:30 +02:00
Uwe Steinmann
07919b0810 add code to use bootstrap's custom file input (currently not used) 2021-05-28 12:23:04 +02:00
Uwe Steinmann
16e4675d93 add comment 2021-05-28 10:36:39 +02:00
Uwe Steinmann
c75ae806ae switch to jquery validation of forms 2021-05-27 21:57:12 +02:00
Uwe Steinmann
3a3b4ec953 add default values for jquery validation 2021-05-27 21:56:33 +02:00