Daniel Stolt
cc4fe86d83
Fixed JS language service errors in Orchard.Layouts.
2015-02-20 12:53:17 +01:00
Daniel Stolt
8911365242
Removed some residual JS source map references.
2015-02-20 12:46:18 +01:00
Lombiq
0d52799fb0
Deferring Taxonomies term count calculation to a processing engine task, lowering the chance of DB deadlocks
2015-02-20 00:27:11 +01:00
Lombiq
aaf9387cc4
Adding index on Taxonomies TermPartRecord.Path as its frequently queried
2015-02-19 23:18:11 +01:00
Daniel Stolt
4b11d08ccd
Merged 'feature/layouteditor' into 1.x.
2015-02-19 22:14:55 +01:00
Daniel Stolt
d5c3a0e59f
Fixed an error while publishing via MSBuild (outside of VS).
...
When running the Publish target using MSBuild (rather than VS) the error MSB3030 occurs because the manifest file Orchard.exe.manifest cannot be found. This fixes that error, making it possible to automate publishing outside VS, for example using PowerShell.
2015-02-19 19:03:16 +01:00
Nicholas Mayne
8383e55cf2
Fixing XML Docs in content manager
2015-02-19 12:37:32 +00:00
Nicholas Mayne
bc7a75ea2a
#18172 : Adding import export to Site Cultures
...
Because they come from records I am using the SiteSettings Driver to export/import
Work Item: 18172
2015-02-19 00:05:32 +00:00
Nicholas Mayne
4e85e60947
Small perf tweeks to Localization Part Driver, removing unneeded SiteCultures enumerable as we only care about missing cultures
2015-02-18 23:14:23 +00:00
Nicholas Mayne
0a33ce5eae
Perf improvement in localization service. Replacing List() with Slice(1) and no need to use overload on Query as it is taken care of in inner query
2015-02-18 22:46:43 +00:00
Nicholas Mayne
e1a9999382
Adding Localization Tokens to localization module.
2015-02-18 16:48:04 +00:00
Nicholas Mayne
a60b91e610
Removing the - in the culture layer rules. It seems that the scripting engine changed to stop allowing them.
2015-02-18 15:41:28 +00:00
Nicholas Mayne
f1d97b7251
Fix for Application Path on localization to deal with virtual paths
2015-02-18 15:32:23 +00:00
Nicholas Mayne
1a5a483568
Adding ability to add a culture to a piece of content that has no culture
2015-02-18 15:27:19 +00:00
Matt Varblow
d72ce5a522
#20957 : ContentTypeDefinitionBuilder Placement extension method throws away some of your placements.
...
Work Item: 20957
2015-02-14 16:40:09 +00:00
Jason Burgard
970d0274a6
#20089 : Content picker does not persist unpublished items.
...
Work Item: 20089
2015-02-14 16:35:03 +00:00
Jay Harris
dac17198f6
#21151 : Import with LayoutPart Fails if not in XML.
...
Work Item: 21151
2015-02-14 16:19:15 +00:00
Jay Harris
4ac29a3937
#21160 : Comment View should observe Shape ID & Classes.
...
Work Item: 21160
2015-02-14 16:15:59 +00:00
Jay Harris
13155e5b83
#21153 : [Feature] Dynamic AddComment.
...
Work Item: 21153
2015-02-14 16:12:57 +00:00
jcastillopino
952caca41f
#21090 : Do not create duplicate content type when Import/Export data contains taxonomies..
...
Work Item: 21090
2015-02-14 15:56:24 +00:00
Jack Cheng
d09297b750
#20311 : Logging FATALs without exceptions.
...
Work Item: 20311
2015-02-14 15:51:03 +00:00
Jay Harris
362400b03c
#21107 : Comment Form displaying without AddComment permission.
...
Work Item: 21107
2015-02-14 15:45:53 +00:00
Jay Harris
70a11262e0
#21159 : Clone link appears without EditContent permission.
...
Work Item: 21159
2015-02-14 15:43:14 +00:00
Jeff
ef7172812d
#21124 : Tag Cloud with slug does not check version
...
Work Item: 21124
2015-02-14 15:37:42 +00:00
Jack Cheng
0a8779178b
#20820 : Orchard.Packages: PackagingCommands class lives in the wrong feature
...
Work Item: 20820
2015-02-14 14:39:58 +00:00
Lombiq
c8f65e7110
Updating Rebraces config for VS Update 4
2015-02-12 00:12:11 +01:00
Lombiq
651ad96047
Fixing DefaultOrchardHostTests
2015-02-12 00:12:10 +01:00
Daniel Stolt
2515f943f6
Moved xmldiffpatch dependency to root lib folder.
2015-02-11 23:55:54 +01:00
Daniel Stolt
da6aa02672
Updated osFamily to 4 in cloud service project to make it compatible with .NET Framework 4.5.1.
2015-02-11 23:38:52 +01:00
Daniel Stolt
d8a80558e9
Removed faulty reference from solution file.
2015-02-11 23:37:12 +01:00
Daniel Stolt
0986784d72
Revert "Made private members protected in OutputCacheFilter."
...
This reverts commit 0ba6b1d788
.
2015-02-11 15:58:14 +01:00
Daniel Stolt
0ba6b1d788
Made private members protected in OutputCacheFilter.
2015-02-10 12:37:09 +01:00
Daniel Stolt
7ea43cb89f
Improved logging of unhandled API exceptions.
2015-02-10 12:35:10 +01:00
Daniel Stolt
3d5b26ebd0
Fixed another incorrect exception logging in Orchard.Redis.
2015-02-09 18:01:33 +01:00
Codinlab
c328fec5ef
#19693 : route/content tokens
...
Work Item: 19693
2015-02-08 13:08:45 +00:00
Codinlab
46fd3d22f0
#18787 : slugify function
...
Work Item: 18787
2015-02-08 13:00:31 +00:00
PaulDevenneyBede
efc573992c
added "usecdn" to sitesettings
2015-02-07 17:55:23 +00:00
agriffard
611b3dde44
Clean code
2015-02-07 17:04:01 +00:00
qt1
0f865577b1
#21010 : ISessionConfig..Events+parameters
...
Work Item: 21010
2015-02-07 16:39:46 +00:00
Daniel Stolt
a446ebdb3e
Made xmldiffpatch reference private in Orchard.AuditTrail.
2015-02-07 15:58:23 +01:00
Lombiq
c49130293e
Adding null checks to search settings import
2015-02-05 17:39:29 +01:00
Daniel Stolt
8406a08bf6
Fixed a weird bug in Markdown that caused <h1> elements to be nested in <p> elements.
2015-02-04 16:27:17 +01:00
Daniel Stolt
99072faf14
Fixed LINQ exception in Orchard.MessageBus.
2015-02-04 15:49:13 +01:00
Daniel Stolt
dd2fb47cdb
Fixed exception logging in Orchard.MessageBus.
2015-02-04 15:48:27 +01:00
Stanley Goldman
f3351758aa
#20490 : system.version sort rebased.
...
Work Item: 20490
2015-02-01 15:57:37 +01:00
Stanley Goldman
4ee54ab8ea
#20370 : configurable mediastorage rootfolder.
...
Work Item: 20370
2015-02-01 15:50:39 +01:00
Jay Harris
ba09a61359
#20643 : fix post for publishlater.
...
Work Item: 20643
2015-02-01 15:30:30 +01:00
Jay Harris
f0ef9f1380
#21093 : ArchiveLaterPart model update bug.
...
Work Item: 21093
2015-02-01 15:27:34 +01:00
Katsuyuki Ohmuro
c4348a1b21
#21101 : Possible to publish multiple content items with same permalink
...
Work Item: 21101
2015-02-01 15:23:27 +01:00
Daniel Dabrowski
12285abca8
#20909 : Fix Content Manager Query Performance without Record
...
Work Item: 20909
2015-02-01 15:15:16 +01:00