Commit Graph
9334 Commits
Author SHA1 Message Date
Vito 246180925e [ADF-509] - fixed settings window dimension (#1892)
* [ADF-509] - fixed settings window dimension

* [ADF-509] - Changed fixed pixel dimension with percentage values
2017-05-25 15:12:53 +01:00
Eugenio Romano 811e1b3783 invert clean and registry 2017-05-25 15:12:52 +01:00
Denys Vuika da18a21e7c [ADF-551] sorting for document list (#1891)
* table cell component

- table cell component with performance improvements

* permissions and sorting fixes

- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications

* fix unit tests

* fix tsconfig for unit testing
2017-05-25 15:12:52 +01:00
Eugenio Romano ef5bb6333c change order publish script install and dev js api 2017-05-25 15:12:52 +01:00
Eugenio Romano 0e153c47ef group test (#1890) 2017-05-25 15:12:52 +01:00
Eugenio Romano 59021ae9d2 activiti-start-process should accept list of process variable in input (#1880) 2017-05-25 15:12:52 +01:00
Eugenio Romano 075ee8a538 relative pointing (#1879)
readme modify
start.sh and nom-build-all refactoring
change travis conf
update version of zone.js (fixes console error)
karma conf remove dist
add alias build
override tsconfig components build
2017-05-25 15:12:52 +01:00
Eugenio Romano d5f90a59f4 List all components in readme (#1889) 2017-05-25 15:12:51 +01:00
Vito 38a04d24fc [ADF-647] Fix retrieving value for dropdown (#1888)
* [ADF-647] Fix retrieving value for dropdown
2017-05-25 15:12:51 +01:00
Vito e8889a5adb [ADF-147] Add input mask to Text Widget on Form (#1885)
* ADF-147 create directive to apply input mask
* ADF-147 - created directive for calculate input mask
* ADF-147 added input mask for text element
2017-05-25 15:12:51 +01:00
Denys Vuika b79ee13d11 [ADF-641] fix upload issues with various file types (#1887)
* fix upload issues with various file types

- removes file type check as most browsers leave this field empty
- allows uploading all types of files

* remove obsolete tests
2017-05-25 15:12:51 +01:00
Denys Vuika e63802ef4f form renderer fixes (#1882)
- provide support for showing generated documents in Display Value widget
2017-05-25 15:12:51 +01:00
Maurizio Vitale a90423aa21 [ADF-491] Task Attachment List Component (#1877)
* Create a new component Task Attachment List
Improve the datatable to get the rows to show

* The component name should follow the guide style
Move the Content calls in a different service file
Show the attach file inside the viewer

* Change method name

* Datatable should get the path and show the icon

* Improve attachment component

* Improve datatable documentation

* Remove console.log
2017-05-25 15:12:51 +01:00
Denys Vuika 608b3639ea auth service enhancements (#1860) 2017-05-25 15:12:51 +01:00
Eugenio Romano af82f83669 Add config files in any components folder (#1878)
* add config files in any components folder
* all test run option ft and option to skip build and run only test
2017-05-25 15:12:50 +01:00
Denys Vuika 130c2e4428 auth service api improvements (#1865)
Rename Auth Service events:
- loginSubject -> onLogin
- logoutSubject -> onLogout
2017-05-25 15:12:50 +01:00
Eugenio Romano 4db98a1d7b Fix Readme scripts 2017-05-25 15:12:50 +01:00
Eugenio Romano 404ea5c852 token option 2017-05-25 15:12:50 +01:00
Eugenio Romano 72704cad57 [ADF-570] Script for Pushing to Registry (#1875)
* change prepublish to build only
add .npmrc in the gitignore and npmignore
clean .npmrc during the clean task
change registry during publish with npmrc file
add rimraf install in npm publish

* add option to link an alfresco-js-api from github

* npm build on develop branch will use the alfresco-js-api from develop

* modify script after review
add -gitjsapi to starts.sh to change jsapi pointing
add -vjsapi to starts.sh to change jsapi pointing

* start dist demo shell script option
2017-05-25 15:12:50 +01:00
Denys Vuika 1fadfa8166 [ADF-615] significant performance improvements for drag and drop (#1874)
* fix uploading to folders

* significant performance improvements for drag and drop

* unit test fixes
2017-05-25 15:12:50 +01:00
Denys Vuika 27ba99d11e disable ADF-551 due to conflicts with Permissions feature 2017-05-25 15:12:50 +01:00
Eugenio Romano be062917b8 start server fix 2017-05-25 15:12:49 +01:00
Mario Romano 6da0eaba37 Fix build problem (#1861)
* fix sourcemap
fix relative path and pre publish build
change travis wait
all test run build and remove unused cpx

* global test task
modify publish script to accept options

* appveyor run

* different approach single test run

* make it work the analytics test
modify start demo shell script to use a different registry

* sourcemap demo shell working

* update readme and add install after any clean
add registry option in start.sh script
add develop and normal mode in demo shell
add -d option in start.sh to point to the local components
add -c option in build script to point to the local components
2017-05-25 15:12:49 +01:00
Denys Vuika b0be88ec37 [ADF-551] allow setting sorting in html (#1857)
* allow setting sorting in html

* readme update

* update readme

* restore permissions code

* - Remove the check permission from the datatable and move inside the documentlist

* Remove commented test
2017-05-25 15:12:49 +01:00
Eugenio Romano 416d8c2a1b reintroduce start:dist task 2017-05-25 15:12:49 +01:00
Denys Vuika 07d898b2aa node-click and node-dblclick DOM events (#1863)
Extra DOM events with bubbling support for DocumentList:
- node-click
- node-dblclick
2017-05-25 15:12:49 +01:00
Denys Vuika 5c7d53230d fix upload directive for Safari (#1871) 2017-05-25 15:12:49 +01:00
Deepak Paul 3482cc57be [ADF-402] Process Diagram Widget - Show the current process state (#1867)
* Fixes for activiti process diagram

Fix to show the current process state. ADF issue no ADF-402

* #ADF-402 fix to show process state and unit tests changes

* fixed test for pipeline to match new angular4 changes on simple change (#1868)

* [DW-50]: New features for accordion-group component (#1851)

[ADF-557] -  Add a new property called showIcon as input to hide/show filter icons.

* [ADF-242] Select the first in the list when the report is deleted (#1862)

* ADF-242 Select the first in the list when the report is deleted

* Update README.md

* Fixes for activiti process diagram

Fix to show the current process state. ADF issue no ADF-402

* #ADF-402 fix to show process state and unit tests changes

* #ADF-402 Removed error logging and modified documentation
2017-05-25 15:12:49 +01:00
Infad Kachancheri bac2a45d18 [ADF- 556] Analytics Service - Add a new method to get the report details by name (#1869)
* added service to get report details by report name

* analytics service tslit fix#1

* added test cases for getReportList and getReportByName
2017-05-25 15:12:48 +01:00
Maurizio Vitale e09d317d1e [ADF-242] Select the first in the list when the report is deleted (#1862)
* ADF-242 Select the first in the list when the report is deleted

* Update README.md
2017-05-25 15:12:48 +01:00
Infad Kachancheri 22bbffdb21 [DW-50]: New features for accordion-group component (#1851)
[ADF-557] -  Add a new property called showIcon as input to hide/show filter icons.
2017-05-25 15:12:48 +01:00
Vito 664565a42a fixed test for pipeline to match new angular4 changes on simple change (#1868) 2017-05-25 15:12:48 +01:00
Denys Vuika e29741d18d [ADF-587] upgrade components to angular 4 (#1866)
[ADF-587]  upgrade components to angular 4
2017-05-25 15:12:48 +01:00
Maurizio Vitale 5ba1202292 Do not reload the tasks when the taskId and currentTask are the same (#1856) 2017-05-25 15:12:48 +01:00
Denys Vuika c07d12261f vs code config fixes 2017-05-25 15:12:48 +01:00
Eugenio Romano f6eeb8e76a fix sourcemap (#1864) 2017-05-25 15:12:47 +01:00
Eugenio Romano 9689097199 Fix table properties readme 2017-05-25 15:12:47 +01:00
Eugenio Romano a57520436c Update readme components list 2017-05-25 15:12:47 +01:00
Eugenio Romano 80d67212b7 [ADF-579] - move license check in webpack (#1859)
* move license check in webpack

* fix exclusion check header

* different headers
2017-05-25 15:12:47 +01:00
Denys Vuika 774017ac62 Merge branch 'development' of https://github.com/Alfresco/alfresco-ng2-components into development 2017-05-25 15:12:47 +01:00
Denys Vuika 0f04bcdcee update shared vs code settings 2017-05-25 15:12:47 +01:00
Eugenio Romano b5ebe5bc47 invert show default properties (#1858)
* invert show default properties

* fix test
2017-05-25 15:12:47 +01:00
Denys Vuika fc728676c0 webpack configuration fix 2017-05-25 15:12:47 +01:00
Infad Kachancheri 31bd24839e [DW-49]: Add new input to process activiti-filters component to show/hide icons (#1849)
[ADF-557]: Add new input to process activiti-filters component to show/hide icons
2017-05-25 15:12:46 +01:00
Eugenio Romano 4188a5aee9 clean rating component (#1854) 2017-05-25 15:12:46 +01:00
Infad Kachancheri 934509c7ba [DW-46] - Process Service - Add a new method to get the application details by Id (#1846)
ADF-555 - Process Service - Add a new method to get the application details by Id
2017-05-25 15:12:46 +01:00
eromano b47a5e49c0 fix pacakge json social and add force option publish script 2017-05-25 15:12:46 +01:00
Eugenio Romano 0b246b8211 Speed up build (#1852)
* single build webpack

* fix demo shell test
2017-05-25 15:12:46 +01:00
Infad Kachancheri 8959476941 [DW-45] Process Service - Fix the input type from string to number (#1845)
Process Service - Fix the input type from string to number
2017-05-25 15:12:46 +01:00
Infad Kachancheri 0fa56dff23 [DW-43] Task Service - Fix the input type from string to number (#1842)
ADF-554 Process Service - Fix the input type from string to number
2017-05-25 15:12:45 +01:00