Commit Graph

5146 Commits

Author SHA1 Message Date
Uwe Steinmann
a8b7277759 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-12-06 18:06:19 +01:00
Uwe Steinmann
f30367126f add two new error msg 2016-12-06 18:02:01 +01:00
Uwe Steinmann
6aeb7d78be use better error msg when removing object failed 2016-12-06 18:00:53 +01:00
Uwe Steinmann
12d241fa68 use better error msg, use abstract class for full text search 2016-12-06 18:00:14 +01:00
Uwe Steinmann
5b459a187d make fileselect box work on pages with ajax
fileselect box in html code which was loaded by ajax didn't work
propperly. The selected file name wasn't shown.
2016-12-06 15:21:08 +01:00
Uwe Steinmann
b84cf0a1fc fix typo 2016-12-05 20:36:23 +01:00
Uwe Steinmann
45a3a0f0d2 various minor updates 2016-12-05 20:35:47 +01:00
Uwe Steinmann
b6fb4f7b54 add item to 4.3.31 2016-12-05 10:27:06 +01:00
Uwe Steinmann
2bd3733929 link checkbox to expiration date
will automatically uncheck box if date is changed
2016-12-05 10:25:41 +01:00
Uwe Steinmann
441cf946b2 remove unused variable $form 2016-12-05 10:25:17 +01:00
Uwe Steinmann
97ee39df99 replace last remaining call of sanitizeString() by preg_replace() 2016-12-05 10:24:36 +01:00
Uwe Steinmann
5397dbd58c uncheck checkbox below expire date if date is set 2016-12-05 10:24:03 +01:00
Uwe Steinmann
ce20c3fea9 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-12-02 11:35:57 +01:00
Uwe Steinmann
48c4d45a5b new help file (Thanks Albert) 2016-12-01 16:00:43 +01:00
Uwe Steinmann
306786d9bd add entry for 4.3.31 2016-12-01 08:30:19 +01:00
Uwe Steinmann
6494eda4eb send request for approval mail only if no review is needed
previously the approver was invited to approve the document, even if
the review hasn't been done
2016-12-01 08:25:16 +01:00
Uwe Steinmann
bbf4caa8c8 fix take over of reviewer, approver
the javascript call to update the reviewer, approval selection was not
updated to select2
2016-12-01 08:23:52 +01:00
Uwe Steinmann
554a92c828 add link to configuration of extension 2016-11-28 08:33:01 +01:00
Uwe Steinmann
eb751e4195 add anchor for each extension config 2016-11-28 08:32:45 +01:00
Uwe Steinmann
5fa252ca08 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-11-24 11:45:03 +01:00
Uwe Steinmann
b830eb5c37 add some new phrases for future releases 2016-11-24 11:44:39 +01:00
Uwe Steinmann
612a2ca8d6 show attribute def groups
code was lost after rebasing
2016-11-22 18:24:34 +01:00
Uwe Steinmann
ec82a80010 take out old code 2016-11-22 18:20:59 +01:00
Uwe Steinmann
0066c58e9c use attribute def. groups
show only selected attributes in search list and search form
2016-11-22 18:20:59 +01:00
Uwe Steinmann
c0d149e9dc add missing br between attributes in documentListRow() 2016-11-22 18:20:59 +01:00
Uwe Steinmann
c03473dad8 pass some missing parameters to view 2016-11-22 18:20:59 +01:00
Uwe Steinmann
9c59519526 show 'show' value when editing attributes 2016-11-22 18:20:59 +01:00
Uwe Steinmann
688d420adb set some missing variables in view 2016-11-22 18:20:59 +01:00
Uwe Steinmann
23b3130c18 add entry for 5.2.0 2016-11-22 18:20:59 +01:00
Uwe Steinmann
6e96222466 put output of version attriubtes into separate function 2016-11-22 18:20:59 +01:00
Uwe Steinmann
6a367906d6 fix check for cached attr def list 2016-11-22 18:20:59 +01:00
Uwe Steinmann
75d6678e2c pass context for attributes to hooks and [document|folder]ListRow() 2016-11-22 18:20:59 +01:00
Uwe Steinmann
119f6430e6 show attributes according to context in [document|folder]ListRow() 2016-11-22 18:20:06 +01:00
Uwe Steinmann
50fa5a991c use filter parameter of getAttributeDefinitions(), call hook 2016-11-22 18:20:06 +01:00
Uwe Steinmann
188b53789e call more hooks, filter attrdef list by show value when retrieving it 2016-11-22 18:20:06 +01:00
Uwe Steinmann
dbe762d633 use new method SeedDMS_Core_AttributeDefinitionGroup::getShowValues() 2016-11-22 18:19:35 +01:00
Uwe Steinmann
3d5d33c4aa add new show value (searchlist), new opt. param for getAttributeDefinitons() 2016-11-22 18:19:35 +01:00
Uwe Steinmann
4e221419f7 fix variable mess
$i has been used several times for different usages
2016-11-22 18:19:35 +01:00
Uwe Steinmann
7ce31e80a6 take attribute groups into account if set 2016-11-22 18:19:35 +01:00
Uwe Steinmann
9ec7cb9025 remove printAttribute(), as it is now in the parent class 2016-11-22 18:19:35 +01:00
Uwe Steinmann
7b7c8c1a0a check if assigned attribute was inherited
in that case do not allow to delete it
2016-11-22 18:18:44 +01:00
Uwe Steinmann
19133dd199 add new methods printAttribute() and printAttributeValue() 2016-11-22 18:18:44 +01:00
Uwe Steinmann
e2a1a9f1ba fix, because getAttributeDefintion() has slight different return value 2016-11-22 18:18:13 +01:00
Uwe Steinmann
8f3f1f4fcd add link to AttrGroupMgr 2016-11-22 18:18:13 +01:00
Uwe Steinmann
514ecbadd1 getAttributeDefintionGroupList() can be called recursive, add method for removing attr group 2016-11-22 18:18:13 +01:00
Uwe Steinmann
0a057448b9 getAttributeDefinitions() returns sequence and show 2016-11-22 18:18:13 +01:00
Uwe Steinmann
41f771a796 add initial support for attribute definition groups 2016-11-22 18:18:13 +01:00
Uwe Steinmann
253fd08a0b add/fix sql statements 2016-11-22 18:18:13 +01:00
Uwe Steinmann
20591bec91 finished implementation of class SeedDMS_Core_AttributeDefinitionGroup 2016-11-22 18:18:13 +01:00
Uwe Steinmann
f046adc555 add changelog for 5.2.0 2016-11-22 18:18:13 +01:00