Commit Graph

3458 Commits

Author SHA1 Message Date
Eugenio Romano
47be8f7fc0 fix translation wrong folder creation issue 2017-06-08 16:07:48 +01:00
Popovics András
58fc98d312 [ADF-689] Fix alfresco-document-menu-action styling (z-index) (#1944) 2017-06-07 22:42:43 +01:00
Popovics András
e1373e6f80 GitHub issue & pull request template change (#1945)
* Update ISSUE_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
2017-06-07 17:32:30 +01:00
Eugenio Romano
a8f9ac75bd fix blob input in text viewer (#1942) 2017-06-07 16:26:33 +01:00
Popovics András
9af234fd54 Adding new icon (sent) for Bootstrap to Material icon mapping (#1943) 2017-06-07 15:54:50 +01:00
Popovics András
060d644034 [ADF-763] Add Chrome default browser for karma chrome launcher for Chrome versi… (#1941)
* Add Chrome default browser for karma chrome launcher for Chrome version<59

* Fixing intermittently failing test in ng2-activiti-analytics component
2017-06-07 15:08:34 +01:00
Denys Vuika
fcb74654d1 [ADF-754] toolbar component (#1938)
* toolbar component

- simple toolbar component (core lib)
- readme updates (core lib)
- update demo shell with toolbar component demo (document list)

* update unit tests
2017-06-07 11:39:57 +01:00
Eugenio Romano
1b8f685540 add info and link on current last git commit (#1940) 2017-06-07 07:32:56 +01:00
Denys Vuika
7d9da71b80 support for healdess chrome (#1939) 2017-06-06 15:44:06 +01:00
Maurizio Vitale
4f3ec6aaad [ADF-744] Attachment List is not displayed within Processes. (#1937)
* Use the adf process attachment list indise demo shell

* Change documentation
2017-06-06 15:40:06 +01:00
Maurizio Vitale
602ec95a0c [ADF-702] Task/Process Filter - Provide a way to change the default filter (#1932)
* [ADF-702] Task/Process Filter - Provide a way to change the default filter

* Provide a way to select a custom menu filter

* Improve activiti process filter

* Add internal link

* Change link name

* add link
2017-06-06 15:29:45 +01:00
Deepak Paul
361cf3ef68 #ADF-696 Now accordion opens/closes on click of group header along with emitting heading click event (#1936) 2017-06-06 15:27:44 +01:00
Eugenio Romano
290fae1e15 coverage fix (#1934) 2017-06-06 10:57:11 +01:00
Maurizio Vitale
0dda6e922a [ADF-686] add blobFile as input (#1933) 2017-06-05 21:33:20 +01:00
Eugenio Romano
6fd520a510 fix pacakge.json tag 2017-06-05 17:57:17 +01:00
Eugenio Romano
ad4467dad5 rollback demo tag 2017-06-05 12:27:37 +01:00
Eugenio Romano
8538ff4375 add sleep time flag in publish script 2017-06-05 12:11:15 +01:00
Denys Vuika
a84fac6a6b remove old 'banned' demo from login screen (#1929) 2017-06-05 10:38:04 +01:00
Eugenio Romano
14dd1b397f move coverage separate file and get component to calculate coverage as input 2017-06-05 02:37:12 +01:00
Eugenio Romano
bc7170cb44 Source Mapping is not working on test debugging (#1931)
* coverage single components run fix

* remove spec.ts from coverage

* make the coverage and the istanbul-instrumenter-loader works only over the console test because a problem on the remapping for the browser test

* move tslint on the main folder of any component

* remove build:w from readme

* stop build tslint error also in spec files

* clear karma file from unnecessary files

* add set -f for build all script in order to accept *

* fix lint problem and failing tests

* fix failing test search component

* add loader test for viewer

* fix tslint error userinfo

* --max_old_space_size=2048 remove

* fix tslint error uploader unused EventEmitter

* remove spec|index|.*mock|.*model|.*event from coverage
2017-06-04 23:36:46 +01:00
Denys Vuika
7bb002013a lock files for npm 5 (#1930)
add lock files for npm v5; does nothing for earlier versions, so is not harmful
2017-06-02 22:09:11 +01:00
Denys Vuika
2a9ec3789c fix file upload bug (#1928)
- proper extraction of File objects from the FileList
2017-06-02 22:08:21 +01:00
Vito
10557103a0 [ADF-709] add autofocus when a new row is added on dynamic table widget (#1927)
* [ADF-709] add autofocus when a new row is added on dynamic table widget

* [ADF-709] removed wrong reference for template
2017-06-02 20:10:24 +01:00
Denys Vuika
5c6bb9b4fc fix i18n issue with webpack 2017-06-02 16:38:33 +01:00
Denys Vuika
24363ef265 [ADF-571] upload feature rework (#1922)
* upload feature rework

lots of improvements for upload dialog and underlying services

* readme update

- readme cleanup
- remove some old comments from code
- update readme with new events for Upload Service

* restore prerequisites section in readme
2017-06-02 14:05:55 +01:00
Hussain Ashraf
ad65dc5d60 Add data-automation-id to multi select checkbox (#1924) 2017-06-02 14:05:29 +01:00
Infad Kachancheri
d6d5346e71 exported report and chart models (#1925) 2017-06-02 13:55:59 +01:00
Infad Kachancheri
720d735d02 [ADF-713] Process Attachment - Provide a way to attach a new content (#1920)
* added service to get all the related content of the process instance

* added new component to create/upload attachment for process instance

* added unit test cases for create-process-attachment component

* exported create-process-attachment component

* added documentation for create-process-attachment component
2017-06-02 09:29:25 +01:00
Eugenio Romano
139a9bf0d7 [ADF-721] Fix translation reference for dev task (#1923)
* move translation files in the bundles folder

* fix after review
ripristinate tslint and remove override tsconfig
2017-06-02 09:17:08 +01:00
Vito
8c032b2167 [ADF-707] Ability to select a row on a dynamic table (#1921) 2017-06-01 17:49:25 +01:00
Deepak Paul
2b97df0656 [ADF-696] Entire accordion group header should be clickable (#1918)
* #ADF-696 Added new input to show/hide expand icon, click event is activated for the complete heading

* #ADF-696 tslint fix

* #ADF-696 Added documentation for new input and removed unwanted div
2017-06-01 17:46:43 +01:00
Infad Kachancheri
c749bb72cf [ADF-712] Task Attachment - Provide a way to attach a new content (#1898)
* create button, download, view functionality added in task attachment list component

* created sevice to attach document to task

* added new component to create/uplaod attachment to task

* added new component to create/uplaod attachment to task

* added test case for create task attachment component

* added test case for create task attachment component

* added input to block upload document  to ECM

* fixed create task attachment spec file issue

* changed alfresco-upload to alfresco-core upload directive

* removed attachCreate button and emitter from task-attachment-list

* removed uploadToEcm input and checkValidity method from alfresco-upload

* added documentation for task-attachment-list and create-task-attachment components
2017-06-01 16:25:50 +01:00
Infad Kachancheri
1993ff9856 [ADF-710] Create an Process Attachment List component (#1919)
* added new component to list the process attachments with view, download and delete functionality

* added unit test cases for activit-process-attachment-list component

* exported new process attachment list component

* added documentation for process-attachment-list component
2017-06-01 16:13:19 +01:00
Maurizio Vitale
0fdaf2752b ADF-402 add the show diagram button (#1917) 2017-06-01 12:15:52 +01:00
Eugenio Romano
cd2e4abc8e add option only demo shell version change for update version script 2017-06-01 11:18:35 +01:00
Eugenio Romano
bcb9b21722 wav and Mp3 enabling viewer (#1916) 2017-06-01 08:54:20 +01:00
Eugenio Romano
7dd034febc move demo projects to webpack (#1915) 2017-05-31 20:13:09 +01:00
Denys Vuika
56a0333eda [ADF-667] selection mode and row styles (#1914)
* selection mode and row styles

- single/multiple/none selection modes for DataTable component (and Document List)
- support for custom row styles (inline and classname values)
- fix karma config (material themes)
- readme updates
- package-lock.json files for NPM5 support
- updated DataTable demo to demonstrate selection modes and row styles

* remove package lock files
2017-05-31 17:48:47 +01:00
Vito
e7f2d81089 [ADF-680] Added previous page check when page has no more elements (#1911)
* [ADF-242] - fix for deleting - saving a report

* [ADF - 242] added test for fixed feature on reports save - delete

* [ADF-680] - Fixed behaviour when deleting all files on last page of document list

* Start adding test for documentlist check

* Added test for check double page load

* [ADF-680] - removed commented test code

* [ADF-680] Added changes from peer review

* [ADF-680] added return type
2017-05-31 15:08:26 +01:00
Maurizio Vitale
6aca38ff9a [ADF-602] Accordion component - Add basic documentation (#1913)
* Add basic documentation Accordion component

* Update README.md
2017-05-30 15:21:19 +01:00
Denys Vuika
bc3fe8473e [ADF-573] support for toggling enabled state (#1912) 2017-05-30 14:28:12 +01:00
Eugenio Romano
9bf63270f7 [ADF-613] Add plain text viewer (#1873)
* add plain text viewer

* different devices optimizations

* returns types
2017-05-30 13:13:07 +01:00
Denys Vuika
5bfa244ea9 [ADF-604] Upgrade @angular/material to latest version (#1909)
* update dependencies and module imports

* fix template warnings and fix import issues

* migrate Activiti Form to MdTabsModule

* fix unit tests

* fix tests

* fix unit tests

* fix unit tests

* disable test that fails only on travis

* upgrade activiti form component to angular/material

* fix test (remove MDL class check)
2017-05-30 11:51:50 +01:00
Vito
30bd4d73e1 [ADF-242] Fixed behaviour for saving/deleting reports (#1905)
* [ADF-242] - fix for deleting - saving a report

* [ADF - 242] added test for fixed feature on reports save - delete

* Added translation key
2017-05-26 17:07:59 +01:00
Denys Vuika
9c7499fd4a [ADF-621] show drop effect on folders only (#1897)
* show drop effect on folders only

- fix `hasValue` api for data rows (avoid 'false' value to be evaluated as missing value)
- support for evaluating drop support for rows
- document list enables upload zones for folders only

* api improvements as per code review
2017-05-26 16:04:41 +01:00
Eugenio Romano
f6989a958b update-version script 2017-05-26 15:10:39 +01:00
Denys Vuika
ed13b898d8 [ADF-640] reload document list on folder upload (#1895)
* reload document list on folder upload

- extend UploadService with 'folderCreated' event to be able reacting on folder uploads globally
- extend Demo Shell to reload document list on UploadService events (folderCreated)

* readme updates
2017-05-26 14:42:24 +01:00
Denys Vuika
26b5bf2348 [ADF-610] Upload button and DnD area should not upload hidden files and folders (#1908)
[ADF-610]  upload cleanup
- more strongly typing
- api improvements

* Upload cleanup and api improvements

- remove old unused settings (formFields variable)
- individual options for uploaded files (i.e. versioning)
- upload button and drag-and-drop area now set individual settings for file versioning

* exclude hidden files from upload
2017-05-26 14:39:36 +01:00
Eugenio Romano
6632f05161 split the module runner ts-loader between dev and production in the way that the production runner will override the path during the build (#1907) 2017-05-26 12:53:20 +01:00
Eugenio Romano
390a9b5c33 Merge pull request #1886 from Alfresco/dev-denys-ADF-535
[ADF-535] SASS support for components
2017-05-26 12:40:21 +01:00