suzanadirla
298012f0b0
[ADF-1605] [Destination picker] Folder cannot be selected if user has Contributor permissions on it ( #2630 )
...
fix issue by allowing to select as destination the folder with "create" permission
fix display of disabled folder icon
2017-11-09 14:24:34 +00:00
andyhealey26
cbc5e9ad45
Dev andy adf 1877 ( #2631 )
...
* Update en.json
Copy update for ADF-1877
* Update en.json
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
* Update en.json
Copy update for ADF-1877
2017-11-09 14:21:58 +00:00
Andy Stark
6fd3819112
[ADF-1586] Added Core services docs ( #2629 )
2017-11-09 13:20:56 +00:00
Denys Vuika
9be1e1144d
delete typescript error log
2017-11-09 12:00:49 +00:00
Andy Stark
75ddc6636e
[ADF-1586] Added auth guard docs ( #2624 )
2017-11-09 11:02:53 +00:00
Andy Stark
3b15bde49b
[ADF-1586] Added docs for services ( #2619 )
...
* [ADF-1586] Added docs for services
* [ADF-1586] Removed model definitions from docs
2017-11-08 10:25:37 +00:00
Eugenio Romano
a2310336dd
[ADF-1895] update Material2 to 5.0.0-rc0 ( #2621 )
...
update Material2 to 5.0.0-rc0
2017-11-08 00:39:34 +00:00
mihai sirghe
50ff6cde45
[ADF-1825] - Form field in start task no aligned ( #2620 )
...
* [ADF-1825] - Form field in start task no aligned
Fixed
* [ADF-1825] - Form field in start task no aligned
Small refactoring - replaced tab indentation with space indentation
2017-11-07 23:41:21 +00:00
siva kumar
3204bdebcb
[ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON ( #2613 )
...
* [ADF-1749] Task List - Should be able to customize the rendered columns from JSON
* Refactored task/process list components to support customization key's
* Added Key properties to the app.config.json.
* Created preset model for task/process list .
* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON
* Fixed failing testcases.
* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON.
* Added test cases.
* Updated task/process list readme.md file
* * Updated task/process list readme.md file.
2017-11-07 23:37:07 +00:00
Eugenio Romano
348f4971ce
improve extract i18n script
2017-11-07 22:08:39 +00:00
Cilibiu Bogdan
5fff7fcb29
no permission content ( #2616 )
2017-11-07 16:40:19 +00:00
mihai sirghe
cc821542a2
[ADF-1877] - Layout demo shell not localized ( #2618 )
...
Fixed
2017-11-07 16:31:06 +00:00
Martin Bergljung
56c07f15b4
[ADF-1586] NodeService documentation ( #2614 )
...
* [ADF-1586] NodeService documentation
* [ADF-1586] NodeService See-Also section
* [ADF-1586] NodeService Docs updated - remove activeroute use in example
2017-11-07 16:26:57 +00:00
Eugenio Romano
c9dbd41047
[ADF-1723] log service fix debug scenario
2017-11-07 00:04:39 +00:00
Cilibiu Bogdan
834b8a98a2
redirect to previous state.url ( #2615 )
2017-11-06 23:47:17 +00:00
Eugenio Romano
406b2833bb
bundles check ( #2612 )
...
bundles check service
2017-11-06 23:38:29 +00:00
Eugenio Romano
f9b8d9f0eb
remove old import unused
2017-11-06 18:18:34 +00:00
Eugenio Romano
4ec5548c24
log service warn fix ( #2617 )
2017-11-06 17:54:54 +00:00
mihai sirghe
a03451affb
[ADF-1865] [Document List] "Empty View" does not wrap long text ( #2610 )
...
fixed
2017-11-06 14:35:04 +00:00
Eugenio Romano
9f3ea6ea71
[ADF-1868] Update to Angular 5 ( #2606 )
...
* Angular 5.0.0 update
* fix core http import
* split language html from ts
* http deprecation module change
* fix test core
* fix analytics api
* update dependency
* exclude breadcrumb object picker test
* fix viewer and common new test
* fix test cs
* fix tasklist test
* fix demo shell angular 5
* fix translate
* dix search test
* restore files demo shell
* update tsconfig
* rebuild automatic prebuild theme
* Fix breadcrumb tests
* Fix tests, the right way
2017-11-06 14:23:46 +00:00
Maurizio Vitale
7146ee51a2
Rollback background color. ( #2609 )
...
By default, toolbars use a neutral background color based on the current theme (light or dark). This can be changed to 'primary', 'accent', or 'warn'.
2017-11-06 13:00:04 +00:00
mihai sirghe
256b6d1c5e
[ADF-1765] - info drawer ( #2608 )
...
fixed close button position
fixed title case
fixed editable date time field position
2017-11-06 10:36:38 +00:00
Eugenio Romano
224db6548b
[ADF-1867] Typography Documentation ( #2595 )
...
* Typography Documentation
* doc fix after review
2017-11-06 09:56:04 +00:00
Maurizio Vitale
9ef4c8003b
Fix production mode dependency ( #2605 )
2017-11-03 17:54:02 +00:00
suzanadirla
5dabc39841
[ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF ( #2585 )
...
* [ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF
- added create and edit folder directives and used them inside the demo-shell file component
- added FolderDialogComponent for edit/create actions with name validators: forbidSpecialCharacters, forbidEndingDot and forbidOnlySpaces
- updated the translation files
- added unit tests for the new components
- removed the CreateFolderDialogComponent and its usage inside demo-shell
- added documentation files for FolderCreateDirective and FolderEditDirective
* [ADF-1774] fix messed up translation files because of previous commit
* [ADF-1774] changes required on code review comments
1.10.0-beta6
2017-11-03 14:45:42 +00:00
mihai sirghe
c74b696a6e
[ADF-1784] - [Mobile] - Empty folder image should not display drag an… ( #2600 )
...
* [ADF-1784] - [Mobile] - Empty folder image should not display drag and drop image
Fixed
* [ADF-1784] - [Mobile] Empty folder image should not display drag and drop image
Also, for process-lis-component, i added a small fix for the image size when viewed with small screen devices
2017-11-03 13:06:54 +00:00
Denys Vuika
5f95e5f7b2
translation service upgrade and fixes ( #2604 )
2017-11-03 13:05:36 +00:00
Andy Stark
856f094598
[ADF-1586] Added boilerplate files to doc folder ( #2603 )
2017-11-03 13:04:58 +00:00
Maurizio Vitale
189bc6513d
Fix select current process ( #2601 )
2017-11-03 09:47:49 +00:00
Eugenio Romano
861d44f021
[ADF-1649] [Document List] IE11 select icon is not aligned ( #2594 )
...
* [Document List] IE11 select icon is not aligned
[Document List] Login is not aligned
Register Alfresco file type icons within the mat-icon
remove old material-icons pice of code
* fix lint 180 in thumbnailservice
* remove unnecessary duplicate code
* fix thumbnail test
2017-11-02 16:17:35 +00:00
Maurizio Vitale
5ca66bb75f
Select the currentTask ( #2598 )
2017-11-02 15:30:23 +00:00
Cilibiu Bogdan
3478b06716
[ADF-1856] Document List - location fails for granular permissions ( #2583 )
...
* check if path has data
* updated docs
* check for required properties
* simplied condition
2017-11-02 14:25:39 +00:00
Denys Vuika
7ddd3f1a8f
export ShareDataRow type ( #2596 )
2017-11-02 14:24:00 +00:00
mihai sirghe
712690990c
[ADF-1861] - Line breaks not displayed in "Display Text" widget in forms ( #2597 )
...
Fixed
2017-11-02 14:15:41 +00:00
Maurizio Vitale
30ee40a4be
Fetch the background color from the theme ( #2592 )
2017-11-02 11:14:14 +00:00
Eugenio Romano
70ce85602d
[ADF-788] fix error negative and zero value for max file size ( #2590 )
...
* fix error negative and zero value for max file size
* fix null scenario
2017-11-02 10:43:38 +00:00
Cilibiu Bogdan
75b0267f0b
emit errors ( #2593 )
2017-11-02 10:32:54 +00:00
Maurizio Vitale
1a01b67e7c
Fix accordion menu css ( #2591 )
2017-11-01 19:33:42 +00:00
Andy Stark
3fa2dee3a0
[ADF-1586] Added Core services docs ( #2587 )
2017-11-01 16:22:16 +00:00
mihai sirghe
3c7122ddab
[ADF-1772] ( #2588 )
...
Fix spec declaration typo
fix it() declarations (used fit() instead of it())
2017-11-01 16:21:00 +00:00
Popovics András
21dd301841
Demoshell fix ( #2589 )
2017-11-01 16:20:13 +00:00
mihai sirghe
b1d1976f18
[ADF-1772] fix for application name title translation ( #2572 )
...
* fix for ADF-1772
Enabling translation for application-list-component title
* [ADF-1772] fix translation for default application name
added unit tests for checking this fix
2017-11-01 14:35:23 +00:00
Denys Vuika
aa634e6119
automation ids for Viewer ( #2586 )
2017-11-01 12:30:16 +00:00
Cilibiu Bogdan
b0fe0ba03d
error event description ( #2584 )
2017-11-01 11:36:01 +00:00
Andy Stark
c17abc4344
[ADF-1586] Added Core services docs ( #2582 )
2017-11-01 10:04:42 +00:00
Popovics András
092e07c545
[ADF-1600] Change translation ( #2574 )
...
* Change translation
* Add browser test runner to scripts
* Adding option to hide the My Files option
* Add documentation and fix property's name
2017-11-01 09:38:51 +00:00
Cilibiu Bogdan
b67ed7e545
removed DL reload dependency ( #2581 )
2017-11-01 09:36:51 +00:00
Eugenio Romano
e63e29586b
array and webanimation polyfill for IE11
2017-10-31 17:54:02 +00:00
Eugenio Romano
24b590ca16
setting component ( #2571 )
2017-10-31 17:16:14 +00:00
Eugenio Romano
a03145f765
fix build
2017-10-31 16:03:56 +00:00