Tom Fulton
9bf413207f
Fix logic issue with assemblyinfo patcher
2015-04-02 23:24:54 -06:00
kgiszewski
e5cd3d0cb0
Bump Version to 1.7.2
2015-03-31 11:04:57 -04:00
leekelleher
032ee958c1
Minor whitespace formatting
v1.7.2
2015-03-27 15:48:14 +00:00
Kevin Giszewski
ef5bd7ccc8
Merge pull request #259 from sitereactor/master
...
Updates the Courier provider
2015-03-24 13:51:47 -04:00
Morten Christensen
7839e4a992
Updates the Courier provider to only use Courier code instead of relying on PropertyEditorConverters
2015-03-24 16:11:19 +01:00
kgiszewski
408c178348
Fix #194
2015-03-13 10:18:57 -04:00
kgiszewski
852b7a92a7
Update for v7.2.2 locale issue
v1.7.1
2015-02-26 10:37:27 -05:00
kgiszewski
5a4118a1cc
Bump version and fix clone issue
v1.7
2015-01-27 11:05:43 -05:00
kgiszewski
4b603bf97f
Bump Version Number
2015-01-27 10:53:17 -05:00
kgiszewski
c8884c8d92
Add Cloning
2015-01-27 10:51:22 -05:00
kgiszewski
dd843ce2c6
Make deep requests not the default
2015-01-27 10:01:59 -05:00
kgiszewski
8036ab72d0
Merge branch 'alt-label-template'
2015-01-27 09:44:36 -05:00
kgiszewski
b25d8bdc4b
Merge branch 'fix/datatype-caching'
2015-01-27 09:42:36 -05:00
Nicholas-Westby
023d99cc88
Improved performance of publish operations: https://github.com/imulus/Archetype/issues/238
2015-01-26 12:59:19 -08:00
kjac
1cc0586c75
Support alternative property in label template
...
Allow fieldset label templates to contain alternative/fallback property
aliases and/or functions by seperating with "|" - e.g.
{{title|myFunction(text)}}
2015-01-10 11:16:00 +01:00
kjac
a16b61f03f
Merge remote-tracking branch 'upstream/master'
2015-01-10 08:26:41 +01:00
Tom Fulton
7ea01cad86
Remove caching for property datatype dropdowns
2014-12-03 21:46:13 -07:00
Mads Krohn
aea65a531d
Tweak dropdown position for new fields
...
See related issue
2014-11-02 12:56:12 +01:00
Kevin Giszewski
482cb5a149
beta = gtfo
2014-11-02 12:56:12 +01:00
Kevin Giszewski
81ac5fbddb
Update lang files
2014-11-02 12:56:11 +01:00
Kevin Giszewski
801baf355b
Bump version number to v1.6
2014-11-02 12:56:10 +01:00
Kevin Giszewski
a3b531caa4
Tidy up the PR
2014-11-02 12:56:10 +01:00
doronuziel71
1d680c612e
Fixed type-o
2014-11-02 12:56:09 +01:00
doronuziel71
cdea3c1aec
Fixed type-o
2014-11-02 12:56:09 +01:00
doronuziel71
37fa9c40d6
Introduced override default propety converter
2014-11-02 12:56:08 +01:00
Kevin Giszewski
774ba46e13
Flip-flop scope and fieldset
2014-11-02 12:56:07 +01:00
Kevin Giszewski
280a97c8d1
Expose FS (fieldsets) and Property (alias/value) for helping with creating Archetype from code
2014-11-02 12:56:07 +01:00
Kevin Giszewski
7dd3848bdf
Expose serializer for those wanting to create Archetypes from code
2014-11-02 12:56:06 +01:00
leekelleher
add44e533a
Courier: Turns out that creating a new instance of PropertyItemProvider was a hack.
...
Replaced with getting the item-provider from the existing collection.
2014-11-02 12:56:05 +01:00
leekelleher
870b848e3b
Bug fix with the Courier resolver
2014-11-02 12:56:05 +01:00
leekelleher
b262d8a86f
Set the project's assembly references to not "Copy Local".
...
As these pollute the /bin output folder during build.
2014-11-02 12:56:04 +01:00
leekelleher
5dba1a0895
Fixed the type-name for the error log messages
2014-11-02 12:56:03 +01:00
leekelleher
8f4857aba1
Fixed issue with Courier serialization.
...
When Courier was deserializing, it was treating any nested Archetype as a `JObject`.
The newer serializer routines in Archetype core resolve the previous issue.
2014-11-02 12:56:03 +01:00
leekelleher
cd95404a08
PersistenceManager.Default was obsoleted, replaced calls with ExecutionContext.DatabasePersistence
2014-11-02 12:56:02 +01:00
leekelleher
7e7a4aff58
Upgraded Courier assemblies.
2014-11-02 12:56:01 +01:00
Mads Krohn
c9d8952b7f
Tweak dropdown position for new fields
...
See related issue
2014-10-02 14:46:26 +02:00
Kevin Giszewski
890b5674a6
beta = gtfo
2014-09-26 09:27:31 -04:00
Kevin Giszewski
7f5dbd31c9
Update lang files
v1.6
2014-09-26 09:13:31 -04:00
Kevin Giszewski
a2255aa037
Bump version number to v1.6
2014-09-25 14:27:52 -04:00
Kevin Giszewski
415a84f5c0
Tidy up the PR
2014-09-25 14:21:16 -04:00
doronuziel71
3a0eba401a
Fixed type-o
2014-09-17 19:18:47 +03:00
doronuziel71
991d56dac1
Fixed type-o
2014-09-17 19:17:58 +03:00
doronuziel71
f704088bcb
Merge remote-tracking branch 'upstream/master'
2014-09-17 18:37:00 +03:00
doronuziel71
a599215620
Introduced override default propety converter
2014-09-16 23:32:16 +03:00
Kevin Giszewski
a6e76cb398
Flip-flop scope and fieldset
2014-09-16 13:55:54 -04:00
Kevin Giszewski
4fd134ac74
Expose FS (fieldsets) and Property (alias/value) for helping with creating Archetype from code
2014-09-08 10:39:13 -04:00
Kevin Giszewski
22b87c0a37
Merge branch 'develop' of github.com:imulus/Archetype into develop
2014-09-08 10:00:28 -04:00
Kevin Giszewski
d707b55362
Expose serializer for those wanting to create Archetypes from code
2014-09-08 10:00:05 -04:00
Kevin Giszewski
37a195109c
Merge pull request #220 from leekelleher/feature/courier-upgrade
...
Courier: Fix for PropertyItemProvider reference
2014-09-04 08:52:10 -04:00
leekelleher
205919ccae
Courier: Turns out that creating a new instance of PropertyItemProvider was a hack.
...
Replaced with getting the item-provider from the existing collection.
2014-09-04 11:05:41 +01:00