Kevin Giszewski
fa54294d74
Bug fixes for:
...
- #75
2014-03-12 08:12:22 -04:00
Kevin Giszewski
1dde1ed5f0
Add version to assembly
v0.5-alpha
2014-02-26 10:01:39 -05:00
Kevin Giszewski
88051ef61d
Bump Version Number
2014-02-26 09:41:06 -05:00
Kevin Giszewski
10d3dd76ed
Fix a situation where null were getting into the model on save.
2014-02-26 09:39:02 -05:00
Kevin Giszewski
b52f153141
Merge pull request #57 from imulus/feature/api
...
Expose the Datatype Service GetById
2014-02-26 08:09:27 -05:00
Tom Fulton
062f28f9ca
Tighten up watch/deploy tasks
...
* Don't trigger watch on changes to the .NET solution (except *.dll)
* Include .pdb file for dev deployments
* Fix DLL copying to wrong paths
2014-02-24 01:00:08 -07:00
Tom Fulton
ed6068230e
Merge pull request #59 from leekelleher/patch-vs-housekeeping
...
Some Visual Studio housekeeping
2014-02-21 22:53:16 -07:00
Tom Fulton
24bfef64dd
Misc housekeeping
2014-02-21 22:36:27 -07:00
Tom Fulton
1d5e4eda7e
Trim down data returned from API
2014-02-21 22:34:30 -07:00
leekelleher
346b8c73d4
Tidied up the AssemblyInfo with your company details, etc.
2014-02-21 18:17:59 +00:00
leekelleher
43ea29cdf2
Set the assembly references not to all "Copy Local",
...
so that everything isn't copied over to the /bin folders.
2014-02-21 18:14:13 +00:00
Kevin Giszewski
f05a67d9d2
Expose the Datatype Service GetById
2014-02-20 11:07:20 -05:00
Kevin Giszewski
3ac7ef34ec
Merge pull request #54 from imulus/develop
...
Develop
2014-02-19 09:17:17 -05:00
Kevin Giszewski
518f95ce01
Merge pull request #52 from imulus/fix-ids
...
Fix some datatypes not working with multiple Archetypes
2014-02-19 09:16:41 -05: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
bfb883c098
Merge pull request #49 from leekelleher/feature-patch-courier-dataresolver
...
Tweaks to support a Courier DataResolver
2014-02-14 09:29:57 -05:00
leekelleher
bbe3506747
Housekeeping: Fixed up the whitespace :bowtie:
...
There was a mix of tabs & spaces...
... normalized to use spaces (which was painful for me as I'm a "tabs kinda guy" 🤘
2014-02-13 17:50:07 +00:00
leekelleher
42743b1394
Fleshed out the ArchetypePreValue models.
...
(When Courier packages up the DataTypeDefinition - we need to serialize/deserialize the config options/JSON)
2014-02-13 17:43:52 +00:00
leekelleher
9a712acd6a
Added constant for the prevalue alias.
...
(As we reference to this in the Courier DataResolver)
2014-02-13 17:30:28 +00:00
leekelleher
4c8bbd5d8f
Added a nested try/catch.
...
For if the `PublishedPropertyType` value is null, we can still get an `Archetype` model returned)
2014-02-13 16:53:38 +00:00
leekelleher
9296388abe
Added a constant for the PropertyEditor alias.
...
(So that we can reference it from the Courier DataResolver, without fear of typos)
2014-02-13 16:51:31 +00:00
leekelleher
3c5e2013a0
Added JsonProperty attributes to the properties.
...
(So that we can serialize/deserialize from the Courier DataResolver)
2014-02-13 16:32:03 +00:00
leekelleher
aacbc06992
Changed the Property.DataTypeId property to be public, with an internal setter.
...
(We need to reference it within Courier's DataResolver)
2014-02-13 16:27:29 +00:00
leekelleher
220a034d2a
Changed the Property.Value setter to be public.
2014-02-13 14:16:42 +00:00
Kevin Giszewski
6317b83720
Remove legacy filter
2014-02-07 17:31:18 -05:00
Kevin Giszewski
54766df143
Bump version number
v0.4-alpha
2014-02-07 16:59:47 -05:00
Kevin Giszewski
0878fd5b71
Merge pull request #47 from imulus/feature/localize-directive
...
Feature/localize directive
2014-02-07 16:49:28 -05: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
574e2018fd
Merge branch 'master' of github.com:imulus/Archetype
2014-02-07 12:46:29 -05:00
Kevin Giszewski
84639f82a4
Merge branch 'issue-43' into develop
2014-02-07 12:46:02 -05:00
Kevin Giszewski
fe913fdba8
Merge branch 'issue-43' of github.com:imulus/Archetype into issue-43
2014-02-07 12:45:51 -05:00
Kevin Giszewski
c597c712f4
Merge pull request #44 from mattbrailsford/issue-43
...
Fixed issue 43
2014-02-07 12:45:33 -05:00
Kevin Giszewski
6297302d61
Merge pull request #46 from mattbrailsford/issue-43
...
Moved GetValue method body to the Property object to allow easy conversi...
2014-02-07 12:45:02 -05:00
Kevin Giszewski
fd2f6a9967
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-02-07 12:40:26 -05:00
mattbrailsford
7e28dd87b5
Moved GetValue method body to the Property object to allow easy conversion of an untyped property without having to go via the fieldset again.
2014-02-07 12:21:36 -05:00
mattbrailsford
7d0d32b218
Moved GetValue method body to the Property object to allow easy conversion of an untyped property without having to go via the fieldset again.
2014-02-07 16:11:58 +00:00
Kevin Giszewski
bf9e4d53df
Expose some properties which could be useful for iterating and template decision-making
2014-02-07 09:39:57 -05:00
mattbrailsford
33f95253f9
Fixed issue 43
...
- Allows you to access nested complex property editor values by using the build in value converters
2014-02-07 10:59:01 +00:00
Tom Fulton
79761667cf
Merge pull request #38 from imulus/tests
...
Test the "API" / PropertyValueConverter
2014-02-07 00:37:45 -07:00
Kevin Giszewski
7e959e9b0f
Merge branch 'develop'
2014-02-05 18:13:24 -05:00
Kevin Giszewski
4848bdc5d6
Another localization refinement
2014-02-05 18:13:09 -05:00
Kevin Giszewski
d645fc12de
Merge branch 'develop'
2014-02-05 17:35:02 -05:00
Kevin Giszewski
d5edb70e5b
Handle missing locale file better
2014-02-05 17:32:14 -05:00
Kevin Giszewski
19c19c10ca
Merge branch 'develop'
2014-02-05 15:08:00 -05:00
Kevin Giszewski
6f0b7a2303
Remove settings.js
2014-02-05 15:07:45 -05:00
Kevin Giszewski
f842172be5
Merge branch 'develop'
2014-02-05 15:05:54 -05:00
Kevin Giszewski
6dff2518ff
Merge pull request #42 from imulus/feature/localization
...
Implement Localization
2014-02-05 15:05:27 -05:00
Kevin Giszewski
6a2af3cc19
Remove unused userService call
2014-02-05 15:02:28 -05:00
Kevin Giszewski
79005262a0
Use User.locale in lieu of Settings.js
2014-02-05 15:00:25 -05:00