2964 Commits

Author SHA1 Message Date
Denys Vuika
f9fc76a3ce optional port number (#2518) 2017-10-20 16:41:19 +01:00
Maurizio Vitale
c2cafaa648 [ADF-1768] Process list - The columns must be localisable (#2515)
* Rename processlist.component.ts to process-list.component.ts
Rename processlist.component.md to process-list.component.md

* Add a root scope ADF_PROCESS_LIST into the json file
Remove the hardcoded string from the component and use keys
Refactoring json structure

* Fix unit test
2017-10-20 16:36:57 +01:00
Eugenio Romano
9ce0cd45e8 [ADF-1777] Remove unused parameter from search parameter method 2017-10-20 12:36:25 +01:00
Maurizio Vitale
8963320f01 [ADF-1735] Rename tasklist.component.ts to task-list.component.ts (#2510)
* Rename tasklist.component.ts to task-list.component.ts
Rename tasklist.component.md to task-list.component.md

* Rollback change service name
2017-10-20 12:27:01 +01:00
Maurizio Vitale
c3b948a1b7 Rename processlist.component.ts to process-list.component.ts (#2511)
Rename processlist.component.md to process-list.component.md
2017-10-20 12:26:49 +01:00
siva kumar
2aff5434f6 [ADF-1747] Task service - findAllTaskByState return a wrong list. (#2485)
* [ADF-1747] Task service - findAllTaskByState return a wrong list.

* Refactored findAllTasksWhitoutState method.

* [ADF-1747] Task service - findAllTaskByState return a wrong list.

* Added unit test case.

* [ADF-1747] Task service - findAllTaskByState return a wrong list.

* Refactored unit test cases for tasklist.service
2017-10-20 10:22:29 +01:00
Cilibiu Bogdan
834a61eda4 sort by file size (#2514) 2017-10-20 10:17:23 +01:00
Vito
9116c54f4c [ADF-1704] added encoding to filename to avoid break on special chara… (#2509)
* [ADF-1704] added encoding to filename to avoid break on special characters

* [ADF-1704] removed unused encode decode for file name
2017-10-19 21:24:26 +01:00
Eugenio Romano
0f8534091b fix hiding header for non group (#2512) 2017-10-19 17:14:14 +01:00
madhukar23
6ee53fe302 Revert the scss changes on Process Info Drawer (#2505)
* [ADF-1760] Process Info Drawer - The keys must be localized

* Reverting scss changes done in the previous PR for the same issue

* Revert the scss changes on Process Info Drawer
2017-10-19 14:51:10 +02:00
Eugenio Romano
8b0047337f [ADF-1723] LogService configuration (#2496)
* log levels implementation

* documentation and test

* remove logservieMock

* add logLevel in app config file

* remove semicolons

* fix pagination test

* fix test form

* silent test in production config

* fix test
2017-10-19 12:54:56 +01:00
madhukar23
b7e00caee1 [ADF-1760] Process Info Drawer - The keys must be localized (#2502)
* Made all the keys localised for process header

* Added style for adf-info-drawer according to zeplin specification
2017-10-19 11:18:15 +02:00
Cilibiu Bogdan
4e558cb162 [ADF-1753] update counter (#2498) 2017-10-18 20:15:18 +01:00
Vito
224c97642c [ADF-1651] removed pagination from site service query (#2500) 2017-10-18 19:22:32 +01:00
Maurizio Vitale
d5cd38b7ee [ADF-1698] Task Info Drawer should be localizable (#2495)
* Card component should provide the localization

* Fix unit test
2017-10-18 19:21:18 +01:00
Maurizio Vitale
0bdd66e158 [ADF-1758] Remove the hardcoded work and add keys (#2499) 2017-10-18 19:15:21 +01:00
Maurizio Vitale
ed36d08344 [ADF-1706] Translate ADF i18n strings into all supported languages (#2490)
* ALL LANGUAGES: This includes all ADF UI files localised into 10 languages as indicated in JIRA ADF-1706: Translate ADF i18n strings into all supported languages

* ITALIAN: Small amends to Italian strings as part of previous commit to complete ADF-1706

* Add multilanguages

* Load the languages from the app config file

* Fix it json

* Simplify the adf menu languages

* Removed unused code

* Basic documentation

* Fix unit test
2017-10-18 15:50:52 +01:00
Denys Vuika
1cafaa11f1 remove blue success label from the dialog (#2494) 2017-10-18 15:32:53 +01:00
Vito
5d77060cd4 [ADF-1720] Fixed format for min date and max date (#2492) 2017-10-18 14:22:29 +01:00
Denys Vuika
643921ae30 [ADF-829] i18n support for Viewer (#2489)
* i18n support for viewer

* remove commented out info drawer placeholder

* remove demo buttons
2017-10-18 14:21:56 +01:00
Vito
6d97e6724d [ADF-1681] removed N/A default value (#2493) 2017-10-18 14:19:52 +01:00
Cilibiu Bogdan
448c5564b2 [ADF-1745] Delete multiple nodes (#2481)
* multiple delete

* removed restore functionality

* data types
2017-10-18 09:26:10 +01:00
Eugenio Romano
036c63e43d [ADF-1004] The process service definition file in the alfresco-js-api is incomplete (#2488)
* correction after new declaration file for PS

* remove unused jasmine

* commit ifx initial pipe

* fix tasklist test

* fix tasklist test

* reinsert test
2017-10-18 09:20:19 +01:00
Denys Vuika
0cc578ba0e [ADF-1748] remove MDL dependency and fix style issues (#2486)
* remove dialogPolyfill references

* remove MDL dependencies

* style fixes

* exclude the test (needs dialog support)
2017-10-17 17:20:06 +01:00
Vito
073003ba9a [ADF-1740] disabling start process button when the process name is empty (#2483)
* [ADF-1740] disabling start process button when the process name is empty

* [ADF-1740] removed wrong fdescribe
2017-10-17 15:11:06 +01:00
Maurizio Vitale
fa7f89c75f [ADF-1694] Datepicker should be localizable (#2471)
* Add locate as user preference property

* The datepicker should be localizable.
Save the locale as user preference
The app should get the default locale from the store or appcongif or Browser or en

* Fix build error

* Fix unit test date widget

* Needs more investigation

* Fix import UserPreference

* Rollback date format change
2017-10-17 14:12:07 +01:00
Denys Vuika
3dfb67313a [ADF-1746] node name tooltip pipe (#2480)
* node name tooltip pipe

* update docs
2017-10-17 11:41:53 +01:00
Andy Stark
0e80f0ab8a [ADF-1586] Updated doc indexing to include pipes (#2482) 2017-10-17 11:41:07 +01:00
Vito
3023d30d38 [ADF - 1681] Added username and created initials pipe for user info (#2479)
* [ADF-1681] appling design spec to userinfo component

* [ADF-1681] added default pipe to userinfo

* [ADF-1681] fixed pipe name and added pipe test

* [ADF-168] fixed test for new userinfo feature

* [ADF-1681] fixed test

* [ADF-1681] fixed style for initials image

* [ADF-1681] fixed button for new material design spec

* [ADF - 1681] Added documentation for the new values

* [ADF - 1681] added some test to check new input attributes
2017-10-16 22:55:40 +01:00
Denys Vuika
bf05b5df05 [ADF-1744] content projection for toolbar and info drawer (#2476)
* content projection for toolbar and info drawer

* unit tests
2017-10-16 18:21:07 +01:00
Andy Stark
f8438ea2de [ADF-1586] Moved and renamed docs index file (#2477)
* [ADF-1586] Moved and renamed doc index file

* [ADF-1586] Moved and renamed docs index file
2017-10-16 15:10:29 +01:00
Maurizio Vitale
793432d89f [ADF-1695] Comment component - Fix the header key (#2462)
* Fix the comment header key

* Fix unit test

* Fix process comment
2017-10-16 12:21:13 +01:00
Eugenio Romano
fcb292c849 [ADF-1731] update material2 beta12 e angular2 4.4.5 (#2475)
* update material2 beta12
update angular2 4.4.5

* fix changed version js-api

* update types hammerjs

* fix test

* clean old doc

* fix pagination test

* fix test

* missing update packages

* fix <mat-form-field> for select box

* start task component test
2017-10-16 09:58:19 +01:00
Eugenio Romano
9663971256 Sanitise the component and Demo shell from embedded strings (#2474) 2017-10-14 14:27:41 +01:00
Cilibiu Bogdan
bfe8fc8d15 [ADF-1733] Restore files and folders from Trash (#2467)
* restore nodes

* changed @Inputs implementation

* NotificationService over mdSnackBar
2017-10-14 11:24:16 +01:00
Eugenio Romano
a102a7ffb2 [ADF-1684] [object Object] appears in People control when selecting the same name (#2472)
* object people component bug

* fix test people widget
2017-10-14 08:35:53 +01:00
Cilibiu Bogdan
892157f01c [ADF-1729] Mark Files and Folders as Favorite (#2466)
* favorite nodes

* removed fdescribe

* use Output over CustomEvent

* EventEmitter any
2017-10-13 10:34:25 +01:00
Eugenio Romano
a46cf4be64 [ADF-1724] Remove all log in favor of log service (#2465)
* remove console log from components

* remove console log from demo shell

* fix visibility issue

* fix error template

* remove console.log from spec

* fix tests

* fix test
2017-10-12 23:14:28 +01:00
Eugenio Romano
7647f97dda remove deep combinator (#2457) 2017-10-11 17:51:45 +01:00
Vito
c338e6913a [ADF-1679] added it translation for form validator messages (#2461) 2017-10-11 15:32:45 +01:00
Maurizio Vitale
2fff4d038e Remove processDefinitionKey from Process Model (#2459) 2017-10-11 13:46:41 +01:00
Vito
a4c427e9ee [ADF-1707] added translation for My Task default app (#2458) 2017-10-11 13:46:01 +01:00
Cilibiu Bogdan
c400d83b34 [ADF-1708] Context Menu - Material Design implementation (#2456)
* use angular material

* removed fdescribe
2017-10-11 10:14:52 +01:00
Vito
fcda2228fa [ADF-1679] added translation for form field validators (#2455)
* [ADF-1679] added translation for form field validators

* [ADF-1679] fixed typeahead test
2017-10-11 10:11:52 +01:00
Maurizio Vitale
2e0a6936aa ADF InfoDrawer the title and tabs label must be localized (#2454) 2017-10-11 10:10:25 +01:00
siva kumar
6f69f545ec [ADF-1672] Start Process - Improve the look and feel (#2437)
* [DW-180]  Start Process - Improve the look and feel.

* Created custom-button directive to have custom buttons inside the form.
* Updated en.json.
* Refactored start-process component.
* Added a property showEventIcon in start-form component.

* [DW-180] Start Process - Improve the look and feel.

* Refactored start-process scss file.
* Added some scss class to the html in start process/form components.
* Updated en.json.
* Added  ViewEncapsulation none.

* [ADF-1672] Start Process - Improve the look and feel .

* Removed Event icon.
2017-10-10 14:01:37 +01:00
Eugenio Romano
6016937ea2 renditions core test should not check the host 2017-10-09 17:05:23 +01:00
Eugenio Romano
44d1dd00d5 fix test processDefinitionKey model 2017-10-09 16:52:26 +01:00
Eugenio Romano
469a745b30 remove properties not present in model 2017-10-09 16:36:38 +01:00
Eugenio Romano
4617a3b1cf remove >>> in favor of ::ng-deep
fix license check
2017-10-09 15:51:07 +01:00