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
Eugenio Romano
b2cbc72342
improve test coverage document list
2016-12-05 10:09:39 +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
Eugenio Romano
a95c98326a
#649 Move the ecm-model service methods of the form component inside the js api
2016-12-01 19:21:06 +00:00
Maurizio Vitale
3a288c6b1b
#1181 Show toast message once ( #1189 )
...
* #1181 Show toast once
* #1181 fix unit test
* #1181 Fix unit test compilation problem
2016-12-01 16:28:16 +00:00
Denys Vuika
2f1cd2cc84
#986 fix horizontal scrollbar issue for Safari ( #1188 )
...
adding top margin helps solving issue with horizontal scrollbar issue
for Safari when mouse is attached or system scrollbars visibility set
to ‘always’ (macOS)
2016-12-01 12:13:30 +00:00
Denys Vuika
8db6a73cc8
#679 support for additional content ( #1187 )
...
- allow custom content within login dialog
- move demo shell login switches inside the dialog
- readme updates and fixes
- fixes #679
2016-12-01 11:51:53 +00:00
Denys Vuika
7eab89c5ef
#159 improved error reporting for document-list ( #1180 )
...
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
2016-11-30 14:52:06 +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
Will Abson
3f0db4038f
Fix failing processlist tests
2016-11-29 18:53:23 +00:00
Will Abson
743eaaef01
Fix failing processlist test
2016-11-29 18:25:51 +00:00
Denys Vuika
5c401007f2
user-info fixes and performance improvements ( #1171 )
...
* #1167 document-list improvements
- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes
* readme updates and unit test
* user-info fixes and performance improvements
- setup live reloads for user-info (demo shell)
- optimise user-info template (single *ngIf, [mdl] directive for
‘user-profile-lists’ instead of CPU-hungry `ngAfterViewChecked`)
2016-11-29 13:26:41 +00:00
Denys Vuika
9066ce49e0
document-list improvements ( #1169 )
...
* #1167 document-list improvements
- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes
* readme updates and unit test
2016-11-29 12:03:24 +00:00
Denys Vuika
3ca2c28a41
Performance improvements ( #1166 )
...
#1166 * Update angular libs
document-list: performance improvements
caching ‘heavy’ cell evaluations (i.e. date pipe)
code/test fixes
document-list: performance improvements
Removed ‘AfterViewChecked’ bottleneck as underlying data-table already
does it.
data-table: performance improvements
2016-11-28 21:36:00 +00:00
Vito
0f563e38bb
#1134 - Added scroll for big dialog on process detail ( #1168 )
...
#1134 Added scroll for big dialog on process detail , Fixed width for dialog task detail
2016-11-28 21:34:40 +00:00
Eugenio Romano
d87a768d20
Remove deprecated use of getAlfrescoApi() #1094
...
remove getAlfrescoApi from auth #1094
2016-11-28 14:04:58 +00:00
Vito Albano
9e584925f8
Fixed test due new changes
2016-11-28 10:15:30 +00:00
Vito Albano
8e94e67779
#1143 - fix multiple call to the load service
2016-11-28 10:15:04 +00:00
Mario Romano
3f98ef146d
0.5.0
2016-11-25 19:09:08 +00:00
mauriziovitale84
5159ef1356
Fix search unit test
2016-11-25 19:09:08 +00:00
mauriziovitale84
76a9fa41e6
#1145 Fix multi-language
2016-11-25 19:09:08 +00:00
Vito Albano
5d1e638df1
#1115 - fixed error on test
2016-11-25 19:09:08 +00:00
Will Abson
94db90eb19
Fix closing task details when completed from process tasks list
...
Refs #1148
2016-11-25 19:09:08 +00:00
Vito Albano
5625d94678
#1115 - Fix Visibility for readonly start form
2016-11-25 19:09:08 +00:00
Will Abson
b7f6d7f466
Fix validation of number field values
...
Refs #1149
2016-11-25 19:09:08 +00:00
Vito Albano
c418c2e1d5
Fixed changes asked on PR - fixed unstable form
2016-11-25 19:09:08 +00:00
Vito Albano
9c3fa30a0b
Added changes due PR
2016-11-25 19:09:08 +00:00
Vito Albano
1f491f0c15
removed trailing whitespace
2016-11-25 19:09:07 +00:00
Vito Albano
060c79dabb
Removed wrongly added comments
2016-11-25 19:09:07 +00:00
Vito Albano
424511d1f6
#1113 - Fix for show values on completed form
2016-11-25 19:09:07 +00:00
Denys Vuika
98f3cc25f8
Readme updates
2016-11-25 19:09:07 +00:00
Denys Vuika
3e76581cc6
readme updates
2016-11-25 19:09:07 +00:00
mauriziovitale84
224d6ef476
#1085 disabled dynamic table fields
2016-11-25 19:09:07 +00:00
mauriziovitale84
f23ed9d774
#1076 remove unused code
2016-11-25 19:09:07 +00:00
Will Abson
bfd7eda5aa
Fix vertical alignment of Tasks/Comments headings
...
Refs #1131
2016-11-25 19:09:07 +00:00
Denys Vuika
dc1a6ae4e6
fix tests
2016-11-25 19:09:07 +00:00
Denys Vuika
22071a7ff9
code fixes
2016-11-25 19:09:07 +00:00
mauriziovitale84
aa5b35c0d7
#1076 Improve unit test
2016-11-25 19:09:07 +00:00
Will Abson
9efebe6ae0
Fix login box height on IE11
...
Refs #956
2016-11-25 19:09:07 +00:00