Commit Graph

2785 Commits

Author SHA1 Message Date
mauriziovitale84
8775ec7c31 #384 Provide Create Folder button 2016-12-06 16:55:58 +00:00
Mario Romano
73b6e1b846 make more general update version script 2016-12-06 11:20:51 +00:00
Mario Romano
79429f5d85 Merge pull request #1194 from Alfresco/dev-eromano-73
Move the ecm-model service methods of the form component inside the js api
2016-12-06 10:12:04 +00:00
Mario Romano
604d4142c2 Merge pull request #1203 from Alfresco/dev-valbano-1134
#1134 - Fix Scrolling on completed process task
2016-12-05 16:56:13 +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
Denys Vuika
613384dd90 Merge pull request #1200 from Alfresco/dev-eromano-improveTest
Improve test coverage document list
2016-12-05 11:10:46 +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
294f7c0ec1 #1190 routing improvements, bug fixes (#1193)
- split apps view and single app view to reflect Activiti UI
- dedicated route for each app tasks: /activiti/apps/:appId/tasks
- remove performance bottleneck for activiti demo (AfterViewChecked)
- load stencil controllers together with Tasks view (fixes #1190)
2016-12-01 16:27:07 +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
Mario Romano
d768f84838 fix header options for mobile (#1186)
* #1178 show header bar on mobile and tablet

* #1178 add all options to burger icon on the right
2016-12-01 09:45:36 +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
Mario Romano
94dad585b1 #1178 show header bar on mobile and tablet (#1179) 2016-11-30 11:12:44 +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
Mario Romano
132e6eac96 update aws image 2016-11-28 14:49:07 -08: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
Denys Vuika
9ed3047857 Merge pull request #1164 from Alfresco/dev-eromano-1094new
Remove deprecated use of getAlfrescoApi() #1094
2016-11-28 15:08:32 +00:00
Eugenio Romano
d87a768d20 Remove deprecated use of getAlfrescoApi() #1094
remove getAlfrescoApi from auth #1094
2016-11-28 14:04:58 +00:00
Eugenio Romano
546347b475 Update PULL_REQUEST_TEMPLATE.md 2016-11-28 11:08:27 +00:00
Eugenio Romano
eed6902428 Merge pull request #1162 from Alfresco/dev-valbano-1143-fix
#1143 - Fix double element on start process
2016-11-28 10:46:54 +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
Eugenio Romano
6006c026dc remove console login log #1147 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