Commit Graph
5054 Commits
Author SHA1 Message Date
Vito 8a8dfffa90 [ADF-3267] changed true/false values showed with a readonly checkbox (#3524) 2018-06-26 10:49:09 +01:00
Vito 570a75478d [ADF-2769] Added example page for content node selector (#3498)
* content node selector test page

* [ADF-2769] start adding more examples to node selector page

* [ADF-2769] added more example for node selector page

* [ADF-2769] added examples on node selector page
2018-06-25 17:11:19 +01:00
bbcodrin 4697a8fc58 [ADF-2962] Login Hide/Show icon is not reachable (#3489)
* hide/show focused & triggered

* keyup.enter method used
2018-06-25 17:07:00 +01:00
Alex Bolboșenco a680b47cf5 [ADF-3193] CardView Variables Item (#3485)
* variables item

* unit tests

* translations fix

* docs added

* change requests

* change requests
2018-06-25 17:04:46 +01:00
davidcanonieto 6610a326a7 [ADF-3199] Datatable layout fix (#3481) 2018-06-25 16:56:56 +01:00
Eugenio Romano de216d86f0 fix test 2018-06-25 14:12:33 +01:00
Eugenio Romano 5710749e9d update lock 2018-06-25 11:49:27 +01:00
Eugenio Romano 9275f22553 bump 2.4.0 version 2018-06-24 14:02:59 +01:00
Eugenio Romano 8f7383d9d0 Merge branch 'master' into development
* master:
  [ADF-2825] - Form visibility fix on Master (#3237)
2018-06-22 21:56:01 +01:00
Andy Stark a746a3e3d4 [ADF-3265] Updated index script to remove brief desc links (#3520) 2018-06-22 21:47:27 +01:00
Andy Stark 5a3ce3d299 [ADF-3230] Changes to stop doc tools from updating files unnecessarily (#3519)
* [ADF-3230] Added basic change detector to doc tools

* [ADF-3230] Updates to type linker to fix before/after inconsistencies

* [ADF-3230] Fixed comparison error caused by adjacent text blocks

* [ADF-3230] Added basic change detector to doc tools

* [ADF-3230] Updates to type linker to fix before/after inconsistencies

* [ADF-3230] Fixed comparison error caused by adjacent text blocks

* [ADF-3230] Modified props tool to remove spaces from union types

* [ADF-3230] Made ToC tool before/after state consistent
2018-06-22 13:24:38 +01:00
siva kumar 6584bc307e [ADF-3262] Remove avoidable css style from task/process list component (#3518) 2018-06-22 11:17:47 +01:00
Eugenio Romano 9ee34e404e remove 404 check in demo shell 2018-06-22 09:56:52 +01:00
Maurizio Vitale 9b2d51dbd5 [ADF-3251] Authentication Service - Check if used loggedin based on the provider (#3515)
* check if loggedin based on the provider

* Fix unit tests
2018-06-21 18:56:00 +01:00
Vito 3e0e2609f7 [ADF-3248] fixed readonly status for people widget (#3512)
* [ADF-3248] fixed readonly status for people widget

* [ADF-3248] fixed test people widget

* [ADF-3248] added readonly test
2018-06-21 18:36:47 +01:00
Eugenio Romano 3947cc5dc9 check 401 and redirect demo shell (#3516) 2018-06-21 18:00:44 +01:00
Eugenio Romano 8b065a1625 remove invalidation session because is concern of the js-api 2018-06-21 17:30:07 +01:00
Andy Stark 84102c38cd [ADF-3198] Final doc checks for release (#3513)
* [ADF-3198] Doc link check for release

* [ADF-3198] Updated main index doc page
2018-06-21 15:45:46 +01:00
Denys Vuika fa18d4dc3e use i18n key for "Permission" label 2018-06-21 14:11:25 +01:00
Eugenio Romano b9a389712e remove unused import 2018-06-20 15:44:27 +01:00
Eugenio Romano 7f7dc1a966 invalidate session in host setting internal component instead to logout 2018-06-20 15:38:59 +01:00
Vito 966cbe0d30 [ADF-3242] removed filter for string in example log component (#3511)
* [ADF-3242] removed filter for string in example log component

* [ADF-3242] added try catch for circular dependency objects

* [ADF-3242] added try catch and removed error message
2018-06-20 14:46:31 +01:00
bbcodrin 7dd462fb1a [ADF-3229] people widget list reseted if empty input (#3507)
* list reseted when input is empty

* test added
2018-06-20 13:08:46 +01:00
Andy Stark c1b12204f3 [ADF-3239] Fixed deprecated property descriptions (#3509)
* [ADF-3239] Changed deprecated properties to include full description

* [ADF-3239] Updated deprecated properties of affected doc files

* [ADF-3239] Fixed badly formatted doc comment in tasklist
2018-06-20 13:04:21 +01:00
Denys Vuika 4984cc4437 fix missing pdf viewer update when scale is the same (#3510) 2018-06-20 13:03:25 +01:00
Eugenio Romano 511f97ce25 clean local storage before auth test 2018-06-20 13:00:06 +01:00
Eugenio Romano 131be43ba5 fix provider check 2018-06-20 12:43:09 +01:00
Eugenio Romano ebbf4c30a0 fix login oauth cookie problem (#3508)
* fix login don't check the cookie in oauth2

* fix test

* check boolean storage
2018-06-20 12:08:35 +01:00
Denys Vuika 061a2e5567 undo ADF-3176 changes 2018-06-20 08:22:09 +01:00
Denys Vuika 491cc3253f update demo shell with metadata demo 2018-06-20 07:47:41 +01:00
davidcanonieto 0fae46b50b [ADF-3212] Fixed permission issues when updating version (#3503)
* [ADF-3213] Fixed permission issues when updating version

* [ADF-3212] fixed test for PR

* allowableOperations include viewer get node
2018-06-20 00:14:18 +01:00
Eugenio Romano cc73484a76 [ADF-3224] move ticket store logic in js-api (#3505)
* move ticket store logic in js-api

* remove space

* fix test

* fix tests
2018-06-19 23:28:57 +01:00
bbcodrin e7f49913d9 [ADF-3176] file content reload fixed (#3501)
* file content reload fixed

* refactoring & layout fix

* resolve indentation problems

* missing semicolon
2018-06-19 19:08:03 +01:00
Vito c57c0954c7 [ADF-3232] fixing retrieving for ecm user via site service (#3506) 2018-06-19 17:24:15 +01:00
Vito 69b47cfd22 [ADF-3233] fixed demo shell filtering for files on drag&drop] (#3504) 2018-06-19 17:21:38 +01:00
Eugenio Romano ea4c9fe9aa [ADF-3226] remove Double behaviour setting allow download and comment (#3502)
* fix restore notification

* improve path specification property

* fix lint and document issues

* fix test

* remove unused import

* remove double behavior allowComments and allowDonload can be set only thorough input property
2018-06-19 08:45:11 +01:00
Eugenio Romano bc23d28ad6 [ADF-3223] Restore message directive files fix (#3499)
* fix restore notification

* improve path specification property

* fix lint and document issues

* fix test

* remove unused import
2018-06-18 22:58:58 +01:00
Andy Stark 58522d0722 [ADF-3198] Index and tutorial content review (#3500)
* [ADF-3198] Fixed glitches in doc index files and tools

* [ADF-3198] Reviewed new tutorial content and fixed index glitches

* [ADF-3198] Fixed host settings component brief description
2018-06-18 22:57:01 +01:00
Popovics András 737becd51f [ADF-3190] Fix rerendering issue with content-meta-data (#3494)
* Fix rerendering issue with content-meta-data

* Fix indentation
2018-06-18 11:54:19 +01:00
Maurizio Vitale ae73839e56 [ADF-3912] Setting Component - Return as default BASIC authType (#3495)
* Return as default BASIC authType

* remove the commented line
2018-06-18 10:53:57 +01:00
Andy Stark 5b3fb4856d [ADF-3203] Fixed doc tools bugs from Linux run and added verbose option (#3496) 2018-06-18 10:27:51 +01:00
Eugenio Romano 257e422a1c fix translations (#3497) 2018-06-18 09:46:21 +01:00
Eugenio Romano ef616ca544 remove old auth test not valid anymore 2018-06-17 23:38:14 +01:00
Eugenio Romano fa6a6725cf demo shell host setting component login redirect after setting 2018-06-17 23:10:55 +01:00
Eugenio Romano 4d4a8d2864 Update ADF packages version 2.4.0-beta14 (#3493) 2018-06-15 16:36:47 +01:00
davidcanonieto 052668fddc [ADF-3212] Upload version buttons wrapping fixed (#3492) 2.4.0-beta14 2018-06-15 14:59:59 +01:00
Vito 528d8e5855 [ADF-3196] fixed selection of first tasklist element (#3491)
* [ADF-3196] [Task list / Process list] - The 'Task details' are not displayed for the selected Task

* * After rebase

* [ADF-3196] fixed selection for fist element
2018-06-15 14:52:45 +01:00
Denys Vuika acf73fba54 [ADF-3217] reset previous search settings (#3490)
* reset previous search settings

* unit test

* remove fit
2018-06-15 14:51:26 +01:00
davidcanonieto 1b049f468e [ADF-3176] Fixed permissionsissue when editing metadata (#3476) 2018-06-15 14:49:42 +01:00
siva kumar d914115f82 [ADF-3196] [Task list / Process list] - The 'Task details' are not diplayed for the selected Task (#3483)
* [ADF-3196] [Task list / Process list] - The 'Task details' are not displayed for the selected Task

* * After rebase
2018-06-15 13:02:23 +01:00