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