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
Kevin Giszewski
0b77ddeef1
Fix 'hide property label'
2014-06-25 18:42:40 +02:00
Kevin Giszewski
0dedd7fb2d
Fix for #160
2014-06-25 10:28:30 -04:00
Kevin Giszewski
f99ef697db
Fix 'hide property label'
2014-06-25 08:34:54 -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
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
3944da57b1
Fix the validation display
...
Rewrite the changes from commit 4785c85 to work with validation.
2014-05-22 19:16:26 +02:00
Kevin Giszewski
32d0d199a3
Add/move dynamic classes for targeting of custom behavior
2014-05-16 13:44:25 +02:00
Kevin Giszewski
46613bbc01
Fix bug with Add button
2014-05-13 12:03:50 -04:00
Kevin Giszewski
932f098837
Expose current form to nested Archetypes
2014-05-12 19:09:28 +02:00
kjac
6e50301da5
Issue #116 : Add RegEx validation support
...
Add RegEx validation for the individual properties in a fieldset as
proposed in issue #116
2014-05-12 19:09:27 +02:00
Kevin Giszewski
085ff2cecf
Add dropdown to add button
2014-05-08 13:32:04 -04:00
Kevin Giszewski
d72a000d68
Remove Toolbar
...
- Fix insert index issue
2014-05-08 12:58:48 -04:00
Tom Fulton
059d951a21
Don't use dropdown menu when only 1 fieldset type
2014-05-04 16:39:56 -06:00
Tom Fulton
6dc5841f31
Stylize dropdown menu
2014-05-04 16:21:19 -06:00
Tom Fulton
91fc5bbd7f
Fix rows not being added in correct position
2014-05-04 15:59:01 -06:00
Tom Fulton
3742147cf7
Merge branch 'master' into feature/add-dropdown
...
Conflicts:
app/views/archetype.html
2014-05-04 15:58:00 -06:00
Kevin Giszewski
d13a5b1b86
Remove RenderModel
...
- Use server side converters for model cleanup
2014-04-29 12:31:02 -04:00
Kevin Giszewski
7ddc74d75b
Fix a glitch that won't let a single fieldset be removed if multiple FS's are configured with the 'Start with Add' option
2014-04-03 12:04:45 -04:00
Kevin Giszewski
b53e3529b4
Merge branch 'develop' into pr/96
2014-04-03 11:45:43 -04:00
Andrey Shchekin
b9a0852c4f
Added a "start with Add button" option that shows "+ Add" instead of default fieldset.
2014-04-02 14:26:35 +13:00
Tom Fulton
96aed2c256
WIP
2014-03-29 22:52:43 -06:00
Andrey Shchekin
3521543f17
Changed data types storage to store guids instead of ids.
2014-03-28 18:11:40 +13:00
Tom Fulton
30d0d11af0
Fix typo in label
2014-03-13 00:40:56 -06:00
leekelleher
99861275a8
Changed the property's help-text tag
...
from `<em>` to `<small>` - to match Umbraco's native style.
2014-03-12 20:11:54 +00:00
Tom Fulton
5865b47482
Merge branch 'feature/allow-collapsing' into develop
...
Conflicts:
app/controllers/controller.js
2014-03-06 12:05:34 -07:00
Tom Fulton
a09c69edc1
Auto-fill fieldset and property aliases in Config
...
* Add new aliasIsDirty property, init for existing data
* Bind label control's keyup to populate the `alias` property (when it's not dirty) using Umbraco's helpers
* Mark alias dirty on keyup
2014-03-02 18:43:12 -07:00
Tom Fulton
03101a128e
Hide carets when collapsing is disabled
2014-03-02 00:48:49 -07:00
Tom Fulton
67c118066b
Merge branch 'develop' into feature/allow-collapsing
...
Conflicts:
app/views/archetype.html
2014-03-02 00:41:20 -07:00
Tom Fulton
f49159d2d0
Add option to make "collapsing" feature optional
...
* View: Prevent collapse/expand depending on config option, add class when enabled
* Config: Add option to view, set default to enabled for new datatypes
* CSS: Revert to normal cursor when collapsing disabled
* Note, this is a breaking change - you'll need set `Enable Collapsing?` to `true` on any existing Archetypes to retain the behavior.
2014-03-02 00:38:34 -07:00
Thomas Smith
eaf766c2a7
Make entire module label clickable and change remove icon
2014-02-27 17:15:02 -07:00
Tom Fulton
7831e476e3
Ensure property containers use unique IDs with multiple fieldsets
...
...by adding the current Archetype's Umbraco Property Alias to the ID string
Old: archetype-property-0-0
New: archetype-property-sliderItems-0-0
Need to DRY this up later ;)
2014-02-17 15:17:57 -07:00
Kevin Giszewski
a4d4de6d09
Add langs and a few bug fixes
2014-02-07 16:47:05 -05:00
Kevin Giszewski
c49af9821c
WIP on switching to a directive based localization
2014-02-07 16:00:47 -05:00
Kevin Giszewski
6c7ec07068
Implement Localization
2014-02-05 14:08:46 -05:00
Kevin Giszewski
15e65f15af
Merge pull request #41 from imulus/feature/alias-required
...
Add required and move the module the resource lives in.
2014-02-05 09:05:21 -05:00
Kevin Giszewski
4f199170ec
Add required and move the module the resource lives in.
2014-02-05 09:03:26 -05:00
Kevin Giszewski
3d01149fe0
Fix Sort Issue in Dropdown
2014-02-04 19:36:53 -05:00