Commit Graph

21 Commits

Author SHA1 Message Date
Louis DeJardin
13e4040cd0 Merge
--HG--
branch : dev
2010-07-07 15:07:04 -07:00
Sebastien Ros
b13c42557a Corrected Search command
--HG--
branch : dev
2010-07-07 15:02:45 -07:00
Louis DeJardin
b48d546fc1 Ignoring Modules-temp location
--HG--
branch : dev
2010-07-06 18:57:41 -07:00
Sebastien Ros
04f732701a Updated Azure projects
--HG--
branch : dev
2010-06-30 11:25:50 -07:00
Sebastien Ros
8096a4234e Prepared Azure projects for .NET 4.0
Changed Azure references to SDK 1.2
Added a hack for the ASP.NET 4 bug in HttpEncoder
Converted projects to VS10

--HG--
branch : dev
2010-06-11 14:46:18 -07:00
Bertrand Le Roy
aa69044b99 Fixing typos and lorem ipsum.
--HG--
branch : dev
2010-06-09 17:01:50 -07:00
Renaud Paquay
459916ada6 Merge
--HG--
branch : net40
2010-05-21 21:53:00 -07:00
Louis DeJardin
8024deca78 Perf: content manager improvements
Adding adding content manager session to hold items which have been loaded during a request
Altering the routine that determines which version of an item is needed to favor the inmemory collection over direct query where possible

--HG--
branch : dev
2010-05-16 17:02:55 -07:00
Renaud Paquay
4546f2e143 Merge
--HG--
branch : net40
2010-05-07 16:08:10 -07:00
Sebastien Ros
7248fb6fd7 Azure packaging
Executing ClickToBuild.cmd generates the package for Azure including all modules available in Orchard.Web automatically
AzureSDK in requiered for this tasks. If not present, the package won't succeed, but Orchard.Web will still be built
The Orchard.Azure solution contains the required environment for implementing Azure specific providers, and unit testing
The Orchard.Azure.CloudService solution contains the CloudService enrironment to simulate Azure platform locally

--HG--
branch : dev
2010-05-07 12:41:37 -07:00
Renaud Paquay
d47761d6a9 Merge
--HG--
branch : net40
2010-05-06 13:45:42 -07:00
Louis DeJardin
17fcea6e86 Initial roughing out of some profiling context
wcat binaries (http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1466)
Orchard.Profiling project to hold some wcat scripts for generating stress-style load and specflow features for generating fixed sets of requests
"add profiling data" command in Orchard.DevTools to create a number of samples page and blog content items
"build.cmd profiling" target creates build\Profiling web dir from clean build, and execs baseline setup and population via orchard cmdline

--HG--
branch : dev
2010-05-06 12:53:27 -07:00
Louis DeJardin
cadfd78c55 Orchard host recreates shell context based on significant events
At the moment the events related to shell settings and shell descriptor changes will cause the host to rebuild their compositions.

--HG--
branch : dev
2010-04-28 12:44:16 -07:00
Nathan Heskew
5fb845dcc9 Adding start of initial module management UI
--HG--
branch : dev
2010-04-23 15:10:47 -07:00
Renaud Paquay
030c93be8e Convert solution/projects to dev10 and target .net 40
--HG--
branch : net40
2010-05-06 10:28:29 -07:00
Nathan Heskew
ef03c8f608 Enabling Html.RegisterStyle("ie6.css").WithCondition("if lte IE 6").ForMedia("screen, projection");
- Added Condition property to FileRegistrationContext
- Added StyleFileRegistrationContext + Media property
- Updated Html helper methods for script and style reg to return registered context and added FileRegistrationContext extension methods for WithCondition and ForMedia

--HG--
branch : dev
2010-03-08 01:49:53 -08:00
Louis DeJardin
e316d0e280 Preventing DevTools and Sandmox Module.txt from being committed
--HG--
branch : dev
2010-02-26 15:47:47 -08:00
Louis DeJardin
797d166da2 Adding a msbuild proj file and associated cmd files
Initially contains Clean, Compile, Stage targets.
Default target, Build, calls each in order.
All outputs end in /build folder, which is ignored for source control purposes

--HG--
branch : dev
2010-02-06 20:10:12 -08:00
Louis DeJardin
49ebdb876e Adding some additional process-only files to ignore list
.patch and .hg extensions exist only for patch/review process, if they're in the code tree it's only for convenience

--HG--
branch : dev
2010-02-05 12:29:52 -08:00
Nathan Heskew
f10dcbd4e1 Cleaning out some old view templates that were hanging around but not referenced by a csproj 2010-02-03 00:23:45 -08:00
Louis DeJardin
17085fbabc Adding .hgignore file
Stops the client tools from prompting to add unknown bin, obj, etc files
2010-02-02 22:59:43 -08:00