Commit Graph

5743 Commits

Author SHA1 Message Date
Uwe Steinmann
510067a714 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-04-11 06:42:27 +02:00
Uwe Steinmann
5429046a90 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-04-10 07:38:37 +02:00
Uwe Steinmann
f0871eaeba remove parameter from hook searchListHeader 2017-04-10 07:37:41 +02:00
Uwe Steinmann
2395fd9d15 add changes for 5.1.2 2017-04-05 22:09:47 +02:00
Uwe Steinmann
ca17bc0c8c pass null as first argument to all hooks (will later be the controller) 2017-04-05 22:08:25 +02:00
Uwe Steinmann
727f93eafa expiration date can be selected from list and entered by calendar 2017-04-05 22:00:54 +02:00
Uwe Steinmann
cb6dbd0c8d call hook 'approveDocument' after document has been approved or rejected 2017-04-05 21:59:45 +02:00
Uwe Steinmann
ebc4a29505 show origfilename of attachments only if not equal to name of attachment 2017-04-04 18:28:37 +02:00
Uwe Steinmann
28404ef9a6 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-04-04 18:27:47 +02:00
Uwe Steinmann
621317def2 print folder of document in extra row below title of document 2017-04-04 10:20:55 +02:00
Uwe Steinmann
ffb4f3179d add changes for 6.0.1 2017-04-04 07:33:58 +02:00
Uwe Steinmann
dde99fa150 call hook 'rawcontent' when downloading search result with content 2017-04-04 07:12:13 +02:00
Uwe Steinmann
10b62bc7fb call hook 'rawcontent' 2017-04-04 07:11:51 +02:00
Uwe Steinmann
d7af33f579 raw content can be set for files added to archive
Setting the raw content will take the meta data from the document
content but use the file content as passed by the third optional
parameter of addItem()
2017-04-04 07:09:56 +02:00
Uwe Steinmann
dc0737c1db show session list only to admins 2017-03-24 15:56:33 +01:00
Uwe Steinmann
f61a5f2327 add list of active session in menu 2017-03-24 15:55:43 +01:00
Uwe Steinmann
3cd370cb2e add methods getLastAccessedSessions() and getUser() 2017-03-24 15:54:52 +01:00
Uwe Steinmann
3a615b6e06 optimize sql code to get locked documents 2017-03-24 13:29:00 +01:00
Uwe Steinmann
da5dc944e7 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-24 09:18:11 +01:00
Uwe Steinmann
c22e7d66b6 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-24 09:17:57 +01:00
Uwe Steinmann
156354ac76 pass '' as orderby to hook searchListHeader() 2017-03-24 09:17:24 +01:00
Uwe Steinmann
923df99443 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-24 08:29:28 +01:00
Uwe Steinmann
78d482e14e add entries for 5.1.2 2017-03-24 08:28:01 +01:00
Uwe Steinmann
ae3946b6a9 turn of spinner for ajax call to show clipboard in menu 2017-03-24 08:26:39 +01:00
Uwe Steinmann
da6958a936 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-24 08:24:39 +01:00
Uwe Steinmann
e584a7b1a5 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-03-24 08:24:19 +01:00
Uwe Steinmann
fc90e71584 do not show spinner if data-no-spinner is set in '<div ..' 2017-03-24 08:22:52 +01:00
Uwe Steinmann
72c5bd237b Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-23 18:48:45 +01:00
Uwe Steinmann
6a7e23375c Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-23 18:08:23 +01:00
Uwe Steinmann
a001d32854 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-03-23 17:43:39 +01:00
Uwe Steinmann
77aa03c318 add entry for 4.3.35 2017-03-23 17:29:22 +01:00
Uwe Steinmann
4265c965de log all sql statements into file if log file is given 2017-03-23 17:27:31 +01:00
Uwe Steinmann
46582a2be4 update last access time only once a minute 2017-03-23 17:25:54 +01:00
Uwe Steinmann
6bb6662de4 start new version 4.3.35 2017-03-23 15:39:18 +01:00
Uwe Steinmann
c18f09d344 start new version 6.0.1 2017-03-23 15:22:55 +01:00
Uwe Steinmann
470e946ec2 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-23 15:19:53 +01:00
Uwe Steinmann
a799e091fb drop tables which has been created temporarily
if they are not droped, there foreign key constraints are still
effective
2017-03-23 08:29:43 +01:00
Uwe Steinmann
050a2e60df remove some debug echos 2017-03-23 07:07:57 +01:00
Uwe Steinmann
509921d6d8 remove duplicate adding of new fields 2017-03-22 20:53:25 +01:00
Uwe Steinmann
fd6055d577 start new version 4.3.35 2017-03-21 11:36:36 +01:00
Uwe Steinmann
ca9b3cb245 no need to check for password, but check for ip, guest login and disabled accounts (Closes #250) 2017-03-21 11:35:39 +01:00
Uwe Steinmann
7e306054a7 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-20 21:38:01 +01:00
Uwe Steinmann
e670650403 add entry for 5.1.1 2017-03-20 15:10:40 +01:00
Uwe Steinmann
35aa8c5403 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-20 15:06:53 +01:00
Uwe Steinmann
3058a2e38f add entries for 5.0.11 2017-03-20 15:06:34 +01:00
Uwe Steinmann
15c5305e3d Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-20 15:05:31 +01:00
Uwe Steinmann
298543871c Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-03-20 14:59:51 +01:00
Uwe Steinmann
aba80e542d add more entrieѕ for 4.3.34 2017-03-20 14:47:34 +01:00
Uwe Steinmann
c01c59e2e5 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-03-20 12:44:49 +01:00
Uwe Steinmann
6ee2de053e Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-20 12:43:27 +01:00