Commit Graph

328 Commits

Author SHA1 Message Date
Will Abson
e846a15aa8 Display name and date for process instances if no name present (#1515)
* Display name and date for process instances if no name present

Refs #1461

* Re-work tests for processlist and process details to reflect changes

Refs #1461
2017-01-24 00:56:23 +00:00
Maurizio Vitale
4b3c77799e Set default select option (#1496)
* #1479 default select option

* #1479 Fix task dropdown default value
2017-01-18 02:43:31 -08:00
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Will Abson
6658630eea Process filters should use own model class not task filter (#1458)
Refs #1422
2017-01-13 16:56:35 +00:00
Denys Vuika
0fa87bb17d selected row highlight (#1448)
* showing selected row

Support for showing selected row for the components:

- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList

fixes #170

* unit test fixes
2017-01-13 12:45:37 +00:00
Denys Vuika
0ee5c9846a fix error handling and "this" context (#1445)
* fix error handling and "this" context

* fix typo
2017-01-12 06:12:52 -08:00
Denys Vuika
885e0e85aa process details improvements (#1408)
* process details improvements

- new: redirect to task instead of opening a dialog (Activiti parity)
- fixed: task headers for nameless tasks
- fixed: cursor style for task list items
- new: stub for ng-1 directive api (Activiti stencils)
- code cleanup

* error handling fixes
2017-01-09 12:57:03 +00:00
Denys Vuika
d2cdaff26d fix code after merge 2017-01-06 10:10:54 +00:00
Denys Vuika
1c3e7b6843 Merge branch 'development' into dev-denys-1152 2017-01-06 10:03:40 +00:00
Mario Romano
779d456c63 Merge pull request #1396 from Alfresco/dev-wabson-1307
Fix sorting of processlist list items
2017-01-06 09:57:08 +00:00
Denys Vuika
df97a2e24c fix unit tests 2017-01-06 09:55:07 +00:00
Denys Vuika
e640cac74f fix AlfrescoTranslateService usage 2017-01-05 21:35:15 +00:00
Denys Vuika
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +00:00
Will Abson
086c789d4d Fix sorting of processlist to match that specified by filter
Refs #1307
2017-01-05 12:04:03 +00:00
Will Abson
560d1bcd7f Fix Start Process button for processes without a start form (#1391)
Refs #1390
2017-01-05 09:54:54 +00:00
Will Abson
099c32c667 Use correct process-related typings for processlist filters
Refs #1307
2017-01-05 09:28:11 +00:00
Mario Romano
a35c2f7c04 #1385 fix build:w task (#1386) 2017-01-04 19:48:53 +00:00
mauriziovitale84
896c57fa53 #1370 Removed deprecated AlfrescoAuthenticationService 2017-01-04 17:28:29 +00:00
mauriziovitale84
58af422d62 #1370 Remove use of AlfrescoSettingsService 2017-01-04 17:27:41 +00:00
Maurizio Vitale
4c522fabb8 Show long comment (#1354)
* #1324 long comment

* #1324 use different css style

* #1324 Fix long words without space
2017-01-04 10:57: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
Mario Romano
f5824cb0eb improve travis build (#1340)
* short time travis build

* optimize build

* optimize build

* optimize build
2016-12-22 09:55:27 +00:00
Eugenio Romano
bd0fb46639 add dependency in package.json in order to build in node 4 (#1347) 2016-12-22 09:54:58 +00:00
Mario Romano
da7f3ba564 fix window build (#1350)
* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows
2016-12-20 21:14:16 +00:00
Mario Romano
de0ac1e805 1.0.0 (#1337) 2016-12-20 14:07:01 +00:00
Eugenio Romano
ccc477619c generate JS sourcemap during the UMD build (#1339) 2016-12-20 13:58:49 +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
21d716c8a9 #1308 - fix test for PR 2016-12-19 19:16:59 +00:00
mauriziovitale84
8e707e7d9b #fix custom outcome 2016-12-19 17:36:30 +00:00
mauriziovitale84
778be149a5 #1305 Claim a task 2016-12-16 14:40:56 +00:00
Will Abson
037acd9025 Ensure MDL upgradeElement() gets called on process name text input
Refs #1269
2016-12-15 16:18:21 +00:00
Mario Romano
e0e5ffb010 Merge branch 'development' into dev-eromano-bundle 2016-12-15 10:40:01 +00:00
Mario Romano
04768f9798 #1026 fix bundles 2016-12-15 01:07:08 +00:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +00:00
Mario Romano
94124c2537 Merge pull request #1261 from Alfresco/dev-wabson-1140
Check that the process has a start form before attempting to display it
2016-12-14 13:35:42 +00:00
Mario Romano
dfc8a0814c Merge pull request #1262 from Alfresco/dev-wabson-1258
Add missing router dependency for processlist demo
2016-12-14 13:31:04 +00:00
Mario Romano
e1a1d8a959 Merge pull request #1254 from Alfresco/dev-wabson-1253
Remove start process dialog
2016-12-14 12:23:40 +00:00
Will Abson
60e4f4607b Add missing router depdency for processlist demo
Refs #1258
2016-12-14 11:40:45 +00:00
Will Abson
3714ef9fb0 Check that the process has a start form before attempting to display it
Refs #1140
2016-12-14 11:36:54 +00:00
Will Abson
47c4c8c976 Tidy up quotes in start-process template
Refs #1140
2016-12-14 10:49:34 +00:00
Will Abson
2083050a10 Remove start process dialog
Refs #1253
2016-12-14 09:55:34 +00:00
Mario Romano
d32721f363 #1141 fix process filter creation 2016-12-14 02:23:19 +00:00
Mario Romano
8d619da667 #1146 load right filter on create task (#1250) 2016-12-13 22:53:49 +00:00
Mario Romano
6c7e28a83f #1176 improve responsiveness task list and process list (#1235) 2016-12-13 15:32:31 +00:00
Mario Romano
d7e6f08448 Merge pull request #1210 from Alfresco/dev-denys-webpack
Webpack integration
2016-12-09 17:07:03 +00:00
Denys Vuika
d973c39462 fix: ng2-alfresco-search 2016-12-08 18:35:29 +00:00
Denys Vuika
cda0d78a7b fix component tests 2016-12-08 16:45:56 +00:00
Mario Romano
93036da6a7 Merge pull request #1201 from Alfresco/dev-wabson-775
Process variables component
2016-12-07 09:53:29 +00:00
Denys Vuika
10423ca985 remove module.id 2016-12-06 17:01:31 +00:00
Vito Albano
e3f8c5448f #1134 - fixed dialog in the middle of scrolled screen 2016-12-05 15:19:16 +00:00