Denys Vuika
|
ca2267faff
|
#726 fix unit tests
|
2016-09-14 21:17:13 +01:00 |
|
Denys Vuika
|
2d5944c8bf
|
#726 required validator for 'attach' widget
|
2016-09-14 20:50:59 +01:00 |
|
Denys Vuika
|
3878ea29a4
|
#726 required validator for radio buttons, bug fixes
- REST service data support, fixes #747
- proper value selection on reload, fixes #746
|
2016-09-14 20:26:21 +01:00 |
|
Denys Vuika
|
16eb825a51
|
#726 required validator for group picker widget
|
2016-09-14 18:49:59 +01:00 |
|
Denys Vuika
|
c1b2d0d7ab
|
#726 people widget validator and bug fixes
- people widget validator (Required)
- fixes #744
- fixes #745
|
2016-09-14 18:40:40 +01:00 |
|
Denys Vuika
|
e99b48a6da
|
#726 dropdown and typeahead validation
fixes #743
|
2016-09-14 18:01:53 +01:00 |
|
Denys Vuika
|
1adc87bc67
|
#726 regex validators
|
2016-09-14 13:54:32 +01:00 |
|
Denys Vuika
|
4a9357b6cf
|
#726 min/max value validators, validation improvements
|
2016-09-14 12:37:31 +01:00 |
|
Denys Vuika
|
7700205270
|
#726 validator improvements
- min/max length validators allow null values
|
2016-09-13 18:41:15 +01:00 |
|
Denys Vuika
|
e6b3b6eae5
|
#726 validation summary, min/max length validators
|
2016-09-13 16:26:59 +01:00 |
|
Denys Vuika
|
c5b5a93372
|
#726 performance improvements, minLength validator
- don’t re-evaluate validation state within isValid getter in order not
to kill performance when binding UI to isValid
|
2016-09-13 14:20:30 +01:00 |
|
Denys Vuika
|
9e31cf10be
|
#726 form field validators (base support)
|
2016-09-13 12:24:17 +01:00 |
|
Denys Vuika
|
b3d42fccec
|
#726 Code fixes
|
2016-09-12 16:58:33 +01:00 |
|
Denys Vuika
|
a181cd2c5f
|
#726 basic form validation support
- initial validation workflow
- validation for Required field (text, multiline text widgets)
- disable form outcomes on failed validation
|
2016-09-12 16:49:55 +01:00 |
|
Denys Vuika
|
6f93ee739b
|
Merge branch 'development' into dev-denys-723
|
2016-09-09 16:56:25 +01:00 |
|
Denys Vuika
|
ff1e9871c8
|
#723 code cleanup
|
2016-09-09 16:24:40 +01:00 |
|
Denys Vuika
|
b673088276
|
#723 proper rendering of empty values on complete form
fix `group` and `people` pickers
|
2016-09-09 16:11:03 +01:00 |
|
Denys Vuika
|
736b2d9ef2
|
#723 fixes for widget rendering
Fixes for all the widgets to correctly display on completed/readonly
form
|
2016-09-09 16:02:14 +01:00 |
|
Mario Romano
|
f19670b550
|
version bump
|
2016-09-08 18:28:41 +01:00 |
|
Denys Vuika
|
72ea2d9846
|
#636 fix group filter
|
2016-09-08 14:30:13 +01:00 |
|
Denys Vuika
|
d2fd0e1471
|
Merge pull request #622 from Alfresco/dev-wabson-621
Add new attached-file widget for linking to external files
|
2016-09-08 11:04:47 +01:00 |
|
Will Abson
|
544759af34
|
Add notes on attachfield usage to README
|
2016-09-08 10:55:06 +01:00 |
|
Will Abson
|
6831b377a3
|
Remove map operator import which is not required
|
2016-09-08 09:38:46 +01:00 |
|
Mario Romano
|
4dacb47c7c
|
onError event for form component
|
2016-09-08 09:06:13 +01:00 |
|
Will Abson
|
01906f68ea
|
Remove commented-out CSS
Refs #622
|
2016-09-08 01:46:48 +01:00 |
|
Will Abson
|
25f475d742
|
Use JS API to fetch node info and set related attached content
- Add new service
- Remove old HTTP-based methods from FormService
- Refactoring
Refs #621
|
2016-09-08 01:44:50 +01:00 |
|
Will Abson
|
3463481829
|
Remove console.log() output
|
2016-09-08 00:29:46 +01:00 |
|
Will Abson
|
3d345da616
|
Add new attached-file widget for linking to external files
Refs #621
|
2016-09-08 00:29:46 +01:00 |
|
Mario Romano
|
18d8b4d665
|
Merge pull request #712 from Alfresco/dev-denys-636
People and Group of People widgets
|
2016-09-07 19:19:24 +01:00 |
|
Denys Vuika
|
cc3d766111
|
#635 people widget
refs #635
|
2016-09-07 17:48:41 +01:00 |
|
Denys Vuika
|
296b9ecaa2
|
#636 unit tests and code improvements
fixes #696
|
2016-09-07 12:56:21 +01:00 |
|
Denys Vuika
|
514fbffea9
|
#636 functional-group (aka group picker) widget
|
2016-09-07 10:44:22 +01:00 |
|
Denys Vuika
|
342c4d023b
|
#636 group picker placeholder widget
|
2016-09-06 19:19:44 +01:00 |
|
Mario Romano
|
f9210ba048
|
change needed for health care app
|
2016-09-06 19:18:35 +01:00 |
|
Mario Romano
|
c4c67e4b9c
|
Merge pull request #690 from Alfresco/dev-denys-689
#689 greatly reduced dropdown code
|
2016-09-06 15:19:30 +01:00 |
|
Denys Vuika
|
c1aa70169e
|
#689 greatly reduced dropdown code
removed custom http data requests with the corresponding activiti REST
api
|
2016-09-06 14:17:12 +01:00 |
|
Denys Vuika
|
ef21ca19a1
|
Merge pull request #683 from Alfresco/dev-mromano-682
add test ecc-model,node and forms
|
2016-09-06 13:43:50 +01:00 |
|
Mario Romano
|
788f66cb12
|
add AlfrescoApiService
|
2016-09-06 12:14:00 +01:00 |
|
Denys Vuika
|
74551aa7c9
|
#633 unit tests for typeahead widget
100% code/block coverage for basic typeahead implementaiton
|
2016-09-06 11:38:39 +01:00 |
|
Mario Romano
|
8a4adbe7d7
|
add test ecc-model,node and forms
|
2016-09-06 10:54:31 +01:00 |
|
Denys Vuika
|
679cdfe6cf
|
#633 basic typeahead implementation
|
2016-09-05 21:45:07 +01:00 |
|
Denys Vuika
|
0df53cde7a
|
Fix unit tests
|
2016-09-05 14:41:18 +01:00 |
|
Denys Vuika
|
0f71bc1ba9
|
#638 disable outcomes for readonly form
- disable outcome buttons for readonly form
- activiti-task-details now detect completed forms and make them
readonly (i.e. completed tasks filter)
|
2016-09-05 14:25:42 +01:00 |
|
Denys Vuika
|
8461a41964
|
Fix upload widget icon
|
2016-09-05 13:34:31 +01:00 |
|
Denys Vuika
|
c4a593f9a2
|
Fix unit tests
|
2016-09-05 10:23:27 +01:00 |
|
Denys Vuika
|
8159cc1dd9
|
Code fixes after merge
|
2016-09-05 09:33:42 +01:00 |
|
Mario Romano
|
1665cc0890
|
version bump
|
2016-08-29 23:46:29 -04:00 |
|
Mario Romano
|
95eb606cc1
|
Update README.md
|
2016-08-29 00:50:40 -04:00 |
|
Mario Romano
|
3894ad5a40
|
fix search type
|
2016-08-26 16:53:31 +01:00 |
|
Mario Romano
|
bd8288e172
|
fix demo shell
|
2016-08-26 11:33:19 +01:00 |
|