Commit Graph

89 Commits

Author SHA1 Message Date
bb4bd422b3 [oform] Add method to set that role is filled 2025-02-19 13:00:30 +03:00
26fd5ac0e1 [de] Add method to check if we can fill in with the current role 2025-02-18 20:12:15 +03:00
c74119b351 [de] Add a parameter indicating that a group of fields (role) is filled 2025-02-18 19:41:14 +03:00
f5156538c1 [copyright] Update Copyright date 2024-04-23 19:09:31 +03:00
a7a1412e69 [copyright] Update address in Copyright 2023-03-01 21:23:10 +03:00
8cc0eba409 [copyright] Update Copyright 2023-02-27 10:27:52 +03:00
1c7cd19c47 For bug #60921
Update roles after applying collaboration changes
2023-02-01 00:34:30 +03:00
d8628c74c6 [oform] Add new base class for all format classes 2023-01-31 16:23:04 +03:00
77cad58384 [oform] Fix field count in case of complex forms 2023-01-27 02:27:31 +05:00
a908a16e95 [oform] Add event to handle undo/redo 2023-01-19 19:59:29 +05:00
72139c5780 Fix bug #60651
Add translation for default role
2023-01-19 18:40:36 +05:00
6171e936a3 Hide oform context from public access 2023-01-12 19:04:17 +03:00
3d5237c5ed [oform] New default color for the default role 2022-12-28 16:06:54 +03:00
f7e84e5912 [de] Add XmlReaderContext to xmlParserContext; Add oform opening from bin; For bug 60341 2022-12-28 00:32:59 +03:00
11aca8000d [oform] Fix minor bugs with read from/save to xml 2022-12-25 15:06:38 +03:00
1c2bd5bd6e [oform] Implement writing of default user master to xml
Also fix writing to xml of duplicates in relationship table
2022-12-25 12:14:28 +03:00
22b94b07f8 [oform] Fix writing to xml a field master class 2022-12-23 19:50:04 +03:00
0384213a2d [oform] Fix writing oform xml package 2022-12-23 19:49:31 +03:00
dbd10ccedc [oform] Handle relative links writing to xml 2022-12-23 19:48:41 +03:00
b782a77389 [oform] Write users/userMasters/fieldMaster to zip package
Serialize all of these classes to xml if no other classes are related to them
2022-12-23 15:18:27 +03:00
ef13bff264 [oform] Fix zip archive on save 2022-12-23 13:50:35 +03:00
d223836a85 [oform] Write main part to xml 2022-12-23 13:49:57 +03:00
902e1f2373 [oform] Fix issue with minimization 2022-12-23 11:53:29 +03:00
0f7358f40d [oform] Fix test function for writing oform to xml 2022-12-23 10:54:36 +03:00
2f4100e62d [oform] Work on xml writer 2022-12-23 10:28:01 +03:00
923eed266f [oform] Implement reading all users,user masters, field masters 2022-12-22 14:18:11 +03:00
e412f3095d [oform] Implement reading a default user master 2022-12-22 03:10:38 +03:00
0720f6cce0 [oform] Remove unused files 2022-12-22 03:09:43 +03:00
245697c157 [oform] Implement reading from xml a field master 2022-12-21 22:54:52 +03:00
c8b1fe0448 [oform] Fix read from xml user master 2022-12-21 22:54:01 +03:00
87b2dc1d07 [oform] Implement read from xml cross references 2022-12-21 22:53:26 +03:00
01c1afc35e [oform] Fix read from xml field group 2022-12-21 22:52:30 +03:00
ac50783d02 [oform] Work on reading FieldGroup rels 2022-12-21 02:51:49 +03:00
ea7ea90201 [oform] Fix inheritance 2022-12-20 15:21:48 +03:00
8008816b09 [oform] Fix inheritance of oformXmlPackage from openXmlPackage 2022-12-20 13:30:02 +03:00
5cc816dc6c [oform] Add class XmlPackage 2022-12-20 10:43:54 +03:00
a4d2fbf6f7 [oform] Base methods to read/write main.xml 2022-12-14 20:53:33 +03:00
597d63d4ce [oform] Add base functions to read/write field group from/to xml 2022-12-14 18:43:05 +03:00
e1e6f6fba2 [oform] Remove deprecated function 2022-12-14 02:44:27 +03:00
c86bc764d4 [oform] Fix write/read color in userMaster 2022-12-14 02:41:47 +03:00
8dd0a66829 [oform] Work on read/write userMaster to xml 2022-12-13 19:01:12 +03:00
2f951ed20a [oform] Change file structure 2022-12-12 19:18:58 +03:00
9c11211893 [oform] Fix rendering of role color when deleting a role 2022-12-12 16:17:50 +03:00
82cd96f57e [oform] Fix change of a user color 2022-12-12 12:20:31 +03:00
791e840bec [oform] Add current user
Also add method to get the first user of the fieldMaster
2022-12-09 14:09:54 +03:00
c82887316b [oform] Fix roles update on the end of any action 2022-12-07 20:52:20 +03:00
abde4ac3f9 [oform] Move all corrections to the onEndAction event 2022-12-07 20:33:54 +03:00
f0ea4cfe24 [oform] Check for unused fields at the end of the action 2022-12-07 15:01:11 +03:00
0be878b888 [oform] Add a method to clear the list of users in the field master 2022-12-07 12:04:32 +03:00
c903b45178 [oform] Add correction of a field master array
Also, return the number of role fields that are used in the document
2022-12-07 11:08:56 +03:00