Commit Graph

28 Commits

Author SHA1 Message Date
Maurizio Vitale
87d889e8af Provide a way to retrieve the task filter by Id or by name (#1815)
* Provide a way to retrieve the task filter by Id or by name

* Update activiti-tasklist.service.ts

* Update activiti-tasklist.service.spec.ts

* Removed space
2017-04-27 14:05:09 +01:00
Vito
4bee113e36 #1426 - Checklist task delete action (#1812)
* #1426 - added remove checklist feature on task details
* #1426 - Improved test for tasklist service
* 426 - added component test for deleting a checklist
2017-04-27 14:05:07 +01:00
Maurizio Vitale
406d96d5bf The process filter should not be created twice (#1789) 2017-03-30 18:12:35 +01:00
Vito
8132f79e97 #1517 - Added new behaviour when user create a new task (#1769)
* #1517 - added search task into filters by id feature

* #1517 - added test for tasklist service

* #1517 - Added test for filter component
2017-03-27 14:32:22 +01:00
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
mauriziovitale84
778be149a5 #1305 Claim a task 2016-12-16 14:40:56 +00:00
Denys Vuika
da70a72bba Login dialog shows error for Safari with Private Window mode (#1172)
* #958 new StorageService service

abstraction around ‘Storage’ to allow switching to in-memory store
whenever ‘localStorage’ is not available (i.e. private/incognito modes,
etc.)

* fix unit tests

* update unit tests

- disable incorrect auth tests (core)
- simplify widget visibility tests (activiti-form)

* fix unit tests
2016-11-30 11:32:16 +00:00
mauriziovitale84
f32e20e3d9 Fix task list filter by processDefinitionKey 2016-11-25 19:09:04 +00:00
Mario Romano
74dc82c445 reduce complexity of the code 2016-11-09 10:56:35 +00:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Eugenio Romano
cb49993b22 fix test and coverage Angular2 Final release tasklist component #749 2016-10-05 15:07:21 +01:00
Denys Vuika
db063cefba Merge development branch
# Conflicts:
#	ng2-components/ng2-activiti-tasklist/index.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-filters.com
ponent.spec.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-task-detail
s.component.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-tasklist.co
mponent.spec.ts
#	ng2-components/ng2-alfresco-login/demo/package.json
2016-09-26 09:55:38 +01:00
Will Abson
faf4d7eeac Add new Start Task button
Refs #530
2016-09-22 14:55:25 +01:00
Denys Vuika
f922e5dd3e Upgrade ng2-activiti-tasklist 2016-09-21 21:27:39 +01:00
mauriziovitale84
6e62fb67e3 Improve unit tests 2016-09-15 12:17:09 +01:00
mauriziovitale84
3e8a49edac Add default tasks filters 2016-09-14 09:42:15 +01:00
Mario Romano
3a179a0d00 Merge pull request #668 from Alfresco/dev-denys-dts
AlfrescoApiService, code improvements
2016-09-05 14:48:45 +01:00
mauriziovitale84
cee5697503 Fix unit test 2016-09-05 12:19:40 +01:00
Denys Vuika
c4a593f9a2 Fix unit tests 2016-09-05 10:23:27 +01:00
Eugenio Romano
ce191a9a23 Cannot click on a item in search result 2016-08-30 16:16:31 +01:00
Eugenio Romano
be5ce578b4 fix test tasklist 2016-08-23 18:03:52 +01:00
Eugenio Romano
06c05ea9b5 move form to activity js api 2016-08-23 16:56:01 +01:00
Eugenio Romano
9c5d62f5d1 tasklist modify step 1 2016-08-23 16:55:00 +01:00
Denys Vuika
5f84bff7e1 Disable broken test 2016-08-23 16:45:48 +01:00
mauriziovitale84
15e1a33be1 Add complete API unit test 2016-07-29 11:58:18 +01:00
mauriziovitale84
ff95dd57cd Unit test task list service 2016-07-29 11:58:18 +01:00
mauriziovitale84
8b96d5e8aa Improve the task list component
- Customize the task list column passing the json schema instead of DataTableAdapter
 - Add function to add people
 - Add function to add comments
 - Add function to add checklist
 - TaskFilter as a differenct component
 - Change the layout in the demo shell
 - Using Tabs instead of dropdown
2016-07-29 11:56:49 +01:00
mauriziovitale84
596e88126d Rename activiti component and add demo folder 2016-07-25 09:54:10 +01:00