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
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
Kevin Giszewski
a8d028fcbf
Merge branch 'feature/validation' into develop
2014-02-03 08:24:21 -05:00
Kevin Giszewski
1c05d8e37b
Fix typo
2014-02-02 23:27:36 -05:00
Tom Fulton
b7ef53f27c
Show property alias/type in the header in Prevalue Editor
2014-02-02 14:12:39 -07:00
Kevin Giszewski
61b1053b6e
Merge pull request #27 from leekelleher/feature-editor-labels
...
Editor Control labels wired up fields/inputs
2014-02-02 10:10:47 -08:00
leekelleher
92e2c070f8
Wired up Archetype's labels with the fields.
...
Using the fieldset and property's index/position to set the alias/ID.
+ small CSS tweak
2014-02-02 17:00:22 +00:00
leekelleher
4dc21b3e18
Fixed the ids for the fieldset labels - added the index/position.
...
Corrected the nested repeater's `id`s with the context of the parent's index/position.
2014-02-02 15:10:28 +00:00
leekelleher
c789485cdd
Added for attributes to the labels and corresponding id attributes on the input fields.
...
Swapped the "Max fieldsets" input to be a "number" (HTML5) type.
2014-02-01 23:51:43 +00:00
Kevin Giszewski
110f8fc1b2
Merge IconPicker
2014-01-31 17:31:59 -05:00
Kevin Giszewski
01a45477b8
Add Icon Picker
2014-01-31 17:10:00 -05:00
Tom Fulton
8eb005941f
Remove a few edge-case features (for now?)
2014-01-31 15:05:49 -07:00
Kevin Giszewski
340ab297ee
Remove Config from 'config' :)
2014-01-31 10:25:28 -05:00
Kevin Giszewski
4d4d94d0eb
Remove ability to hide fieldset labels
2014-01-31 10:08:15 -05:00
Kevin Giszewski
72a53b2711
Fix issue when clicking on label
...
- Was not focusing the proper fieldset
2014-01-31 10:02:49 -05:00
Tom Fulton
eb36f30c11
Update PrevalueEditor to use DataTypes instead of Views
2014-01-30 22:10:15 -07:00