Hermes Sbicego
0c34ca3dd5
Feature/8445 libraries update ( #8446 )
2021-02-04 10:05:50 -08:00
Hermes Sbicego
700b029a34
target framework 4.8 to all projects ( #8444 )
2021-01-07 10:07:38 -08:00
Lombiq
f3be1504df
Updating DotNetZip (Ionic.Zip) package to 1.12
2018-12-03 16:15:53 +01:00
Benedek Farkas
be802146bc
Dynamic C# Compilation, Static and Dynamic Razor Compilation with Roslyn (1.10.x) ( #7713 )
2018-09-19 13:45:23 +02:00
Jay Harris
79aacf86b8
Update validation RegEx for email to latest spec ( #8085 )
2018-08-02 12:26:53 -07:00
Benedek Farkas
ed0c60c5fd
5408: Dropping static view compilation temporarily to be able support Dynamic Compilation with Roslyn ( #7892 )
2017-12-21 12:49:53 -08:00
Benedek Farkas
2904d35d91
Enabling C# 6 for Dynamic Compilation and Razor IntelliSense
...
Fixes #5408
2017-11-09 12:04:12 -08:00
Benedek Farkas
185ad6b1eb
Adding LangVersion 5 setting to each csproj's Debug and Release target ( #7641 )
...
Fixes #7639
2017-04-03 10:38:41 -07:00
Lombiq
3e2b5d5b82
Upgrading FluentNHibernate so it's sync with other assemblies to prevent exceptions when running tests. Fixes #6933 .
2016-06-16 19:01:07 +02:00
Daniel Stolt
dec68d454c
Updated code base to target .NET Framework 4.5.2. Fixes #5700 .
2016-01-14 01:06:32 +01:00
Rob King
6a2b56e714
Moved NuGet.Core to Orchard NuGet Feed
2015-12-16 16:45:28 +00:00
Rob King
78ffff1785
Moved FluentPath to Orchard NuGet Feed
2015-12-16 12:28:31 +00:00
Rob King
74d8cf8e9a
Line endings resolution
2015-12-15 11:55:23 +00:00
Rob King
3f72249654
Moved System.Web.Mvc to NuGet. Version change: None
2015-12-07 20:46:05 +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
Rob King
21b9cc7d11
Moved Moq to NuGet. Version change: 4.0.812 >>> 4.0.10827
2015-12-04 16:46:21 +00:00
Rob King
8baf0a4039
Moved Lucene to NuGet. Version change: None
2015-12-04 16:39:04 +00:00
Rob King
c2c2577f20
Moved DotNetZip to NuGet. Version change: None
2015-12-04 13:55:09 +00:00
Rob King
fbf27540ea
Moved IronRuby to NuGet. Version change: None
2015-12-04 12:45:37 +00:00
Rob King
9d20813f8f
Moved Castle to NuGet. Version change: None
2015-12-04 12:32:41 +00:00
Rob King
929b6bb2c0
Moved Autofac to NuGet. Version change: None
2015-12-04 11:36:33 +00:00
Rob King
6df007561d
Moved NUnit to NuGet. Version change: 2.5.2.9222 >>> 2.5.10.11092
2015-12-04 11:27:42 +00:00
Lombiq
680a9eb85b
Fixing that some files had line endings mixed up (both LF and CRLF)
2015-12-03 00:10:12 +01:00
Sipke Schoorstra
5c18f49fa3
Layouts, Widgets and Conditions.
...
- Moved Rules engine code to new Orchard.Conditions module.
- Refactored Layouts and Widgets to use Conditions.
- Moved Widgets element harvester to the Widgets module as a separate feature.
2015-11-19 14:02:12 +01:00
Sipke Schoorstra
77b8df516a
Improved locking code.
...
- Moved DatabaseLock into Framework and making it the default lock provider.
- Removed unnecessary thread synchronization code.
- Allowing multiple lock acquisitions from the same machine (simulating a "lease").
- Updated unit tests.
2015-08-11 16:43:48 +01:00
Sipke Schoorstra
16cd4e89c4
Added tests for DatabaseLock.
2015-08-10 15:24:18 +01:00
Sipke Schoorstra
73170a0d63
Added support for multiple recipe steps of the same type and added unit tests.
...
Enables execution of multiple child recipes in a particular sequence. This is useful for the RecipesStep for example, where you want to execute a child recipe first, then execute some commands and import some content, then execute a second child recipe.
2015-07-30 14:26:01 +01:00
Sipke Schoorstra
9f9a0cc4e5
Updated recipes unit test to accommodate Orchard.Recipes changes.
2015-07-23 10:34:39 +01:00
Sipke Schoorstra
901c11a1ea
Simplifying recipe step API for implementers.
2015-07-15 12:53:19 +01:00
Daniel Stolt
635abd7456
Fixed unit tests not being discovered due to CopyLocal=false on core references.
...
Having CopyLocal=false on references to Orchard.Core and Orchard.Framework in unit test projects prevented VS from discovering unit tests (at least when using the NUnit Test Adapter for Visual Studio). This change resets CopyLocal=true for these references in all unit test projects.
2015-05-07 14:16:56 +02:00
Kees Damen
2cfcdfaa8b
Fixed project references to Orchard.Core and Orchard.Framework
2015-04-16 16:23:12 +02:00
Sebastien Ros
5ff2ad509b
Merge branch '1.8.x' into 1.x
...
Conflicts:
src/Orchard.Web/Modules/Orchard.MediaLibrary/Services/MediaLibraryService.cs
src/Orchard.Web/Modules/Orchard.Modules/styles/orchard-modules-admin.css
src/Orchard.Web/Modules/Orchard.Taxonomies/Services/TaxonomyService.cs
src/Orchard.Web/Modules/Orchard.Widgets/Filters/WidgetFilter.cs
src/Orchard/Mvc/Routes/RoutePublisher.cs
2015-03-05 12:15:00 -08:00
Stanley Goldman
a1eb07063a
ObjectDumper Unit Tests
2014-10-25 17:54:23 -04:00
Nicholas Mayne
016ee8cb02
Fixing reference to Castle in Orchard Tests
2014-10-13 13:52:38 +01:00
Sebastien Ros
293c58ef46
Adding binding redirect in unit tests for NHibernate
2014-08-22 17:06:28 -07:00
Sebastien Ros
221197f314
Upgrading to .NET Framework 4.5.1
2014-08-13 14:07:45 -07:00
Sebastien Ros
0fbc2e47bc
Fixing unit tests and warnings
2014-03-26 17:37:01 -07:00
Sebastien Ros
35d2a6c8fd
#20577 : Fixing Orchard.Templates
...
Work Item: 20577
2014-03-26 12:21:51 -07:00
Piotr Szmyd
ce535797aa
Updated ancient Castle libraries to version 3.2.0. Castle.DynamicProxy2 and Castle.MicroKernel are obsolete - have already been merged into Castle.Core.
2014-02-21 16:00:43 +01:00
Sebastien Ros
70be174c72
Implementing Orchard.JobsQueue
2014-01-14 14:43:20 -08:00
Sebastien Ros
f6f6a56c24
Merge branch 'feature/fw45' into 1.x
...
Conflicts:
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/App.config
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/Orchard.Autoroute.Specs.csproj
src/Orchard.Web/Modules/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Azure/Web.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/App.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/Orchard.Fields.Specs.csproj
src/Orchard.Web/Modules/Orchard.OutputCache/Scripts/Web.config
src/Orchard.Web/Modules/Orchard.Taxonomies/Styles/Web.config
src/Orchard.Web/Orchard.Web.csproj
src/Orchard.Web/Web.config
2013-10-11 16:40:44 -07:00
Sebastien Ros
13a7b70531
#20100 : Fixing multi-lines parsing in WebActivityTask
...
Work Item: 20100
2013-09-11 14:12:46 -07:00
Sebastien Ros
8ef54ff18f
#20078 : Fixing international characters loss in media profiles
...
Work Item: 20078
2013-09-09 13:20:41 -07:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Nicholas Mayne
d2917b03d8
#19426 : Updating slugify method to take in to account contiguous dashes
...
Work Item: 19426
--HG--
branch : 1.x
2013-06-06 21:59:13 +01:00
Sebastien Ros
fca554ddc9
Merge with clayless
...
--HG--
branch : 1.x
2013-02-04 10:51:21 -08:00
Sebastien Ros
a9f1312b88
Removing clay usage in favor or pre-configured dynamic objects
...
--HG--
branch : clayless
extra : rebase_source : fe1f730585d0df763d4dd4215b11bace48bcd944
2012-11-20 17:21:52 -08:00
Sebastien Ros
bf46e56b86
Fixing NHibernate references
...
--HG--
branch : 1.x
2012-11-14 16:19:57 -08:00
Sebastien Ros
cd7fb75f65
Replacing SharpZipLib by DtoNetZip
...
--HG--
branch : 1.x
2012-09-05 18:47:59 -07:00