Kevin Giszewski
081fc1ad6d
Update README.md
2014-01-31 17:35:17 -05: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
Kevin Giszewski
ffc876eed2
Update comments
2014-01-19 08:14:27 -05:00
Kevin Giszewski
41c43f1b7e
Remove function no longer used
2014-01-19 08:14:19 -05:00
Kevin Giszewski
acc27c1976
Add missing closing tokens
2014-01-19 08:13:47 -05:00
Kevin Giszewski
41dfac827a
Remove deep watch b/c we are no longer tracking real-time changes of the config/default value
2014-01-19 08:12:51 -05:00
Kevin Giszewski
d5d05cef2f
Rename the propertyEditorService to propertyEditorResource
2014-01-19 08:00:09 -05:00
Kevin Giszewski
4900dcc5b6
Rename getPropertyIdByAlias, convert getFieldsetByAlias to underscore notation
2014-01-17 14:16:49 -05:00
Kevin Giszewski
eb2cbf7a8f
Update README.md
v0.1-alpha
2014-01-17 12:16:35 -05:00
Kevin Giszewski
8a42c6fdbd
Update README.md
2014-01-17 12:04:03 -05:00
leekelleher
1443149264
Added 'repository' field to packages.json.
...
This removes npm's nag warning.
2014-01-17 16:42:13 +00:00
Kevin Giszewski
8a4f3de023
Update README.md
2014-01-17 10:49:43 -05:00
Tom Fulton
5a092daca9
Mark package versions as prelease
2014-01-17 03:22:03 -07:00
Tom Fulton
e9f710ea9e
Include C# solution in build/package outputs
2014-01-17 02:54:59 -07:00
Tom Fulton
9d3f4e76db
Quick cleanup of packaging tasks
2014-01-17 02:20:54 -07:00
Tom Fulton
489628451b
Merge branch 'develop' into feature/packaging
...
Conflicts:
.gitignore
Gruntfile.js
package.json
2014-01-16 23:33:53 -07:00
Tom Fulton
0c4c04f84e
Merge branch 'develop' into feature/nuget
...
Conflicts:
.gitignore
Gruntfile.js
package.json
2014-01-16 23:30:38 -07:00
Kevin Giszewski
d46ae5b993
Fix validation bug, rename labelExpression, change error style
2014-01-16 19:43:15 -05:00
Kevin Giszewski
b73b728780
Merge pull request #13 from imulus/feature/default-value
...
Feature/default value
2014-01-16 12:05:03 -08:00
Kevin Giszewski
deb771e456
Alter config and defaultValue
...
- Turn into strings and try to eval on render
2014-01-16 15:03:41 -05:00
Kevin Giszewski
d80f828b29
Fix validation.requiredAliases ini error
2014-01-16 14:43:46 -05:00
Kevin Giszewski
c0e867b547
Merge pull request #10 from imulus/feature/configUI
...
Feature/config ui
2014-01-16 11:27:01 -08:00
Kevin Giszewski
bd3cb98fe3
Rename the DLL Assembly (remove Imulus)
2014-01-16 14:26:10 -05:00
Kevin Giszewski
847c42238b
Remove Imulus References from Archetype except for C# and Property Alias
...
- Default to only one fieldset
- Move all other options to 'advanced'
2014-01-16 14:23:02 -05:00
Kevin Giszewski
77084d5ce3
Rename views.js to config.views.js
2014-01-16 14:03:39 -05:00
Kevin Giszewski
758b479f2e
Merge branch 'feature/fieldset-label-expressions' into feature/configUI
2014-01-16 13:47:19 -05:00
Kevin Giszewski
a8cb0613cf
Rename renderItem to renderFieldset
2014-01-16 13:42:08 -05:00
Kevin Giszewski
9424230452
Convert config to underscore
2014-01-16 13:41:51 -05:00
Kevin Giszewski
ab6361f4ab
Complete Feature Required
...
- Also switch to underscore.js for controller.js
2014-01-16 12:37:01 -05:00
Tom Fulton
963447ba38
Replace fieldset label expressions with basic templates
...
The Label Expr. field can now be defined like this: Person: {{firstName}} {{lastName}}
Where firstName and lastName are the property alias of a property on the current fieldset
2014-01-15 23:27:33 -07:00