Commit Graph

4055 Commits

Author SHA1 Message Date
Andre Rodrigues
55af5304f5 #16953 Timestamping log file
--HG--
branch : dev
2010-12-08 12:02:59 -08:00
Nathan Heskew
d8b38b94c1 Adding supportsAutoUpdate to the XmlRpc capabilities to make sure client apps (e.g. Live Writer) keep up to date with the applications capabilities
--HG--
branch : dev
2010-12-08 10:57:45 -08:00
Sebastien Ros
8c74508067 Cleaning references in Azure project
--HG--
branch : dev
2010-12-08 10:37:23 -08:00
Sebastien Ros
7ed0836f7e Updating Azure project with SDK v1.3
Reflecting changes from Orchard project

--HG--
branch : dev
2010-12-07 21:38:28 -08:00
Kevin LaBranche
f6b1ae4031 Basic fix for Work Item 16558 - Adding too long role name causes page error. Added Data annotation to limit role name to 255 chars to avoid YSOD. 2010-12-07 22:20:38 -07:00
Renaud Paquay
e41e43bda4 Simplifying code, and making more efficient too
--HG--
branch : dev
2010-12-07 20:35:58 -08:00
Renaud Paquay
259b465fd3 Skip SqlServer related unit tests if SqlServer is not installed
--HG--
branch : dev
extra : transplant_source : g%B6%FFf%9DD%B0UD%97%E8%2B%94%2B%3A%CF%A8B%17%A0
2010-12-07 13:11:44 -08:00
Suha Can
c793c322bd Refactoring
--HG--
branch : dev
2010-12-07 18:10:29 -08:00
Andre Rodrigues
8267921c2f #16752: Using module instead of feature name for migration schema builder.
--HG--
branch : dev
2010-12-07 17:54:15 -08:00
Suha Can
317fa8058e Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:42:52 -08:00
Suha Can
c15e4d5ee8 Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:11:55 -08:00
Suha Can
cc29bf9605 Merge
--HG--
branch : dev
2010-12-07 16:48:48 -08:00
Suha Can
f6cfeb3d66 Refactoring
--HG--
branch : dev
2010-12-07 16:47:30 -08:00
Jonathan Wall
db75d39ccd Removed dark background from the admin.
--HG--
branch : dev
2010-12-07 16:44:51 -08:00
Suha Can
2b7b92c439 Refactoring
--HG--
branch : dev
2010-12-07 16:11:29 -08:00
Dave Reed
eab448cb21 #16949: Fixing scaffolded modules and themes when used in a non-source distribution
--HG--
branch : dev
2010-12-07 16:04:16 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Andre Rodrigues
72ff07e3bd Merge
--HG--
branch : dev
2010-12-07 15:24:55 -08:00
Andre Rodrigues
95841b5fbc Updating logger to split into levels depending on namespace, to autoflush and also to update log levels on build for azure or CI.
--HG--
branch : dev
2010-12-07 15:24:43 -08:00
Jonathan Wall
2f93a0b870 Fixed search widget rendering and edit wrappers in the ThemeMachine. Work Item: 16941
--HG--
branch : dev
2010-12-07 15:12:49 -08:00
Dave Reed
c80af4ae1c #16959: Moving 'Comments' admin menu entry below 'Blogs'
--HG--
branch : dev
2010-12-07 14:30:21 -08:00
Nathan Heskew
1b605bceaa Removing the heading from the blog archives (widget) template to leave the heading display up to the widget.
work item: 16914

--HG--
branch : dev
2010-12-07 14:19:45 -08:00
Jonathan Wall
bf1c0e2589 Updated logo and CSS for setup screen.
--HG--
branch : dev
2010-12-07 10:21:10 -08:00
Renaud Paquay
a2d456e6f8 Adding GAC lookup policy for assembly name resolution
For dynamic compilation, there is a limited set of thing Orchard can
do to load assemblies referenced in .csproj files. With this checkin,
there are now 4 policies for resolving short assembly names to full
assembly names:
1. Try to load the assembly with its short name
2. Try to find the assembly in the list of assemblies in the AppDomain
3. Try to find the assembly in the list of assemblies referenced
   by Orchard.Framework
4. Try to find the assembly in the list of assemblies commonly
   installed in the GAC with .NET 4.0.

Work Items: 16940, 16946

--HG--
branch : dev
2010-12-06 23:01:31 -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
ce4c6d6ca5 Merge
--HG--
branch : dev
2010-12-06 20:58:43 -08:00
Renaud Paquay
57ff31e8e5 Revising how Orchard restarts the AppDomain
Orchard used to write to the "~/web.config" file to force an AppDomain
restart needed in some case of dynamic compilation.

