kjac
f57205dab9
More member groups implementation
2016-04-04 21:21:02 +02:00
kjac
b6ccab10b3
Merge remote-tracking branch 'refs/remotes/imulus/master' into allowed-member-groups
...
# Conflicts:
# app/less/archetype.less
2016-04-04 20:37:15 +02:00
kgiszewski
4410f1bb81
Bump version to v1.13
2016-04-04 13:08:58 -04:00
kjac
d9ffb4b097
Merge remote-tracking branch 'refs/remotes/origin/master' into publishing
...
# Conflicts:
# app/less/archetype.less
2016-04-03 12:53:30 +02:00
kgiszewski
2b6d87d97c
Bump version to v1.12.4
2016-04-02 19:10:54 -04:00
kjac
b0f614c891
Allowed member groups PoC
2016-03-23 15:08:07 +01:00
kjac
75fa2bb1bb
Fix formatting
2016-03-22 19:58:48 +01:00
kjac
9336f4508a
Handle publishing in UTC
2016-03-22 19:35:40 +01:00
kjac
dea307ff8e
Filter out fieldsets based on publishing
2016-03-20 13:51:14 +01:00
kjac
29a73336e3
Merge remote-tracking branch 'refs/remotes/imulus/master' into publishing
2016-03-20 12:04:52 +01:00
kjac
0584c4eda5
Prototype (work in progress)
2016-03-20 12:02:21 +01:00
kgiszewski
fa0b1a4b3b
Add a ref required
2016-03-10 11:27:44 -05:00
kgiszewski
73e875e67c
Merge branch 'master' into pr/330
2016-03-10 11:19:05 -05:00
kgiszewski
e061311689
Add overloads for single partial render and cleanup stuffs
2016-03-10 11:16:27 -05:00
leekelleher
68c2f55111
Added support to ArchetypePublishedContent for Umbraco extension methods
...
For the `IPublishedContent` implementation, added support for `GetIndex()`, so that extension methods, such as `IsFirst()`, `IsLast()`, etc will work as expected.
Unfortunately we wont be able to support the `Siblings()`, (or `FollowingSibling`, `PrecedingSibling`) extension methods, as these perform an internal query to the node's parent's children - which in the context of Archetype data is not possible access.
Added unit-tests to support this enhancement.
2016-02-17 13:30:43 +00:00
Jamie Gilbert
f22d3cdef3
Modified HTML helper to allow you to render a single fieldset from an Archtype model.
...
(I Needed to render the first review in a list of review blocks)
2016-02-05 14:33:02 +00:00
kgiszewski
13b59d0d61
Bump version to v1.12.3
2016-02-04 11:20:44 -05:00
kgiszewski
990836bc37
Fix #315
2016-01-05 08:39:09 -05:00
kgiszewski
16351df692
Fix #312
2016-01-04 15:02:02 -05:00
kgiszewski
bb056a01dd
Update dll to v1.12.1
2015-12-03 08:44:40 -05:00
kgiszewski
608b12aa10
Revert "Fix #304 "
...
This reverts commit f4e449f030 .
Conflicts:
app/Umbraco/Umbraco.Archetype/Models/ArchetypeModel.cs
2015-12-03 08:43:23 -05:00
kgiszewski
7e76e98c0f
Bump version to 1.12.0
2015-11-16 13:25:54 -05:00
kgiszewski
f4e449f030
Fix #304
2015-11-16 13:24:36 -05:00
leekelleher
b0dcefaf06
Refactored the PublishedContent/Property classes.
...
Streamlines how the properties are stored and retrieved internally, (dictionary is faster than linq loops).
Removed the `Initialize` method, as we can do the set-up within the constructor.
2015-11-05 11:58:45 +00:00
leekelleher
4d4eab39e8
ArchetypeModel to IPublishedContent
...
Adds extension methods for `ArchetypeModel` and `ArchetypeFieldsetModel` for converting to Umbraco's `IPublishedContent`.
Included unit-tests to support the deserialization and verify property-value retrieval.
Modifies `ArchetypePropertyModelExtensions.CreateDummyPropertyType` extension method, to test if the `PropertyValueConvertersResolver` is available, (otherwise the unit-tests throw an exception from Umbraco's `PublishedPropertyType`).
2015-11-04 15:43:39 +00:00
kgiszewski
6acaf65ec3
Add missing XML docs.
2015-11-02 11:35:37 -05:00
kgiszewski
a2b2567350
Fix unit tests.
2015-11-02 10:55:02 -05:00
kgiszewski
f405239115
Fixed goofed up packages, bump to v1.11.1
2015-10-08 13:42:19 -04:00
kgiszewski
ca1214a09a
Remove FieldsetToolbar option as it was only for the prototype. Tweak Gruntfile
2015-10-08 07:52:30 -04:00
kgiszewski
645198444b
Add dll version to the config page
2015-10-07 16:28:00 -04:00
kgiszewski
bd4398ff28
Bump version to 1.11 and some minor edits
2015-10-07 15:42:00 -04:00
kgiszewski
de7ed9328d
Merge branch 'pr/296'
2015-10-07 09:32:46 -04:00
kgiszewski
3402f216b9
Add more verbose error logging
2015-10-05 08:13:50 -04:00
kjac
275b5d2207
Introduce fieldset groups
2015-10-04 21:39:50 +02:00
Tom Fulton
d5fd59b954
Remove editorState from model before persisting
2015-09-28 23:26:07 -06:00
kgiszewski
1e9c7d0a6c
Final tweaks to css and version numbers
2015-08-25 12:59:26 -04:00
kgiszewski
5c95f59219
Bump version number
2015-08-19 09:04:41 -04:00
kgiszewski
43a72ed5e5
Use relative paths instead of tilde due to core compatibility issues
2015-08-17 12:16:38 -04:00
kgiszewski
709198f943
Merge branch 'master' of github.com:imulus/Archetype
2015-08-17 11:53:44 -04:00
kgiszewski
a03fe3af32
Remove some cruft
2015-08-17 11:47:08 -04:00
Stefan Kip
697a797c7e
Fixes for Virtual Directories #156
2015-08-14 14:49:41 +02:00
kgiszewski
cfe014ee45
Bump version number
2015-07-08 13:26:06 -04:00
kjac
662cf4c3bf
More formatting
2015-06-26 14:17:52 +02:00
kjac
d0b8314134
Formatting issue
2015-06-26 14:09:12 +02:00
kjac
8eb4786976
Revert API method GetByGuid() to its previous state
...
All default prevalue enrichment is now handled by the API method
GetAllPropertyEditors()
2015-06-26 14:08:00 +02:00
kjac
20155b5ca6
Move filenames collection to temporary editor state container
2015-06-26 11:30:51 +02:00
kjac
16c310f3c6
Ensure correct default prevalues for imagecropper
2015-06-26 11:27:54 +02:00
kjac
99d570dc97
Handle upload and image cropper clientside
2015-06-25 07:59:16 +02:00
kjac
2ae3e3ade9
Merge with imulus/master
2015-06-23 17:21:26 +02:00
Kevin Giszewski
d4718e358c
Merge pull request #279 from leekelleher/enhancement/helper-log-exception
...
ArchetypeHelper - added exception to Umbraco log
2015-06-18 08:05:10 -04:00