Commit Graph

22 Commits

Author SHA1 Message Date
Eugenio Romano
9db047f8fc [ADF-721] Fix translation reference for dev task (#1923)
* move translation files in the bundles folder

* fix after review
ripristinate tslint and remove override tsconfig
2017-06-29 15:09:06 +01:00
Eugenio Romano
0b246b8211 Speed up build (#1852)
* single build webpack

* fix demo shell test
2017-05-25 15:12:46 +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
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Vito
0a725f00e2 #1441 - clean checklist input after submit or cancel action (#1460) 2017-01-13 14:37:48 +00:00
Vito
9e0536bca9 #1259 - checklist task does not appear on tasklist after creation (#1435)
* #1259 - refresh tasklist when checklist is added

* #1259 - updated readme to reflect changes

* #1259 - fixed wrong rebase import
2017-01-11 14:32:17 +00:00
Denys Vuika
1c3e7b6843 Merge branch 'development' into dev-denys-1152 2017-01-06 10:03:40 +00:00
Denys Vuika
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +00:00
Vito
d972393b72 #1259 - fix assignee for checklist task (#1395)
* #1259 - fix assignee for checklist task

* #1259 - added checklist to tasklist readme
2017-01-05 14:53:39 +00: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
Denys Vuika
a511c0fd69 fix dialog polyfill usage 2016-12-16 14:25:06 +00:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +00:00
mauriziovitale84
acb06e92c4 #1076 Fix the translation in all the components 2016-11-25 19:09:06 +00:00
Vito Albano
a1243747b4 Disabled action on readonly task 2016-11-03 15:05:00 +00:00
Vito Albano
8ea6df0157 Added test for checklist - fixed test for people 2016-11-03 14:36:48 +00:00
Denys Vuika
72c46ab8b2 #930 fix dialogs for IE/Safari
- fix: People, comment and checklist dialogs do not appear (IE, Safari)
2016-10-31 14:01:28 +00:00
Eugenio Romano
cb49993b22 fix test and coverage Angular2 Final release tasklist component #749 2016-10-05 15:07:21 +01:00
mauriziovitale84
6d8cc05f68 Fix taskId parameter to getTaskComment 2016-09-27 14:14:57 +01:00
Denys Vuika
2c830d9693 Single place for translate pipe 2016-09-17 19:56:55 +01:00
Will Abson
9d316ba739 Fix 404 errors for tasklist i18n files 2016-08-29 10:59:22 -04: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
d612cc8ffa Improve the activiti task details 2016-07-29 11:56:12 +01:00