dhrn
64391a48fa
[ADF-4406] - Confirm Dialog doesn't support a third extra button option to be customised ( #4608 )
...
* [ADF-4406] - Confirm Dialog doesn't support a third extra button option to be customised
* * comments fixed
* * docs and test added
2019-04-23 00:43:10 +02:00
dhrn
6e4adfb09a
[ADF-4359] - Add the possibility to chose wich panel to show first in info-drawer ( #4632 )
...
* [ADF-4359] - Add the possibility to chose which panel to show first in info-drawer
* * docs added
2019-04-22 19:38:35 +02:00
davidcanonieto
8395b0baa5
[ADF-4219] Multivalue Metadata Card View ( #4600 )
...
* [ADF-4219] Multivalue Metadata Card View
* [ADF-4219] Add documentation
* [ADF-4219] Improve code, docs and tests
* [ADF-4219] Fix e2e tests
2019-04-17 18:04:27 +02:00
Denys Vuika
f89bf507f5
[ADF-4193] search error notifications and empty results ( #4567 )
...
* search error notifications and empty results
* update docs
2019-04-08 14:25:47 +01:00
Andy Stark
4339af9f42
[ADF-4285] Removed incorrect example from content metadata docs ( #4564 )
2019-04-05 17:24:06 +01:00
Vito
c5ac798c5b
[ADF-4327] added templating for content dialog ( #4549 )
...
* [ADF-4327] added templating for content dialog
* [ADF-4327] added unit test and documentation
2019-04-04 12:44:47 +01:00
Andy Stark
8a86981da7
[ADF-4249] Fixed issues with ToC and auto-linking tools ( #4492 )
...
* [ADF-4249] Fixed issues with anchors in contents sections
* [ADF-4249] Removed redundant copy of edit proc filter cloud docs
* [ADF-4249] Fixed YAML template generation for accessor props
* [ADF-4249] Fixed ToC link generation
* [ADF-4249] Fixed type alias links in component docs
2019-03-25 17:56:25 +00:00
Andy Stark
e5c7ffb314
[ADF-4249] Updates for doc review ( #4470 )
...
* [ADF-4249] Updated review checker tool to work with new doc subfolders
* [ADF-4249] Updates for doc review
2019-03-20 18:12:22 +00:00
Eugenio Romano
5a7fe6f499
[ADF-4267] expose stiky heder in document list ( #4455 )
...
* expose stiky heder in document list
* lint fix
2019-03-19 16:41:28 +00:00
Andy Stark
7fe066b068
[ADF-4249] Updates for doc review ( #4454 )
...
* [ADF-4249] Updates for doc review
* [ADF-4249] Clarified text slightly
2019-03-19 15:35:59 +00:00
davidcanonieto
3e29c7cd9d
[ADF-4162] Add includeAll/exclude capabilities to metadata config ( #4436 )
...
* [ADF-4162] Add includeAll/exclude capabilities to metadata config
* Revert app config
* Update documentation
* fix schema change
2019-03-18 12:45:08 +00:00
davidcanonieto
8dc9eba4c7
[ADF-3677] Add highlight configuration to SearchQueryBuilder ( #4358 )
...
* [ADF-3677] Add highlight configuration to SearchQueryBuilder
* highlight property in search
* Update files.component.ts
* remove comma
* highlight missspell
* fix schhema json highilight
* fix test
* fix lint
* fix lint
* fix lint
* fix search sorting tests
* fix search sorting
* fix lint
* remove useless test
* check for null nodes
* remove duplicated test
* lint
* fix sorting tests
* remove test not search component related
2019-03-17 17:23:07 +00:00
Andy Stark
48b685fe25
[ADF-4160] Fixed default props description for cont metadata card docs ( #4445 )
2019-03-15 17:47:37 +00:00
Andy Stark
31479cfaa4
[ADF-4152] Restructured remaining doc folders and fixed links ( #4441 )
...
* [ADF-4152] Moved proc services cloud docs to subfolders
* [ADF-4152] Fixed links in PS cloud docs
* [ADF-4152] Added subfolders and checked links for extensions and insights docs
* [ADF-4152] Moved proc services cloud docs to subfolders
* [ADF-4152] Fixed links in PS cloud docs
* [ADF-4152] Added subfolders and checked links for extensions and insights docs
* [ADF-4152] Fixed links in Proc cloud, Insights and Extensions docs
* [ADF-4152] Updated links in user guide
* [ADF-4152] Fixed broken links in tutorials
* [ADF-4152] Fixed remaining links in core docs
* [ADF-4152] Fixed remaining links in proc services docs
* [ADF-4152] Fixed remaining links in content services docs
* [ADF-4152] Fixed links in breaking changes docs
* [ADF-4152] Updated main README index page
* [ADF-4152] Fixed glitches with preview ext component docs
2019-03-14 22:01:55 +00:00
Andy Stark
dfea5c2f04
[ADF-4152] Restructured Content Services docs ( #4429 )
...
* [ADF-4152] Moved content services docs to subfolders
* [ADF-4152] Manual URL fixes for cont services docs
* [ADF-4152] Moved content services docs to subfolders
* [ADF-4152] Manual URL fixes for cont services docs
* [ADF-4152] Updated doc index pages for content services
2019-03-13 18:44:37 +00:00
Andy Stark
75b90c5e08
[ADF-4189] Improved document list prop description ( #4405 )
2019-03-06 17:12:22 +00:00
Suzana Dirla
fb11cc879d
[ADF-3401] Search filters - fix facet update ( #4249 )
...
* [ADF-3401] refactoring - different way to call the facet parsers
* [ADF-3401] fix duplicate search call
* [ADF-3401] add new fields and buckets from the response
- If a facet is already displayed, just update the bucket count, else add the new facet to the responseFields
- this way any existing filters are preserved, the collapsed state is preserved, facet selection is preserved
* [ADF-3401] reset & clear all selections buttons
* [ADF-3401] delete facets that are not in the response
- for better UX, prevent deletion of items from the category where there is a selected item
- clean-up reset buttons
* [ADF-3401] apply filters to the newly created items
* [ADF-3401] update tests
* [ADF-3401] fix after rebase
* [ADF-3401] Code refactoring
* [ADF-3401] show count value inside tooltip
* [ADF-3401] translatable strings
* [ADF-3401] move 'Clear all selections' button to search-chip-list
* [ADF-3401] option to configure having a reset button for filters
* [ADF-3401] code cleanup and improvements after review
* Update lib/content-services/search/components/search-filter/search-filter.component.ts
Co-Authored-By: suzanadirla <dirla.silvia.suzana@gmail.com>
* [ADF-3401] Better namings
* fix failing e2e tests on search radio
* [ADF-3401] add documentation for search resetButton
2019-03-05 14:08:38 +00:00
Suzana Dirla
bfec78aec9
[ADF-4083] search facetFields - empty spaced labels support ( #4322 )
...
* [ADF-4083] ignore wrapping quotes for facet labels
- bucket selection needs fixing
* [ADF-4083] fix bucket selection
- generate missing filterQuery values
* [ADF-4083] fix label display
* [ADF-4083] renaming
* [ADF-4083] support also single quotes label wrappings
- update documentation
- tests
* [ADF-4083] automatically escape facet field labels having spaces - better fix
* [ADF-4083] remove unneeded mentions from documentation
* [ADF-4083] clean-up code
* [ADF-4083] better naming param
* [ADF-4083] small refactoring
2019-02-21 12:49:47 +00:00
Suzana Dirla
e34f80aff7
[ADF-3497] Facet intervals on search filter ( #4255 )
...
* [ADF-3497] allow facetIntervals on search
* [ADF-3497] update schema json
* [ADF-3497] update json
* [ADF-3497] documentation update
* [ADF-3497] specify that sets are not supported
* [ADF-3497] no spaces on labels - mention
* [ADF-3497] documentation update
* [ADF-3497] update examples & document label key
* [ADF-3497] tests added
* [ADF-3497] testRail id
* [ADF-3497] allow config of custom pageSize values
* [ADF-3497] support mincount filtering also for intervals
* [ADF-3497] support expanded property also for facetIntervals
* remove no longer needed info
- bcs. of PR #4322 fix
2019-02-18 18:51:15 +00:00
Andy Stark
e318f3607a
[ADF-3745] Doc review updates ( #4316 )
...
* [ADF-3745] Updated compatibility page based on feedback
* [ADF-3745] Renamed node perm directive and fixed broken links
* [ADF-3745] Updated version index with Check allowable op directive
* [ADF-3745] Reviewed other files affected by node perm directive name change
2019-02-13 20:49:29 +00:00
Eugenio Romano
3263659ac2
rename old hasPermission as allowableOperation and introduce the real hasPermissions ( #4294 )
2019-02-11 10:44:37 +00:00
Andy Stark
1079361c2c
[ADF-3745] Updates for doc review ( #4291 )
...
* [ADF-3745] Updates for doc review
* [ADF-3745] Fixed bad links to Content node selector page
* [ADF-3745] Updated index files
2019-02-08 21:21:06 +00:00
Andy Stark
9915935714
[ADF-3745] Performed doc checks with tools ( #4287 )
...
* [ADF-3745] Fixed broken links
* [ADF-3745] Added broken link fix for version index
* [ADF-3745] Fixed issues caught by Markdown structure checker
* [ADF-3745] Fixed broken external links and their tool config
2019-02-07 16:34:46 +00:00
Andy Stark
2076746b52
[ADF-3745] Added styling to *where* property for clarity ( #4278 )
2019-02-06 19:07:08 +00:00
Eugenio Romano
d6b8e85c35
[ADF-3930] fix infinite pagination ( #4275 )
...
* refactoring infinite pagination
* fix lint
* fix import reuqest pagination from core
* fix failing unit test
2019-02-06 14:40:38 +00:00
Suzana Dirla
bf718d905f
[ADF-3496] Grouped facet queries ( #4209 )
...
* [ADF-3496] search query format v2 response parser
- replacer for the parseFacetFields
* [ADF-3496] format v2 search facetQueries parser
* [ADF-3496] cleanup
* [ADF-3496] Grouped facet queries
- selection working
- needs code cleanup
* [ADF-3496] code cleanup
* [ADF-3496] code refactoring - renaming
* [ADF-3496] update tests
* [ADF-3496] update tests part2
* [ADF-3496] preserve order
* [ADF-3496] fix facet queries expand
* [ADF-3496] code cleanup & fixes
* [ADF-3496] reorder methods
* [ADF-3496] update test
* fix unrelated failing test
* [ADF-3496] fix config snippet
* [ADF-3496] facet queries mincount
* [ADF-3496] documentation updated
* [ADF-3496] small fix
* [ADF-3496] e2e testing
* [ADF-3496] added TestRail ids
* [ADF-3496] import from right api
2019-02-04 21:38:21 +00:00
Eugenio Romano
fec2b89b2d
[ADF-3930] Can't load more results in Copy/Move dialog ( #4247 )
...
* fix unrelated failing test
improve type definition
add set get filtering node selector
fix directive highlight
fix minor problem style breadcrumb
small refactoring problem documentlist
* fix lint style
* fix html node
* fix test
2019-02-03 20:10:54 +00:00
davidcanonieto
1c25b50b1a
[ADF-1344] New Custom Loading Content Directive for Datatable Component ( #4156 )
...
* [ADF-1344] New Custom Loading Content Directive for Datatable Component
* [ADF-1344] Add unit tests for directives on Document List
* [ADF-1344] Add directive prefix to context-menu directive
* [ADF-1344] Old directive selectors have been put back
* [ADF-1344] Add old selector for empty-content directive
2019-01-25 12:15:28 +00:00
Andy Stark
30b28889e1
[ADF-3745] Added Confirm dialog docs ( #4193 )
2019-01-25 10:38:22 +00:00
Andy Stark
fdded83699
[ADF-3745] Added docs for the new pipes ( #4178 )
...
* [ADF-3745] Added docs for the new pipes
* [ADF-3745] Added cont services readme file
* [ADF-3745] Added group initial pipe to type name exceptions
2019-01-17 17:22:04 +00:00
Andy Stark
ad5dcfe7c3
[ADF-3909] Updated references to JS-API in docs ( #4176 )
...
* [ADF-3909] Updated references to JSAPI classes in docs
* [ADF-3909] Removed obsolete Document library model doc page
* [ADF-3909] Updated JSAPI import lines in code samples
2019-01-17 12:55:05 +00:00
Andy Stark
ad572fed1d
[ADF-3921] Reviewed docs where deprecated content was removed ( #4170 )
...
* [ADF-3921] Reviewed cont services docs where deprecated stuff was removed
* [ADF-3921] Fixed YAML template and affected source links
2019-01-16 14:30:44 +00:00
Eugenio Romano
7d061b2c11
[ADF-1873] Remove all deprecated code from ADF ( #4145 )
...
* remove deprecated code part 1
* remove deprecation step 2
* fix spellcheck
* fix
* fix lint
* fix not used import
* remove deprecation
* fix test first part after remove deprecation
* fix test
* fix sidebar demo shell
2019-01-15 15:36:01 +00:00
Andy Stark
24a7c939e6
[ADF-3745] Doc review updates ( #4165 )
...
* [ADF-3745] Doc review
* [ADF-3745] Minor fix to task attach list docs
2019-01-15 15:12:52 +00:00
Suzana Dirla
c17241fedc
[ADF-3854] Destination picker - exclude site content option ( #4130 )
2019-01-14 19:22:07 +00:00
Andy Stark
b32654b236
[ADF-3745] Updated properties and doc comments ( #4134 )
2019-01-14 19:19:08 +00:00
Denys Vuika
dd25467a98
update documentation ( #4109 )
2019-01-03 16:38:51 +01:00
Denys Vuika
9dba816877
[ADF-3869] extensibility related components ( #4107 )
...
* extensions: dynamic column
* content: trashcan name column
* content: library status column
* content: library role column
* content: library name column
* style fixes
* content: name column
* demo: use name column in DL example
* fix tests
* lint fixes
* code fixes
* update docs
* add toggle to demo shell
2019-01-03 14:07:07 +00:00
Andy Stark
0b1cfcf8fe
[ADF-3820] Added Library dialog component docs ( #4061 )
2018-12-12 12:07:26 +00:00
Andy Stark
811a3f1f7d
[ADF-3816] Clarified misleading property description in Document List docs ( #4056 )
...
* [ADF-3816] Clarified misleading prop description for document list
* [ADF-3816] Removed a link incorrectly added to the word 'User'
2018-12-06 15:56:29 +00:00
samuelengelen
9881e52873
[ADF-3716] Add filterWithContains configuration option for SearchFilt… ( #4017 )
...
* [ADF-3716] Add filterWithContains configuration option for SearchFilterComponent
* [ADF-3716] Add unit test and modify translationMock
2018-12-05 14:25:57 +00:00
Andy Stark
4b68c98007
[ADF-3801] Added source linking tool and updated content services docs ( #4037 )
...
* [ADF-3801] Added source linking tool
* [ADF-3801] Added source links to doc files
2018-11-30 11:59:36 +00:00
Andy Stark
ca5543c48d
[ADF-3792] Added metadata to README files ( #4034 )
...
* [ADF-3792] Added title and publishing metadata to README files
* [ADF-3792] Fixed index tool bugs and rebuilt index pages
2018-11-29 14:56:07 +00:00
Andy Stark
c954b2f815
[ADF-3792] Added title metadata field to doc files ( #4015 )
2018-11-27 14:52:56 +00:00
Vito
a5bf0d27e4
[ADF-3763] fixed subscription for node child and invalid node id ( #3991 )
...
* [ADF-3763] fixed subscription for node child and invalid node id
* [ADF-3763] removed fdescribe
* [ADF-3763] added line for updating documentation
2018-11-21 16:50:11 +00:00
Andy Stark
0a394869f5
[ADF-3745] Updates for doc review (20-11-2018) ( #3992 )
2018-11-21 11:19:56 +00:00
Andy Stark
383b74151a
[ADF-3745] Updates for doc review ( #3989 )
2018-11-20 02:03:20 +00:00
Vito
2fcec4f235
[ADF-3606] added extra icon for special folders and fixed link navigation folder ( #3960 )
...
* [ADF-3606] added extra icon for special folders
* [ADF-3606] changed icons and added tests
* [ADF-3606] added navigation via linked folder
* [ADF-3606] fixed problem in test
* [ADF-3606] added extra documentation
* [ADF-3606] fixed problem with folderchange event
2018-11-19 12:29:26 +00:00
Andy Stark
54cbd210a1
[ADF-3745] Updates for doc review ( #3970 )
...
* [ADF-3745] Updated tutorial text
* [ADF-3745] Updates for doc review
2018-11-14 19:43:23 +00:00
Andy Stark
7b3f400c48
[ADF-3745] Updates for doc review ( #3965 )
2018-11-14 14:23:14 +00:00