Kenn Jacobsen
c8364986a2
Fix #417
...
Don't turn an object into a string if it's not...
2017-08-09 12:49:47 +02:00
Kenn Jacobsen
033cbbc8f6
Fix #385
2017-02-16 15:05:21 +01:00
Nicholas-Westby
9857059906
Ensured the temporary ID is unique when cloning fieldsets.
2016-05-05 20:05:20 -07:00
Nicholas-Westby
0671403732
Fix for rich text editors when dragging between Archetypes.
2016-05-03 21:59:04 -07:00
kgiszewski
b71564bfb5
Merge branch 'pr/351'
2016-04-26 07:51:50 -04:00
kgiszewski
ba8a6cf65c
Merge branch 'master' into pr/351
2016-04-26 07:37:33 -04:00
kjac
394572a8fc
Yet another stab at fixing it
...
By tracking the fieldsets that have been expanded (loaded), we can make
sure the submit watchers fire appropriately, even when the fieldsets are
collapsed down again.
Apart from hopefully fixing the publishing issues for collapsed
fieldsets, this also adds a performance gain if the users expand and
collapse the same fieldsets more than once, since the fieldsets now only
load the first time they're expanded (instead of every time).
This also - at least partially - fixes the validation issue #325
introduced by #301
2016-04-23 10:14:56 +02:00
kjac
4b874dc5b5
Another stab at fixing publishing for collapsed fieldsets
2016-04-06 20:40:29 +02:00
kjac
e33eb863e6
#326 - support tags (and other built-in datatypes)
2016-03-29 16:01:14 +02:00
kgiszewski
e1e34be10d
Merge branch 'master' into pr/311
2016-03-22 11:36:37 -04:00
Jamie Gilbert
d63f7a6a34
updated angular controller to find view when umbraco is in virtual directory (using relative path)
2016-02-24 17:00:32 +00:00
kgiszewski
8dfe1f3ca4
Keepin it DRY
2015-12-15 11:26:40 -05:00
kgiszewski
e640a9b4f4
This depends on a core PR.
2015-12-14 09:53:01 -05:00
Martin Abrahams
7df4d4cfcd
Fix for issue #258 , same issue as fileupload datatype, need to add empty validation property
2015-12-10 16:03:14 +11:00
Kenn Jacobsen
2f48e9da9a
Merge branch 'master' into ui-overhaul
2015-08-19 12:19:54 +02:00
Kenn Jacobsen
e6732d2a37
Close fieldtype picker when clicked outside it
2015-08-19 11:57:13 +02:00
kgiszewski
ec8df1d465
Housekeeping
2015-08-18 13:03:11 -04:00
kgiszewski
d62fa05ab5
Handle 7.2.6 issue
2015-07-01 09:25:18 -04:00
kjac
20155b5ca6
Move filenames collection to temporary editor state container
2015-06-26 11:30:51 +02:00
kjac
99d570dc97
Handle upload and image cropper clientside
2015-06-25 07:59:16 +02:00
kjac
2ae3e3ade9
Merge with imulus/master
2015-06-23 17:21:26 +02:00
kgiszewski
24e232b2cc
Renaming binge
2015-06-01 12:12:33 -04:00
kgiszewski
5bdcb23933
Cache datatypes as they come back from server
2015-06-01 11:16:12 -04:00
kgiszewski
4f4128a744
Fix some broken-ness
2015-06-01 10:02:32 -04:00
kgiszewski
4851797a83
Refactor a ton of things, add archetypeLabelService
2015-06-01 09:45:10 -04:00
kgiszewski
dbc9b872d8
Fix #274
2015-05-26 08:28:32 -04:00
kgiszewski
368a9f6c07
Fix for #268
2015-05-11 15:31:46 -04:00
kgiszewski
9894357469
Fix #268 (This is a temp fix until a better solution can be found)
2015-05-04 13:45:49 -04:00
kgiszewski
6fa713f88e
Change to the internal event
2015-04-15 15:32:08 -04:00
kjac
27910e8d22
Fix #261
...
Add a watch to the "formSubmitting" event for each property added to a
fieldset, to make sure Archetype gets the last say in the
"formSubmitting" event.
2015-04-04 21:57:49 +02:00
Rasmus John Pedersen
e49a8d947d
fixed bug with custom view
2014-08-22 10:46:45 +02:00
Kevin Giszewski
42efa1a3d4
Merge branch 'pr/200'
...
Conflicts:
app/directives/archetypeproperty.js
2014-08-18 09:43:06 -04:00
Kevin Giszewski
d2f4fce808
Add enable deep requests
2014-08-18 08:55:13 -04:00
Kevin Giszewski
f6457416cc
Make sort icon black
...
- WS cleanup
2014-08-13 11:28:57 -04:00
Kevin Giszewski
bcc7be94e7
fix typo
2014-08-13 11:05:27 -04:00
Kevin Giszewski
e200c22244
More caching
2014-08-12 19:15:08 -04:00
kjac
f2a8286f00
Fix #131 again
...
Simplified the validation and fixed the problem mentioned in #131 with
only the last field in a fieldset being validated.
2014-08-11 19:12:38 +02:00
Kevin Giszewski
210fbb8230
Fix for #158
2014-08-06 09:20:17 -04:00
Jeroen Breuer
c20aa64af2
Added node id
2014-07-31 12:11:02 +02:00
Jeroen Breuer
9afaa024c0
Fix 2 for #187
2014-07-30 16:30:42 +02:00
kjac
44ea6c56f5
Use propertyAlias in fieldset validation
...
As described in #162 the umbracoPropertyAlias has been removed in favor
of a more unique propertyAlias. This propertyAlias should be used for
property identification in the validation.
2014-07-01 22:28:20 +02:00
Tom Fulton
a0ff42a84f
Merge branch 'master' into fix/unique-aliases
...
Conflicts:
app/views/archetype.default.html
2014-06-25 21:49:24 -04:00
Tom Fulton
ed97d586b4
Make property aliases even more unique
...
archetype-property-<umbracoPropertyAlias>-<fieldsetIndex>-<archetypePropertyAlias>-<archetypePropertyIndex>-<and so on...>
2014-06-25 21:46:46 -04:00
Kevin Giszewski
0dedd7fb2d
Fix for #160
2014-06-25 10:28:30 -04:00
Tom Fulton
aac015dc0b
Refactor property aliases for uniqueness
...
Old: archetype-property-<umbracoPropertyAlias>-<fieldsetIndex>-<propertyIndex>
New: archetype-property-<umbracoPropertyAlias>-<archetypePropertyAlias>-<fieldsetIndex>
Basically, this adds the archetypePropertyAlias into the mix, to fix a case where you might have the same Archetype nested on a host Archetype twice (ie box 1 links, box 2 links within the same Archetype - there was no uniqueness)
It also adds in the Property Alias in place of the Property "Index" (unintended side effect, but seems cool :))
2014-06-23 20:58:42 -04:00
Kevin Giszewski
59179d0c81
Fix two-way binding
2014-06-17 16:23:38 -04:00
Kevin Giszewski
1d5f91964f
Finish Custom Views
2014-06-16 11:35:44 -04:00
Kevin Giszewski
0accac26ee
WIP for custom views
2014-06-16 11:06:59 -04:00
kjac
1bfab0f8a3
Optimize validation routine
...
Only validate the property being edited, not the entire fieldset the
property belongs to.
2014-05-21 22:49:15 +02:00
kjac
cd03b5a4f9
Test and fine tune 3rd level nested archetypes
2014-05-20 22:19:21 +02:00