Commit Graph

113 Commits

Author SHA1 Message Date
Dave Reed
be99957432 #17252: Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
--HG--
branch : dev
2011-01-31 15:52:03 -08: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
Suha Can
7d31f16dab 16965 Remove tenant permission
--HG--
branch : dev
2010-12-08 14:16:48 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Dave Reed
d86fb19308 #16922: Added webpages:Enabled=false to web.configs
--HG--
branch : dev
2010-12-02 13:22:32 -08:00
Andre Rodrigues
48ccf121f8 Setting name explicitly for all the module features.
--HG--
branch : dev
2010-12-01 16:34:28 -08:00
Andre Rodrigues
d94666aac0 Replace tabs for spaces in views, css and cs files.
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Andre Rodrigues
97410bd37a #16792: Resources should follow a [module name]-[resource name].[file extension] naming convention.
--HG--
branch : dev
2010-11-22 14:25:54 -08:00
Renaud Paquay
4f95fc4a4c Merge perf => dev
--HG--
branch : dev
2010-11-21 12:27:22 -08:00
andrerod
4195010f69 Correcting assemblyinfo's
--HG--
branch : dev
2010-11-18 23:50:58 -08:00
Renaud Paquay
b43f30be15 Merge dev => perf
--HG--
branch : perf
2010-11-15 16:23:24 -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
Suha Can
a284f16056 - Cleanup and removing unneeded assembly references.
--HG--
branch : perf
2010-11-10 13:56:12 -08:00
Suha Can
f3a6ab9559 - Removing compilation debug="true" from module web.config files
--HG--
branch : perf
2010-11-10 12:30:58 -08:00
Andre Rodrigues
d2ee9ea8e6 Medium Trust: Making orchard assemblies security transparent.
--HG--
branch : dev
2010-11-05 13:40:05 -07:00
Nathan Heskew
a60ce2141a A little button cleanup
--HG--
branch : dev
2010-11-04 15:13:15 -07:00
Dave Reed
c3ecd7e1e0 Merge
--HG--
branch : dev
2010-11-03 15:09:54 -07:00
Andre Rodrigues
760f8020a8 Merge
--HG--
branch : dev
2010-11-03 14:58:57 -07:00
Andre Rodrigues
0c9441d240 Medium trust: reverting allow partially trusted callers in orchard projects to fix build for now.
--HG--
branch : dev
2010-11-03 14:51:39 -07:00
Dave Reed
1171d94030 Merge
--HG--
branch : dev
2010-11-03 14:33:25 -07:00
Andre Rodrigues
006567786b Updating proj files.
--HG--
branch : dev
2010-11-03 14:29:50 -07:00
Andre Rodrigues
8610b40275 Removing unused web.config files.
--HG--
branch : dev
2010-11-03 14:26:51 -07:00
Andre Rodrigues
14a59a5ab8 Medium Trust: Making Orchard assemblies allow partially trusted callers.
--HG--
branch : dev
2010-11-03 14:25:03 -07:00
dareed
f0968a0c71 - root web.config removes all handlers and makes all paths a 404, except default.asp to support "/".
- content directories no opt-in to static files only.
- module web.configs no longer need to explicitly exclude cshtml, etc, paths.

--HG--
branch : dev
2010-11-02 18:12:44 -07:00
Nathan Heskew
f2f739d935 Giving the admin menu an overhaul
Mainly consists of changes in top-level section positions and ordering. Also updated the position comparer (and tests) to work with negative numeric position parts.

--HG--
branch : dev
2010-11-01 15:57:20 -07:00
Renaud Paquay
4f049161ce Change version # to 0.8.0
--HG--
branch : dev
2010-10-16 09:37:42 -07:00
Sebastien Ros
dd53923130 Correcting http://orchardqa.codeplex.com/workitem/116
- Removed Orchard.Mvc.NotFoundResult, replaced by the new MVC HttpNotFoundViewResult

--HG--
branch : dev
2010-10-14 11:30:58 -07:00
Sebastien Ros
b222794a39 Only the "Default" tenant is able to manage tenants
- Don't show links in other tenants
- Protected controller actions

--HG--
branch : dev
2010-10-12 15:42:18 -07:00
Sebastien Ros
2836673667 Pascal casing manifest files
--HG--
branch : dev
2010-10-07 12:38:33 -07:00
Renaud Paquay
1e826830f2 Fix Razor views "using" syntax
"@using" directive now requires a semicolon at the end.

--HG--
branch : dev
2010-10-07 10:48:51 -07:00
BertrandLeRoy
9f438da24a Changing copyright notices to reflect new name of the Foundation.
--HG--
branch : dev
2010-10-01 17:38:57 -07:00
Dave Reed
f2748c5748 Rename resource manifest source files to match new type names
--HG--
branch : dev
2010-09-27 14:13:39 -07:00
Dave Reed
714ec54d0d - Converted ResourceManifests to provider/builder pattern.
- Removed ability to require a minimum version

--HG--
branch : dev
2010-09-27 13:56:05 -07:00
Nathan Heskew
df77d8229e Changing a bunch of .cshtml file references to "Content" (instead of "None")
--HG--
branch : dev
2010-09-24 07:58:44 -07:00
Andre Rodrigues
472183c3da And some more specflows fixed
--HG--
branch : dev
2010-09-21 18:00:55 -07:00
Dave Reed
67427b20c2 Fixing Require() razor syntax
--HG--
branch : dev
2010-09-17 10:19:27 -07:00
Dave Reed
c83b91e5c5 Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
--HG--
branch : dev
2010-09-16 17:35:01 -07:00
Louis DeJardin
2d5adfc0f1 Adding Orchard.MultiTenancy
--HG--
branch : dev
2010-09-14 18:26:06 -07:00
Louis DeJardin
9e63244e7e Preparing to re-integrate modules
Restoring csproj file extensions

--HG--
branch : theming
2010-09-14 13:32:49 -07:00
Sebastien Ros
f9de6ec621 Migrating Orchard.Modules and Orchard.Packaging
--HG--
branch : theming
2010-09-10 13:14:07 -07:00
Nathan Heskew
3fa536d7a8 Removing BaseViewModel and ContentItemViewModel for good
--HG--
branch : theming
2010-09-07 13:45:50 -07:00
Nathan Heskew
585cd56c69 Pulled the mvc project type guid from module csproj files that had it
--HG--
branch : mvc3p1
2010-08-19 12:02:11 -07:00
Nathan Heskew
8f5a0c45a2 Bunch of web.config and .csproj cleanup
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Nathan Heskew
69c901e5c0 Starting the move to ASP.NET MVC 3 Preview 1
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Michael Dorian Bach
7baf7c663e Resolved CSS spacing issues related to the SQL Server options in Add Multi-Tenant UI.
--HG--
branch : dev
2010-07-29 17:27:43 -07:00
Renaud Paquay
d64a0e8aaa Add "ApplicationPath" in tenant URL
--HG--
branch : dev
2010-07-27 19:45:22 -07:00
Bertrand Le Roy
c20ff5fa51 French localization fixes.
--HG--
branch : dev
2010-07-27 18:19:15 -07:00