3375 Commits

Author SHA1 Message Date
Mario Romano
3135c7c75c Merge pull request #1404 from Alfresco/dev-denys-1403
Add missing polyfill for Firefox (date picker)
2017-01-06 14:21:51 +00:00
Denys Vuika
c2cb780dd4 Update index.html 2017-01-06 11:43:33 +00:00
Will Abson
8c0048ad7f Prevent live search from being run too soon (#1402)
Refs #1356
2017-01-06 11:00:14 +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
Denys Vuika
2d98a04f87 LogService implementation 2017-01-05 16:14:33 +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
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
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
Mario Romano
a35c2f7c04 #1385 fix build:w task (#1386) 2017-01-04 19:48:53 +00:00
Mario Romano
9ba2033dd0 Merge pull request #1383 from Alfresco/dev-mvitale-1370
Remove use of deprecated Services
2017-01-04 19:42:41 +00:00
Mario Romano
83fa409aeb improve timeout test for travis 2017-01-04 19:41:58 +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
6e8bb1d25f Merge pull request #1368 from Alfresco/dev-denys-1333
hide save button from start form
2017-01-04 17:20:28 +00:00
Mario Romano
226077af83 Merge pull request #1375 from Alfresco/dev-valbano-1303
#1303 - fix typeahead show for completed tasks
2017-01-04 17:20:19 +00:00
Maurizio Vitale
05ae1185f2 Detailed Task Statistics - Analytics (#1374)
* #1224 Show the details table

* Fix unit test
2017-01-04 08:15:59 -08:00
Denys Vuika
f00decabc5 readme updates, fix license checker 2017-01-04 16:02:14 +00:00
Mario Romano
8a1d372318 #1378 fix test config for webpack (#1384) 2017-01-04 14:22:51 +00:00
Denys Vuika
fefe4b6963 update code as per code review
- upgrade demo project
- extend readme
- remove commented out unit tests
2017-01-04 14:20:15 +00:00
Mario Romano
84e32423c5 #1372 appveyor build only master,development and a built test branch in case needed (#1381) 2017-01-04 12:38:18 +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
Vito
ccd8f64071 fix module creation for login component in forRoot (#1377) 2017-01-04 09:32:11 +00:00
Denys Vuika
7ecf9f2fc3 readme update 2017-01-03 21:20:16 +00:00
Denys Vuika
71877aa8d0 upgrade 'create folder' action 2017-01-03 21:13:17 +00:00
Denys Vuika
44906157a0 update unit tests 2017-01-03 20:35:26 +00:00
Denys Vuika
82e0a2016d cleanup demo page 2017-01-03 19:47:04 +00:00
Vito Albano
dc0187aeab #1303 - fix typeahead show for completed tasks 2017-01-03 17:50:56 +00:00
Denys Vuika
512f6504f2 add missing 'forRoot' implementatitions (#1369) 2017-01-03 09:21:23 -08:00
Maurizio Vitale
4ea3187e7a #1346 fix zero values (#1353) 2017-01-03 09:18:48 -08:00
Denys Vuika
40b9baaa64 id-based navigation (initial implementation) 2017-01-03 16:44:13 +00:00
Denys Vuika
082c997c0d hide save button from start form 2017-01-03 10:55:59 +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
Maurizio Vitale
92fc7d1df3 #1345 fix material design (#1352) 2016-12-22 10:44:41 +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
3915e90c36 Update README.md 2016-12-21 13:09:25 +00:00
Mario Romano
001466ffe2 Update README.md 1.0.1 2016-12-21 13:09:08 +00:00
Mario Romano
51eca7d24c Dev mromano appveyor (#1351)
* Update .travis.yml

* Update .travis.yml

* Update appveyor.yml

* 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:16:03 +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
f859d611f6 Update appveyor.yml 2016-12-20 18:45:21 +00:00
Mario Romano
16846d507f Update appveyor.yml 2016-12-20 18:44:56 +00:00