Commit Graph

26 Commits

Author SHA1 Message Date
Denys Vuika
facafbd55c Single naming convention for core services (#1363)
* remove temporary file from repo

* fix: alfresco-api.service

* new: auth.service.ts

- new auth.service.ts implementation
- deprecation warning for AlfrescoAuthenticationService
- fix ‘clean-build’ typo
- extra vscode settings for ‘.d.ts’ files

* use AuthService internally

* new: content.service.ts

- deprecation warning for AlfrescoContentService
- use new ContentService internally

* new: settings.service.ts

- new SettingsService
- deprecation warning for AlfrescoSettingsService
- using new SettingsService internally

* new: translate.service and translate-loader.service

- custom TranslateLoader becomes AlfrescoTranslateLoader
- custom TranslateService becomes AlfrescoTranslateService
- deprecation notices for old service and loader implementations

* fix: document list

* fix: search

* fix: tag

also fixes #1364

* fix: activiti form

* fix: activiti tasklist, improve unit tests

* fix: activiti processlist, unit tests improvements

* fix: diagram component

* fix: analytics component

* fix: upload component

- fix numerous issues with unit tests (hidden by ‘any’ type)
- test improvements

* fix: webscript

* fix: userinfo unit tests

* code fixes

* fix 'beforeAll' issue

* tasklist unit testing improvements

* fix: form unit tests

* fix: unit tests
2017-01-03 10:46:27 +00:00
Mario Romano
11894a9769 Dev mromano improveprocess (#1334)
* fix overload activiti

* fix reload tasklist

* fix process variables

* fix default filter

* improve process list

* fix tests process

* fix tests

* Fix test for form

* fix tests

* fix tests

* #fix activiti bug

* #fix activiti bug (reverted from commit c966395ed1087e1dedaf0af0923a89ba99d6ab9f)

* fix tests

* #fix header test bug

* fix tests

* fix process

* fix tests
2016-12-20 09:37:56 +00:00
Vito Albano
e92abf99d9 #1301 - fixed test on activiti form 2016-12-16 16:21:08 +00:00
Eugenio Romano
d87a768d20 Remove deprecated use of getAlfrescoApi() #1094
remove getAlfrescoApi from auth #1094
2016-11-28 14:04:58 +00:00
Denys Vuika
cf9053ab46 Dynamic-table widget placeholder
- project structure for dynamic-table widget
- support for multiple root element types (container, dynamic table,
etc)
- code improvements and updates
2016-10-27 10:40:23 +01:00
Will Abson
ad6da9a657 Merge pull request #901 from Alfresco/dev-denys--activiti-form-tests
Unit tests for Activiti Form component
2016-10-14 16:03:43 +01:00
Denys Vuika
64b8343f02 Updated unit tests based on code review suggestions 2016-10-14 11:53:15 +01:00
Denys Vuika
41671b97a3 Form and Date widget tests 2016-10-12 21:31:08 +01:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Vito Albano
55b11aa0f7 Improved naming and coverage 2016-10-11 12:47:06 +01:00
Denys Vuika
f53bd264eb Upgrade ng2-activiti-form 2016-09-21 21:04:14 +01:00
Denys Vuika
ae5a8b1686 #726 validator unit tests 2016-09-15 14:57:19 +01:00
Denys Vuika
a181cd2c5f #726 basic form validation support
- initial validation workflow
- validation for Required field (text, multiline text widgets)
- disable form outcomes on failed validation
2016-09-12 16:49:55 +01:00
Denys Vuika
0df53cde7a Fix unit tests 2016-09-05 14:41:18 +01:00
Mario Romano
17f805f2c4 clean code and store metadata 2016-08-26 00:24:50 +01:00
Mario Romano
a6875ab712 form to model 2016-08-26 00:24:50 +01:00
Mario Romano
a02a17d78b fix test 2016-08-23 16:56:02 +01:00
Denys Vuika
acfa8ac819 #589 ability to prevent default outcome behaviour
- ability to prevent default outcome behaviour (i.e. custom validation)
- new ‘executeOutcome’ event for DocumentList
- unit tests
- readme updates
2016-08-22 14:18:03 +01:00
Vito Albano
57196ca50a Added other tests 2016-08-21 01:45:07 +01:00
Vito Albano
0fbaf7faf0 Added some more test for new functionality 2016-08-20 20:26:50 +01:00
Vito Albano
de62e8181e Re Added visibility feature 2016-08-20 12:55:59 +01:00
Denys Vuika
d73f295033 #572 basic documentation on form component 2016-08-18 16:35:54 +01:00
Denys Vuika
77faadbf79 #572 unit tests and code fixes 2016-08-17 15:10:06 +01:00
Denys Vuika
5b32dce412 #572 more unit tests for activiti form components 2016-08-16 16:59:35 +01:00
Denys Vuika
c55e976f67 #572 activiti form model tests and code improvements
- full test coverage for model layer
2016-08-16 13:55:50 +01:00
Denys Vuika
27416e1b13 #440 rename to 'ng2-activiti-form' 2016-07-21 16:17:20 +01:00