Commit Graph

3475 Commits

Author SHA1 Message Date
Renaud Paquay
71ca0e0fe8 Merge
--HG--
branch : dev
2010-11-11 13:49:21 -08:00
Renaud Paquay
6a54c7b114 Merge default->dev
--HG--
branch : dev
2010-11-11 13:41:57 -08:00
Andre Rodrigues
e6324ea43e Medium Trust: Updating the way the controller type is obtained from metadata to avoid MEF issue under medium trust.
--HG--
branch : dev
2010-11-11 12:47:02 -08:00
Nathan Heskew
f89e0e8d77 Cleaning up Orchard.Lists a little (extra codegen's folders and module/feature descriptions)
--HG--
branch : dev
2010-11-11 10:12:47 -08:00
Nathan Heskew
9dd4b78ba9 Updating the Orchard.Blogs' dependencies
--HG--
branch : dev
2010-11-11 10:10:21 -08:00
Andre Rodrigues
a70493826f Medium Trust: Exposing Fluent API through a new overload to avoid the need to extend method and propertyinfo classes which is not allowed under medium trust.
--HG--
branch : dev
2010-11-10 18:55:00 -08:00
Sebastien Ros
d1cc42e596 Adding missin file
--HG--
branch : nuget
2010-11-10 18:11:08 -08:00
Sebastien Ros
89a64f2147 Updating to latest NuGet sources
Adding a local file from NuGet which was removed in their source code

--HG--
branch : nuget
2010-11-10 18:01:04 -08:00
Nathan Heskew
cfb11c92ae Removing the "Content Item" content type admin menu item (under "New") since it's not really a content type
--HG--
branch : dev
2010-11-10 16:36:54 -08:00
Nathan Heskew
ac1cdf7c03 Fixing a bug with editing content types when there's a model error
--HG--
branch : dev
2010-11-10 16:35:59 -08:00
Nathan Heskew
b4bfd909e5 Getting the content container going. Still need to implement ordering and pagination.
--HG--
branch : dev
2010-11-10 16:35:17 -08:00
Louis DeJardin
8c66ffac96 Patching NHibernate.Linq for performance
Avoids compiling expressions for constant or closure values

--HG--
branch : perf
extra : rebase_source : 0731ec817dc7daf37e651679177596c5ca97d580
2010-11-10 16:32:41 -08:00
Sebastien Ros
6f6ad4971f Correcting NuGet installation paths and repository factory usage
--HG--
branch : nuget
2010-11-10 16:29:20 -08:00
Renaud Paquay
578adc7bcd Added null checks and logging when assemblies can't be loaded
--HG--
branch : perf
2010-11-10 16:18:47 -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
Sebastien Ros
025144daa6 Improving the packaging command
Adding a <path> parameter to define the location of the created file
Corrected the destination folder for themes

--HG--
branch : nuget
2010-11-10 16:09:20 -08:00
Dave Reed
2317c4674f Ammending MSDeploy package for db parameters and /modules and /themes acls
--HG--
branch : dev
2010-11-10 15:48:47 -08:00
Sebastien Ros
c378fa0a59 Renaming PackageSourceRecord to PackageSource
--HG--
branch : nuget
2010-11-10 15:28:43 -08:00
Renaud Paquay
509a051a3c Fix unit tests
--HG--
branch : perf
2010-11-10 15:14:35 -08:00
Jonathan Wall
42108814e1 More work on the admin buttons.
--HG--
branch : dev
2010-11-10 15:12:33 -08:00
Renaud Paquay
e98099ff84 Fix typo
--HG--
branch : perf
2010-11-10 15:05:14 -08:00
Renaud Paquay
1d6bb4d941 Replace all Assembly.Load usages
All Orchard components now use "IAssemblyLoader.Load" instead
of "Assembly.Load" for correctness.

--HG--
branch : perf
2010-11-10 15:04:49 -08:00
Renaud Paquay
f4a9b0c63c Fix assembly loader to check for assemblies in AppDomain
Also update the csproj build provider and parse to use
full assembly name if they are present

--HG--
branch : perf
2010-11-10 15:03:51 -08:00
Sebastien Ros
e35e36f4d3 Merge
--HG--
branch : nuget
2010-11-10 14:47:36 -08:00
Sebastien Ros
c0f552949f Updating the gallery module
--HG--
branch : nuget
2010-11-10 14:46:56 -08:00
Suha Can
a284f16056 - Cleanup and removing unneeded assembly references.
--HG--
branch : perf
2010-11-10 13:56:12 -08:00
Renaud Paquay
d9fb5bf335 Merge
--HG--
branch : dev
2010-11-10 13:26:42 -08:00
Renaud Paquay
ce8eda562c Merge
--HG--
branch : perf
2010-11-10 13:24:35 -08:00
Renaud Paquay
0f6e239dd3 Update build provider to load assembly references
The build provider for .csproj file of modules now tries to load
all assembly reference specified in the "references" section
of the csproj file.

--HG--
branch : perf
2010-11-10 13:24:11 -08:00
Nathan Heskew
eaab6be893 Allowing theme preview images (theme.png) to be served up
--HG--
branch : dev
2010-11-10 12:34:02 -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
Dave Reed
1868a296a3 Fixing controller factory from last change and disabling unit test for now 2010-11-10 12:09:02 -08:00
Dave Reed
6c9319e70d Fixing controller factory from last change and disabling unit test for now
--HG--
branch : dev
2010-11-10 12:09:02 -08:00
Dave Reed
2a9cf8686a - Use default controller factory behavior if no workcontext present.
- Fix unit tests.
2010-11-10 11:15:19 -08:00
Dave Reed
db733373e5 - Use default controller factory behavior if no workcontext present.
- Fix unit tests.

--HG--
branch : dev
2010-11-10 11:15:19 -08:00
Louis DeJardin
7dbaa5fda6 Getting the controller type and instance seperately 2010-11-09 20:31:37 -08:00
Renaud Paquay
c2aec74cb6 Updated libraries to webstack beta 3. 2010-11-11 13:03:27 -08:00
Dave Reed
cb05f7ecdf Updated libraries to webstack beta 3.
Core now needs to reference System.Web.WebPages due to TagBuilder moving there.
2010-11-10 09:39:37 -08:00
Louis DeJardin
8674ff9f56 Getting the controller type and instance seperately
--HG--
branch : dev
2010-11-09 20:31:37 -08:00
Dave Reed
0a7a88b535 Updated libraries to webstack beta 3.
Core now needs to reference System.Web.WebPages due to TagBuilder moving there.

--HG--
branch : dev
2010-11-10 09:39:37 -08:00
Jonathan Wall
9cda87f18e Removed some styles form the admin that are not being used.
--HG--
branch : dev
2010-11-09 20:12:18 -08:00
Nathan Heskew
0ed208a4d1 Removing a stray base.js debugging line
--HG--
branch : dev
2010-11-09 17:20:37 -08:00
Sebastien Ros
078fa69d13 Merge
--HG--
branch : nuget
2010-11-09 17:01:17 -08:00
Sebastien Ros
d3e6be246e Adding nuget's log to the command's output
--HG--
branch : nuget
2010-11-09 16:37:38 -08:00
Nathan Heskew
02130aa530 Fixing the hint markup for the Settings resource debug mode site setting
--HG--
branch : dev
2010-11-09 16:02:03 -08:00
Nathan Heskew
48f803b082 Some work on the Containers front end. Creating a default page size site setting for containers.
--HG--
branch : dev
2010-11-09 16:00:51 -08:00
Sebastien Ros
1d9f1cc368 Refactoring PackageManager
--HG--
branch : nuget
2010-11-09 15:32:58 -08:00
Jonathan Wall
9bf3368b25 More CSS clean-up in the admin.
--HG--
branch : dev
2010-11-09 15:01:45 -08:00
Jonathan Wall
55eb086ae7 Updated the Orchard logo in the admin.
--HG--
branch : dev
2010-11-09 14:27:17 -08:00
Jonathan Wall
5450e539f0 Moved dashboard link up and removed some line work.
--HG--
branch : dev
2010-11-09 14:03:41 -08:00