Sebastien Ros
221197f314
Upgrading to .NET Framework 4.5.1
2014-08-13 14:07:45 -07:00
Sebastien Ros
3585f30eb9
Adding Word files to excluded extensions
2014-08-06 15:57:12 -07:00
Jay Harris
f864fdc916
#20846 : Allowing None as action in projects
...
Work Item:20846
2014-08-06 12:10:18 -07:00
Sebastien Ros
2fc1bc53a3
Updating version numbers
2014-05-16 13:13:32 -07:00
Sebastien Ros
37f5685065
Updating version numbers
2014-03-28 11:11:45 -07:00
Sebastien Ros
35d2a6c8fd
#20577 : Fixing Orchard.Templates
...
Work Item: 20577
2014-03-26 12:21:51 -07:00
Sebastien Ros
6c0b85ad74
Merge branch 'master' into 1.x
...
Conflicts:
ClickToBuildAzurePackage.cmd
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
src/Orchard.Web/Modules/SysCache/Web.config
src/Orchard.Web/Orchard.Web.csproj
2013-11-11 18:11:53 -08:00
Sebastien Ros
7afb052e7c
Updating version numbers
2013-11-08 16:53:03 -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
f0851bb5fb
Updating version numbers
2013-09-10 14:08:05 -07:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Sebastien Ros
85d86b0623
#19745 : usage of Environment.CurrentDirectory
...
Work Item: 19745
2013-08-16 11:28:26 -07:00
Sebastien Ros
506be4a9d0
Updating manifest files
...
--HG--
branch : 1.x
2013-06-26 18:19:23 -07:00
Sebastien Ros
81ed251b80
Updating version numbers
...
--HG--
branch : 1.x
2012-10-18 12:49:52 -07:00
Sebastien Ros
ab0b8b095d
Updating version numbers
...
--HG--
branch : 1.x
2012-05-03 14:58:16 -07:00
Sebastien Ros
e5a5decf7b
Updating version numbers
...
--HG--
branch : 1.x
2012-02-29 11:29:55 -08:00
TheMonarch
82bb050eaf
#18349 : Increasing input size for orchard.exe
...
Work Item: 18349
--HG--
branch : 1.x
2012-01-13 16:15:59 -08:00
Sebastien Ros
c2b770c916
Updating assembly info
...
--HG--
branch : 1.x
2011-10-03 11:19:57 -07:00
andrerod@andrerod-dev1.redmond.corp.microsoft.com
29650f189e
#18112 : Removing incorrect security attribute
...
--HG--
branch : 1.x
2011-09-13 10:38:26 -07:00
Renaud Paquay
3bcbcb4f04
#17920 : Fix multi-threading issue
...
Work Item: 17920
--HG--
branch : 1.x
2011-06-09 08:38:16 -07:00
Renaud Paquay
846a40a1fe
Update version to generic 1.2.0
...
--HG--
branch : 1.x
2011-05-24 19:49:58 -07:00
Sebastien Ros
4bd3157fe9
#17793 : Removing Orchard.Web.cspoj from msdeploy
...
Work Items: 17793
--HG--
branch : 1.x
2011-05-09 14:13:05 -07:00
Renaud Paquay
99e4ed8857
Updating version #s to match 1.0 release
...
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Renaud Paquay
94563832d9
Updating version # to 1.0
...
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
8935efc96c
Update version # to 0.9.0
...
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Renaud Paquay
f69c47b544
Merge default => dev
...
--HG--
branch : dev
2010-12-11 14:19:15 -08:00
Renaud Paquay
43082540bb
Fix unit test
...
--HG--
branch : dev
2010-12-10 23:49:27 -08:00
Renaud Paquay
9e0387c76a
Remove all traces of "default.aspx"
...
--HG--
branch : dev
2010-12-10 21:42:57 -08:00
Suha Can
c97a8d26cb
Cleanup (includes)
...
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Renaud Paquay
cb8b5f3812
Delete 'Trust Level="Medium"' element for package
...
--HG--
branch : dev
2010-12-06 22:03:10 -08:00
Renaud Paquay
26a0ff06a9
Validate modules/themes project files during build
...
We check for a few things:
- MVC2/3 tooling guid
- "None Include" elements (these often happen for .cshtml files)
- Output Path not set to "bin\"
- FxCop ruleset not set to Orchard ruleset (disabled for now)
Work Items: 16821
--HG--
branch : dev
2010-11-24 11:52:15 -08:00
Andre Rodrigues
d6d6dcf138
#16767 : Delete "PackageReferenceImplementation" project
...
--HG--
branch : dev
2010-11-21 07:44:39 -08:00
Andre Rodrigues
f815a69368
Terminating console if error happens in initialization.
...
--HG--
branch : dev
2010-11-19 00:56:45 -08:00
Andre Rodrigues
e37954f22e
Removing some magic numbers
...
--HG--
branch : dev
2010-11-19 00:50:34 -08:00
andrerod
4195010f69
Correcting assemblyinfo's
...
--HG--
branch : dev
2010-11-18 23:50:58 -08:00
Andre Rodrigues
7dfd034a16
Removing unecessary file.
2010-11-17 12:36:44 -08:00
Andre Rodrigues
8328850ccb
Medium Trust: Making console run under full trust.
2010-11-17 12:30:36 -08:00
Dave Reed
e869a4f467
Fixing some basic fx cop warnings
...
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Dave Reed
ca74da5ea5
Setting code analysis ruleset to paired down Security rules.
...
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Andre Rodrigues
42bdbc86ed
Removing unecessary file.
...
--HG--
branch : dev
2010-11-17 12:36:44 -08:00
Andre Rodrigues
c56f157c97
Medium Trust: Making console run under full trust.
...
--HG--
branch : dev
2010-11-17 12:30:36 -08:00
Sebastien Ros
a733ca09c7
Fixing version numbers in gallery
...
--HG--
branch : dev
2010-10-28 16:12:15 -07:00
Renaud Paquay
69f1e13a5f
Removing commented code
...
--HG--
branch : dev
2010-10-22 11:45:24 -07:00
Renaud Paquay
8548de19d7
Update project alteration task to support references from "lib"
...
In the Orchard.Web.csproj file for WebPI, we need to reference all
assemblies coming from our "lib" folder to point to the "bin" folder
of the deployed app.
--HG--
branch : dev
2010-10-22 11:44:34 -07:00
Nathan Heskew
9fc9e5287e
Adding another null check to the FilterModuleBinaries msbuild task
...
--HG--
branch : dev
2010-10-20 00:17:55 -07:00
Nathan Heskew
d329722c62
Updating the packing build to put themes in their place
...
--HG--
branch : dev
2010-10-20 00:07:53 -07:00
Sebastien Ros
9205dd3b92
Adding Version information to feed items in the Gallery feed
...
- Renaming to "Orchard Exntensions Gallery"
--HG--
branch : dev
2010-10-18 17:13:53 -07:00
Renaud Paquay
4f049161ce
Change version # to 0.8.0
...
--HG--
branch : dev
2010-10-16 09:37:42 -07:00
Suha Can
0267ef5e00
- Tools\PackageIndexReferenceImplementation project shouldn't start Cassini.
...
--HG--
branch : dev
2010-10-11 11:29:57 -07:00
Dave Reed
613dbcba51
Fixed last modified date of theme preview img
...
--HG--
branch : dev
2010-10-06 10:19:17 -07:00