Commit Graph

234 Commits

Author SHA1 Message Date
Uwe Steinmann
a02832040e count folders/documents recursively if set in configuration 2013-04-10 15:42:11 +02:00
Uwe Steinmann
6e263b7e0b add new parameter for recursive document/folder count 2013-04-10 15:41:38 +02:00
Uwe Steinmann
0565e9c55d fix code to determine if user is required for review 2013-04-08 09:12:56 +02:00
Uwe Steinmann
98450f2abf fix code to check if user is required for approval or review 2013-04-08 09:09:44 +02:00
Uwe Steinmann
0d89fe7aa6 do not output folder name twice 2013-04-08 07:51:53 +02:00
Uwe Steinmann
190c9a44f2 show number of attachments and related documents 2013-03-28 13:08:47 +01:00
Uwe Steinmann
ffcd65ed3d do not use object if it does not exists 2013-03-28 10:20:07 +01:00
Uwe Steinmann
b95597c8ae show number of attachments and related documents
it is shown behind the tab title for related documents and attachments
2013-03-28 10:18:49 +01:00
Uwe Steinmann
dafd9655fc use more appropriate variable name $converters instead of $convcmd 2013-03-28 10:17:01 +01:00
Uwe Steinmann
759484841a do not access full name of user if he was deleted 2013-03-26 20:30:39 +01:00
Uwe Steinmann
0456c30a35 use passed convcmd instead of accessing $settings 2013-03-26 20:30:07 +01:00
Uwe Steinmann
f74f9b26f4 use passed convcmd instead of accessing $settings 2013-03-26 20:28:21 +01:00
Uwe Steinmann
2533963665 various improvements for mobile devices, pass folder id in upload url of jumploader
adding an attr in jumploader doesn't seem to work
2013-03-26 20:26:28 +01:00
Uwe Steinmann
f9fa8f0b70 do not access empty variable 2013-03-26 20:25:40 +01:00
Uwe Steinmann
9690a77e28 make nav bar collapsable on small screens 2013-03-20 11:17:07 +01:00
Uwe Steinmann
315470e63a use bootstrap icons if folder tree 2013-03-18 08:46:24 +01:00
Uwe Steinmann
ceef4e2aea fix line ending 2013-03-13 18:43:58 +01:00
Uwe Steinmann
d07588efc3 fix link to download document 2013-03-12 09:20:12 +01:00
Uwe Steinmann
c7b551e0ae fix download link
the link did not contain the right version number
2013-03-12 09:02:32 +01:00
Uwe Steinmann
22a37cd995 add icon to remove button 2013-03-12 08:49:57 +01:00
Uwe Steinmann
b4ea1a922d pass current document to pageNavigation()
pageNavigation() still uses a global variable $document which is
replaced by a parameter passed to the function. All calls of
pageNavigation() needs a third parameter with the document.
2013-03-08 17:55:14 +01:00
Uwe Steinmann
728760f78a show workflow steps (Bug #1)
even after the workflow has ended
2013-03-08 14:21:33 +01:00
Uwe Steinmann
69caffb613 add header to column with file name (Bug #32) 2013-03-08 07:39:58 +01:00
Uwe Steinmann
384be0c3a4 add phrase for 'repaired' 2013-03-06 15:25:44 +01:00
Uwe Steinmann
62015344ee fix page title (bug #31) 2013-03-06 15:19:15 +01:00
Uwe Steinmann
634bf9b1d9 fix typeahead search for documents 2013-03-06 11:14:15 +01:00
Uwe Steinmann
f0006de2e3 added icon to delete buttons 2013-03-06 11:00:01 +01:00
Uwe Steinmann
438a98d110 output translated language name 2013-02-27 20:40:45 +01:00
Uwe Steinmann
d612501bf7 allow logged in user to review/approve document 2013-02-27 17:18:08 +01:00
Uwe Steinmann
a38b9c8ccb pass enableadminrevapp and enableownerrevapp to getReadAccessList() 2013-02-27 17:17:36 +01:00
Uwe Steinmann
1a62e0d433 add button to fold out menu on small screens 2013-02-27 17:16:51 +01:00
Uwe Steinmann
2d1652515c pass enableadminrevapp and enableownerrevapp to getReadAccessList() 2013-02-27 17:16:18 +01:00
Uwe Steinmann
77ec59ba61 allow owner and logged in user to review/approve document 2013-02-27 17:15:36 +01:00
Uwe Steinmann
31a0568ed9 fixed logging errors 2013-02-27 17:15:09 +01:00
Uwe Steinmann
5996ae0731 pass enableadminrevapp and enableownerrevapp to getReadAccessList() 2013-02-27 17:14:23 +01:00
Uwe Steinmann
0ec9c5977a allow to add owner and logged in user to review/approve document 2013-02-27 17:13:29 +01:00
Uwe Steinmann
7f2d7e3ebe new variables enableSelfRefApp and enableOwnerRevApp 2013-02-27 09:09:00 +01:00
Uwe Steinmann
452cf00c47 $searchin is not passed to show method 2013-02-26 15:00:34 +01:00
Uwe Steinmann
5e10c3e7ff markQuery() is now a function of the class 2013-02-26 14:59:51 +01:00
Uwe Steinmann
ed28cfb758 do not call global functions anymore 2013-02-26 09:46:35 +01:00
Uwe Steinmann
f303ca2903 do not call global functions anymore 2013-02-26 09:46:01 +01:00
Uwe Steinmann
22bb045b7e replace most global variables 2013-02-26 09:45:35 +01:00
Uwe Steinmann
d0b6038e5f minor fixeѕ to make drag and drop work (not ready) 2013-02-26 08:22:46 +01:00
Uwe Steinmann
91d15df661 document is not passed to show() 2013-02-26 08:22:11 +01:00
Uwe Steinmann
08291209fe fix nesting of html tags 2013-02-26 08:21:35 +01:00
Uwe Steinmann
6de7764fc0 fix nesting of html tags 2013-02-26 08:21:01 +01:00
Uwe Steinmann
c81c69797c initialize memgroups and memusers early 2013-02-26 08:20:11 +01:00
Uwe Steinmann
035d1ee3e6 add remove icon to button 2013-02-25 10:17:07 +01:00
Uwe Steinmann
ababe23b6a add missing file 2013-02-25 10:16:45 +01:00
Uwe Steinmann
91c4145156 use common header 2013-02-22 21:56:18 +01:00
Uwe Steinmann
29626ce038 indicate if missing filesize, checksum can be repaired (Bug #24) 2013-02-20 21:22:44 +01:00
Uwe Steinmann
df54de8aa9 use translated text for buttons in modal boxes 2013-02-20 10:47:20 +01:00
Uwe Steinmann
5975710302 new layout
one table line per user
2013-02-19 09:57:48 +01:00
Uwe Steinmann
62587c59a4 use abbreviated weekday names
if the language file contains abbreviated weekday names use them, otherwise take the first 3 chars from the weekday name
2013-02-19 09:04:44 +01:00
Uwe Steinmann
e2d4dfa53a added configuration of cacheDir 2013-02-18 21:17:23 +01:00
Uwe Steinmann
1e231d1e42 fixed typo in key for phrase 'settings_cacheDir_desc' (Bug #14) 2013-02-18 21:14:05 +01:00
Uwe Steinmann
170216ac72 sync with bootstrap style as much as possible 2013-02-18 21:03:17 +01:00
Uwe Steinmann
3bebf1176d minor cosmetic corrections 2013-02-18 21:02:52 +01:00
Uwe Steinmann
694d75fdf3 include application.css before responsive design
need in order to add extra space at top of page without messing up
the layout on smart phones
2013-02-18 15:32:20 +01:00
Uwe Steinmann
3878a7d7d0 minor correction in header 2013-02-18 10:12:34 +01:00
Uwe Steinmann
57445e28ef use button groups instead of table layout 2013-02-18 09:28:26 +01:00
Uwe Steinmann
812349fe9d took out 60px margin at top 2013-02-18 09:27:51 +01:00
Uwe Steinmann
5e0a1d8452 use new phrase 'select_category' 2013-02-18 09:27:19 +01:00
Uwe Steinmann
63bf420133 added colon after property name 2013-02-16 19:43:39 +01:00
Uwe Steinmann
09d0a1defd use better text when no documents needs attention 2013-02-16 19:12:30 +01:00
Uwe Steinmann
9008a7cfa9 use translated text instead of hardcoded text 2013-02-14 17:47:15 +01:00
Uwe Steinmann
1acf6790d9 add back button to exitError() method 2013-02-14 14:34:35 +01:00
Uwe Steinmann
73c6ff9427 major name change from letodms to seeddms 2013-02-14 12:10:53 +01:00
Uwe Steinmann
620b92d15f do not output phpinfo() 2013-02-13 21:08:15 +01:00
Uwe Steinmann
22f91a73f6 use phrase 'drag_icon_here' instead of hardcoded text 2013-02-13 19:39:28 +01:00
steinm
af54fcb645 - replace getApproversList() by getReadUserList() 2013-02-11 13:56:59 +00:00
steinm
086b96ce36 - list only those options which are currently possible 2013-02-11 07:47:25 +00:00
steinm
6908c2df9b - added icon to remove button 2013-02-09 15:19:28 +00:00
steinm
39b4638134 - make sure the drop box folder is used, even if the user has a login
name like '../user'
2013-02-08 15:03:53 +00:00
steinm
f54053daa8 - check for missing checksum 2013-02-08 15:02:19 +00:00
steinm
c469e83bd6 - better error checking 2013-02-08 08:13:57 +00:00
steinm
9b8b80e878 - cosmetic change 2013-02-08 08:13:41 +00:00
steinm
92dc7489e7 - use LetoDMS_Core_File::format_filesize() 2013-02-08 08:10:56 +00:00
steinm
befb3afad7 - use LetoDMS_Core_File::format_filesize() 2013-02-08 08:10:03 +00:00
steinm
f48230e44a - add icon to remove button 2013-02-08 08:09:43 +00:00
steinm
607435deb0 - use LetoDMS_Core_File::format_filesize() 2013-02-08 08:09:03 +00:00
steinm
3f4972f06b - use global function showtree() to set url query parameter 2013-02-08 08:08:11 +00:00
steinm
d5feebf98f - fixed output of date and filesize 2013-02-08 08:07:35 +00:00
steinm
be35f34561 - show filesize with unit 2013-02-08 07:30:41 +00:00
steinm
4a9b487dbc - added remove icon to button 2013-02-08 07:30:24 +00:00
steinm
58589c55e9 - fixed recursive call of method tree() 2013-02-07 21:45:11 +00:00
steinm
0f02123e36 - add title tag to icons of clipboard entries 2013-02-07 21:42:46 +00:00
steinm
3833e0da1a - added title tag to icons
- show id if logged in as admin
2013-02-07 21:40:46 +00:00
steinm
586751c4e3 - added title tag to icons
- show id if logged in as admin
2013-02-07 21:40:13 +00:00
steinm
5838094f18 - do not show error message for missing initial state if no transition
has been added
2013-02-07 17:03:05 +00:00
steinm
82748d210f - check if user is set before using it 2013-02-07 17:02:23 +00:00
steinm
0127135d6d output 'keep document status' in select menu instead of empty entry 2013-02-07 17:01:45 +00:00
steinm
9ccca2261d - make search box in header smaller
- make text behind checkbox lighter
2013-02-06 17:32:29 +00:00
steinm
1819516e2e - output right number of documents and folders found 2013-02-06 17:09:16 +00:00
steinm
d892e67421 - set version of document propperly 2013-02-06 14:04:14 +00:00
steinm
214f58d507 - show warning if workflow has transitions without users or groups
- show warning if init state of workflow isn't a state of a transition
2013-02-06 14:00:57 +00:00
steinm
4626f3b994 - make selection menu wider 2013-02-06 14:00:01 +00:00
steinm
a3998cbaea - add icon to remove button 2013-02-06 13:59:29 +00:00
steinm
bb32deb74f - show warning if document is in a workflow 2013-02-06 13:59:10 +00:00
steinm
c2040d6abb - show access rights 2013-02-06 13:58:36 +00:00