Denys Vuika
d42f41ec00
Migrate from window.console to LogService
2017-01-05 21:06:30 +00:00
Mario Romano
a35c2f7c04
#1385 fix build:w task ( #1386 )
2017-01-04 19:48:53 +00:00
Mario Romano
9ba2033dd0
Merge pull request #1383 from Alfresco/dev-mvitale-1370
...
Remove use of deprecated Services
2017-01-04 19:42:41 +00:00
Mario Romano
83fa409aeb
improve timeout test for travis
2017-01-04 19:41:58 +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
Denys Vuika
f00decabc5
readme updates, fix license checker
2017-01-04 16:02:14 +00:00
Denys Vuika
fefe4b6963
update code as per code review
...
- upgrade demo project
- extend readme
- remove commented out unit tests
2017-01-04 14:20:15 +00:00
Denys Vuika
7ecf9f2fc3
readme update
2017-01-03 21:20:16 +00:00
Denys Vuika
71877aa8d0
upgrade 'create folder' action
2017-01-03 21:13:17 +00:00
Denys Vuika
44906157a0
update unit tests
2017-01-03 20:35:26 +00:00
Denys Vuika
40b9baaa64
id-based navigation (initial implementation)
2017-01-03 16:44:13 +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
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
mauriziovitale84
09b494da6f
#1245 Use placeholder instead value
2016-12-14 17:27:03 +00:00
mauriziovitale84
4f555ad777
#fix folder name
2016-12-14 16:47:38 +00:00
Eugenio Romano
e133fd6408
create bundle for all components
2016-12-14 15:49:08 +00:00
mauriziovitale84
bb9edbf764
#1244 fix firefox style
2016-12-14 11:07:58 +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
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