Maurizio Vitale
e484eef348
Improve activiti content coverage ( #1800 )
2017-04-05 11:11:38 +01:00
Denys Vuika
fb11aae2b6
unit tests ( #1798 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
a0eccd2b6c
remove unused phantomjs dep ( #1797 )
2017-04-05 11:11:38 +01:00
Denys Vuika
8272b08f6a
demo app improvements ( #1796 )
...
- fix navigation within process details
- fix ‘create task’ button name (was ‘start task’ previously)
- put ‘create task’ and ‘start process’ buttons to proper places in
layout
2017-04-05 11:11:38 +01:00
Denys Vuika
d25d070229
use original error message for CORS/offline state in login ( #1790 )
...
* use original error message for CORS/offline state in login
* fix tests
2017-04-05 11:11:38 +01:00
Mario Romano
2802765fd6
#1711 fix version package.json 3rd libraries ( #1768 )
...
* #1711 fix version package.json 3rd libraries
* fix test
2017-04-05 11:11:38 +01:00
Eugenio Romano
7ac17bcc15
remove unused old travis file ( #1793 )
2017-04-05 11:11:38 +01:00
Vito
f7764a97ee
#1657 - Added filter by name when clicking on specific app ( #1794 )
2017-04-05 11:11:38 +01:00
Maurizio Vitale
2c21eedc69
Activiti form - Dropdown display label in complete form ( #1777 )
...
* Dropdown - retrieve the label instead of the id
* Add unit test
* Use find instead of filter
2017-04-05 11:11:38 +01:00
Maurizio Vitale
3c25266bc9
The process filter should not be created twice ( #1789 )
2017-04-05 11:11:38 +01:00
Maurizio Vitale
548054c05e
Close the dialog when the activiti content preview is cliecked ( #1792 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
f75e2b05ea
fix dropdown visibility #1593 ( #1767 )
...
* fix dropdown visibility #1593
* fix test search workaround material2 issue 1913
2017-04-05 11:11:38 +01:00
Denys Vuika
c316fcac18
add custom columns support for process list ( #1787 )
2017-04-05 11:11:38 +01:00
Denys Vuika
c3e38e87ab
workaround for tooltips ( #1786 )
...
- migrate buttons to angular/material
- move buttons to the left (workaround for tooltips)
2017-04-05 11:11:38 +01:00
Denys Vuika
0a57c640ef
fix datatable multi select checkboxes ( #1784 )
...
* fix datatable multi select checkboxes
* template cleanup
* fix unit tests
2017-04-05 11:11:38 +01:00
Vito
020952c174
#1517 - ADF-163 - Fixed wrong behaviour when task is created on the s… ( #1785 )
...
* #1517 - ADF-163 - Fixed wrong behaviour when task is created on the same selected filter
* 1517 - removed consecutives blank lines
2017-04-05 11:11:38 +01:00
Vito
0b099eff44
#1654 - move download management to content service from core ( #1788 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
ca36f02826
Minification fix #1693 ( #1782 )
2017-04-05 11:11:38 +01:00
Denys Vuika
cedeba9c55
optimise some dependencies ( #1781 )
...
- remove “intl” from components (not needed)
- remove “material-design-icons” from core (not needed)
2017-04-05 11:11:38 +01:00
Denys Vuika
49dffb8784
remove hardcoded date format ( #1779 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
b5008fd7b1
add @angular/material dep on demos systemjs conf ( #1780 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
a71dc7e1c8
add hammerjs demo shell ( #1778 )
2017-04-05 11:11:38 +01:00
Denys Vuika
32603f52e8
bundle improvements ( #1774 )
...
- add missing alfresco-js-api to the vendors
- add missing 3D viewer related libs to the vendors (fixes issue with
app bundle having duplicates)
2017-04-05 11:11:38 +01:00
Denys Vuika
c9488d32db
fix checkboxes (Form) ( #1773 )
...
- migrate to angular/material checkboxes
- add required indicator
- various fixes and improvements (caused by migration)
2017-04-05 11:11:38 +01:00
Denys Vuika
99a516249d
fix long names in columns (ellipsis-cell class) ( #1775 )
2017-04-05 11:11:38 +01:00
Maurizio Vitale
a1afb728e1
Required filed should have an asterisk inside the label ( #1776 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
602a46ea66
appveyor fix new build script ( #1770 )
2017-04-05 11:11:38 +01:00
Maurizio Vitale
e9bd279259
Integration beetwen Viewer and Activiti Content ( #1765 )
...
* Provide a FormService event when you click on the uploaded content
* Add a formContentClick event to the Form component
* Provide a way to pass Blob to viewer
* Provide a way to use the viewer using a Blob
- Fix the pdf viewer
- Fix the image viewer
- Fix the media viewer
* Update the viewer documentation
* Use the ContentService provided by the core
* Fix and improve unit test
* Add unit test blob viewer
2017-04-05 11:11:38 +01:00
Vito
016f0b3c09
#1517 - Added new behaviour when user create a new task ( #1769 )
...
* #1517 - added search task into filters by id feature
* #1517 - added test for tasklist service
* #1517 - Added test for filter component
2017-04-05 11:11:38 +01:00
Maurizio Vitale
f323c4be75
Fix dynamic translate parameter ( #1772 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
41ee867fd7
add timeout increase karma tests ( #1771 )
2017-04-05 11:11:38 +01:00
Denys Vuika
95b64a0b37
fix build-all script
2017-04-05 11:11:38 +01:00
Eugenio Romano
a965a764e0
appveyor fix new build script ( #1766 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
f552720eb6
use mdl input for tag #1506 ( #1764 )
2017-04-05 11:11:38 +01:00
Denys Vuika
552cbbb273
bug fixes for thumbnails and Safari download ( #1763 )
...
- set ‘show thumbnail’ to true by default
- add support for safe downloads in Safari (upcoming 10.1 and TP)
2017-04-05 11:11:38 +01:00
Mario Romano
aa87a374dd
#1214 use angular 2 mdl input field ( #1762 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
ace279671f
increase inactivity timeout test ( #1760 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
9b36001510
update tag list with refresh event emitter when add or remove a tag #1507 ( #1754 )
2017-04-05 11:11:38 +01:00
Denys Vuika
e2c879409a
Form: support for embedded document view ( #1748 )
...
* Form: support for embedded document view
* unit tests and improvements
- new ContentService to deal with trusted URL and downloads
- unit tests and improvements for ActivitiContent component
2017-04-05 11:11:38 +01:00
Eugenio Romano
2586fba904
missing event coverage exclude ( #1761 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
59272e5cfa
fix clean script and build all ( #1758 )
2017-04-05 11:11:38 +01:00
Mario Romano
4916b99744
#1750 add ngOnchange on data input ( #1751 )
...
* #1750 add ngOnchange on data input
* Update datatable.component.ts
2017-04-05 11:11:38 +01:00
Eugenio Romano
785db5ca00
fix HammerJS warning #1617 ( #1755 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
583e152bca
remove event model from coverage ( #1753 )
2017-04-05 11:11:38 +01:00
Eugenio Romano
1661d58765
make the local link build fast and run the test only if asked #1588 ( #1671 )
...
* make the local link build fast and run the test only if asked #1588
* demo core doesn't exist
* link after install
* move in after success matrix build and install scripts
2017-04-05 11:11:38 +01:00
Eugenio Romano
2bedae8db5
disable add button when no valid ID is provided #1591 ( #1747 )
...
* disable add button when no valid ID is provided #1591
* fix test
2017-04-05 11:11:38 +01:00
Eugenio Romano
05635db985
remove style in html #1678 ( #1743 )
2017-04-05 11:11:38 +01:00
Denys Vuika
76009fcd46
fix dynamic table validation ( #1741 )
...
- dynamic table widget no longer creates a copy of field model, but
uses original one, fixes the problem with validation and state
management
- update unit tests
2017-04-05 11:11:38 +01:00
Eugenio Romano
88da9a181b
add test and documentation staticTitle option #1570 ( #1744 )
2017-04-05 11:11:38 +01:00
Denys Vuika
4ebe1e77b9
upload dialog improvements ( #1740 )
...
Various upload dialog improvements
- fix: headers alignment
- fix: Name column alignment
- fix: rename ‘CANCEL’ button to ‘Cancel all’ (as it’s what it does)
- fix: ‘Cancel all’ button still visible after all upload complete
- new: improved layout and api for file upload components
- new: strongly typed methods for UploadService
2017-04-05 11:11:38 +01:00