708 Commits

Author SHA1 Message Date
Mario Romano
3fad45394a #1564 remove unused code (#1565) 2017-01-28 14:51:57 +00:00
Mario Romano
b05247dade #1014 use document list to display search results (#1548)
* #1014 use document list to diplay search results

* #1014 refactor pagination

* #1014 documentation and scripts update

* fix random erros on tests executrion

* #1014 fix travis scripts and raise timeout jasmine

* #1014 fix appveyor script

* #1014 type nodeId
2017-01-27 12:22:25 +00:00
Denys Vuika
63a7585922 fix 'change detection crash' when using router multiple times (#1550) 2017-01-26 22:04:27 +00:00
Denys Vuika
bd485c730f basic form events hooks and readme updates (#1528)
* basic form events hooks

FormService now exposes the following events:

- formLoaded (formRendered alternative)
- formFieldValueChanged
- taskCompleted
- taskCompletedError
- taskSaved
- taskSavedError

* readme updates
2017-01-25 10:44:41 +00:00
Mario Romano
1c21875607 #537 snackbar notification system (#1527)
* #537 snackbar notification system

* #537 add test dependencies

* #537 add export material module

* #537 fix demo project
2017-01-24 17:09:13 +00:00
Maurizio Vitale
89bcdbef24 Fix dynamic value inside the min length error message (#1523) 2017-01-24 10:20:20 +00:00
Will Abson
82603bbfef Display process instance details after Start Process (#1525)
Refs #1332
2017-01-24 00:53:25 +00:00
Denys Vuika
eacdfd7f6a Support for column (cell) templates (#1513)
support for column (cell) templates readme updates and test fixes
2017-01-23 10:28:57 +00:00
Mario Romano
7ef954139c #1443 improve license error - login component (#1494) 2017-01-17 16:19:25 +00:00
Vito
0fd45a2f88 #1431 - fix tasklist on click process task detail (#1492)
* #1431 - fix tasklist on click process task detail

* Update form-viewer.component.html

#1431 - removed wrong change on form-viewer
2017-01-17 15:00:37 +00:00
Mario Romano
14d399968c #1406 improve CSRF and CORS errors reporting (#1488) 2017-01-17 05:44:39 -08:00
Maurizio Vitale
10a76cc0f6 Login - change required username characters (#1487)
* #1480 Change required username characters

* Fix unit test error
2017-01-17 13:38:51 +00:00
Will Abson
c6126b6be1 Hide the process list when starting and after started new process (#1470)
- Ensures that the newly-started process is *always* shown
- No need to reload the list any more as not shown
- Filter component shows no selected filter when starting process
- User can exit Start Process by clicking a filter again

Refs #1332, #1307
2017-01-16 03:53:18 -08:00
Maurizio Vitale
4b017bd062 #1439 Fix version inside demoshell (#1475) 2017-01-16 11:50:38 +00:00
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Denys Vuika
473241f792 improved network settings (#1477) 2017-01-16 11:03:59 +00:00
Will Abson
0afcc29e37 Load process definitions for Tasks app (#1459)
Refs #1416
2017-01-13 16:57:35 +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
Vito
f3c690e0d7 #1447 - fixed wording for home page (#1457) 2017-01-13 12:48:22 +00:00
Vito
98523a8fc1 #1431 - reload tasklist when user click on task (#1456) 2017-01-13 12:47:54 +00:00
Eugenio Romano
6b5a73cd76 #1297 Loading Bar doesn't appear anymore (#1437) 2017-01-11 10:00:04 -08:00
Maurizio Vitale
82615c9110 #1111 Upgrade MDL 1.3 (#1436) 2017-01-11 07:30:36 -08: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
6f24ebd6d4 readme updates 2017-01-11 13:15:26 +00:00
Denys Vuika
dc28d5b679 #1400 component naming convention fixes (#1418) 2017-01-09 18:57:58 +00: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
Mario Romano
35d2109f17 Merge pull request #1401 from Alfresco/dev-denys-1152
LogService implementation
2017-01-06 14:39:55 +00:00
Denys Vuika
c2cb780dd4 Update index.html 2017-01-06 11:43:33 +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
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +00:00
Mario Romano
f89fe8e50a #1393 remove old redirect code (#1394) 2017-01-04 22:29:01 +00:00
Will Abson
94f11a1aae Set default sorting of processes based on started date
Refs #1307
2017-01-04 19:49:24 +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
Mario Romano
61b94488d8 Merge pull request #1376 from Alfresco/dev-denys-1366
Node ID-based navigation for document list
2017-01-04 17:20:42 +00:00
Mario Romano
8a1d372318 #1378 fix test config for webpack (#1384) 2017-01-04 14:22:51 +00:00
Denys Vuika
82e0a2016d cleanup demo page 2017-01-03 19:47:04 +00:00
Denys Vuika
512f6504f2 add missing 'forRoot' implementatitions (#1369) 2017-01-03 09:21:23 -08:00
Denys Vuika
40b9baaa64 id-based navigation (initial implementation) 2017-01-03 16:44:13 +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
82fbfd27d7 update dependencies demo shell 2016-12-20 16:14:25 +00:00
Mario Romano
de0ac1e805 1.0.0 (#1337) 2016-12-20 14:07:01 +00:00
Eugenio Romano
a6e2c1532d fix angular version dependencies 2016-12-20 09:45:30 +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
Eugenio Romano
d3b2108ac2 add header missing app.component and minor clean 2016-12-19 17:38:06 +00:00
Mario Romano
72ae760b85 improve style demo shell (#1326) 2016-12-19 16:13:07 +00:00
Mario Romano
167e82b846 Merge pull request #1323 from Alfresco/dev-wabson-1248
Fix uploads from folders opened from search results
2016-12-16 18:01:48 +00:00
Will Abson
fb851271e9 Fix uploads from folders opened from search results
Refs #1248
2016-12-16 17:52:57 +00:00
Mario Romano
baed571a4c Merge pull request #1316 from Alfresco/dev-wabson-1315
Fix file viewer from search results the second time
2016-12-16 17:41:52 +00:00