Sebastien Ros
d7682123a7
Fixing versions of manifests
2016-03-30 16:50:31 -07:00
Daniel Stolt
3f6fc4899e
Retargeted NuGet references to targetFramework="net452". Fixes #6406 .
2016-02-19 22:49:15 +01:00
Sebastien Ros
3630473e69
Removing roslyn compilation for now
2016-02-01 11:55:04 -08:00
Daniel Stolt
dec68d454c
Updated code base to target .NET Framework 4.5.2. Fixes #5700 .
2016-01-14 01:06:32 +01:00
Daniel Stolt
c59b761c3a
Enabled Roslyn compilation (C# 6 syntax support) for Razor views.
...
- Added Roslyn CodeDom Nuget packages to Orchard.Web and Orchard.Azure.Web.
- Added the necessary Web.config section to all modules/themes to make the VS editor recognize C# 6 syntax.
- Added a sample/proof use in BadgeOfHonor.cshtml.
2016-01-14 00:48:22 +01:00
Daniel Stolt
bfb01a31d5
Fixed compiler errors in Razor views in modules and themes.
...
A handful of compiler errors would appear in most modules while having Razor views open in Visual Studio 2015. Adding a reference to System.Core in Web.config of modules fixes this.
2016-01-14 00:09:15 +01:00
Rob King
bc51f86582
Consolidate Iesi.Collections and commit binding redirects
2016-01-07 15:27:00 +00:00
Lombiq
7fa4783b1d
Fixing leftover MVC references by changing them to also use packages
2016-01-06 01:04:40 +01:00
Rob King
89f0213a78
Merge branch 'dev' of https://github.com/OrchardCMS/Orchard into replace-lib-with-nuget
...
Conflicts:
src/Orchard.Web/Core/Orchard.Core.csproj
src/Orchard.Web/Modules/Orchard.Fields/Orchard.Fields.csproj
2015-12-22 09:48:44 +00:00
sfmskywalker
72aa82c048
Merge branch '1.9.x' into dev
...
# Conflicts:
# src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutDesignerHost.js
2015-12-18 00:33:56 +01:00
Piotr Szmyd
83900802b7
#6188 : Using correct key when removing Redis cache entry.
2015-12-16 17:05:28 +01:00
Rob King
74d8cf8e9a
Line endings resolution
2015-12-15 11:55:23 +00:00
Rob King
faa2702310
Moved Redis to NuGet. Version change: None
2015-12-04 21:12:56 +00:00
Rob King
86fd4a0df5
Moved NHibernate to NuGet. Version change: None
2015-12-04 18:06:08 +00:00
Rob King
fe215587b1
Moved Newtonsoft.Json to NuGet. Version change: None
2015-12-04 17:32:50 +00:00
Baruch Nissenbaum
9c2ea80670
Merge branch 'IBN-Labs/additional-module-directories-squashed' into IBN-Labs/additional-module-directories-dev-5
...
Conflicts:
src/Orchard.Web/Web.config
2015-10-28 17:59:25 +02:00
Carl Woodhouse
eecb61a132
Redis extensions use of keys #5958
2015-10-20 12:35:34 +01:00
Sebastien Ros
becc4abf23
Fixing Visual Studio warnings on web.config files
2015-08-27 11:11:10 -07:00
Daniel Stolt
d6f3bfd419
Updated to Newtonsoft.Json 7.0 and Azure SDK 2.7.
2015-08-25 16:17:32 +02:00
Sipke Schoorstra
c724cf0fcf
Merge branch '1.9.x' into dev
...
Conflicts:
src/Orchard.Web/Modules/Orchard.DynamicForms/Module.txt
src/Orchard.Web/Modules/Orchard.Rules/Module.txt
2015-08-06 20:52:13 +01:00
Sebastien Ros
430c3de460
Compressing output cache content in Redis
2015-08-04 17:28:49 -07:00
Sebastien Ros
f25758cc05
Refactoring connection multiplexer usage
...
For consistency with other services using Redis
2015-08-04 10:30:23 -07:00
Sebastien Ros
8a08680a74
Localizing RedisTagCache keys
2015-08-03 14:37:25 -07:00
Sebastien Ros
4740283ab2
Merge branch '1.9.x' into dev
...
Conflicts:
src/Orchard.Tests.Modules/Users/Services/MembershipServiceTests.cs
2015-07-31 17:50:22 -07:00
Sebastien Ros
637cea6a02
Fixing Redis connection creation
...
With the previous code, when multiple threads tried to create
a Redis connection, the ConcurrentDictionary would have
called the factory delegate multiple times and added only one
of the resulting connections. This is by design, and a solution
is to use a Lazy object to defer the creation of the connection.
Multiple Lazy objects will be created but it doesn't have any impact.
2015-07-31 15:10:08 -07:00
Sebastien Ros
0e47295b9f
Merge branch '1.9.x' into dev
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Comments/Web.config
src/Orchard.Web/Modules/Orchard.Fields/Web.config
src/Orchard.Web/Modules/Orchard.OutputCache/Filters/OutputCacheFilter.cs
src/Orchard.Web/Modules/Orchard.Taxonomies/Web.config
2015-06-19 11:33:12 -07:00
Sebastien Ros
1180425109
Updating libraries
2015-06-19 10:39:00 -07:00
Sebastien Ros
6d58498b82
Merge branch '1.9.x' into dev
...
Conflicts:
src/Orchard.Web/Modules/Orchard.DynamicForms/Web.config
src/Orchard.Web/Modules/Orchard.ImageEditor/Web.config
src/Orchard.Web/Modules/Orchard.Layouts/Orchard.Layouts.csproj
src/Orchard/Localization/Text.cs
2015-06-18 10:35:06 -07:00
Sebastien Ros
cd49d2ccf2
Updating ruleset location for all projects
2015-06-16 16:22:04 -07:00
Kees Damen
2cfcdfaa8b
Fixed project references to Orchard.Core and Orchard.Framework
2015-04-16 16:23:12 +02:00
Daniel Stolt
1a8ebf2548
Fixed version conflict build warnings and cleaned up all Web.config files.
2015-03-04 02:06:09 +01:00
Sipke Schoorstra
9cf3cf5c15
#21060 : Orchard.Redis - ITagCache.
...
Work Item: 21060
2015-02-21 17:12:26 +01:00
Daniel Stolt
3d5b26ebd0
Fixed another incorrect exception logging in Orchard.Redis.
2015-02-09 18:01:33 +01:00
Sebastien Ros
93a13c5b9c
Fixing compilation
2014-11-14 14:22:46 -08:00
Sebastien Ros
15740d1aad
Optimizing keys count
2014-10-21 21:45:22 -07:00
Sebastien Ros
b77f3a4c24
Fixing style
2014-10-21 21:32:47 -07:00
Piotr Szmyd
d7628aaf61
Moving extension methods to separate namespace.
2014-10-15 09:49:43 +02:00
Piotr Szmyd
219150bd20
Fixed solution file and corrected namespace in Orchard.Redis
2014-10-15 09:45:06 +02:00
Piotr Szmyd
3b6f978100
Refactored output cache provider to use atomic, Lua script-based key deletion.
2014-10-15 09:43:23 +02:00
Piotr Szmyd
b79f2e2db2
Implemented Redis-based cache provider.
2014-10-15 09:40:28 +02:00
Piotr Szmyd
044746d511
Lua scripts for efficient batch counting and removing keys.
2014-10-15 09:39:06 +02:00
Sebastien Ros
d0c7091964
Adding Orchard.Redis module
2014-09-30 16:25:49 -07:00