Commit Graph

46 Commits

Author SHA1 Message Date
Uwe Steinmann
c240a0ebec Merge branch 'develop' into hooks 2013-08-05 14:56:43 +02:00
Uwe Steinmann
bf01a83a05 show plain workflow action name if translation cannot be found 2013-08-05 14:55:53 +02:00
Uwe Steinmann
2979fc9648 Merge branch 'develop' into hooks
Conflicts:
	views/bootstrap/class.ViewFolder.php
2013-07-19 23:14:29 +02:00
Uwe Steinmann
82d5863591 uncomment code to set expiration date 2013-06-17 07:12:02 +02:00
Uwe Steinmann
2fe6e7ac82 Merge branch 'develop' into hooks 2013-05-28 06:31:59 +02:00
Uwe Steinmann
854ca658f9 added missing space on button 2013-05-28 06:28:33 +02:00
Uwe Steinmann
df35579ea6 Merge branch 'develop' into hooks 2013-05-17 09:47:14 +02:00
Uwe Steinmann
2fe12295ea take over recent changes in 4.3.0 after merge with 4.2.2 2013-05-17 09:46:16 +02:00
Uwe Steinmann
9f945b2714 Merge branch 'seeddms-4.2.2' into develop
Conflicts:
	CHANGELOG
	views/bootstrap/class.ViewDocument.php
2013-05-17 09:42:33 +02:00
Uwe Steinmann
e36d4c0094 fix approving of documents
The variable $status was overridden in the the status log if logged
in as admin. This causse problems whenever was allow to review/approve
documents. All other users where not affected because the don't see
the status log
2013-05-17 09:27:15 +02:00
Uwe Steinmann
8adb1ad5f6 Merge branch 'develop' into hooks 2013-04-30 19:27:33 +02:00
Uwe Steinmann
492c08e397 move tab pane into right page column 2013-04-30 19:26:33 +02:00
Uwe Steinmann
1f73a6150e Merge branch 'develop' into hooks 2013-04-30 19:20:17 +02:00
Uwe Steinmann
29b5dd476a make sure preview for related document is created before showing 2013-04-30 18:36:24 +02:00
Uwe Steinmann
a1f57d3e73 use some icon for editing comments 2013-04-30 18:19:28 +02:00
Uwe Steinmann
57590fef86 show review/approval tab only if version has reviewer or approver 2013-04-30 18:14:05 +02:00
Uwe Steinmann
f2a37f3e0e remove link on current version for setting the expiration date
the expiration date can only be set for the document
2013-04-30 17:24:45 +02:00
Uwe Steinmann
c64dc58a77 Merge branch 'seeddms-4.2.1' into develop 2013-04-30 08:40:38 +02:00
Uwe Steinmann
1ef343903c show expiration date; show login on review/approval page 2013-04-30 08:36:53 +02:00
Uwe Steinmann
025e88d5af add icon for setting approver/reviewer 2013-04-30 08:02:53 +02:00
Uwe Steinmann
b4ab7ace36 better icon for version information download 2013-04-29 19:55:50 +02:00
Uwe Steinmann
fdb82c7abb use better icon for version information download 2013-04-29 19:52:11 +02:00
Uwe Steinmann
1f4dde6b59 show preview of document files too 2013-04-29 19:32:55 +02:00
Uwe Steinmann
8a9099bbcb various ui improvements 2013-04-23 19:03:56 +02:00
Uwe Steinmann
ea79961d85 Merge branch 'develop' into hooks 2013-04-22 10:48:06 +02:00
Uwe Steinmann
9885e26f96 put save icon on all save buttons 2013-04-19 15:22:25 +02:00
Uwe Steinmann
7edf2cef00 call parent::show 2013-04-18 22:20:28 +02:00
Uwe Steinmann
57c58a09c7 place a message on the page if document has a waiting workflow transition 2013-04-18 13:38:02 +02:00
Uwe Steinmann
fd1d5fa2cf use function filterDocumentLinks() from class SeedDMS_Core_DMS 2013-04-10 15:49:54 +02:00
Uwe Steinmann
0565e9c55d fix code to determine if user is required for review 2013-04-08 09:12:56 +02:00
Uwe Steinmann
b95597c8ae show number of attachments and related documents
it is shown behind the tab title for related documents and attachments
2013-03-28 10:18:49 +01:00
Uwe Steinmann
759484841a do not access full name of user if he was deleted 2013-03-26 20:30:39 +01:00
Uwe Steinmann
b4ea1a922d pass current document to pageNavigation()
pageNavigation() still uses a global variable $document which is
replaced by a parameter passed to the function. All calls of
pageNavigation() needs a third parameter with the document.
2013-03-08 17:55:14 +01:00
Uwe Steinmann
728760f78a show workflow steps (Bug #1)
even after the workflow has ended
2013-03-08 14:21:33 +01:00
Uwe Steinmann
63bf420133 added colon after property name 2013-02-16 19:43:39 +01:00
Uwe Steinmann
73c6ff9427 major name change from letodms to seeddms 2013-02-14 12:10:53 +01:00
steinm
befb3afad7 - use LetoDMS_Core_File::format_filesize() 2013-02-08 08:10:03 +00:00
steinm
3833e0da1a - added title tag to icons
- show id if logged in as admin
2013-02-07 21:40:46 +00:00
steinm
55ec35b5b8 - do not show meta data without a value (comment, ..)
- show access rights if admin
2013-02-06 13:58:15 +00:00
steinm
27dfd15814 - replace some icons
- added override status
2013-02-02 16:00:37 +00:00
steinm
a21c20c7c1 put current version onto document tab 2013-01-28 10:44:53 +00:00
steinm
6c18add303 - fixed list of attributes
- added more icons on buttons
- put icons into link
2013-01-25 07:34:54 +00:00
steinm
7582c2bd11 - put icons on remove/rewind workflow buttons 2013-01-24 10:47:32 +00:00
steinm
8dc42ee730 added new tab for workflow actions
added icons to document content actions
2013-01-24 09:39:14 +00:00
steinm
c5ddc59c51 do not use hard coded path for cache dir 2012-12-19 10:28:36 +00:00
steinm
d4d366d5aa new dir with different views 2012-12-14 07:53:13 +00:00