Suha Can
65695a4acf
16972 Remove settings permissions
...
--HG--
branch : dev
2010-12-08 14:11:50 -08:00
Suha Can
cc730fed3d
16964 Remove role permissions
...
--HG--
branch : dev
2010-12-08 14:04:33 -08:00
Suha Can
2b15a8d56f
Merge
...
--HG--
branch : dev
2010-12-08 13:53:30 -08:00
Suha Can
29f976265a
16960 Add root permission and remove permissions that would effectively enable elevation to root
...
16970 Merge content type permissions
--HG--
branch : dev
2010-12-08 13:52:59 -08:00
Nathan Heskew
462cf20eaa
Merge
...
--HG--
branch : dev
2010-12-08 13:24:40 -08:00
Nathan Heskew
e83d93bf28
Localizing validation error messages previously set in validation attributes.
...
work item: 16850
--HG--
branch : dev
2010-12-08 13:24:00 -08:00
Suha Can
b3f463fdc6
16973: Rename content permissions
...
--HG--
branch : dev
2010-12-08 13:21:32 -08:00
Suha Can
43b9dbf74f
16963: Tags: only keep manage tags permission
...
--HG--
branch : dev
2010-12-08 12:49:58 -08:00
Suha Can
14df2a4fb7
16971: Merge comment permissions
...
--HG--
branch : dev
2010-12-08 12:42:00 -08:00
Suha Can
dc1721ac49
Merge
...
--HG--
branch : dev
2010-12-08 12:13:19 -08:00
Suha Can
da40e98c54
Fixing #16967 : Merge media permissions into one manage media permission
...
--HG--
branch : dev
2010-12-08 12:12:49 -08:00
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