Eugenio Romano
8725a745c2
1.3.0 ( #1795 )
2017-04-04 12:27:58 +01:00
Denys Vuika
73b1ed6040
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-03-31 15:44:54 +01:00
Mario Romano
2651ec46d6
#1711 fix version package.json 3rd libraries ( #1768 )
...
* #1711 fix version package.json 3rd libraries
* fix test
2017-03-30 19:06:01 +01:00
Maurizio Vitale
406d96d5bf
The process filter should not be created twice ( #1789 )
2017-03-30 18:12:35 +01:00
Vito
4ef560e7f5
#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-03-30 09:16:52 +01:00
Denys Vuika
4c62409e8c
optimise some dependencies ( #1781 )
...
- remove “intl” from components (not needed)
- remove “material-design-icons” from core (not needed)
2017-03-28 17:27:37 +01:00
Eugenio Romano
7657c1e633
add @angular/material dep on demos systemjs conf ( #1780 )
2017-03-28 16:26:19 +01:00
Maurizio Vitale
fde08bb573
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-03-27 14:33:07 +01:00
Vito
8132f79e97
#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-03-27 14:32:22 +01:00
Eugenio Romano
36c76bf10c
add timeout increase karma tests ( #1771 )
2017-03-27 12:51:14 +01:00
Eugenio Romano
5072cb3aa0
increase inactivity timeout test ( #1760 )
2017-03-23 17:55:50 +00:00
Eugenio Romano
a06138136b
missing event coverage exclude ( #1761 )
2017-03-23 16:46:39 +00:00
Eugenio Romano
e8c524176e
fix clean script and build all ( #1758 )
2017-03-23 15:51:28 +00:00
Eugenio Romano
707851ce85
fix HammerJS warning #1617 ( #1755 )
2017-03-23 15:44:52 +00:00
Eugenio Romano
d739526517
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-03-23 10:54:49 +00:00
Denys Vuika
57557a991e
support for column definitions in html ( #1705 )
...
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation
2017-03-13 11:05:52 +00:00
Denys Vuika
5b5916bfb1
fix image paths for components ( #1696 )
...
* fix Login image paths
* fix TaskList image paths
* fix DocumentList image paths
* fix Search image paths
2017-03-13 10:42:18 +00:00
Mario Romano
cf85840350
Dev denys 1704 hotfix ( #1717 )
...
* Update README.md
* #1173 fix doc documentlist
* Date widget: support for `display date format`
* unit tests update
* pin js-api version
* Fix Thumbnail preview (#1689 )
* Fix Thumbnail preview
* Fix thumbnail unit test
* Remove the fix prexif
* Rollback the pin js api version
* Update package.json
* 1.2.1 tasklist,processlist,form
2017-03-10 18:46:22 +00:00
Maurizio Vitale
5e4e8c759c
#11625 ( #1703 )
...
Fix ObjectDataRow
Tasklist
Processlist
2017-03-08 20:05:05 +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
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
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
571b7f09c3
refactoring build script #1533 ( #1664 )
2017-02-27 09:15:52 +00:00
Mario Romano
b614d2d5a5
#1540 fix systemjs links
2017-02-15 13:32:41 +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
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
Mario Romano
ffb959d331
1.1.0 ( #1562 )
2017-01-30 12:57:27 +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
Mario Romano
1c21875607
#537 snackbar notification system ( #1527 )
...
* #537 snackbar notification system
* #537 add test dependencies
* #537 add export material module
* #537 fix demo project
2017-01-24 17:09:13 +00:00
Vito
dcee6abc35
#1484 - clean search result when nothing is typed in the search input ( #1502 )
2017-01-19 11:52:06 +00:00
Vito
4653b9ad23
#1485 - add clean input search on close ( #1498 )
2017-01-18 14:56:11 +00:00
Maurizio Vitale
4b3c77799e
Set default select option ( #1496 )
...
* #1479 default select option
* #1479 Fix task dropdown default value
2017-01-18 02:43:31 -08:00
Maurizio Vitale
f5d2269c2e
#1112 Use the mdl-chip ( #1466 )
...
* #1112 Use the mdl-chip
* fix unit test
2017-01-16 11:50:14 +00:00
Mario Romano
9655e51943
#1471 rollback className change ( #1472 )
2017-01-16 11:49:43 +00:00
Vito
0a725f00e2
#1441 - clean checklist input after submit or cancel action ( #1460 )
2017-01-13 14:37:48 +00:00
Denys Vuika
0fa87bb17d
selected row highlight ( #1448 )
...
* showing selected row
Support for showing selected row for the components:
- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList
fixes #170
* unit test fixes
2017-01-13 12:45:37 +00:00
Denys Vuika
0ee5c9846a
fix error handling and "this" context ( #1445 )
...
* fix error handling and "this" context
* fix typo
2017-01-12 06:12:52 -08:00
Vito
9e0536bca9
#1259 - checklist task does not appear on tasklist after creation ( #1435 )
...
* #1259 - refresh tasklist when checklist is added
* #1259 - updated readme to reflect changes
* #1259 - fixed wrong rebase import
2017-01-11 14:32:17 +00:00
Denys Vuika
885e0e85aa
process details improvements ( #1408 )
...
* process details improvements
- new: redirect to task instead of opening a dialog (Activiti parity)
- fixed: task headers for nameless tasks
- fixed: cursor style for task list items
- new: stub for ng-1 directive api (Activiti stencils)
- code cleanup
* error handling fixes
2017-01-09 12:57:03 +00:00
Denys Vuika
1c3e7b6843
Merge branch 'development' into dev-denys-1152
2017-01-06 10:03:40 +00:00
Denys Vuika
df97a2e24c
fix unit tests
2017-01-06 09:55:07 +00:00
Denys Vuika
d42f41ec00
Migrate from window.console to LogService
2017-01-05 21:06:30 +00:00
Vito
d972393b72
#1259 - fix assignee for checklist task ( #1395 )
...
* #1259 - fix assignee for checklist task
* #1259 - added checklist to tasklist readme
2017-01-05 14:53:39 +00:00
Mario Romano
a35c2f7c04
#1385 fix build:w task ( #1386 )
2017-01-04 19:48:53 +00:00
mauriziovitale84
896c57fa53
#1370 Removed deprecated AlfrescoAuthenticationService
2017-01-04 17:28:29 +00:00
mauriziovitale84
58af422d62
#1370 Remove use of AlfrescoSettingsService
2017-01-04 17:27:41 +00:00
Maurizio Vitale
4c522fabb8
Show long comment ( #1354 )
...
* #1324 long comment
* #1324 use different css style
* #1324 Fix long words without space
2017-01-04 10:57:39 +00:00
Denys Vuika
facafbd55c
Single naming convention for core services ( #1363 )
...
* remove temporary file from repo
* fix: alfresco-api.service
* new: auth.service.ts
- new auth.service.ts implementation
- deprecation warning for AlfrescoAuthenticationService
- fix ‘clean-build’ typo
- extra vscode settings for ‘.d.ts’ files
* use AuthService internally
* new: content.service.ts
- deprecation warning for AlfrescoContentService
- use new ContentService internally
* new: settings.service.ts
- new SettingsService
- deprecation warning for AlfrescoSettingsService
- using new SettingsService internally
* new: translate.service and translate-loader.service
- custom TranslateLoader becomes AlfrescoTranslateLoader
- custom TranslateService becomes AlfrescoTranslateService
- deprecation notices for old service and loader implementations
* fix: document list
* fix: search
* fix: tag
also fixes #1364
* fix: activiti form
* fix: activiti tasklist, improve unit tests
* fix: activiti processlist, unit tests improvements
* fix: diagram component
* fix: analytics component
* fix: upload component
- fix numerous issues with unit tests (hidden by ‘any’ type)
- test improvements
* fix: webscript
* fix: userinfo unit tests
* code fixes
* fix 'beforeAll' issue
* tasklist unit testing improvements
* fix: form unit tests
* fix: unit tests
2017-01-03 10:46:27 +00:00
Mario Romano
f5824cb0eb
improve travis build ( #1340 )
...
* short time travis build
* optimize build
* optimize build
* optimize build
2016-12-22 09:55:27 +00:00
Eugenio Romano
bd0fb46639
add dependency in package.json in order to build in node 4 ( #1347 )
2016-12-22 09:54:58 +00:00