Commit Graph

705 Commits

Author SHA1 Message Date
Uwe Steinmann
c4feea2664 all converters are only used for fulltext 2015-02-24 19:26:38 +01:00
Uwe Steinmann
cb0d7d8d92 enableClipboard takes out all clipboard functions 2015-02-24 17:47:58 +01:00
Uwe Steinmann
5729cd91f1 reviewers/approvers can be taken over from last document version 2015-02-13 17:41:50 +01:00
Uwe Steinmann
6c3024e799 include application.css after all other css files 2015-02-13 17:41:12 +01:00
Uwe Steinmann
8963879f5d htmlencode() the complete content in deletion dialog
this used to be just the filename, but translations of the text
may also contain qoutes which break the javascript
2015-02-04 07:41:33 +01:00
Uwe Steinmann
92279dcaf4 minor change in html structure 2015-01-30 08:18:52 +01:00
Uwe Steinmann
8a6ff2f48a preset expiration date form settings 2015-01-29 18:31:37 +01:00
Uwe Steinmann
f7afddfa26 set attribute data-date of input field for expiration date 2015-01-29 18:30:54 +01:00
Uwe Steinmann
75ef47f6e1 expiration date of documents can be preset in settings 2015-01-29 17:28:40 +01:00
Uwe Steinmann
9be1d40624 checkQuota() requires user object as a parameter 2015-01-15 11:12:30 +01:00
Uwe Steinmann
8af69d9cfa Download of documents whose content is gone will not be possible anymore (Bug #185) 2014-11-24 19:23:26 +01:00
Uwe Steinmann
1cb1ffb436 add button to select all files 2014-11-24 13:11:00 +01:00
Uwe Steinmann
f4bb51933f remove strptime() function calls 2014-11-14 20:23:26 +01:00
Uwe Steinmann
2eb4408111 add missing space between icon and text on button 2014-11-13 09:01:39 +01:00
Uwe Steinmann
99590a322d use new method getValueAsArray() for showing attributes 2014-11-13 08:21:49 +01:00
Uwe Steinmann
53389d01d5 extend search on attributes for all object types 2014-11-13 07:55:29 +01:00
Uwe Steinmann
6d6bb02a60 do not show fast upload area if user has no write access of folder 2014-11-11 16:01:36 +01:00
Uwe Steinmann
7c4e5a15aa strip html tags from sitename when using for html title 2014-11-07 08:54:47 +01:00
Uwe Steinmann
15c163274c take out window.close() because there is no window to close anymore
since bootstraps modal box, the keyword chooser isn't a window anymore.
2014-11-07 08:06:08 +01:00
Uwe Steinmann
3ddf1727fd allow passwords to be never expire 2014-10-31 13:20:43 +01:00
Uwe Steinmann
6e793b29f9 change class of body tag 2014-10-31 13:03:20 +01:00
Uwe Steinmann
8d4151893e use " instead of ' in javascript for deleting documents and folders 2014-10-16 17:27:07 +02:00
Uwe Steinmann
b6f60e8c7f reoganize database search form, don't show results without a search criteria 2014-07-23 20:23:07 +02:00
Uwe Steinmann
a011433d28 remove not used file upload code 2014-07-22 17:34:08 +02:00
Uwe Steinmann
2b5415e128 some cosmetic changes to ease merging with develop 2014-07-11 12:58:44 +02:00
Uwe Steinmann
72798e2ac4 set max file size for drag&drop upload 2014-07-11 12:04:13 +02:00
Uwe Steinmann
3c51f70e07 add drag&drop area for file upload 2014-07-11 08:42:57 +02:00
Uwe Steinmann
458069fba1 div.#main-clipboard doesn't need ondrop-attr anymore 2014-07-11 08:42:17 +02:00
Uwe Steinmann
289649b6ee add file upload via drag&drop
can be enabled in the settings
2014-07-11 08:41:25 +02:00
Uwe Steinmann
73bfecb5a8 more general folder chooser
the choosen folder will no longer use targetidformx for the input field
containing the id. It is now independent of the form name.
2014-07-08 08:30:59 +02:00
Uwe Steinmann
cc61505825 document/folder chooser even works for forms not named 'form1' 2014-07-07 15:45:24 +02:00
Uwe Steinmann
d3451e0b7b temporarily take out new fileupload 2014-07-03 12:04:11 +02:00
Uwe Steinmann
4ff87c2e7a do not output html page start/end 2014-06-24 16:12:02 +02:00
Uwe Steinmann
3cd1219b81 pass group/user name to htmlspecialchars() before output 2014-06-17 19:07:51 +02:00
Uwe Steinmann
cf7a6becf2 output mandatory reviewers/approvers 2014-06-17 18:11:09 +02:00
Uwe Steinmann
184811f9b6 remove container around search result 2014-06-11 11:02:50 +02:00
Uwe Steinmann
b494e3c248 add title attribute 2014-06-11 11:02:25 +02:00
Uwe Steinmann
3301dbeda5 showing the clipboard will filter out those objects which are no longer available 2014-06-06 15:08:44 +02:00
Uwe Steinmann
216e38378d take out code for show document/folder lines in table
they have been moved into the new functions printDocumentListRow()
and printFolderListRow()
2014-06-06 14:00:59 +02:00
Uwe Steinmann
e552294073 add new methods documentListRow(), printLockDocumentBtn() 2014-06-06 14:00:28 +02:00
Uwe Steinmann
df3a55d39b make clipboard ajax aware 2014-06-05 15:02:19 +02:00
Uwe Steinmann
8abed5989f use new folder remove operation 2014-06-05 09:51:20 +02:00
Uwe Steinmann
1d8b73c2f9 add new method printDeleteFolderButton(), fix drag and drop from clipboard 2014-06-05 09:50:21 +02:00
Uwe Steinmann
32d160ed99 show clipboard even if foldertree ist turned off 2014-06-04 21:42:08 +02:00
Uwe Steinmann
7a2bcfb312 use new method for printing delete document icon 2014-06-04 19:22:54 +02:00
Uwe Steinmann
a152a57735 use new code for printing delete document icon 2014-06-04 19:21:59 +02:00
Uwe Steinmann
6b56a5e31f pass formtoken to movedocument and movefolder ajax calls 2014-06-04 19:21:25 +02:00
Uwe Steinmann
b950d22b60 javascript can be collected and output at end of page
add method to show icon for deleting documents in document/folder list
2014-06-04 19:20:07 +02:00
Uwe Steinmann
0717db2926 do not set expiration in version box 2014-06-03 17:52:01 +02:00
Uwe Steinmann
16e22ceafd check if expiration may be set 2014-06-03 17:51:44 +02:00
Uwe Steinmann
2a5441e7bd fix showing version and comment of document content 2014-05-22 07:44:57 +02:00
Uwe Steinmann
8e1bc0153f reorganize layout 2014-05-22 07:33:48 +02:00
Uwe Steinmann
d412b3ffad renew php time limit for each folder 2014-05-22 06:50:33 +02:00
Uwe Steinmann
2689872dd5 add new item in select menu for keeping current password expiration 2014-05-22 06:47:10 +02:00
Uwe Steinmann
bfb6620b3b show only last approval status 2014-05-22 06:46:44 +02:00
Uwe Steinmann
2af505942e show password expiration and currently logged in user 2014-05-22 06:45:09 +02:00
Uwe Steinmann
2414d9e510 menu on myaccount page shows 'edit user' item if admin 2014-05-22 06:44:20 +02:00
Uwe Steinmann
1f5b44a654 show quota 2014-05-20 06:29:29 +02:00
Uwe Steinmann
d63a6e0977 show quota 2014-05-20 06:29:03 +02:00
Uwe Steinmann
3de00379d2 quota can be edited 2014-05-20 06:28:40 +02:00
Uwe Steinmann
8fc212966b add menu item for user list in admin menu 2014-05-20 06:26:23 +02:00
Uwe Steinmann
01e067a2c4 use container-fluid class for top navigation (Bug #157) 2014-05-16 11:05:53 +02:00
Uwe Steinmann
04c5476f2b use new file upload chooser 2014-05-16 09:19:36 +02:00
Uwe Steinmann
315111a778 add nicer looking file upload chooser 2014-05-16 09:17:43 +02:00
Uwe Steinmann
02d8da676e show predefined value of multivalue attribute only if not empty 2014-04-15 15:33:05 +02:00
Uwe Steinmann
c550d7f11d use preview image width from settings 2014-04-10 21:38:33 +02:00
Uwe Steinmann
100909a910 check for new versions 2014-04-10 11:19:45 +02:00
Uwe Steinmann
821e93cbc0 fix guest login by clicking on th link (Bug #152) 2014-04-10 08:41:11 +02:00
Uwe Steinmann
63991f8217 show docs per month as bar chart 2014-04-09 09:25:56 +02:00
Uwe Steinmann
e9b0968b93 add tooltips for line graph 2014-04-08 15:28:38 +02:00
Uwe Steinmann
eb4f49af8a add more charts 2014-04-08 10:48:44 +02:00
Uwe Steinmann
2c4ce681ef add function for listing missing languages at end of page
also check if turned on
2014-04-08 10:47:28 +02:00
Uwe Steinmann
3a0dc14e87 fix ending of html page, change some language keys 2014-04-08 10:46:26 +02:00
Uwe Steinmann
0ff38100c6 new parameter to turn missing translation output 2014-04-08 10:40:20 +02:00
Uwe Steinmann
da84192af8 remove nasty spacіng with empty paragraph, add css instead 2014-04-02 08:57:30 +02:00
Uwe Steinmann
82c9dbe2aa add new page for charts to admin menu 2014-04-02 08:50:57 +02:00
Uwe Steinmann
3104c57c68 add new page with charts to admin menu 2014-04-02 08:50:35 +02:00
Uwe Steinmann
19e8115f92 use translations for chart title, turn on hover function 2014-04-02 08:42:49 +02:00
Uwe Steinmann
729fff53ef include jquery.js before extra header 2014-04-01 21:04:55 +02:00
Uwe Steinmann
aa725b8dce new statistical output as pie charts 2014-04-01 21:02:32 +02:00
Uwe Steinmann
5c3a22dee1 return message when password was send 2014-04-01 17:14:57 +02:00
Uwe Steinmann
885a26a6a4 check for saving empty category and keyword (Bug #148) 2014-04-01 13:59:34 +02:00
Uwe Steinmann
134bcd025d do not link '...' in page browser 2014-04-01 10:42:51 +02:00
Uwe Steinmann
a8ae1c5a89 better navigation in page browser 2014-04-01 09:20:58 +02:00
Uwe Steinmann
82184bdcae limit pager to one line by restricting the number of pages to 20 2014-04-01 07:39:16 +02:00
Uwe Steinmann
5944edd41b do not show two dividers in right most menu
was shown when no language menu item and no su user item was visible
2014-04-01 06:49:29 +02:00
Uwe Steinmann
2299bb9b49 somewhat nicer formating 2014-04-01 06:42:15 +02:00
Uwe Steinmann
9049104210 add icon to button 2014-04-01 06:22:23 +02:00
Uwe Steinmann
95cae18e88 regard settings for language and theme selector in profile 2014-03-28 18:40:06 +01:00
Uwe Steinmann
815ca1acf8 show link to indexer in folder menu (if admin) 2014-03-26 07:27:01 +01:00
Uwe Steinmann
034c709cee fix html which makes disclaimer smaller 2014-03-25 18:51:57 +01:00
Uwe Steinmann
c49061ea15 more condensed output of terms and documents 2014-03-25 18:51:08 +01:00
Uwe Steinmann
7901fa28b8 always sort folders/documents in ѕequence chooser by ѕequence 2014-03-21 08:49:47 +01:00
Uwe Steinmann
646128cbd8 add dummy javascript function, Bug #135
when clicking on a folder in the document chooser, the none existing
javascript function folderSelectedform1() was called. This fix just
adds it.
2014-03-21 08:05:08 +01:00
Uwe Steinmann
b047f3a23f fix link to folder in clipboard menu 2014-03-20 08:37:47 +01:00
Uwe Steinmann
b078102c19 use configured preview image width 2014-03-18 10:55:24 +01:00
Uwe Steinmann
9b58c1fcfa make layout look more like document details page 2014-03-18 10:54:24 +01:00
Uwe Steinmann
d87296c859 make preview image size configurable 2014-03-18 10:03:39 +01:00
Uwe Steinmann
a3cd77dd17 show reverse document links 2014-03-18 07:07:12 +01:00
Uwe Steinmann
9032170149 pass sort order to ajax subtree command 2014-03-14 15:11:13 +01:00
Uwe Steinmann
2aa129772b add translated phrase for 'you are the manager of this group' 2014-03-06 20:31:14 +01:00
Uwe Steinmann
598be765c6 force exitError() to not exit
added optional parameter noexit
2014-03-04 08:30:32 +01:00
Uwe Steinmann
ace5d1078b issue warning if mandatory users/groups have no access on document 2014-03-03 14:46:16 +01:00
Uwe Steinmann
0be40d61c8 fix vulnerablity against xss attack 2014-02-26 22:42:26 +01:00
Uwe Steinmann
31ffad39a8 fix security hole
missing check for passed parameters allows to read files on the server
2014-02-26 22:32:19 +01:00
Uwe Steinmann
5e2ede8fd5 set variable with preview width
next step will be to make this configurable
2014-02-21 21:51:53 +01:00
Uwe Steinmann
ea276405e6 unlinked documents/folders can be moved into rootfolder 2014-02-21 21:27:39 +01:00
Uwe Steinmann
02bd5c8f5f make warning about used attributes more visible 2014-02-21 21:26:56 +01:00
Uwe Steinmann
66b4885c8d fix some layout problems in forms 2014-02-21 11:27:03 +01:00
Uwe Steinmann
eae0d22bf3 add missing file for deleting content of document 2014-02-21 11:23:25 +01:00
Uwe Steinmann
3d1bb14c29 use same ordering in tree as in list (Bug #121) 2014-02-21 10:58:27 +01:00
Uwe Steinmann
90bea9a2fb fix handling of multivalue attributes 2014-02-20 21:05:22 +01:00
Uwe Steinmann
94b107b7bd theme and language selector can be turn off on login page 2014-02-01 16:06:12 +01:00
Uwe Steinmann
3596a7a191 add support for configuring folder sort method of folders 2014-02-01 15:23:19 +01:00
Uwe Steinmann
0ad0410404 run cmd of converters through htmlspecialchars() 2014-01-06 22:09:08 +01:00
Uwe Steinmann
ae8df3f9c6 replace all php short tags (bug #102) 2013-12-11 11:37:20 +01:00
Uwe Steinmann
b5b93470a5 add new checks for unlinked documents and folders 2013-11-27 09:44:43 +01:00
Uwe Steinmann
49c38263f8 tree for document chooser lists documents in folders without subfolders (Bug #105) 2013-11-26 21:31:43 +01:00
Uwe Steinmann
564a0eec9d fix php warning because of undefined variable 2013-11-26 21:13:16 +01:00
Uwe Steinmann
4538a26fae check for cyclic parent-child relations between folders 2013-11-26 07:45:33 +01:00
Uwe Steinmann
fcffe34047 list all approval/review logs if admin 2013-10-06 08:08:41 +02:00
Uwe Steinmann
d51eb587f1 turning of the language selector will no longer turn of user substitution 2013-09-30 11:08:05 +02:00
Uwe Steinmann
63d8fa4314 make jumploader work with java 1.7 2013-09-30 09:11:58 +02:00
Uwe Steinmann
544cc2669f allow members of a group to approve a document if user is owner
only if enableOwnerRevApp is set in the settings
2013-09-27 08:25:37 +02:00
Uwe Steinmann
08008551b9 replace hard coding strings with translation 2013-09-20 21:05:46 +02:00
Uwe Steinmann
b7f20daa26 use translation for hardcoded strings 2013-09-20 20:56:46 +02:00
Uwe Steinmann
eb9c1d14b6 add translation for 'Stastistic' (Bug #88) 2013-09-20 19:01:18 +02:00
Uwe Steinmann
1b86aa6727 check for _enableOwnerRevApp before showing the approve/review button 2013-09-19 14:27:09 +02:00
Uwe Steinmann
961a4351c2 add missing div in header
this also makes the folding of the menu work again
2013-09-09 20:46:33 +02:00
Uwe Steinmann
b87aa2b8c7 add missing placeholdes in chzn select box (fixes bug #87) 2013-09-09 07:31:06 +02:00
Uwe Steinmann
91a4c65b6c add translation text in select boxes (fixes bug #87)
if select box is managed by chosen and no match could be found
2013-09-09 07:16:18 +02:00
Uwe Steinmann
9f6cb6453c folder tree can be expanded again on default 2013-09-06 15:24:51 +02:00
Uwe Steinmann
9a0d6cb3b8 set icon for rar files (fixes bug #85) 2013-09-05 22:59:45 +02:00
Uwe Steinmann
275896d95c translate strings (fixes bug #86) 2013-09-05 22:51:01 +02:00
Uwe Steinmann
e9adfa0f92 propper passing of url params in page list
the links in the page browser were missing propper attribute values
2013-08-14 09:12:20 +02:00
Uwe Steinmann
857519033d do not allow to change workflow if it is mandatory 2013-08-06 14:21:40 +02:00
Uwe Steinmann
cb60c86e6e use action name if not translation can be found 2013-08-05 20:41:22 +02:00
Uwe Steinmann
bf01a83a05 show plain workflow action name if translation cannot be found 2013-08-05 14:55:53 +02:00
Uwe Steinmann
21be908316 do not check if delete succeeds, optimize index
delete() does not return a value
2013-06-27 15:11:14 +02:00
Uwe Steinmann
6b5fcb98f3 use ajax call to add item to clipboard 2013-06-18 18:19:45 +02:00
Uwe Steinmann
f0f56ac51f make new function menuClipboard()
it creates the html of the menu item in header which list the clipboard.
This method is called by the ajax command 'addtoclipboard' when a new
item was added to the clipboard.
2013-06-18 18:18:08 +02:00
Uwe Steinmann
badfb74fd6 fix output of preview image 2013-06-17 15:50:28 +02:00
Uwe Steinmann
3b1c4615b6 remove some ^M at end of line 2013-06-17 15:50:00 +02:00
Uwe Steinmann
763ec14885 take language from session 2013-06-17 11:26:08 +02:00
Uwe Steinmann
11ff71eea1 do not show 'Move Clipboard' item if access is not allowed 2013-06-17 09:13:08 +02:00
Uwe Steinmann
ac4bfc6c23 fix layout of date selection field 2013-06-17 07:12:37 +02:00
Uwe Steinmann
82d5863591 uncomment code to set expiration date 2013-06-17 07:12:02 +02:00
Uwe Steinmann
a49ec3b0cf output correct number of folders/documents found 2013-06-14 19:06:38 +02:00
Uwe Steinmann
e1c082d1ac set searching for attributes in header search form by default 2013-06-14 16:20:19 +02:00
Uwe Steinmann
51162628b9 show attributes in form again, add icon to add folder/document to clipboard 2013-06-14 16:08:50 +02:00
Uwe Steinmann
dad7acb5b4 show clipboard in header even if not in the context of a folder
but do not allow to move clipboard into the current folder even there is none
2013-06-14 16:07:15 +02:00
Uwe Steinmann
7f90144deb pass refferer to op/op.[Clear|Move|Clipboard.php 2013-06-14 00:03:38 +02:00
Uwe Steinmann
9e2ba3e500 show clipboard as item in head menu 2013-06-13 23:16:46 +02:00
Uwe Steinmann
77b0fdfd12 add new config option enableClipboard 2013-06-13 14:57:53 +02:00
Uwe Steinmann
3a4930d28d use full with of browser if tree and clipboard are turned off 2013-06-13 14:57:16 +02:00
Uwe Steinmann
5986eac3ea fix clicking on folder tree 2013-06-10 22:11:03 +02:00
Uwe Steinmann
9de4684d64 fix some php warnings 2013-06-07 15:26:47 +02:00
Uwe Steinmann
25a9e542c3 remove old class defintion of action links 2013-06-07 13:07:39 +02:00
Uwe Steinmann
4b798e4fed various improvements
add links for delete/editing object. Fix wrong tagging of submit button.
set start folder appropriately.
2013-06-07 13:06:15 +02:00
Uwe Steinmann
18d4f079e0 use relative address for out.FolderChooser.php in printFolderChooser()
this allows to use it from scripts in op/ (e.g. op.Search.php)
2013-06-07 10:13:52 +02:00
Uwe Steinmann
cf4f68e0c7 remove old code 2013-06-07 10:13:27 +02:00
Uwe Steinmann
f6ec61359e combine database and fulltext search into one form 2013-06-07 10:12:49 +02:00
Uwe Steinmann
d344eaea9a another switch for taking the comment for the version
if there is no version comment then the document comment can be taken
if the users forces it.
2013-06-06 14:05:03 +02:00
Uwe Steinmann
5c42dd380a new image for presentations 2013-06-06 10:06:58 +02:00
Uwe Steinmann
8f78aeae15 remove icons which are not needed 2013-06-06 09:45:09 +02:00
Uwe Steinmann
8342fdbc51 do not wrap column with status 2013-06-04 23:32:22 +02:00
Uwe Steinmann
38ab1b2eac use different form name for document chooser
otherwise the trees use the same id and javascript functions
2013-06-03 07:58:22 +02:00
Uwe Steinmann
3fed9973ef pass name of from to printNewTreeNavigation() 2013-06-03 07:57:53 +02:00
Uwe Steinmann
31015784ac allow to use jqtree more than once on a page
also uses just 'docid' for id in the document chooser instead of appending
the form name.
2013-06-03 07:55:39 +02:00
Uwe Steinmann
d8d51f1910 show children of current folder in tree 2013-05-31 16:13:15 +02:00
Uwe Steinmann
a7ff763d1b fix output of breadcrumbs 2013-05-31 14:53:24 +02:00
Uwe Steinmann
5820840a2a new layout of folder/document list
remove columns for version and owner. Show this information below
title. Also show date of creation and last modification.
2013-05-31 14:33:54 +02:00
Uwe Steinmann
f3c1e5ae8e users that cannot be deleted can be specified in settings 2013-05-31 11:59:12 +02:00
Uwe Steinmann
8d4247f665 pass root folder id to printNewTreeNavigation() 2013-05-29 23:25:14 +02:00
Uwe Steinmann
3a59b2a5e7 show more information about attribute and how it is used 2013-05-29 20:06:08 +02:00
Uwe Steinmann
ae4af93522 call fileSelected() when clicking on file name 2013-05-29 18:22:25 +02:00
Uwe Steinmann
edc972e3dd clean up of code for dropfolder file chooser 2013-05-29 18:21:46 +02:00
Uwe Steinmann
06e06a4ac0 add checking of attribute values against regular expression 2013-05-28 09:03:21 +02:00
Uwe Steinmann
d11c6d9a74 small left margin of folder tree 2013-05-28 06:48:20 +02:00
Uwe Steinmann
82a0549977 use alternativ folder icon 2013-05-28 06:28:49 +02:00
Uwe Steinmann
854ca658f9 added missing space on button 2013-05-28 06:28:33 +02:00
Uwe Steinmann
d89dab65d0 parameter list of printNewTreeNavigation() has changed 2013-05-26 18:58:19 +02:00
Uwe Steinmann
d7be53261f use new tree view, remove old code 2013-05-26 18:57:40 +02:00
Uwe Steinmann
c07e8b1f8f more enhancements of new tree view
remove some old code, move printFolderTree() into class.ViewFolder.php
2013-05-26 18:55:57 +02:00
Uwe Steinmann
aae4b76907 new implementation of folder hierachy 2013-05-24 17:32:12 +02:00
Uwe Steinmann
a54a10dbe0 do not use session function if session not set
There is no session on the login page. So don't try to call functions
from the session. Also set a different color of the header menu if
a user switch has been done
2013-05-23 16:42:51 +02:00
Uwe Steinmann
0d0ad432e6 fix path to noty 2013-05-23 16:11:45 +02:00
Uwe Steinmann
0754b9ba1d use noty instead of alert() 2013-05-23 16:07:00 +02:00
Uwe Steinmann
260ee5e91b use buttons to delete and modify event 2013-05-23 13:50:23 +02:00
Uwe Steinmann
9340007d67 improve layout 2013-05-23 13:49:54 +02:00
Uwe Steinmann
daeebe6472 use awesome font icons, nicer layout 2013-05-23 10:20:08 +02:00
Uwe Steinmann
a896717ac8 replace images by icon font 2013-05-22 22:47:33 +02:00
Uwe Steinmann
3f0f9fed23 use noty to display error msg, replace images by icons 2013-05-22 20:52:52 +02:00
Uwe Steinmann
274d8d723e fix checking access for icons of documents/folders 2013-05-21 08:59:22 +02:00
Uwe Steinmann
9cc81c4f37 do not allow clicking on icons if user has no access on document/folder 2013-05-21 08:39:41 +02:00
Uwe Steinmann
88c8fa8ef6 rename all xxxFlashMsg() methods to xxxSplashMsg() 2013-05-21 08:36:11 +02:00
Uwe Steinmann
1c390021e5 clear flash msg after showing it 2013-05-18 22:53:38 +02:00
Uwe Steinmann
917e018bb4 initial functions for flash messages 2013-05-18 22:29:45 +02:00
Uwe Steinmann
2fe12295ea take over recent changes in 4.3.0 after merge with 4.2.2 2013-05-17 09:46:16 +02:00
Uwe Steinmann
9f945b2714 Merge branch 'seeddms-4.2.2' into develop
Conflicts:
	CHANGELOG
	views/bootstrap/class.ViewDocument.php
2013-05-17 09:42:33 +02:00
Uwe Steinmann
e36d4c0094 fix approving of documents
The variable $status was overridden in the the status log if logged
in as admin. This causse problems whenever was allow to review/approve
documents. All other users where not affected because the don't see
the status log
2013-05-17 09:27:15 +02:00
Uwe Steinmann
7ea3c9a73a close folder chooser dialog when folder is selected 2013-05-17 08:47:04 +02:00
Uwe Steinmann
487f6b1806 fix minor layout error in folder tree (Bug #51) 2013-05-16 09:56:28 +02:00
Uwe Steinmann
947a4d83f8 put icons in clipboard into div to make them black 2013-04-30 19:38:48 +02:00
Uwe Steinmann
492c08e397 move tab pane into right page column 2013-04-30 19:26:33 +02:00
Uwe Steinmann
29b5dd476a make sure preview for related document is created before showing 2013-04-30 18:36:24 +02:00
Uwe Steinmann
a1f57d3e73 use some icon for editing comments 2013-04-30 18:19:28 +02:00
Uwe Steinmann
57590fef86 show review/approval tab only if version has reviewer or approver 2013-04-30 18:14:05 +02:00
Uwe Steinmann
26ae06b1ef set expiration date to currently set value 2013-04-30 17:41:32 +02:00
Uwe Steinmann
b1922c0e9f Merge branch 'seeddms-4.2.1' into develop 2013-04-30 17:29:10 +02:00
Uwe Steinmann
4d53a89435 fix phrase for selecting a category 2013-04-30 17:26:54 +02:00
Uwe Steinmann
f2a37f3e0e remove link on current version for setting the expiration date
the expiration date can only be set for the document
2013-04-30 17:24:45 +02:00
Uwe Steinmann
058c5f2749 expiration date of document can be set 2013-04-30 17:02:03 +02:00
Uwe Steinmann
c64dc58a77 Merge branch 'seeddms-4.2.1' into develop 2013-04-30 08:40:38 +02:00
Uwe Steinmann
1ef343903c show expiration date; show login on review/approval page 2013-04-30 08:36:53 +02:00
Uwe Steinmann
025e88d5af add icon for setting approver/reviewer 2013-04-30 08:02:53 +02:00
Uwe Steinmann
b4ab7ace36 better icon for version information download 2013-04-29 19:55:50 +02:00
Uwe Steinmann
fdb82c7abb use better icon for version information download 2013-04-29 19:52:11 +02:00
Uwe Steinmann
1f4dde6b59 show preview of document files too 2013-04-29 19:32:55 +02:00
Uwe Steinmann
8a9099bbcb various ui improvements 2013-04-23 19:03:56 +02:00
Uwe Steinmann
9cedb7843b use translation for 'clipboard' 2013-04-22 21:09:48 +02:00
Uwe Steinmann
782107af8e use appletInitialize() for setting folder oder document
for some reason there is no method uploaderInitialized() called
bei jumploader anymore.
2013-04-22 11:53:04 +02:00
Uwe Steinmann
7aa60b3fdb fix link to alternative upload page with jumploader 2013-04-22 11:52:34 +02:00
Uwe Steinmann
0518b9a697 add missing script for uploading attachments with jumploader 2013-04-22 11:51:35 +02:00
Uwe Steinmann
03e76fe662 nicer button layout 2013-04-19 23:23:22 +02:00
Uwe Steinmann
82a8acddfd put all links onto a button with icon 2013-04-19 22:10:54 +02:00
Uwe Steinmann
9885e26f96 put save icon on all save buttons 2013-04-19 15:22:25 +02:00
Uwe Steinmann
7e200e8377 use icon-save instead of icon-download-alt 2013-04-19 14:57:01 +02:00
Uwe Steinmann
41e5399053 put action icons at end of line in div 2013-04-19 14:39:19 +02:00
Uwe Steinmann
44afcdb14e use better icon on button 2013-04-19 14:31:26 +02:00
Uwe Steinmann
98cf1cc78a use symbols from awesame font 2013-04-19 14:30:57 +02:00
Uwe Steinmann
d63ec26d8e add new feature to substitute user while being admin 2013-04-19 09:00:34 +02:00
Uwe Steinmann
c818242b66 show icon if a document content has a waiting workflow transition (bug #4) 2013-04-18 13:38:52 +02:00
Uwe Steinmann
57c58a09c7 place a message on the page if document has a waiting workflow transition 2013-04-18 13:38:02 +02:00
Uwe Steinmann
59ed4ff9cc group can be set when adding/editing user 2013-04-17 12:02:22 +02:00
Uwe Steinmann
8b8a50fd06 show datepicker in users language 2013-04-11 19:15:03 +02:00
Uwe Steinmann
35aa1b995d return to tab on LogManagement page which was previously selected
after removing a log file and returning to the LogManagement page,
the same tab is selected as before (fixes Bug #30)
2013-04-11 09:02:24 +02:00
Uwe Steinmann
a50964cb8f several log files can be delete in one go 2013-04-11 08:38:47 +02:00
Uwe Steinmann
43c084511c set iconѕ for office text and spreadsheet documents 2013-04-11 08:37:36 +02:00
Uwe Steinmann
fd1d5fa2cf use function filterDocumentLinks() from class SeedDMS_Core_DMS 2013-04-10 15:49:54 +02:00
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
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
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
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
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
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
d0b6038e5f minor fixeѕ to make drag and drop work (not ready) 2013-02-26 08:22:46 +01:00
Uwe Steinmann
08291209fe fix nesting of html tags 2013-02-26 08:21:35 +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
1e231d1e42 fixed typo in key for phrase 'settings_cacheDir_desc' (Bug #14) 2013-02-18 21:14:05 +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
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
steinm
55ec35b5b8 - do not show meta data without a value (comment, ..)
- show access rights if admin
2013-02-06 13:58:15 +00:00
steinm
c20bcbfb6a - do not show menu items for workflow operations if in traditional
workflow mode
2013-02-06 13:57:14 +00:00
steinm
a83e88d83d - make selection menu wider 2013-02-06 13:56:29 +00:00
steinm
f37cd17b5d - set version propperly 2013-02-06 13:55:28 +00:00
steinm
8422ced0ab - added method errorMsg() 2013-02-05 10:08:26 +00:00
steinm
275ecc04a2 - check if each transition has a user or group, issue warning if not
- put states of a transition into one column
2013-02-05 09:23:17 +00:00
steinm
6ff71bdc09 - show message when clipboard is empty 2013-02-04 14:44:32 +00:00
steinm
a8002d581c - fixed display of first day of week 2013-02-04 10:05:15 +00:00
steinm
bbfd568e53 - replace ADODb path by extraPath 2013-02-04 09:32:05 +00:00
steinm
7e0174ca4a - added missing file to add multiple documents 2013-02-02 16:03:38 +00:00
steinm
7e3cfc8705 - new view to show a list of documents under workflow 2013-02-02 16:02:45 +00:00
steinm
6e9c7ce811 - added short cut buttons for removal/edit of documents in each line 2013-02-02 16:01:55 +00:00
steinm
27dfd15814 - replace some icons
- added override status
2013-02-02 16:00:37 +00:00
steinm
d8f43bef3a - corrected output of clipboard 2013-02-02 15:58:52 +00:00
steinm
1e4d9518c5 - check for workflow mode 2013-02-02 15:56:35 +00:00
steinm
4dc94c37b1 - added printClipboard() 2013-01-30 20:00:43 +00:00
steinm
302f0142a3 - show clipboard if enabled 2013-01-30 20:00:05 +00:00
steinm
4e4e3f5956 - added support for drag on drop 2013-01-30 10:02:51 +00:00
steinm
04de5a05c0 - support drag and drop in breadcrumbs and folder tree 2013-01-30 09:50:30 +00:00
steinm
fe7243a412 - target folder can be passed as targetid in URL 2013-01-30 09:49:37 +00:00
steinm
57e29071d8 - some minor cosmetic corrections 2013-01-29 13:10:43 +00:00
steinm
27a55e6916 - show password strength only if turned on in the settings 2013-01-29 13:09:53 +00:00
steinm
5f5f53559c - replaced icon for calendar 2013-01-29 08:18:49 +00:00
steinm
696feb3d70 - use keyword chooser
- replaced category chooser with chosen option menu
2013-01-29 08:18:01 +00:00
steinm
649a3c53f2 - removed empty line 2013-01-29 08:16:56 +00:00
steinm
2ad09ca31b - replaced icon for calendar 2013-01-29 08:16:26 +00:00
steinm
c45147b39f - added optional parameter with fieldname to printKeywordChooser()
(not needed currently)
2013-01-29 08:15:24 +00:00