2361 Commits

Author SHA1 Message Date
Denys Vuika
facd6e0458 DataTable docs and backwards compatibility (#1702)
* example: custom datatable row actions

* update docs, provide backwards compatibility
2017-03-10 09:50:02 +00:00
Maurizio Vitale
5e4e8c759c #11625 (#1703)
Fix ObjectDataRow
Tasklist
Processlist
2017-03-08 20:05:05 +00:00
Denys Vuika
e45069be13 user-info component fixes (#1694)
* user-info fixes

- fix image paths to be relative rather than rooted (for user info,
refs #1606)
- fix full name rendering
- fix styling for ‘job title’

* fix unit tests
2017-03-08 12:04:27 +00:00
Maurizio Vitale
a0b8781209 Fix Thumbnail preview (#1689)
* Fix Thumbnail preview

* Fix thumbnail unit test

* Remove the fix prexif
2017-03-06 16:50:28 +00:00
Mario Romano
fdb8cb6758 #1638 fix Incorrect Error message 2017-03-06 15:09:38 +00:00
Denys Vuika
796d9b0e9d minor Login improvements (#1685)
- replace inline SVG with the md-icon component
- own validation/error style classes for theming purposes
2017-03-05 18:50:52 +00:00
Denys Vuika
9c07262657 upgrade to latest ng2-charts (#1686) 2017-03-04 17:30:22 +00:00
Denys Vuika
861393de60 more control over task details header (#1688)
- toggle task details header
- toggle visibility of involve/comments/checklist
- readme updates
2017-03-04 17:29:48 +00:00
Vito
4d8abee892 1454 - fixed spacing in forms (#1687) 2017-03-03 15:32:37 +00:00
Denys Vuika
2e44550d7f support for toggling custom context menu (#1683)
* support for toggling custom context menu

* fix unit tests
2017-03-03 09:25:08 +00:00
Denys Vuika
4ca18bc8f9 cancellable events for DataTable and DocumentList (#1682)
* cancellable events for DataTable and DocumentList

* more typed events and code fixes

* code fixes
2017-03-02 14:49:55 +00:00
Denys Vuika
fd6433027a Update README.md 2017-02-28 13:56:48 +00:00
Mario Romano
cb19ff911c 1.2.0 (#1665)
* bump to 1.2.0

* Update package.json

* Update package.json

* update demo 1.2.0
2017-02-27 12:02:01 +00:00
Eugenio Romano
cd17ac1e6f fix clean placeholder tag actions #1506 (#1662) 2017-02-27 09:52:09 +00:00
Eugenio Romano
571b7f09c3 refactoring build script #1533 (#1664) 2017-02-27 09:15:52 +00:00
Denys Vuika
618d9e6e0e fix display-value rendering for checkboxes (#1661) 2017-02-24 18:04:34 +00:00
Denys Vuika
14c7f0409b sequential loading order (#1659) 2017-02-24 13:49:16 +00:00
Denys Vuika
3375a63680 fix compilation errors with latest TS/TSLint (#1651)
latest TS/TSLint libs detect couple of problems related to private apis
used earlier; changing to public in order to fix compilation
2017-02-23 15:46:58 +00:00
Denys Vuika
4479c23de0 Update README.md 2017-02-23 11:51:23 +00:00
Eugenio Romano
20b3835f85 tag validation #1592 (#1646)
add translation
fix placeholder #1506
2017-02-22 19:11:22 +00:00
Eugenio Romano
2a257f7b62 trim username onBlur #1575 (#1644) 2017-02-21 18:25:17 +00:00
Eugenio Romano
866c3f91a1 rendering service header (#1640) 2017-02-20 14:23:28 +00:00
Eugenio Romano
59cbbcbe4d Dev eromano external viewer (#1636)
* add extensibility point to add a custom viewer

* documentation and tests

* add example in document list
2017-02-16 09:50:12 +00:00
Maurizio Vitale
e3ce65880f Analytics - Add a property to hide the analytics parameters component (#1635)
* Add a property to hide the analytics parameters component
Improve the save/delete/export icons

* Add documentations
2017-02-15 14:45:05 +00:00
Mario Romano
7ee97efdca #1173 fix doc documentlist 2017-02-15 13:42:11 +00:00
Mario Romano
b614d2d5a5 #1540 fix systemjs links 2017-02-15 13:32:41 +00:00
Maurizio Vitale
c1493315bf #1631 Should create an empty form when the process definitions are empty (#1633) 2017-02-15 03:42:48 -08:00
Maurizio Vitale
e3cbff0e35 Viewer - Accessibility alternative text (#1632)
* #1534 No alternative text for close

* #1536 No alternative text for download

* #1537 no alternative text for options
2017-02-14 16:21:08 +00:00
Maurizio Vitale
69699c337b Fix getProcesses service call (#1629)
* Fix getprocesses service call

* Fix unit test wrong url
2017-02-14 16:18:05 +00:00
Maurizio Vitale
9b2740ff64 ADF Rebranding (#1628)
* #1512 Rebranding

* Fix peer review
2017-02-13 17:20:00 +00:00
Denys Vuika
07bad77547 i18n fixes (#1614)
* i18n fixes

- fix issue with default (fallback) language set to browser language
- fix issue with fallback language loading when browser language set to
non-English locale

* code and UI fixes

- move document list i18n strings into own scope
- replace MDL menu with @angular/material menu (fixes issue with menu
items translation, not supported by MDL)
- minor improvements

* fix unit tests

* improve i18n docs and code

- provide basic documentation for Translation service
- remove custom Login component localisation in favour of documentation
sample
- simplified i18n setup for demo shell (single path for dev/prod env)

* remove unnecessary comments
2017-02-10 11:22:25 +00:00
Vito
8bb00fdd00 #1184 - Added option to reports : Save, Delete and Export to CSV (#1600)
* #1184 - adding save export and delete to report

* #1184 - added save button for report

* #1184 - improved export file

* 1184 - fix condition for save and export button

* #1184 - added custom validator for dropdown to avoid wrong selection

* #1184 -start fixing form model

* #1184 - added dynamic build for formBuilder

* #1184 - rebased to development

* #1184 - little test refactoring

* #1184 - added test and some fix

* #1184 - added new events

* #1184 - removed old changes to api service
2017-02-07 15:21:03 +00:00
Maurizio Vitale
d3d67c5934 Create a new activiti content component that provide the file preview (#1516)
* #1236 Add activiti content component

* fix wrong name

* Fix unit test import

* Rollback api changes

* #1236 fix preview using blob

* Fix after review
2017-02-06 19:40:49 +00:00
Maksim
112d7a2d0e Dev kodermax translate (#1580)
* add russian translate for alfresco-login
* add russian translate for documentlist
* add russian translate for alfresco-upload
2017-02-06 12:50:58 +00:00
Denys Vuika
7c54090dea ability to change position of the dropdown menu (left|right) (#1590)
* ability to change position of the dropdown menu (left|right)

* unit tests
2017-02-06 09:55:12 +00:00
Eugenio Romano
5c5911beef Dev eromano tag example (#1596)
* Update README.md

* Readme update with tag example integration document list

* add tag component in the document list demo
2017-02-06 09:54:35 +00:00
Maurizio Vitale
30b4db8161 Analytics - Improve look and feel and user experience (#1585)
* #1583 Improve look and feel and user experience

* #1583
Add layoutType property to report list
Improve unit test
Improve docs

* #1583 Review changes
2017-02-03 16:12:17 +00:00
Mario Romano
6431d7c04f Update README.md 2017-02-03 15:55:54 +00:00
Mario Romano
ffb959d331 1.1.0 (#1562) 2017-01-30 12:57:27 +00:00
Will Abson
5519f9fb00 Fix typos in component properties (#1560)
* Fix typo `fallbackThubnail` -> `fallbackThumbnail`

* Fix typo `showUdoNotificationBar` -> `showNotificationBar`

Update upload mis-spelled properties to 'showNotificationBar' since
showUndoNotificationBar is already a method on the drag area component

Refs #1559

* Fix test cases
2017-01-28 14:52:23 +00:00
Will Abson
09b98e7071 Allow button label to be added via staticTitle input (#1566)
* Allow button label to be added via staticTitle input

Refs #1551

* Minor fix to JSDoc
2017-01-28 14:52:12 +00:00
Eugenio Romano
662effea6c add test auth-guard (#1561) 2017-01-28 13:17:50 +00:00
Mario Romano
251f05e421 #1212 add cutom header and footer option, plus custom footer links (#1553) 2017-01-27 10:34:47 -08:00
Will Abson
0ddd245f83 Fix build errors when using latest JS-API (#1555)
Refs #1554
2017-01-27 16:20:59 +00:00
Mario Romano
9d77346aab fix type issue 2017-01-27 15:55:55 +00:00
Maurizio Vitale
537be1e058 #1175 Separate analytics generator and hide analytics parameters (#1546)
* #1175 Separate analytics generator and hide analytics parameters

* Remove unused code
fix unit test

* Rollback mandatory field (appId)

* fix the onChanges problem

* #1175 - rebased branch
2017-01-27 14:35:28 +00:00
Mario Romano
b05247dade #1014 use document list to display search results (#1548)
* #1014 use document list to diplay search results

* #1014 refactor pagination

* #1014 documentation and scripts update

* fix random erros on tests executrion

* #1014 fix travis scripts and raise timeout jasmine

* #1014 fix appveyor script

* #1014 type nodeId
2017-01-27 12:22:25 +00:00
Denys Vuika
9e00b1d4f1 documentation updates (#1549)
* documentation updates

refs #1357
refs #400

* Update README.md
2017-01-27 09:50:35 +00:00
Denys Vuika
ab73cc66ee fix special chars in readme 2017-01-25 10:59:14 +00:00
Denys Vuika
bd485c730f basic form events hooks and readme updates (#1528)
* basic form events hooks

FormService now exposes the following events:

- formLoaded (formRendered alternative)
- formFieldValueChanged
- taskCompleted
- taskCompletedError
- taskSaved
- taskSavedError

* readme updates
2017-01-25 10:44:41 +00:00