Uwe Steinmann
|
368ef8478c
|
use view classes from extension only if enabled
|
2015-07-22 07:08:22 +02:00 |
|
Uwe Steinmann
|
4e9cadeca6
|
add new method getHookObjects() which returns all registered hook objects
|
2015-07-15 16:59:36 +02:00 |
|
Uwe Steinmann
|
ce79c8e8cd
|
check for files relative to $settings->_rootDir instead of '../'
|
2015-07-15 16:58:53 +02:00 |
|
Uwe Steinmann
|
889779113d
|
first check if user is an object before using it
|
2015-07-14 21:35:53 +02:00 |
|
Uwe Steinmann
|
f187dff23a
|
auto login user if not already logged in
the user won't have a session, but will be granted access for the
http request
|
2015-07-14 21:23:54 +02:00 |
|
Uwe Steinmann
|
a2179ca53e
|
add new paramter autoLoginUser
|
2015-07-14 21:23:33 +02:00 |
|
Uwe Steinmann
|
f35573611d
|
set param enablemenutasks for view
|
2015-07-09 07:59:02 +02:00 |
|
Uwe Steinmann
|
cd3a239482
|
add new config parameter enableMenuTasks
|
2015-07-09 07:58:34 +02:00 |
|
Uwe Steinmann
|
f98aecaa59
|
add configuration parameter to turn of database version check
|
2015-06-30 07:53:36 +02:00 |
|
Uwe Steinmann
|
6b816f4d44
|
better handling of converters, added converters for preview
commands can also be deleted
|
2015-06-24 21:25:53 +02:00 |
|
Uwe Steinmann
|
ac550a1ec1
|
ållow to set review/approver in status draft
|
2015-06-24 17:28:55 +02:00 |
|
Uwe Steinmann
|
b95f7ed91a
|
new parameter overrideMimeType
|
2015-06-23 07:47:00 +02:00 |
|
Uwe Steinmann
|
5d5d954077
|
createToc() uses self::items, use counter for columns
|
2015-06-17 07:59:06 +02:00 |
|
Uwe Steinmann
|
d12f9993dd
|
add mayReceipt()
|
2015-06-15 14:13:38 +02:00 |
|
Uwe Steinmann
|
ecafa39d1e
|
mayApprove() checks if document is in review
|
2015-06-15 09:01:16 +02:00 |
|
Uwe Steinmann
|
b3c9cb2728
|
add function get_extension()
returns file extension by mimetype
Conflicts:
inc/inc.Utils.php
|
2015-06-12 09:01:41 +02:00 |
|
Uwe Steinmann
|
f2a7811f0c
|
use SeedDMS_Core_DMS::getClassname() to check for propper class
|
2015-06-09 21:51:09 +02:00 |
|
Uwe Steinmann
|
0c053d410c
|
put creation of excel file into its own method
|
2015-06-09 21:34:07 +02:00 |
|
Uwe Steinmann
|
6a7b9c8a65
|
mayRecipients() and mayRevision() return only true if document ist
released
|
2015-06-09 21:33:08 +02:00 |
|
Uwe Steinmann
|
fb2e7dfe12
|
utf8_decode file name in zip file
|
2015-06-08 22:03:08 +02:00 |
|
Uwe Steinmann
|
94744862a5
|
create excel file with meta data for for files in zip archive
|
2015-06-08 09:06:59 +02:00 |
|
Uwe Steinmann
|
a6085279c9
|
add class for downloading a bunch of document versions
|
2015-06-02 17:27:35 +02:00 |
|
Uwe Steinmann
|
dea874de02
|
set $_initialDocumentStatus to 2 instead of S_RELEASED
the constant S_RELEASED isn't know at that time
|
2015-06-02 17:26:41 +02:00 |
|
Uwe Steinmann
|
1123611371
|
rename mayOverwriteStatus() to mayOverrideStatus()
|
2015-06-02 10:04:35 +02:00 |
|
Uwe Steinmann
|
d9d4d89a27
|
set initial document status
|
2015-06-02 10:02:46 +02:00 |
|
Uwe Steinmann
|
86f641c3b0
|
new status in getOverallStatusText()
|
2015-06-02 10:02:02 +02:00 |
|
Uwe Steinmann
|
596a577529
|
show link to revise document even if still in workflow
|
2015-06-01 17:35:25 +02:00 |
|
Uwe Steinmann
|
c2e49aa2d7
|
take out old code
|
2015-06-01 07:40:02 +02:00 |
|
Uwe Steinmann
|
b8d06babee
|
add setting for library folder
|
2015-05-29 20:42:37 +02:00 |
|
Uwe Steinmann
|
38b7a7c660
|
callHook() returns null if no method was found
|
2015-05-29 20:41:52 +02:00 |
|
Uwe Steinmann
|
536ead64ac
|
allow to substitute user for regular users
|
2015-05-19 19:44:18 +02:00 |
|
Uwe Steinmann
|
6cfdea17b3
|
add function to return revision status
|
2015-05-12 19:10:02 +02:00 |
|
Uwe Steinmann
|
608a86d45c
|
rename reviser to revisor, added revision workflow to document page
|
2015-05-11 09:30:13 +02:00 |
|
Uwe Steinmann
|
9b643fa700
|
check for extension dir before reading contents
|
2015-05-04 07:15:00 +02:00 |
|
Uwe Steinmann
|
2a1ce40a9c
|
add functions getReceiptStatusText() and printReceiptStatusText()
|
2015-04-28 12:18:01 +02:00 |
|
Uwe Steinmann
|
877f937413
|
return value of hook will be passed on even if not a string
|
2015-04-27 08:26:51 +02:00 |
|
Uwe Steinmann
|
4f3c6ed090
|
add checkbox for creating checkout dir if it doesn't exists
|
2015-04-22 17:21:57 +02:00 |
|
Uwe Steinmann
|
df75ae5c8c
|
add method maySetReviser
|
2015-04-22 11:41:39 +02:00 |
|
Uwe Steinmann
|
387f67dad4
|
enable/disable Acknowledge and Revision workflow
|
2015-04-20 13:44:45 +02:00 |
|
Uwe Steinmann
|
ff9b3486c5
|
add maySetRecipients()
|
2015-04-20 13:44:13 +02:00 |
|
Uwe Steinmann
|
bcb34f1e51
|
set parameter checkoutdir in view
|
2015-04-17 20:11:09 +02:00 |
|
Uwe Steinmann
|
dc08f8df1b
|
add configuration of checkout dir
|
2015-04-17 20:10:36 +02:00 |
|
Uwe Steinmann
|
d16559c3d1
|
fix creation of cached extension configuration
|
2015-04-16 08:03:23 +02:00 |
|
Uwe Steinmann
|
c340006089
|
set 'dms' in view when calling exitError()
|
2015-04-15 16:12:44 +02:00 |
|
Uwe Steinmann
|
ffe2192376
|
add errormsg
|
2015-04-15 16:11:45 +02:00 |
|
Uwe Steinmann
|
e21429433c
|
check for configured views in extension configuration
|
2015-04-14 19:39:43 +02:00 |
|
Uwe Steinmann
|
986613cf6e
|
initialize $EXT_CONF to an empty array()
|
2015-04-07 06:44:15 +02:00 |
|
Uwe Steinmann
|
9b5ca19391
|
do not use syntax which requires php > 5.5.x
|
2015-03-30 17:40:54 +02:00 |
|
Uwe Steinmann
|
72c3207a75
|
Merge branch 'seeddms-4.3.17' into develop
Conflicts:
Makefile
|
2015-03-30 16:40:24 +02:00 |
|
Uwe Steinmann
|
35043b1cda
|
new version 4.3.17
|
2015-03-27 17:34:28 +01:00 |
|