Commit Graph

59 Commits

Author SHA1 Message Date
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 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
Kevin Giszewski e44a448f62 Removed the hasValue propotype, caused issues on save 2014-01-15 20:23:59 -05:00
Kevin Giszewski 5b0cb2c4ba Merge branch 'feature/configUI' of github.com:imulus/Archetype into feature/configUI 2014-01-15 19:44:53 -05:00
Kevin Giszewski b07d2c03ec Add Fieldset Highlight when !isValid 2014-01-15 19:44:27 -05:00
Kevin Giszewski 22bd3429df Update README.md 2014-01-15 19:21:24 -05:00
Kevin Giszewski 8fb49fab56 Merge branch 'develop' into feature/configUI 2014-01-15 19:19:14 -05:00
Kevin Giszewski d6dcf217e6 Merge pull request #11 from imulus/feature/template-helper
Template Helpers
2014-01-15 16:18:44 -08:00
Kevin Giszewski c540f90e4a Remove Sample Model 2014-01-15 19:17:22 -05:00
Tom Fulton e5f8dc5634 Add methods to access specific properties from a Fieldset
* GetValue("alias") - gets the value as a string
* GetValue<T>("alias") - attempts to convert to the specified types using some of Umbraco's built in TypeConverter logic.  If conversion fails, returns default(T).  Note this doesn't utilize PropertyValueConverters (yet?)
* GetProperty("alias") - gets a reference to the entire property object.  Leaving this private for now, but there may be a reason to publicize someday if we add more properties to the Property object.
2014-01-15 16:17:32 -07:00
Kevin Giszewski 4548c185d9 WIP on 'Required' 2014-01-15 17:31:31 -05:00
Tom Fulton eea861bb28 Pull in Kevin's PropertyValueConverter project 2014-01-15 15:00:47 -07:00
Kevin Giszewski 67d727647a Persist (don't collapse) a config FS if it's the only one. 2014-01-15 15:42:35 -05:00
Kevin Giszewski e42d86d594 Add Collapser to Property Configs 2014-01-15 15:31:52 -05:00
Kevin Giszewski 14455ad9a2 Add propertyEditorService
- using a static json file for now (could not find any way to get a list)
2014-01-15 14:36:06 -05:00
Kevin Giszewski 2210c07358 Keep a fieldset open if it's the only one onLoad; handle toggle after insert 2014-01-14 20:09:45 -05:00
Kevin Giszewski 7b5457d51b Add Label Expression 2014-01-14 19:48:01 -05:00
Kevin Giszewski 7ba4cd8e17 Remove Old Configs, fix bugs and wire-up collapser 2014-01-14 17:30:10 -05:00
Kevin Giszewski b9c9e499e2 Fix Default Config Model Issues 2014-01-14 16:08:38 -05:00
Kevin Giszewski 410a27fb89 Add Collapser 2014-01-14 15:41:40 -05:00
Kevin Giszewski 381efc0089 Basic fieldset/property CRUD working 2014-01-14 15:12:38 -05:00
Kevin Giszewski af014fbf43 Ongoing WIP 2014-01-14 14:15:16 -05:00
Kevin Giszewski 908df13626 Begin WIP on config GUI 2014-01-14 14:15:00 -05:00
Kevin Giszewski 475f9fc62c Include extra js 2014-01-14 14:14:42 -05:00
Kevin Giszewski e670a074a2 Update README.md 2014-01-13 13:01:21 -05:00
Kevin Giszewski e3a9a7c09a Update README.md 2014-01-13 12:58:42 -05:00
Kevin Giszewski bf60a3e9ee Merge pull request #9 from imulus/feature/remove-property
Remove the 'remove' property from the model
2014-01-13 09:51:09 -08:00
Kevin Giszewski 045fe2ee5c Remove the 'remove' property from the model 2014-01-13 12:47:21 -05:00
Kevin Giszewski 6d093c9642 Updated Readme.md with Documentation 2014-01-13 12:10:33 -05:00
Tom Fulton 5d6581e988 Fix README formatting 2014-01-12 23:55:10 -07:00
Tom Fulton 831ac0ca6f Tweak build tasks
* Disable spawn for watch:dev
* Reorder tasks
* Fix hardcoded path
2014-01-12 23:51:37 -07:00
Kevin Giszewski 9fb0a995ac Merge pull request #4 from imulus/develop
Bring Master up to date
2014-01-12 11:44:50 -08:00
Kevin Giszewski 67ebc20930 Merge pull request #2 from imulus/feature/dev-tasks
Grunt Tasks for Development
2014-01-12 11:43:59 -08:00
Kevin Giszewski e8a2d81009 Get Running with the Latest Reorg of stuff 2014-01-12 14:33:09 -05:00
Kevin Giszewski e44be56fb1 Ini new changes 2014-01-12 14:05:39 -05:00
Tom Fulton 4fb4c23c7d Fix build paths 2014-01-12 04:40:41 -07:00
Tom Fulton bffdc7f644 Add build option to touch web.config automatically on deploy 2014-01-12 04:40:27 -07:00