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
Infad Kachancheri
f89a0eafd9
[DW-44] - Task Service - Add a new method to get the application details by Id ( #1843 )
...
ADF-555 New service that returns application details for a given appId
2017-05-25 15:12:45 +01:00
Denys Vuika
25cffb1f19
add missing module exports ( #1853 )
...
- FileModel
- PermissionModel
2017-05-25 15:12:45 +01:00
Denys Vuika
f33b841f9b
[ADF-534] Login dialog enhancements ( #1844 )
...
* version 1.4.0 social component
* Login dialog enhancements
- ability to toggle ‘Remember me’ (switched off by default now)
- ability to toggle a footer with extra actions (switched off by
default now)
- readme updates
* fix unit tests
2017-05-25 15:12:45 +01:00
Eugenio Romano
6342c34f51
version 1.4.0 social component
2017-04-28 13:01:23 +02:00
Mario Romano
bca027ddf0
Merge pull request #1850 from Alfresco/development
...
1.4.0
1.4.0
2017-04-27 14:18:33 +01:00
Mario Romano
ac16f1c3dc
1.4.0 ( #1848 )
2017-04-27 14:05:12 +01:00
Denys Vuika
fb25cd34d0
Update README.md
2017-04-27 14:05:12 +01:00
Mario Romano
e065865ad4
revert change to the upgrade script
2017-04-27 14:05:12 +01:00
Maurizio Vitale
50abe09edb
Fix bug related to upload button permission ( #1838 )
...
* Add the permission check on the activiti button
* Fix code after unit test
* Add basic documentation
* Improve the code and fix the missing file issue
* Fix unit test after refactoring
* remove duplicate log
2017-04-27 14:05:11 +01:00
Eugenio Romano
e25b05d991
rating component #521 ( #1810 )
...
* rating component #521
* use adf prefix
2017-04-27 14:05:11 +01:00
Maurizio Vitale
1d45089125
#514 ( #1840 )
...
Follow the component guide style
The accordion should be open by default
2017-04-27 14:05:11 +01:00
Vito
93b8d3742f
Added permission check on documentlist action menu ( #1832 )
...
* #ADF-166 - add permissin check on folder creation
* #ADF-166 - removed wrong pushed change
* #ADF-166 - improved permission check
* #ADF-166 - added test for menu action permission check
* #ADF-166 upgraded disabled attribute to match all the browsers
* #ADF-166 added peer review changes
* #ADF-166 added some little code improvements
2017-04-27 14:05:11 +01:00
Denys Vuika
dad7a575f7
disable debug button by default ( #1836 )
...
- debug button is now disabled by default for the Form and Task Details
- debug mode now enabled by the demo shell explicitly
2017-04-27 14:05:11 +01:00
Denys Vuika
1dd283b0d8
Form renderer enhancements ( #1839 )
...
- readonly mode for “Dynamic Table”
- “Display Value” now just uses “Dynamic Table” if needed (previously
rendered the table itself)
- support for “tableEditable” settings
2017-04-27 14:05:11 +01:00
Denys Vuika
95711616ca
upload button enhancements ( #1835 )
...
- add support for [disabled] attribute
- move to angular/material icons
- improve demo shell layout (files.component)
2017-04-27 14:05:11 +01:00
Denys Vuika
39ffd515d9
Viewer readme cleanup ( #1837 )
2017-04-27 14:05:10 +01:00
Denys Vuika
554e0d79db
documentation updates ( #1831 )
...
- new walkthrough on metadata-driven UI
2017-04-27 14:05:10 +01:00
Vito
806874cdca
#ADF-498 added check for valid settings addresses ( #1834 )
...
* #ADF-498 added check for valid settings addresses
* #ADF-498 added adf prefix to the new style class
2017-04-27 14:05:10 +01:00
Maurizio Vitale
1de625d960
Custom Filter Component ( #1823 )
...
* Add Accordion component
* Add property to hide icon
* Use accordion component in demo shell
* Add basic doc
* Add adf prefix
* Add element id and change unit test
2017-04-27 14:05:10 +01:00
Maurizio Vitale
0e4dab8b66
Disable upload button with no permission ( #1820 )
...
* Add the permission check on the activiti button
* Fix code after unit test
* Add basic documentation
2017-04-27 14:05:10 +01:00
Denys Vuika
721e96c01b
fix checklist buttons ( #1824 )
2017-04-27 14:05:10 +01:00
Eugenio Romano
397c49810f
Delete Jenkinsfile
2017-04-27 14:05:10 +01:00
Eugenio Romano
34439b0022
Delete fabric8.yml
2017-04-27 14:05:09 +01:00
Denys Vuika
87b479e720
datatable improvements ( #1822 )
...
- move ngSwitch outside of the ngFor directive (to avoid issues)
- improved template maintainance (without ngFor template hack)
- readme updates to reflect new features
2017-04-27 14:05:09 +01:00
Denys Vuika
6c2e56296f
readme updates for Form component
2017-04-27 14:05:09 +01:00
Denys Vuika
82b32cde25
fix pagination styles ( #1821 )
2017-04-27 14:05:09 +01:00
Maurizio Vitale
87d889e8af
Provide a way to retrieve the task filter by Id or by name ( #1815 )
...
* Provide a way to retrieve the task filter by Id or by name
* Update activiti-tasklist.service.ts
* Update activiti-tasklist.service.spec.ts
* Removed space
2017-04-27 14:05:09 +01:00
Maurizio Vitale
88edb1697a
Provide a way to retrieve the process filter by id or name ( #1817 )
...
* Provide a way to retrieve the process filter by id or name
* Update activiti-process.service.ts
2017-04-27 14:05:09 +01:00
Eugenio Romano
d4cc54d561
hide Pagination in empty folder #1595 ( #1811 )
...
* hide Pagination in empty folder #1595
* unify isPaginationEnabled condition in template #1595
2017-04-27 14:05:09 +01:00
Vito
09f3a6e30f
fix userinfo test ( #1819 )
...
* fix userinfo test
* Added changes from review
2017-04-27 14:05:09 +01:00
Eugenio Romano
0fcd40b7f0
revert update ng2-translate-version #1397 ( #1818 )
2017-04-27 14:05:08 +01:00
Vito
26da797398
#ADF-452-userinfo show full name on the banner ( #1814 )
...
* #ADF-452-userinfo show full name on the banner
* #ADF-452 - added improvement from PR
2017-04-27 14:05:08 +01:00
Vito
1eea3c2983
#ADF-440 move start task and start process button on respective filters list ( #1816 )
2017-04-27 14:05:08 +01:00
Eugenio Romano
6af0f10fa8
demo shell remove unused import and add tslint on start dev
2017-04-27 14:05:08 +01:00
Maurizio Vitale
f6102dfc07
DocumentList - Check permissions on delete folder/file ( #1808 )
...
* Add check permission on delete folder/file
* Provide a way to disable the action when if there is no permission
* Improve the code using the external permission inside the folder/document action service
* Add basic documentation.
- How disable the button when the permission is missing
- How to show a notification message when the permission is missing
* Resize the image
* Change the value to true for demo purpose
* Update folder-actions.service.ts
* Update document-actions.service.ts
2017-04-27 14:05:08 +01:00