Denys Vuika
d42f41ec00
Migrate from window.console to LogService
2017-01-05 21:06:30 +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
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
Vito Albano
350b0b2f75
Fixed width for dialog task detail
2016-12-05 13:09:18 +00:00
Vito Albano
2d46444f25
Added scroll for big dialog on process detail
2016-12-05 13:09:18 +00:00
Will Abson
a49f7dd7f7
Add edit and delete actions for process variables
...
Refs #775
2016-12-05 12:32:22 +00:00
Will Abson
676180517e
Style fix for tabs header height
...
Refs #775
2016-12-05 12:32:22 +00:00
Will Abson
9bc63c9473
Use h2 for headings in processlist demo
...
Refs #775
2016-12-05 12:32:22 +00:00
Will Abson
99298f7066
Change demo app processlist columns to match demo-shell
...
Refs #775
2016-12-05 12:32:22 +00:00
Will Abson
72fc9a0b5d
Add process variables component to demo app
...
Refs #775
2016-12-05 12:32:22 +00:00
Will Abson
1c4f17f90d
Get demo app working again with recent processlist changes
...
Refs #775
2016-12-05 12:27:18 +00:00
Will Abson
8dd0f0ef81
Add test for getting/adding process vars
...
Refs #755
2016-12-05 12:27:18 +00:00
Will Abson
a0294e29c3
Remove duplicated spy objects in tests
...
Refs #775
2016-12-05 12:27:18 +00:00
Will Abson
d193b56b41
Externalise process comments UI strings
...
Refs #775
2016-12-05 12:27:18 +00:00
Will Abson
f42c08fe10
Initial implementation of listing and setting process vars
...
Refs #775
2016-12-05 12:27:18 +00:00
Denys Vuika
800a2a6530
Demo shell improvements ( #1199 )
...
* #1197 auth guards
* #1197 restore lost router dependency to all libs
* #1197 ecm/bpm auth guards, home page
- ECM auth guard (redirect to Login if ECM auth is missing)
- BPM auth guard (redirect to Login if BPM auth is missing)
- new Home page and route, show details on demo areas
* css improvements
make app text white as per request
2016-12-03 18:57:43 +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