Revised the policy to be like this:
1. If full trust, use HttpRuntime.UnloadAppDomain()
2. If Medium Trust, write to "~/bin/HostRestart/marker.txt"
3. If Medium Trust and 2. failed, write to "~/web.config"
4. If Medium Trust and 2.+3. failed, give an error message to
   the user with appropriate measures to take on the web server.

Also removed a now unused "ResetSiteCompilation" method

--HG--
branch : dev
2010-12-06 20:52:33 -08:00
Renaud Paquay
5f10d84ac2 Update call to logger to pass exception
--HG--
branch : dev
2010-12-06 20:21:12 -08:00
Renaud Paquay
3b01899bb1 Ensure file dependencies are inserted for "~/Themes" csproj files too
--HG--
branch : dev
2010-12-06 19:11:07 -08:00
Renaud Paquay
f2ce631377 Ensure Microsoft.Web.Infrastructure is copied to ~/bin
--HG--
branch : dev
2010-12-06 17:51:03 -08:00
Andre Rodrigues
7d54cd8c2c Fix UT.
--HG--
branch : dev
2010-12-06 17:07:35 -08:00
Andre Rodrigues
9617f3a666 Removing unecesssary references.
--HG--
branch : dev
2010-12-06 16:25:27 -08:00
Andre Rodrigues
9018bdb02c #16829: Replacing TraceLogger by log4netLogger
--HG--
branch : dev
2010-12-06 16:25:12 -08:00
Louis DeJardin
8bf1511461 Merge
--HG--
branch : dev
2010-12-06 15:52:06 -08:00
Dave Reed
ac9166f037 Added webpages:Enabled appsetting to root config, too.
--HG--
branch : dev
2010-12-06 15:51:06 -08:00
Louis DeJardin
55389323b5 Merge perf -> dev
--HG--
branch : dev
2010-12-06 14:45:03 -08:00
Louis DeJardin
70e438a510 PERF: Cache role and permission
Fixes http://orchard.codeplex.com/workitem/16888

--HG--
branch : perf
2010-12-06 14:36:38 -08:00
Renaud Paquay
0092755471 Merge
--HG--
branch : dev
2010-12-06 14:13:41 -08:00
Dave Reed
4741f33e28 #16911: Prevent YSOD when a gallery feed doesn't respond or responds unexpectedly.
--HG--
branch : dev
2010-12-06 13:37:11 -08:00
Nathan Heskew
948f0a26d0 Fixing the massively tall TinyMCE editor window in Chrome when the editor has some content on load.
--HG--
branch : dev
2010-12-06 12:49:57 -08:00
Dave Reed
374020b3ed #16944: Fix null reference error when localizing a content item and not picking a culture.
--HG--
branch : dev
2010-12-06 12:26:03 -08:00
Andre Rodrigues
2314c8061b Merge
--HG--
branch : dev
2010-12-06 11:43:38 -08:00
Andre Rodrigues
b8c23d0f82 #1694: Moving module / theme install from gallery to packaging services and changing themes / module modules dependencies.
--HG--
branch : dev
2010-12-06 11:43:00 -08:00
Suha Can
f1c169caeb Merge dev -> perf
--HG--
branch : perf
2010-12-06 11:28:48 -08:00
Dave Reed
f5c88ea616 Merge
--HG--
branch : dev
2010-12-06 11:28:26 -08:00
Dave Reed
c5fdb792b6 #16919: Setting customErrors to 'RemoteOnly'
--HG--
branch : dev
2010-12-06 11:27:54 -08:00
Nathan Heskew
8a0f68bdcc Fixing the admin menu to not have the "New" group collapse if there is only one item in there
--HG--
branch : dev
2010-12-06 11:15:43 -08:00
Renaud Paquay
687fe45672 Fix dynamic compilation issue
Don't try to load references that have been already loaded by
extension loaders. This bug was affecting compiling of modules
depending on other modules (e.g. Orchard.Widgets depends on
Orchard.Scripting). If Orchard.Scripting has been loaded by the
dynamic compilation loader, don't try to load the "Orchard.Scripting"
assembly.

--HG--
branch : dev
2010-12-06 10:28:37 -08:00
Renaud Paquay
947fb55d7d Fix regression in monitoring file changes
We were only monitoring existing directories only (not files).
Since asp.net supports monitoring missing files, but not missing
directories, we have to catch the HttpException and fallback
adequatly.

--HG--
branch : dev
2010-12-05 14:41:41 -08:00
Renaud Paquay
91c5e6dae8 Remove unnecessary reference
--HG--
branch : dev
2010-12-05 14:29:25 -08:00