* 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.
* [ADF-2054] start creating custom upload widget for share integration
* [ADF-2054] changed content node selector service to allow different opening approach
* [ADF-2054] addedd support for multi resource files
* [ADF-2054] fixed base case for upload when only local files are selected
* [ADF-2054] start adding and fixing tests for new share attach button widget
* [ADF-2054] changed test to perfrom a correct check
* [ADF-2054] removed fdescribe
* [ADF-2054] added test for share-widget component
* [ADF-2054] added peer reviews changes
* [ADF-2054] created a module folder for content widgets
* [ADF-2054] fixed wrong import
* [ADF-2054] fixed rebase errors
* [ADF-2054] restored some files changed by rebase
* [ADF-2054] added link to content services to fix packaging issue
* [ADF-2054] renamed widget
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* removed some unused variables
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* [ADF-2095] Start Task - The start button should have the primary colour.
* fixed start button should have the primary colour.
* [ADF-2095] Start Task/Process - The start button should have the primary colour.
* fixed start button should have the primary colour and Uppercase.
* * Start task button should have the primary colour
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select Process definition if it is the only definition.
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select a processDef in start-form if there just one processDef present
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select a processDef in start-form if there just one processDef present
* Update start-process.component.html
* Update start-process.component.ts
* * Removed unused adf-task-list keys from app.config
* Fix can add/remove the static property through the app.config and can put custom columns into the html in adf-tasklist component
* Fix add/remove the static property through the app.config and can put custom columns into the html in adf-tasklist component
* * Fixed support custom html template and static columns.
* Updated tasklist doc.
* Fixed failing test case.
* * Fixed support custom html template and static columns
* * Updated task-list documentation.
* update dependencies
add ban for fdescribe in tslint
reenable test
add badge codacy
check bundles esm5 and esm2015
travis run new vuild script
* remove fdescribe
* material 5.0.0 stable release
* [ADF-1826] Task Header - The priority property should be editable
* [ADF-1826] - Fixed isEditble typo
* [ADF-1826] - Adding unit test - checking the priority value is displayed
* [ADF-1826] fixed unit test
* [ADF-1826] fixed unit test (replaced fit with it)
* fix upload for process attachment list
export ActivitiContentService
ProcessService.createOrUpdateProcessInstanceVariables has incorrect method signature
* fix signature methods
* fix test parameters
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* fix test for remove upload deprecated properties
* remove duplicate identifier
* [ADF-1712] The <adf-task-header component displays a Requeue button for none pooled tasks .
* Refactored task header component.
* [ADF-1712]The <adf-task-header component displays a Requeue button for none pooled tasks.
* Refactored task header component.
* Added test cases.
* [ADF-1712] The <adf-task-header component displays a Requeue button for none pooled tasks.
* Changed method name .
* fix viewer script
export insights and diagram
remove requires svg
fix new data adapter path
dist working with diagrams commented out
change use of minimatch
fix unused import
remove unused component
fix test
new import moment es6 and throw rxjs
fix import analytics test
fix imports rxjs
new pacakging
* fix after rebase
* fix test upload services
* exclude temporarily button event test
* restore commented demo shell files
* fix process spy
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* Made the drag and drop area working in demo shell for task attachment
* Provided a way to pass custom no content template for drag and drop to the user
* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* Made the drag and drop area working in demo shell for task attachment
* Provided a way to pass custom no content template for drag and drop to the user
* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component
* [ADF-1950] Not able to open an attached file within a Task.
* Changed data-column key 'icon' to 'image' in task/process attachment file component.
* Refactored activiti-component.
* Used Adf-viewer to view the attached documents.
* [ADF-1950] Not able to open an attached file within a Task.
* Centralized the use of the adf-viewer component in the activiti component (demo shell folder).