Kevin Giszewski
7d8a6e28fa
Test Sponsors
2017-09-07 14:15:28 -04:00
Kevin Giszewski
757ba890f5
Update links and blurb in the config
2017-09-07 09:03:39 -04:00
Kevin Giszewski
a127dac03a
Move off the web.config in favor of an Archetype config
2017-09-07 08:55:26 -04:00
Kevin Giszewski
1cb2139137
More WIP
2017-09-06 18:32:48 -04:00
Kevin Giszewski
b9179f4140
WIP on version checking
2017-09-06 12:20:52 -04:00
Kenn Jacobsen
01b8b3b508
Merge remote-tracking branch 'refs/remotes/origin/master' into min-fieldsets-feature
2017-08-09 13:24:35 +02:00
Kenn Jacobsen
7fe23fdf4c
Fix #414
...
Using ng-src instead of src fixes the issue.
2017-08-09 13:22:05 +02:00
kjac
a16c4b4da9
Merge remote-tracking branch 'refs/remotes/kgiszewski/master' into min-fieldsets-feature
2017-07-28 16:09:49 +02:00
Kenn Jacobsen
3cba5677bf
Whoops... the preview image shouldn't be mandatory
2017-06-13 08:25:05 +02:00
kjac
c4f88ab528
Remove max width comment
2017-06-12 22:29:16 +02:00
kjac
7bc9584940
Add min fieldsets handling
2017-06-12 22:26:03 +02:00
kjac
17be4b4253
Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image
2017-06-12 22:11:07 +02:00
kjac
a2cc052944
Handle disabled fieldsets in mandatory validation
...
Disabled fieldsets should not count when performing mandatory
validation. This ensures they aren't.
2017-06-12 22:04:46 +02:00
kjac
4d8a4f0b12
Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image
2017-06-11 22:10:07 +02:00
kjac
349d6f69b3
Enable multiple open fieldsets
...
See #196
2017-06-11 22:06:14 +02:00
kjac
a4f6334761
Merge branch 'master' into fieldset-preview-image
2017-06-11 16:18:52 +02:00
kjac
1161c7e6da
A bit of styling
...
Make the "add new item" button look ok in 7.6 + hide the "drag into"
area for non cross draggable Archetypes.
2017-06-11 16:14:58 +02:00
kjac
f79849cf8a
Open preview image in a new window when clicked
2017-06-10 08:49:59 +02:00
kjac
f0b27e1507
Merge remote-tracking branch 'refs/remotes/origin/master' into fieldset-preview-image
2017-06-10 08:26:28 +02:00
kjac
738e9282b6
Handle mandatory validation
...
Don't allow submission of an empty Archetype if the property is set to
mandatory
2017-06-09 21:11:11 +02:00
kjac
718f2deb47
Add preview image to fieldsets
...
See #374
2017-06-09 20:19:17 +02:00
kjac
62a250cd83
Lazy load fieldsets in configuration
...
Fixes #393
2017-06-07 23:07:40 +02:00
kgiszewski
f541b50b82
Merge branch 'master' into pr/356
...
Conflicts:
app/Umbraco/Umbraco.Archetype/Models/ArchetypePreValue.cs
app/controllers/config.controller.js
app/views/archetype.config.fieldset.dialog.html
2016-05-13 10:07:18 -04:00
Nicholas-Westby
ef5faae254
Allow the last fieldset to be dropped back to its origin list.
2016-05-05 21:18:08 -07:00
Nicholas-Westby
d22ae1244e
Merge remote-tracking branch 'origin/master' into feature/355-nested-dragging
2016-04-30 18:18:14 -07:00
Nicholas-Westby
d8d4ec1a73
Improved terminology (fieldsets are dragged across Archetypes, not across fieldsets).
2016-04-27 08:21:16 -07:00
Nicholas-Westby
32cb89bba1
Made cross-field dragging opt-in.
2016-04-26 21:40:19 -07:00
Nicholas-Westby
1b1940fe6a
Tamed a rogue comment.
2016-04-26 05:54:56 -07:00
Nicholas-Westby
62b7420eaa
Prevent dragging when can't add to or remove from list of fieldsets.
...
Allow dragging into an empty list of fieldsets.
2016-04-24 21:38:59 -07:00
Nicholas-Westby
333f17976b
Enable nested dragging.
2016-04-24 17:57:36 -07:00
kjac
45981b0431
Handle lazy load of moment.js
2016-04-23 15:30:14 +02:00
kjac
531ff0aab4
Merge remote-tracking branch 'refs/remotes/origin/fix-publishing-for-collapsed-fieldsets' into allowed-member-groups
...
# Conflicts:
# app/views/archetype.default.html
2016-04-23 15:25:33 +02: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
f57205dab9
More member groups implementation
2016-04-04 21:21:02 +02:00
kjac
b6ccab10b3
Merge remote-tracking branch 'refs/remotes/imulus/master' into allowed-member-groups
...
# Conflicts:
# app/less/archetype.less
2016-04-04 20:37:15 +02:00
kgiszewski
715a2bf6d5
Fixed missing dialogData from enablePublishing
2016-04-04 12:03:52 -04:00
kjac
d9ffb4b097
Merge remote-tracking branch 'refs/remotes/origin/master' into publishing
...
# Conflicts:
# app/less/archetype.less
2016-04-03 12:53:30 +02:00
kjac
1ca113b455
Fix issue 342
2016-03-31 23:44:52 +02:00
kjac
b0f614c891
Allowed member groups PoC
2016-03-23 15:08:07 +01:00
kjac
48dbdebec5
Create expandable settings group and fix icon activation
2016-03-20 13:21:43 +01:00
kjac
0584c4eda5
Prototype (work in progress)
2016-03-20 12:02:21 +01:00
kjac
188c09d3c1
Fix issue #323
...
Made the config dialogs do "live editing" instead of working on a copy
of the config model.
2016-01-23 14:56:28 +01:00
bjarnef
523630416f
Correct for attribute to match id of input
...
... futhermore add title tooltip with value of property alias like in
Umbraco core.
2016-01-05 22:19:08 +01:00
Mark
f5f4e80800
Added "lazy loading" for fieldset properties
...
I've had a big performance problem when loading big child archetypes in
an archetype, by adding a ng-if the digest cycle isn't called directly
when loading the directive
2015-10-26 10:52:27 +01:00
kgiszewski
165a98c89e
Add Twitter link
2015-10-08 08:07:35 -04:00
kgiszewski
ca1214a09a
Remove FieldsetToolbar option as it was only for the prototype. Tweak Gruntfile
2015-10-08 07:52:30 -04:00
Kenn Jacobsen
17062c6913
Subdivide fieldset options in dialog + use dialog footers in all dialogs
2015-10-08 08:56:48 +02:00
kgiszewski
21b933a0dc
Version HTML
2015-10-07 17:34:35 -04:00
kgiszewski
645198444b
Add dll version to the config page
2015-10-07 16:28:00 -04:00