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
kgiszewski
0e9bef9048
Add logo asset, add headlines to dialogs
2015-10-07 16:11:15 -04:00
kgiszewski
bd4398ff28
Bump version to 1.11 and some minor edits
2015-10-07 15:42:00 -04:00
kgiszewski
e465861da6
Add cancel/apply buttons
2015-10-07 13:57:49 -04:00
kgiszewski
3fdfa2b2c6
Removed the 'name' label as it takes up a fair bit of space and is sort of redundant
2015-10-07 13:19:24 -04:00
kgiszewski
9787af9ed6
Fixup some styles and move some controller functions for the grouping
2015-10-07 13:13:56 -04:00
kgiszewski
b8fc0fb71c
WIP
2015-10-07 12:20:09 -04:00
Kenn Jacobsen
ee8b16eb9b
Only show fieldset groups config when "multiple fieldsets" is enabled
2015-10-05 15:03:08 +02:00
Kenn Jacobsen
490de7b3ff
Move fieldset groups config to advanced settings
2015-10-05 09:42:31 +02:00
kjac
275b5d2207
Introduce fieldset groups
2015-10-04 21:39:50 +02:00
Kenn Jacobsen
e6732d2a37
Close fieldtype picker when clicked outside it
2015-08-19 11:57:13 +02:00
kjac
6505323297
Removed obsolete dropdown toggles
2015-08-18 19:03:36 +02:00
kjac
451f2773a4
Add fieldtype picker
...
...and removed old dropdowns. Plus a bit more styling.
2015-08-18 17:59:20 +02:00
Kenn Jacobsen
f366305583
Overhaul WIP
2015-08-18 15:10:37 +02:00
Tom Van Rompaey
29285607a9
Small UX update for add button
...
Added class "archetypeAddButton" to the button so it can make use of the
CSS that is writen for it.
The button should also have a cursor: pointer on hover.
2015-04-25 16:16:04 +02: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
kgiszewski
c8884c8d92
Add Cloning
2015-01-27 10:51:22 -05:00
Kevin Giszewski
7f5dbd31c9
Update lang files
2014-09-26 09:13:31 -04:00
Kevin Giszewski
415a84f5c0
Tidy up the PR
2014-09-25 14:21:16 -04:00
doronuziel71
3a0eba401a
Fixed type-o
2014-09-17 19:18:47 +03:00
doronuziel71
a599215620
Introduced override default propety converter
2014-09-16 23:32:16 +03:00
Kevin Giszewski
b5f281cae0
Prefix property aliases to avoid core css conflicts (BREAKING)
2014-08-26 10:43:37 -04:00
Kevin Giszewski
d2f4fce808
Add enable deep requests
2014-08-18 08:55:13 -04:00
Kevin Giszewski
bfa882fa01
Fix for #193
2014-08-06 08:55:10 -04:00
Kevin Giszewski
4d3bcb68b3
Merge branch 'pr/188' into develop
2014-07-31 13:44:43 -04:00
Jeroen Breuer
c58dcd80ff
Fix 1 for #187
2014-07-30 16:26:42 +02:00
tomfulton
786c547e0b
Prefix fieldset class names to help avoid conflicts
2014-07-24 06:35:33 -06:00
Kevin Giszewski
e262d7b0c9
Re-fix the 'hide label' issue
...
- appears to have been undone
2014-07-09 15:46:05 -04:00
Kevin Giszewski
80b41e4a5f
Fix #168
2014-06-30 10:45:48 -04:00
kjac
8332a841eb
Implement #165 - enable/disable fieldsets
2014-06-28 12:42:36 +02:00
Kevin Giszewski
c953f12412
Merge branch 'pr/157' into pr/164
2014-06-26 15:58:31 -04:00
kjac
601f2c0d81
Fix issue #162 + improve nested validation highlighting
...
The fieldset.isValid property isn't necessarily initialized when the
view looks for it to determine fieldset validity. I've introduced a
validation method that counters this problem.
The validation method also ensures that any validation errors in nested
Archetypes are highlighted on the parent/root Archetype
2014-06-26 14:58:55 +02:00
Tom Fulton
c83942dc5c
Update field labels to match new property alias scheme
...
Only for the first level, since focusing an Archetype isn't really a thing
2014-06-25 22:03:22 -04: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
Kevin Giszewski
1bd09799b4
Fix for #160
2014-06-25 18:42:41 +02:00