Commit Graph

1757 Commits

Author SHA1 Message Date
Uwe Steinmann
36942e879e Merge branch 'seeddms-4.2.2' into develop 2013-05-07 20:20:19 +02:00
Uwe Steinmann
8cac883395 approver/reviewer can be set, even if admin
The old code got a list of all users with read rights on the document
and then checked if the users to be added as a reviewer/approver is
in this list. This did not work for the admin because the list
only includes regular users.
2013-05-07 20:16:09 +02:00
Uwe Steinmann
d11b2fa784 more documentation on which global variables can be used 2013-05-03 13:24:27 +02:00
Uwe Steinmann
9a2d3ef349 add button for refreshing extension list 2013-05-03 12:10:56 +02:00
Uwe Steinmann
14d759f21c file for refreshing extension list 2013-05-03 12:10:28 +02:00
Uwe Steinmann
40678c325f always include extension file, even when is was just created 2013-05-03 11:40:47 +02:00
Uwe Steinmann
1bd43e2838 check constraints and whether an extension is disabled 2013-05-03 11:34:08 +02:00
Uwe Steinmann
2f5d9fd5a1 new method version() which just returns the version number 2013-05-03 11:33:38 +02:00
Uwe Steinmann
447a89ff53 pass seeddms version to view 2013-05-03 11:33:21 +02:00
Uwe Steinmann
9f0fbbf2db do not load extension if it is disabled 2013-05-03 11:32:25 +02:00
Uwe Steinmann
64eebb607d add disable flag, require seeddms >= 4.2.1 2013-05-03 11:31:43 +02:00
Uwe Steinmann
c2c8ea38bf pass httproot to view 2013-05-03 09:52:59 +02:00
Uwe Steinmann
e020f212b0 output icon and release date of extension 2013-05-03 09:52:34 +02:00
Uwe Steinmann
82212adacf add extension manager to admin menu 2013-05-03 09:52:15 +02:00
Uwe Steinmann
e997945005 add missing phrases for extension manager 2013-05-03 09:51:49 +02:00
Uwe Steinmann
667892c441 add icon and release date 2013-05-03 09:51:36 +02:00
Uwe Steinmann
b091c7f861 add sample configuration 2013-05-02 22:33:59 +02:00
Uwe Steinmann
e46fc9d024 include inc/inc.Extension.php 2013-05-02 22:33:02 +02:00
Uwe Steinmann
879de25ad4 add phrase for 'settings_Extensions' 2013-05-02 22:32:38 +02:00
Uwe Steinmann
d5abdb028f add tab for configuring extensions 2013-05-02 22:32:11 +02:00
Uwe Steinmann
73a10e0367 pass one extension configuration for saving 2013-05-02 22:31:23 +02:00
Uwe Steinmann
386b0047b4 add save and reading of extension configuration 2013-05-02 22:30:42 +02:00
Uwe Steinmann
0a3811c429 remove debug output 2013-05-02 22:30:09 +02:00
Uwe Steinmann
d0118f9b9d Merge branch 'develop' into hooks 2013-05-02 18:33:37 +02:00
Uwe Steinmann
69a0578a74 no more php warning if translation could not be found in default lang 2013-05-02 18:31:26 +02:00
Uwe Steinmann
e7e89aba94 add files to manager extensions 2013-05-02 18:28:23 +02:00
Uwe Steinmann
a776d2eb0c add phrase for 'extension_manager' 2013-05-02 18:27:33 +02:00
Uwe Steinmann
2d0c02ad0f add link to extension manager 2013-05-02 18:27:08 +02:00
Uwe Steinmann
00a4b66466 add 'preContent' hook 2013-05-02 18:26:49 +02:00
Uwe Steinmann
0275621f7f include inc.Extension.php 2013-05-02 18:26:16 +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
e6ac1ac68b add better description 2013-05-02 18:24:46 +02:00
Uwe Steinmann
09cf9b27e1 add some documentation 2013-05-02 18:24:25 +02:00
Uwe Steinmann
5afc572a8c fix nasty syntax error 2013-05-02 12:14:54 +02:00
Uwe Steinmann
eb594a1e6c added method show() 2013-05-02 12:14:10 +02:00
Uwe Steinmann
50e41be376 add method callHook()
this method is ment to be called from the view classes. It checks
for a hook set up for the current view.
2013-05-02 12:12:28 +02:00
Uwe Steinmann
18bfb51dd5 fix name of class 2013-05-02 12:12:03 +02:00
Uwe Steinmann
1b52cdaebc add more examples for hooks 2013-05-02 12:11:33 +02:00
Uwe Steinmann
e8e19385cc file for setting up extensions 2013-05-02 12:11:03 +02:00
Uwe Steinmann
ae003bf7f2 new class to manage extensions 2013-05-02 12:10:42 +02:00
Uwe Steinmann
43323140a2 initialize substituted user in session to 0 2013-05-02 08:27:59 +02:00
Uwe Steinmann
1e3681094f Merge branch 'develop' into hooks 2013-05-02 07:36:14 +02:00
Uwe Steinmann
9f8b928e1d Merge branch 'seeddms-4.2.1' into develop 2013-05-02 07:35:51 +02:00
Uwe Steinmann
baf4b9a979 new version 4.2.1 2013-05-02 07:19:19 +02:00
Uwe Steinmann
f559b74658 some more entries for 4.3.0 2013-05-02 07:11:01 +02:00
Uwe Steinmann
424c518ff7 added initial class for hooks 2013-04-30 23:03:27 +02:00
Uwe Steinmann
08c0961a16 added hook before adding a document 2013-04-30 20:11:16 +02:00
Uwe Steinmann
c0c9aaa61c Merge branch 'develop' into hooks 2013-04-30 20:01:38 +02:00
Uwe Steinmann
14e8d4ef02 set max execution time from settings 2013-04-30 20:00:50 +02:00
Uwe Steinmann
031751bd2f more entries for 4.3.0 2013-04-30 19:39:41 +02:00