Commit Graph

272 Commits

Author SHA1 Message Date
Uwe Steinmann
73a10e0367 pass one extension configuration for saving 2013-05-02 22:31:23 +02:00
Uwe Steinmann
b6ae2dcce6 place inclusion of inc.Extension.php before inc.ClassUI.php 2013-05-02 18:25:30 +02:00
Uwe Steinmann
08c0961a16 added hook before adding a document 2013-04-30 20:11:16 +02:00
Uwe Steinmann
1f73a6150e Merge branch 'develop' into hooks 2013-04-30 19:20:17 +02:00
Uwe Steinmann
0e631bd09e check if expires is set in POST request without php warning 2013-04-30 18:06:44 +02:00
Uwe Steinmann
9a9d570d5f Merge branch 'seeddms-4.2.1' into develop 2013-04-30 17:15:21 +02:00
Uwe Steinmann
19061c5c2b set expiration date if set 2013-04-30 17:14:21 +02:00
Uwe Steinmann
4e27d0ce6b expiration date is sepearated by '-' instead of '/' 2013-04-30 17:03:39 +02:00
Uwe Steinmann
058c5f2749 expiration date of document can be set 2013-04-30 17:02:03 +02:00
Uwe Steinmann
c3eb4d629c create preview from document file too
pass url parameter 'file' instead of 'version'
2013-04-29 19:32:00 +02:00
Uwe Steinmann
4e6ee4cdea Merge branch 'develop' into hooks 2013-04-22 22:13:57 +02:00
Uwe Steinmann
d3a8ab69fd better checking for passed parameters 2013-04-22 11:54:33 +02:00
Uwe Steinmann
ea79961d85 Merge branch 'develop' into hooks 2013-04-22 10:48:06 +02:00
Uwe Steinmann
d63ec26d8e add new feature to substitute user while being admin 2013-04-19 09:00:34 +02:00
Uwe Steinmann
b5a1050c05 jump to right folder after login
if no default page after login is set, then a redirection to
out.ViewFolder.php takes place. The folderid was always set to 1,
which may not be right. Now it uses the root folder id from the ѕettings.
2013-04-19 08:45:59 +02:00
Uwe Steinmann
6830d9d2d9 fix line endings 2013-04-19 08:45:19 +02:00
Uwe Steinmann
945c03a8c3 call hooks 'preRemoveDocument' and 'postRemoveDocument' 2013-04-18 22:19:41 +02:00
Uwe Steinmann
59ed4ff9cc group can be set when adding/editing user 2013-04-17 12:02:22 +02:00
Uwe Steinmann
17b2e06fe9 initial code for extensions and hooks 2013-04-17 11:01:03 +02:00
Uwe Steinmann
c52770161f set to unix line endings 2013-04-11 09:05:36 +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
d8ec64dd36 fix checking for download file 2013-04-11 08:40:25 +02:00
Uwe Steinmann
a50964cb8f several log files can be delete in one go 2013-04-11 08:38:47 +02:00
Uwe Steinmann
db988826bf remove german comments 2013-04-10 21:48:16 +02:00
Uwe Steinmann
7a5d1b0e59 Merge branch 'seeddms-4.1.3' into develop 2013-04-10 21:45:34 +02:00
Uwe Steinmann
0defbb0240 fix php warning due to undefined variable $groupid 2013-04-10 21:44:43 +02:00
Uwe Steinmann
0ae480d67d save new paramters for recursive document/folder count 2013-04-10 15:48:40 +02:00
Uwe Steinmann
c1144612ab fix typo in variable for new comment 2013-04-08 08:51:44 +02:00
Uwe Steinmann
d5bbc67588 fix for sending notification after update 2013-04-05 13:23:27 +02:00
Uwe Steinmann
adb5f7fa3b fix setting mandatory workflow
The method which was called didn't exist in SeedDMS_Core_User
2013-03-28 10:17:45 +01:00
Uwe Steinmann
d5a3486e02 prevent php warning if comment is not set 2013-03-26 20:25:13 +01:00
Uwe Steinmann
1c72478c3a retrieve folder id from $_REQUEST 2013-03-26 20:24:42 +01:00
Uwe Steinmann
555214c8ed check if post var dropfolderfileform1 is set 2013-03-26 20:20:23 +01:00
Uwe Steinmann
694a099e99 get folder for notification mail 2013-03-15 18:35:41 +01:00
Uwe Steinmann
01661fd337 send notification mail 2013-03-15 18:35:21 +01:00
Uwe Steinmann
92cf1e74b8 send notification mail 2013-03-15 18:34:20 +01:00
Uwe Steinmann
22836f3c4f get folder for notification mail 2013-03-15 18:33:56 +01:00
Uwe Steinmann
0352bf5161 send notification mail when removing a workflow 2013-03-14 20:56:10 +01:00
Uwe Steinmann
ff7a80f23d fix line indention 2013-03-14 20:55:09 +01:00
Uwe Steinmann
9a72052744 check if $_POST["expires"] is set 2013-03-13 18:44:42 +01:00
Uwe Steinmann
719328b311 fix url in notification email 2013-03-13 18:44:20 +01:00
Uwe Steinmann
3fa7681d05 send notification email on attribute change 2013-03-13 18:43:28 +01:00
Uwe Steinmann
5059d5d456 check if $_POST["expdate"] is set before using it 2013-03-12 09:00:02 +01:00
Uwe Steinmann
8751a9cb26 redirect to correct url after adding event 2013-03-12 08:57:18 +01:00
Uwe Steinmann
20444bd714 use new notification mechanism 2013-03-12 08:49:09 +01:00
Uwe Steinmann
9328bebcbf add note that this code has to be fixed 2013-03-12 08:48:23 +01:00
Uwe Steinmann
34b72a17a1 reworked notification system
The notifaction will now be send in the language as specified in the
user's profile
2013-03-06 12:53:25 +01:00
Uwe Steinmann
6c7247eca5 fix line endings, removed old code 2013-03-05 13:04:58 +01:00
Uwe Steinmann
4a739b35ac fix line endings, remove old code 2013-03-05 12:56:41 +01:00
Uwe Steinmann
ababf87bb8 fix line endings, remove some old code 2013-03-05 12:48:46 +01:00