Kevin Giszewski
fc47d7174f
Merge branch 'develop'
2014-02-02 13:06:01 -05:00
Kevin Giszewski
901bf4dcb0
Merge branch 'master' of github.com:imulus/Archetype
2014-02-02 13:05:58 -05:00
Kevin Giszewski
17312e6382
Merge pull request #24 from leekelleher/feature-config-labels
...
Prevalue Editor labels wired up to fields/inputs
2014-02-02 10:05:39 -08: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
b55a1a4324
Prevalue editor CSS tweaks.
...
General tightening up of the fields/properties.
2014-02-02 15:10:27 +00:00
Kevin Giszewski
16d1dfc586
Merge branch 'master' into develop
2014-02-01 21:08:38 -05:00
Kevin Giszewski
5311cc9323
Merge branch 'master' of github.com:imulus/Archetype
2014-02-01 21:08:07 -05:00
Kevin Giszewski
3921d1340c
Merge pull request #25 from leekelleher/feature-css-tweaks-lk
...
Prevalue Editor - CSS tweaks.
2014-02-01 18:07:44 -08:00
Kevin Giszewski
8b96ccf3bf
Merge branch 'master' of github.com:imulus/Archetype
2014-02-01 20:40:13 -05:00
Kevin Giszewski
1518bfd453
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-02-01 19:55:22 -05: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
leekelleher
61e0ef90dd
Prevalue editor CSS tweaks.
...
General tightening up of the fields/properties.
2014-02-01 23:48:16 +00:00
Kevin Giszewski
6dc745f31d
Remove dependency to $interpolate
2014-02-01 18:40:57 -05:00
Tom Fulton
6d1e9f1b9a
Fix empty labels not clickable
2014-01-31 17:37:48 -07:00
Tom Fulton
7fd049f5b7
Merge branch 'develop'
2014-01-31 16:11:50 -07:00
Tom Fulton
b749891832
Only clean on main task
2014-01-31 16:11:33 -07:00
Tom Fulton
f7a9b519e6
Merge branch 'develop'
2014-01-31 16:06:20 -07:00
Tom Fulton
9a7131d5fc
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-01-31 16:05:45 -07:00
Tom Fulton
785199d7cf
Ensure we build/clean before creating packages
2014-01-31 16:05:33 -07:00
Kevin Giszewski
c374ae7f3e
Merge branch 'develop'
v0.3-alpha
2014-01-31 17:57:28 -05:00
Kevin Giszewski
c85fd354a6
Bump Minor Version
2014-01-31 17:56:39 -05:00
Kevin Giszewski
926e12fa8f
Update README.md
2014-01-31 17:36:24 -05:00
Kevin Giszewski
081fc1ad6d
Update README.md
2014-01-31 17:35:17 -05:00
Kevin Giszewski
110f8fc1b2
Merge IconPicker
2014-01-31 17:31:59 -05:00
Kevin Giszewski
8077742c13
Merge pull request #21 from imulus/nuke
...
Remove a few edge-case features (for now?)
2014-01-31 14:14:20 -08: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
Tom Fulton
04cda8c646
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-01-31 14:39:25 -07:00
Tom Fulton
cf3b8ee30e
Fix content picker styling
2014-01-31 14:39:16 -07:00
Tom Fulton
424740cdec
Merge pull request #20 from imulus/feature/datatypes
...
Use DataTypes instead of Views
2014-01-31 13:09:37 -08:00
Tom Fulton
80bda94265
Merge pull request #17 from imulus/feature/ui-fixes
...
Feature/ui fixes
2014-01-31 12:16:53 -08:00
Kevin Giszewski
d431f24d27
Adjust label width for nested Archetypes
2014-01-31 12:39:02 -05:00
Kevin Giszewski
2deb639d28
Add margin to the top of fs collapser
2014-01-31 10:40:01 -05:00
Kevin Giszewski
4d753d057c
Remove redundant variable
2014-01-31 10:28:15 -05:00
Kevin Giszewski
57d4ac42b5
Ini the config property collapser
2014-01-31 10:25:38 -05: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
Kevin Giszewski
852510fd70
Avoid having the fieldset default to error when added
2014-01-31 09:53:35 -05:00
Tom Fulton
bc7025ec69
Send over a PropertyEditor's DefaultPreValues when building the property view
...
* Add static mappings for DefaultPreValues to config file (for now - should be able to pull them out)
* Merge in the DefaultPreValues to the Prevalues when building the config
2014-01-31 02:29:21 -07:00
Tom Fulton
548113a34a
Update editor to work with DataTypes instead of Views
...
* Add helper methods for getting DataType info (ie, prevalues, property editor alias)
* Add static mapping file of PropertyEditorAlias -> View, as can't seem to find a way to expose this from Umbraco (for now)
* Load the view's config from the DataType's prevalues
2014-01-31 00:35:41 -07:00
Tom Fulton
eb36f30c11
Update PrevalueEditor to use DataTypes instead of Views
2014-01-30 22:10:15 -07:00
Kevin Giszewski
daff37074e
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-01-28 12:00:32 -05:00
Kevin Giszewski
f27949cfbb
Add a few new Core Editors
2014-01-28 11:59:39 -05:00
Tom Fulton
1fb5ab489e
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-01-27 23:29:56 -07:00
Tom Fulton
3cff83af72
Quick UI update
2014-01-27 22:54:56 -07:00
Taylor Smith
b78b4627db
Merge branch 'master' into develop
2014-01-21 20:16:14 -07:00
Taylor Smith
0a5b3f9c37
Merge pull request #15 from leekelleher/issue-14-packages.json
...
Added 'repository' field to `packages.json`.
2014-01-21 17:10:12 -08:00
Kevin Giszewski
b94a6048e7
Merge pull request #16 from imulus/feature/refactors
...
Refactor the code
2014-01-19 05:52:46 -08:00
Kevin Giszewski
12428c71a9
Use JSON.parse in favor of eval()
2014-01-19 08:51:49 -05:00