479 Commits

Author SHA1 Message Date
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
mauriziovitale84
9b3ab411af Overwrite images 2016-12-13 10:31:57 +00:00
mauriziovitale84
82d29d3bc2 overwrite image 2016-12-13 10:30:14 +00:00
mauriziovitale84
d950612738 #384 Rename event name and improve docs 2016-12-13 10:26:37 +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
Mario Romano
d7e6f08448 Merge pull request #1210 from Alfresco/dev-denys-webpack
Webpack integration
2016-12-09 17:07:03 +00:00
Denys Vuika
5432cf69d5 fix document list 2016-12-09 12:21:46 +00:00
Denys Vuika
cfb4fc71c0 fix document list bundling 2016-12-09 10:41:17 +00:00
Denys Vuika
b3b6193006 fix: ng2-alfresco-documentlist 2016-12-08 18:49:52 +00:00
Denys Vuika
d973c39462 fix: ng2-alfresco-search 2016-12-08 18:35:29 +00:00
Denys Vuika
dd20f6fc78 custom system.js loader
- disables ‘moduleId’ usage when building with webpack
2016-12-08 15:49:19 +00:00
Denys Vuika
29f426f643 code fixes
- interpolate ng2 components html content
- fix: load images for Login
- fix: load images for User Info
- fix: load images for Document List
- fix: decorator inheritance issue for Form
- fix: load images for Search
2016-12-07 14:55:09 +00:00
mauriziovitale84
369ac0d7d6 #384 Change API name, add docs, fix demo 2016-12-07 10:46:22 +00:00
mauriziovitale84
5fa2a8d075 #384 improve style and error messagge 2016-12-07 10:29:47 +00:00
Denys Vuika
45993793f9 remove core-js dependency 2016-12-06 19:50:12 +00:00
Denys Vuika
10423ca985 remove module.id 2016-12-06 17:01:31 +00:00
mauriziovitale84
eba89de1c2 #384 fix compilation problem 2016-12-06 16:57:18 +00:00
mauriziovitale84
8775ec7c31 #384 Provide Create Folder button 2016-12-06 16:55:58 +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
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
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
Eugenio Romano
d87a768d20 Remove deprecated use of getAlfrescoApi() #1094
remove getAlfrescoApi from auth #1094
2016-11-28 14:04:58 +00:00
Mario Romano
3f98ef146d 0.5.0 2016-11-25 19:09:08 +00:00
mauriziovitale84
acb06e92c4 #1076 Fix the translation in all the components 2016-11-25 19:09:06 +00:00
Mario Romano
c9e3723613 remove polyfill and material from components, leave it in the core and demo 2016-11-25 19:07:29 +00:00
Mario Romano
8fc548eea4 #1038 version bump 2016-11-10 21:09:26 +00:00
Mario Romano
9dc3990425 #878 review pr 2016-11-09 21:55:31 +00:00
Mario Romano
177c9694af #878 doc,demo and code improvements userinfo component 2016-11-09 12:27:44 +00:00
Mario Romano
cf0b0c5974 #878 doc and demo documentlist 2016-11-09 10:56:35 +00:00
Mario Romano
d908cf4754 #878 #797 demo folder form component and documentation update 2016-11-09 10:56:35 +00:00
Mario Romano
7cbee40b4a #878 fix documentation diagrams,login,analytics,core and package.json dependencies 2016-11-09 10:56:35 +00:00
Mario Romano
2959db79c6 Merge pull request #945 from Alfresco/dev-denys-478
Pagination component improvements
2016-10-31 10:41:52 +00:00
Eugenio Romano
08737e8760 rename import alfresco api document list 2016-10-31 09:49:12 +00:00
Eugenio Romano
f8979f06c5 fix importing alfreso-js-api compatible with the version 0.3.6 #916 2016-10-29 16:37:10 +01:00
Denys Vuika
820e200379 #478 Custom event emitter for data loaded event 2016-10-28 15:03:53 +01:00
Denys Vuika
6873fc01bc #478 pagination improvements
- update page summary only on data change (performance and presentation
improvements)
2016-10-28 14:57:03 +01:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Eugenio Romano
2dc1cec71e disallow consecutive-blank-lines 2016-10-12 11:16:36 +01:00
Eugenio Romano
8ef8d43b9c install rimraf pkg if not present during the clean in demo folders 2016-10-10 10:30:21 +01:00
Eugenio Romano
f17824cf87 fix test conf file demo folders and demo shell component #749 2016-10-07 15:28:57 +01:00
Eugenio Romano
12914e0680 change tsconfig,module name ,karma.conf,karma-tst-shim and #749 2016-10-06 11:56:07 +01:00
Eugenio Romano
29d891b475 fix test and coverage Angular2 Final release documentlist component #749 2016-10-05 14:40:26 +01:00
Eugenio Romano
b309961edb fix clean script, remove typing folder and install rimraf if is not present 2016-09-30 09:42:53 +01:00
Mario Romano
d2f30d24d5 Merge pull request #816 from Alfresco/dev-denys-814
Fixes for Activiti Form (validation and rendering)
2016-09-27 15:43:58 +02:00
Mario Romano
07f6bb2552 fix new ts javascript api 2016-09-26 23:32:18 +01:00
Denys Vuika
b372c4ecdc Unit test fixes 2016-09-26 15:43:00 +01:00
Denys Vuika
75fca80c1f Fix unit tests (for js-api 0.3.3) 2016-09-26 15:33:39 +01:00