305 Commits

Author SHA1 Message Date
Mario Romano
b4b008416c Merge pull request #1267 from Alfresco/dev-mvitale-1174
Report rename
2016-12-14 17:06:35 +00:00
Denys Vuika
394e5bec6c fix blocking issue with bpm controllers 2016-12-14 15:34:12 +00:00
mauriziovitale84
8bfa71bc48 #1174 Refresh the report list after edit report title 2016-12-14 15:14:37 +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
8e9cab657a #1157 reload process list (#1238) 2016-12-13 14:36:07 +00:00
Mario Romano
e1824238f9 Merge pull request #1208 from Alfresco/dev-mvitale-384-style
Document list - Create Folder Docs
2016-12-13 14:33:45 +00:00
Denys Vuika
5b886d4e60 UI polish for Home page
- improve feature list UI (remove bullet styles, improve icon and text
positioning)
- improve card headers (icons and text positioning)
2016-12-13 10:47:00 +00:00
Will Abson
b34a38fcff Allow navigation to folders from search results (#1209)
* Allow navigation to folders from search results

- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
  - Breadcrumb cannot currently be shown when navigating via folder id
  - Clicking between folders does not update the current route

* Allow root folder ID to be changed and have documentlist reload

- e.g switching from Company home to My Files

* New tests for navigating to folders based on ID

Refs #666
2016-12-13 09:30:58 +00:00
Denys Vuika
a8ef1f8e4e Merge pull request #1229 from Alfresco/dev-mromano-improvements
improve mobile login,home and settings styles
2016-12-13 09:27:47 +00:00
Mario Romano
8b0621f5e1 improve mobile login,home and settings styles 2016-12-12 22:02:00 +00:00
Denys Vuika
ca77608fa3 fix unit testing configuration (#1227) 2016-12-12 18:36:57 +00:00
Mario Romano
d7e6f08448 Merge pull request #1210 from Alfresco/dev-denys-webpack
Webpack integration
2016-12-09 17:07:03 +00:00
mauriziovitale84
5fa2a8d075 #384 improve style and error messagge 2016-12-07 10:29:47 +00:00
Denys Vuika
705b22d70d enable missed content 2016-12-06 17:02:48 +00:00
Denys Vuika
10423ca985 remove module.id 2016-12-06 17:01:31 +00:00
Denys Vuika
c7167bb812 basic webpack setup 2016-12-06 15:39:22 +00:00
Will Abson
72fc9a0b5d Add process variables component to demo app
Refs #775
2016-12-05 12:32:22 +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
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
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
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
Eugenio Romano
6006c026dc remove console login log #1147 2016-11-25 19:09:08 +00:00
Will Abson
87412a4590 Do not reload process instances in list after starting new instance
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
a6a5400956 Move Start Process form into Process List view
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
8a85c69256 Add plain button to allow navigation from Processes screen again
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
9e7ca14ec9 Separate Start Process UI from dialog
- Add Start Process section in demo shell
- Remove old component in filters component

Refs #1048
2016-11-25 19:09:06 +00:00
mauriziovitale84
e127837bcc #1107 Fixes demo and documentation 2016-11-25 19:09:05 +00:00
Vito Albano
1121a387fd Fix task reload on form completed 2016-11-25 19:07:32 +00:00
Denys Vuika
24daa074e0 #967 custom stencil mapping demo 2016-11-25 19:07:32 +00:00
mauriziovitale84
709dd7fac0 #1056 fix zindex 2016-11-25 19:07:32 +00:00
Denys Vuika
de4537f0e4 #967 internal demo for custom editors (demo shell) 2016-11-25 19:07:32 +00:00
mauriziovitale84
a66d4d44e8 #987 flatten FilterRepresentationModel 2016-11-25 19:07:30 +00:00
Mario Romano
5c0f894512 Merge pull request #1075 from Alfresco/dev-mvitale-1072
Fix Demo shell login flags
2016-11-11 17:43:37 +00:00
Vito Albano
685349c617 Added more check for file component on demo shell 2016-11-11 15:57:52 +00:00
mauriziovitale84
0db8460623 Improve provider empty cases 2016-11-11 15:28:07 +00:00
mauriziovitale84
93ec758911 Fix login flags 2016-11-11 15:09:06 +00:00
Mario Romano
52cded3efc Merge pull request #1055 from Alfresco/dev-eromano-1050
After cancelling a process list is not refreshed #1050
2016-11-10 22:48:45 +00:00
Eugenio Romano
40dddf32d4 After cancelling a process list is not refreshed #1050 bubbling events and implements reload 2016-11-10 18:55:34 +00:00
Will Abson
4f22a4da14 Reload processlist after starting new process
Refs #1036
2016-11-10 18:15:35 +00:00
Mario Romano
74dc82c445 reduce complexity of the code 2016-11-09 10:56:35 +00:00
Will Abson
0e127c26af Update search component to work with 0.4.0 JS API
- Use new search (query) methods
- Allow search parameters to be overridden by component
- Fix up tests

Refs #555
2016-11-04 14:21:19 +00:00
Mario Romano
ed7a8bc3ab remove unused icons && fix autoselect app 2016-11-02 01:28:53 +00:00
Denys Vuika
2e95e02a80 Fix demo shell code 2016-11-01 16:48:04 +00:00
Denys Vuika
8cffb16132 Merge pull request #968 from Alfresco/dev-eromano-908
move settings in another page and hide the bar if you are not logged …
2016-11-01 15:26:44 +00:00
Eugenio Romano
62abe21063 move settings in another page and hide the bar if you are not logged in #908 2016-11-01 14:12:37 +00:00
Denys Vuika
0107865072 Merge pull request #927 from Alfresco/dev-wabson-371
Tab into search results
2016-10-31 18:30:36 +00:00
Will Abson
c100412538 Rename search outputs after feedback from @DenysVuyka
Refs #371
2016-10-31 16:36:20 +00:00