Commit Graph

161 Commits

Author SHA1 Message Date
Uwe Steinmann
ae481e6ac9 add optional parameter class to contentContainerStart() 2015-06-15 09:20:33 +02:00
Uwe Steinmann
f02734b063 show docs in root folder of document chooser 2015-06-11 11:25:14 +02:00
Uwe Steinmann
45a9373bdd include DocumentChooser relative to out
this makes it possible to include the document chooser even in
op/op.xxx.php files
2015-06-11 07:56:04 +02:00
Uwe Steinmann
e527862c9d allow context sensitive help files 2015-06-11 06:41:49 +02:00
Uwe Steinmann
cb3392c774 propperly take new workflow mode traditional_only_approval into account 2015-03-17 11:19:55 +01:00
Uwe Steinmann
89ef1a58ec view parameter enableClipboard has been renamed to enableclipboard 2015-03-13 09:31:48 +01:00
Uwe Steinmann
cb0d7d8d92 enableClipboard takes out all clipboard functions 2015-02-24 17:47:58 +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
7c4e5a15aa strip html tags from sitename when using for html title 2014-11-07 08:54:47 +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
a011433d28 remove not used file upload code 2014-07-22 17:34:08 +02:00
Uwe Steinmann
458069fba1 div.#main-clipboard doesn't need ondrop-attr anymore 2014-07-11 08:42:17 +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
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
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
1d8b73c2f9 add new method printDeleteFolderButton(), fix drag and drop from clipboard 2014-06-05 09:50:21 +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
16e22ceafd check if expiration may be set 2014-06-03 17:51:44 +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
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
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
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
82c9dbe2aa add new page for charts to admin menu 2014-04-02 08:50:57 +02:00
Uwe Steinmann
729fff53ef include jquery.js before extra header 2014-04-01 21:04:55 +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
815ca1acf8 show link to indexer in folder menu (if admin) 2014-03-26 07:27:01 +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
9032170149 pass sort order to ajax subtree command 2014-03-14 15:11:13 +01:00
Uwe Steinmann
598be765c6 force exitError() to not exit
added optional parameter noexit
2014-03-04 08:30:32 +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
ae8df3f9c6 replace all php short tags (bug #102) 2013-12-11 11:37:20 +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
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
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
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
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
11ff71eea1 do not show 'Move Clipboard' item if access is not allowed 2013-06-17 09:13:08 +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
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
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
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
edc972e3dd clean up of code for dropfolder file chooser 2013-05-29 18:21:46 +02:00
Uwe Steinmann
d11c6d9a74 small left margin of folder tree 2013-05-28 06:48:20 +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
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
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
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
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
9885e26f96 put save icon on all save buttons 2013-04-19 15:22:25 +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
8b8a50fd06 show datepicker in users language 2013-04-11 19:15:03 +02:00
Uwe Steinmann
43c084511c set iconѕ for office text and spreadsheet documents 2013-04-11 08:37:36 +02: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
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
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
438a98d110 output translated language name 2013-02-27 20:40:45 +01:00
Uwe Steinmann
1a62e0d433 add button to fold out menu on small screens 2013-02-27 17:16:51 +01:00
Uwe Steinmann
91c4145156 use common header 2013-02-22 21:56:18 +01:00
Uwe Steinmann
df54de8aa9 use translated text for buttons in modal boxes 2013-02-20 10:47:20 +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
812349fe9d took out 60px margin at top 2013-02-18 09:27:51 +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
22f91a73f6 use phrase 'drag_icon_here' instead of hardcoded text 2013-02-13 19:39:28 +01:00
steinm
3f4972f06b - use global function showtree() to set url query parameter 2013-02-08 08:08:11 +00:00
steinm
0f02123e36 - add title tag to icons of clipboard entries 2013-02-07 21:42:46 +00:00
steinm
82748d210f - check if user is set before using it 2013-02-07 17:02:23 +00:00
steinm
9ccca2261d - make search box in header smaller
- make text behind checkbox lighter
2013-02-06 17:32:29 +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
8422ced0ab - added method errorMsg() 2013-02-05 10:08:26 +00:00