4539 Commits

Author SHA1 Message Date
Vito
74cd0fab33 [ADF-2215] modified key to allow search for createdBy email (#2894) 2018-01-30 13:37:39 +00:00
Popovics András
fafc75a9a0 [ADF-2134] App config schema (#2892)
* Application config schema

* Adding descriptions

* validate-config npm script

* Finishing schema

* Package.json modifications

* Add validation to demo shell start
2018-01-30 13:34:08 +00:00
Denys Vuika
08f2cc9236 [ADF-1412] Viewer enhancements (#2873)
* collection navigation support for Viewer

* code cleanup

* full screen mode support

* keyboard shortcuts

* zooming scale label

* layout fixes

* test fixes

* image toolbar with basic tranformations

* test fixes

* test fixes
2018-01-28 23:01:01 +00:00
suzanadirla
d2d635b94d [ADF-2000] Destination picker is not completely translated (#2883) 2018-01-28 22:55:39 +00:00
Eugenio Romano
ac657ae40a update tag fix script 2018-01-26 18:16:48 +00:00
Eugenio Romano
ef679b9c1f
Merge branch 'master' into development 2.1.0-beta9 2018-01-26 11:40:18 +00:00
Eugenio Romano
3ffc4f809a update versions to 2.1.0 2018-01-26 11:37:56 +00:00
Maurizio Vitale
f7229e39fb Remove app.config reference from doc (#2889) 2018-01-26 11:21:27 +00:00
Eugenio Romano
ad02ec1fbd
export material only from the core (#2885) 2018-01-26 11:21:10 +00:00
Andy Stark
613b30bdb8 [ADF-2201] Fixed broken links (#2890) 2018-01-26 11:19:30 +00:00
suzanadirla
d071250e24 [ADF-2221] Search fails on Content Node Selector (#2888) 2018-01-26 10:25:55 +00:00
Vito
0ad4bf6eb9 [ADF-2200] fixed redirectUrl check (#2886) 2018-01-25 16:54:43 +00:00
Maurizio Vitale
657c28491a [ADF-2188] Start Process - Change processDefinition property and fix bug (#2884)
* Change processDefinition property and fix bug

* Fix unit test

* Fix async

* Fix id
2018-01-25 16:52:05 +00:00
Popovics András
abca6e481d Fix css error (#2882) 2018-01-25 12:34:59 +00:00
Vito
77f6c51dc2 [ADF-2200] fixed problem with redirection url (#2877)
* [ADF-2200] fixed wrong handling of redirectUrl

* [ADF-2200] fixed problem with redirection url

* [ADF-2200] fixed redirection config path

* [ADF-2200] fixed wrong fdescribe test

* [ADF-2200] removed authserviceMock and fixed some tests
2018-01-25 11:48:47 +00:00
Deepak Paul
9f88c02ef3 [ADF-2208] The width of the 'New Task' option is smaller then Create Task drop down (#2881)
* Set width for menu and button
2018-01-25 11:46:12 +00:00
Andy Stark
5063ad6872 [ADF-2201] Updated renditions service docs (#2880) 2018-01-25 11:09:12 +00:00
jdosti
dd633bddda
Update start-process.component.md 2018-01-25 10:27:49 +00:00
jdosti
d92b791d32
Update start-process.component.md 2018-01-25 10:27:31 +00:00
Andy Stark
87101d4e85 [ADF-2201] Search Configuration doc (#2876)
* [ADF-2201] Updated search component docs and tidied index page

* [ADF-2201] Fixed incorrect link

* [ADF-2201] Updated docs based on feedback

* [ADF-2201] Fixed broken relative link
2018-01-24 19:23:50 +01:00
Eugenio Romano
8e4017ed19
new i18n file 2.1.0 (#2878) 2018-01-24 17:22:53 +00:00
Eugenio Romano
b3a9e1a884
[ADF-1880] More configuration options for adf-start-process component (#2869)
* procesdefinitionId set
show dropdown multiple process

* fix sourcemap

* fix test start process

* fix test

* changes after code review

* add show dropdown optional

* remove fit fdescribe

* processDefinitionId in processDefinition change

* improve tests
2018-01-24 15:40:42 +00:00
Popovics András
5152a90592 Fix dynamic table css (#2879) 2018-01-24 15:18:27 +00:00
Maurizio Vitale
21571b45e5 Fix margin top (#2875) 2018-01-24 12:16:27 +00:00
Andy Stark
6dc14eb2e0 [ADF-2201] Tidied Content Node Dialog docs (#2870) 2018-01-23 17:38:33 +00:00
Deepak Paul
2e27662eb2 [ADF-2174] Menus background color is not properly displayed in black themes (#2859)
* [ADF-2174] Menus background color is not properly displayed in black themes

* Removed global mat-menu-panel class style overriding

* * Refactored styles

* * Changed opacity property to rgba so that injected coponents will not be affected

* Removed fixed menu width
2018-01-23 16:11:33 +00:00
Andy Stark
441d1e648e [ADF-2201] Tidied Start Process docs (#2864)
* [ADF-2201] Tidied Start Process docs

* [ADF-2201] Removed file with probably incorrect name
2018-01-23 14:56:42 +00:00
Popovics András
c66115fe70 Fix sidebar node reloading issue (#2866)
[ADF-2186] Fix sidebar node reloading issue
2018-01-23 14:48:00 +00:00
Popovics András
4e434f7e11 Fix missing translation (#2867) 2018-01-23 14:46:49 +00:00
Vito
101701b72e [ADF-2196] fixed error message for no permission on copy and move (#2863)
* [ADF-2196] fixed error message for no permission on copy and move

* [ADF-2196] removed fdescribe
2018-01-23 12:06:10 +00:00
Denys Vuika
0ea7259988 style fixes for viewer (#2858)
* style fixes for viewer

* use theme colors

* initial theme support for PDF viewer
2018-01-23 11:35:45 +00:00
Vito
a401ebd35d [ADF-2150] improved queryBody mechanism (#2852)
* [ADF-2150] changed query body parameter to a function

* [ADF-2150] added an example page where to try change query body

* [ADF-2150] improved queryBody mechanism

* [ADF-2150] fixed content node test

* [ADF-2150] extended docs added another way to use the query node

* [ADF-2150] fixed test for search on content node

* [ADF-2150] added some improvements to service config

* [ADF-2150] changed the documentation accordingly

* [ADF-2150] added PR changes

* [ADF-2150] fixed jdoc

* [ADF-2150] added checkbox to switch from service approach to input object approach

* [ADF-2150] fixed build error on demo shell
2018-01-23 10:12:52 +00:00
Maurizio Vitale
8788eaeb80 remove processInstanceId reset (#2847) 2018-01-22 20:04:51 +00:00
Andy Stark
8e7f5eb200 [ADF-2160] Improved combined action info in Content Action component docs (#2861) 2018-01-22 19:57:08 +00:00
Popovics András
eb6db1d449 [ADF-2186] Update calculated properties on node change in content metadata compo… (#2862)
* Update calculated properties on node change in content metadata component

* Add module to public api
2018-01-22 19:56:31 +00:00
Vito
b481bde483 [ADF-2170] fixed condition for file size equal zero (#2860)
* [ADF-2170] fixed condition for file size equal zero

* [ADF-2170] refactored if condition
2018-01-22 16:52:02 +00:00
Andy Stark
b65440b490 [ADF-1769] Updated prop table script to handle inherited classes (#2855) 2018-01-22 12:20:49 +00:00
Popovics András
89a7b0c4b0 [ADF-2157] Infinite pagination target supporting (#2856)
* Infinite pagination target supporting

* Updating documentation
2018-01-22 10:59:05 +00:00
Popovics András
d189567853 Fix localisation in Datetimepicker (#2851) 2018-01-22 10:54:07 +00:00
Vito
c4d9f9c829 [ADF-2183] fixed translation on no permission tooltip (#2857) 2018-01-22 10:51:47 +00:00
Maurizio Vitale
28e9697604 Add @angular-devkit/core as dev dependency (#2853) 2.1.0-beta8 2018-01-19 14:09:15 +01:00
Eugenio Romano
807d7e0f78
[ADF-1880] processDefinitionId parameter in adf-start-process (#2848)
* processDefinitionId parameter in adf-start-process

* fix test

* fix test
2018-01-19 11:04:03 +00:00
Maurizio Vitale
e883f5c83d Rollback the upgrade libs (#2850) 2018-01-18 19:15:52 +00:00
Eugenio Romano
381ae97bfd Add soem more explanation in the search autocomplete binding 2018-01-17 17:33:19 +00:00
Andy Stark
f5ef324dd2 [ADF-2152] Updated See Also sections in docs (#2846) 2018-01-17 17:11:48 +00:00
Andy Stark
c9a3b048b4 [ADF-1769] Added JSDocs and updated prop table script (#2838)
* [ADF-1769] Added JSDocs and updated prop table script

* [ADF-1769] Fixed lint error in JSDoc
2018-01-17 17:11:22 +00:00
Maurizio Vitale
3461749dc6 Fix default translation key (#2844) 2018-01-17 17:09:27 +00:00
Eugenio Romano
b1fd6cb60c
[ADF-2055] Ability to pre-populate form with a file and values (#2834)
* fix translations form

* fix style webpack script

* fix tslint error problem in viewer

* fix naming problems in attach file widget

* add start process form values data initialization option

* fix translation problems

* missing return type

* start process name configuration

* add CS cross PS configuration

* start process from file example

* fix minor issues

* add documentation and move the dialog in a separate component

* easy test select app

* alfrescoRepositoryName right property

* file conversion test

* fix issue after CR

* Remove forgotten semicolon.
2018-01-17 17:06:00 +00:00
Andy Stark
244234db4f [ADF-2152] Updated See Also sections in docs (#2842) 2018-01-17 13:56:08 +00:00
Popovics András
ed6c62b990 Remove wrapping form datatable header (#2841) 2018-01-17 13:54:43 +00:00