Commit Graph

61 Commits

Author SHA1 Message Date
Andre Rodrigues
2d890f54a0 Removing codegen warning when solution is not present.
--HG--
branch : dev
2011-02-11 15:03:34 -08:00
Andre Rodrigues
f29a645d48 #17336: Setting codegen command "IncludeInSolution" option default to true.
--HG--
branch : dev
2011-02-11 14:42:23 -08:00
Sebastien Ros
f7c2e49c72 Adding a placement.info file in TheThemeMachine, and in codegen
--HG--
branch : dev
2011-02-09 16:50:29 -08:00
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
Sebastien Ros
80f8930b35 Removing unused template file
--HG--
branch : 1.x
2011-01-10 18:18:28 -08:00
Sebastien Ros
1e8ddda4cc Removing Web.config file creation from "codegen module" command
--HG--
branch : 1.x
2011-01-10 18:12:05 -08:00
Andre Rodrigues
c30e6ef2f7 #17165: Updating codegen's modules template version.
--HG--
branch : 1.x
2011-01-05 11:14:31 -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
Andre Rodrigues
50058a5073 #17026: Adding web.config to /content/ directory when scafolding a theme.
--HG--
branch : dev
2010-12-10 12:21:01 -08:00
Kevin LaBranche
fa440381e7 #16956 Fix - Code Generation Module Name Cased Wrong. 2010-12-09 19:46:43 -07:00
Andre Rodrigues
18d1e80189 #16849: Replacing strings and console.writelines by exception throwing.
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Suha Can
c793c322bd Refactoring
--HG--
branch : dev
2010-12-07 18:10: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
Andre Rodrigues
9617f3a666 Removing unecesssary references.
--HG--
branch : dev
2010-12-06 16:25:27 -08:00
Kevin LaBranche
f9d482b6c8 Work Item 16929 - Remove dll & css libs not in use anymore. Included the removal of HibernatingRhinos.Profiler.Appender. 2010-12-04 15:53:59 -07: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
d3eb21e8de Adding IsTheme and IsModule static methods.
--HG--
branch : dev
2010-12-01 17:52:10 -08:00
Andre Rodrigues
f3f518b0db Replacing Module/Theme/Core strings.
--HG--
branch : dev
2010-12-01 17:37:11 -08:00
Andre Rodrigues
48ccf121f8 Setting name explicitly for all the module features.
--HG--
branch : dev
2010-12-01 16:34:28 -08:00
Sebastien Ros
e9220fa517 Including Theme.png in theme scaffolding command
Work Item: 16682

--HG--
branch : dev
2010-11-24 18:05:02 -08:00
Sebastien Ros
3485143dec Updating views web.config template
--HG--
branch : dev
2010-11-22 13:34:12 -08:00
Renaud Paquay
65849e7ff6 Update all MVC reference to 3.0.0.0
--HG--
branch : dev
2010-11-21 13:06:39 -08:00
Renaud Paquay
4f95fc4a4c Merge perf => dev
--HG--
branch : dev
2010-11-21 12:27:22 -08:00
Sebastien Ros
7b91feebcc Addind NuGet package creation to the build process
--HG--
branch : dev
2010-11-19 16:35:08 -08:00
Dave Reed
67cb21d12b Related to #16712. Rename Feature/ExtensionDescriptor Name -> Id, and DisplayName -> Name.
--HG--
branch : dev
2010-11-18 15:37:47 -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
Sébastien Ros
1364a5fcd2 Correcting themes code generation
- "Touching" the solution when adding the theme to Themes.csproj also

--HG--
branch : dev
2010-11-02 22:31:43 -07:00
Sébastien Ros
ad8c7c536e Correcting code generation for create module
- Added missing Microsoft.CSharp reference

--HG--
branch : dev
2010-11-02 22:05:19 -07:00
Sébastien Ros
5dfe86f80c Correcting data migration code generation
- Changing class name to Migrations.cs for consistency
- Corrected project alteration to add the correct file path
- Added missing using for System.Data

--HG--
branch : dev
2010-11-02 21:47:55 -07:00
Andre Rodrigues
d2ee9ea8e6 Medium Trust: Making orchard assemblies security transparent.
--HG--
branch : dev
2010-11-05 13:40:05 -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
Renaud Paquay
ba2cae0404 Removing MVC2 project guids from project files
--HG--
branch : dev
2010-10-24 19:20:38 -07:00
Dave Reed
5887ade4aa Rename 'generate create' commands to 'codegen' commands. woohooo.
--HG--
branch : dev
2010-10-21 13:37:49 -07:00
Dave Reed
8b17372a99 Fixing path to Orchard Themes project for 'generate create theme' command
--HG--
branch : dev
2010-10-19 11:02:22 -07:00
Renaud Paquay
fb1240eb84 Don't pass "Localizer T" as parameter
T should only be used then injected as a property to avoid losing
context for translation tools.

--HG--
branch : dev
2010-10-18 20:07:45 -07:00
Renaud Paquay
4f049161ce Change version # to 0.8.0
--HG--
branch : dev
2010-10-16 09:37:42 -07:00