204 Commits

Author SHA1 Message Date
Maksim
112d7a2d0e Dev kodermax translate (#1580)
* add russian translate for alfresco-login
* add russian translate for documentlist
* add russian translate for alfresco-upload
2017-02-06 12:50:58 +00:00
Will Abson
5519f9fb00 Fix typos in component properties (#1560)
* Fix typo `fallbackThubnail` -> `fallbackThumbnail`

* Fix typo `showUdoNotificationBar` -> `showNotificationBar`

Update upload mis-spelled properties to 'showNotificationBar' since
showUndoNotificationBar is already a method on the drag area component

Refs #1559

* Fix test cases
2017-01-28 14:52:23 +00:00
Will Abson
09b98e7071 Allow button label to be added via staticTitle input (#1566)
* Allow button label to be added via staticTitle input

Refs #1551

* Minor fix to JSDoc
2017-01-28 14:52:12 +00:00
Mario Romano
1c21875607 #537 snackbar notification system (#1527)
* #537 snackbar notification system

* #537 add test dependencies

* #537 add export material module

* #537 fix demo project
2017-01-24 17:09:13 +00:00
Maurizio Vitale
aba4c8ef3e Wrong grammar with single file uploaded (#1468)
#1449 Wrong grammar with single file upload
2017-01-16 11:50:23 +00:00
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Denys Vuika
0ee5c9846a fix error handling and "this" context (#1445)
* fix error handling and "this" context

* fix typo
2017-01-12 06:12:52 -08:00
Denys Vuika
df97a2e24c fix unit tests 2017-01-06 09:55:07 +00:00
Denys Vuika
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +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
Will Abson
fb851271e9 Fix uploads from folders opened from search results
Refs #1248
2016-12-16 17:52:57 +00:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +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
mauriziovitale84
acb06e92c4 #1076 Fix the translation in all the components 2016-11-25 19:09:06 +00:00
Eugenio Romano
ae6f4eeb1c fix any type build 2016-11-25 19:09:06 +00:00
Mario Romano
6ee5bf6ece fix upload dialog size for mobile 2016-11-02 01:48:35 +00:00
Mario Romano
2a257fac68 #680 fix upload dialog z-index 2016-10-27 09:47:54 +01:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
Eugenio Romano
362e2e32ea fix test and coverage Angular2 Final release uploader component #749 2016-10-06 21:54:01 +01:00
Eugenio Romano
12914e0680 change tsconfig,module name ,karma.conf,karma-tst-shim and #749 2016-10-06 11:56:07 +01:00
Denys Vuika
9e0534ff90 Upgrade ng2-alfresco-upload 2016-09-21 18:23:57 +01:00
Denys Vuika
34e46b32cc fix unit tests 2016-09-17 20:24:44 +01:00
Denys Vuika
2c830d9693 Single place for translate pipe 2016-09-17 19:56:55 +01:00
Vito Albano
83742eea94 Added tab and title to upload list elements 2016-09-07 15:08:24 +01:00
Denys Vuika
c4a593f9a2 Fix unit tests 2016-09-05 10:23:27 +01:00
Denys Vuika
8159cc1dd9 Code fixes after merge 2016-09-05 09:33:42 +01:00
Denys Vuika
c037b91c9c Merge branch 'development' into dev-denys-dts
# Conflicts:
#	demo-shell-ng2/systemjs.config.js
#	ng2-components/ng2-alfresco-upload/src/services/upload.service.spec.ts
#	ng2-components/ng2-alfresco-upload/src/services/upload.service.ts
#
ng2-components/ng2-alfresco-viewer/src/componets/viewer.component.spec.t
s
#	ng2-components/ng2-alfresco-viewer/src/componets/viewer.component.ts
2016-09-05 09:10:08 +01:00
Denys Vuika
3c662de36d Update upload service with Api service 2016-08-30 14:38:28 +01:00
Mario Romano
e2683047e6 #516 return object from success upload 2016-08-26 17:46:24 +01:00
Eugenio Romano
39f1e7e163 remove color style 2016-08-25 11:57:36 +01:00
Eugenio Romano
2f4313d466 remove test fialing 2016-08-24 17:55:05 +01:00
Eugenio Romano
23da361622 add autorename as default behaviour and the possibility to use the versioning 2016-08-24 16:21:31 +01:00
Denys Vuika
29fbd4d10d Merge pull request #600 from Alfresco/dev-eromano-549
ask for thumbnail redintion #549
2016-08-23 19:55:12 +01:00
Eugenio Romano
822f3b8d89 ask for thumbnail redintion #549 2016-08-23 19:19:24 +01:00
Eugenio Romano
c82b69a4bf fix upload mock 2016-08-23 16:56:01 +01:00
Eugenio Romano
9c5d62f5d1 tasklist modify step 1 2016-08-23 16:55:00 +01:00
mauriziovitale84
690e989893 OnDestroy call unsubscribe 2016-08-15 13:47:24 +01:00
mauriziovitale84
81220d17a3 Fix error when the dialog is not initialized 2016-08-12 16:52:30 +01:00
Mario Romano
3bee1141f3 Merge pull request #470 from Alfresco/added_new_data_automation_id_to_uploader
Added new data-automation-id to uploader
2016-07-26 17:04:20 +01:00
Vito Albano
73037df92d Added new data-automation-id to uploader 2016-07-26 11:11:59 +01:00
Mario Romano
bdbe6edd06 #441 fix tests 2016-07-25 18:45:11 +01:00
Denys Vuika
713f1c02de Merge pull request #451 from Alfresco/dev-mvitale-436
Fix undo problem
2016-07-22 15:54:37 +01:00
mauriziovitale84
07d5c86b1b Fix unit test 2016-07-20 17:01:25 +01:00
mauriziovitale84
cab661064c Emit event when the folder is created 2016-07-20 16:51:21 +01:00
mauriziovitale84
1a88061017 Fix undo problem 2016-07-20 12:04:38 +01:00
Denys Vuika
aaed924b6f Improve 'upload' package config 2016-07-15 11:55:50 +01:00
mauriziovitale84
7f3a450e6d Fix unit test upload 2016-07-14 15:31:24 +01:00
Eugenio Romano
334dffb9b1 fix uploader multiple file 2016-07-13 01:08:38 +01:00
Eugenio Romano
75629ca95e uploader create Folder porting new Api 2016-07-13 00:33:09 +01:00
Eugenio Romano
2ddaa76ea1 upload porting first step 2016-07-13 00:32:22 +01:00