Commit Graph

3451 Commits

Author SHA1 Message Date
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
Jonathan Wall
67709da023 More CSS clean-up in the admin.
--HG--
branch : dev
2010-11-09 12:49:31 -08:00
Nathan Heskew
707ede101b Adding the some info on the current version of orchard to TheAdmin's footer
--HG--
branch : dev
2010-11-09 11:49:11 -08:00
Sebastien Ros
f935e0e561 Merge
--HG--
branch : dev
2010-11-09 11:18:06 -08:00
Nathan Heskew
582f921882 Adding a Count() to the DefaultContentQuery
Also pulling the version option restrictions being applied in Slice(int skip, int count) to an ICriteria extension method in the same file to be used by Count()

--HG--
branch : dev
2010-11-09 11:17:24 -08:00
Nathan Heskew
f01820d339 Fixing the Url.BlogArchiveMonth calls in the Blog Archives part template
--HG--
branch : dev
2010-11-18 12:38:12 -08:00
Nathan Heskew
1a83ea5233 Fixing access to the CurrentSite and CurrentUser in the MediaService
--HG--
branch : dev
2010-11-18 12:26:07 -08:00
Andre Rodrigues
42fbe44c6b Medium Trust: Fixing aditional dynamic invocations of View method.
--HG--
branch : dev
2010-11-18 11:21:43 -08:00
Nathan Heskew
8956dcb5f5 Updating some SpecFlow tests including fixing and extending one of the blog tests (for live writer)
Also updated SendKnownResponseHeader to pick up the Content-Type

--HG--
branch : dev
2010-11-18 10:24:26 -08:00
Sébastien Ros
5ab8e1e9f1 Validating the comments form
Work Items: 16666, 16568

--HG--
branch : dev
2010-11-18 09:31:21 -08:00
andrerod
26ce8f8243 Medium trust: Avoiding dynamic dispatch to the view method (which is protected internal) and using static invocation by casting to object.
--HG--
branch : dev
2010-11-17 22:56:52 -08:00
Nathan Heskew
f729293337 Fixing Live Writer draft support
work item: 16607

--HG--
branch : dev
2010-11-17 18:19:34 -08:00
Dave Reed
29c38d5a0b Merge
--HG--
branch : dev
2010-11-17 15:47:16 -08:00
Dave Reed
39a40c143b #16667: Fixed edit link on welcome text to use correct ID and relative url.
--HG--
branch : dev
2010-11-17 15:37:06 -08:00
Nathan Heskew
bb3e63b9d9 Updating XmlRpc functionality to clear up the confusion with Live Writer (WLW) and categories (since there is not category support)
- updated IXmlRpcHandler to also have a vvoid SetCapabilities(XElement element) so handlers can specify what capabilities they support
- updated the WLW manifest to have a thiner capability set (e.g. no category support) so handlers can light up what they support
- updated the XmlRpcHandlers to add what capabilities they support. there'a room for imporoving (adding/removing) specified capabilities here so the WLW only shows features for what's supported
- added WLW support for tags so a tags input can be used in place of the categories input in the WLW UI

--HG--
branch : dev
2010-11-17 15:36:57 -08:00
Dave Reed
5b8bbfb3cf Merge
--HG--
branch : dev
2010-11-17 14:55:03 -08:00
Dave Reed
2363d97092 Removing dead code (related to #16484)
--HG--
branch : dev
2010-11-17 14:54:13 -08:00
Sebastien Ros
8f6ddfab94 Adding clock based cache invalidation
--HG--
branch : dev
2010-11-09 11:17:09 -08:00
Nathan Heskew
95a07714c8 Including TheAdmin theme's pager in the csproj
--HG--
branch : dev
2010-11-09 11:13:24 -08:00
Nathan Heskew
ffaee8b08d Fixing the content image paths in the PublishLater.Metadata.SummaryAdmin template
--HG--
branch : dev
2010-11-09 11:12:10 -08:00
Jonathan Wall
0fcd6864f9 Updated blogs to use the same html as pages.
--HG--
branch : dev
2010-11-09 09:52:31 -08:00
Nathan Heskew
92e9851d46 Ensuring the Blog SummaryAdmin template pulls in required scripts and making a couple JS functions better jQuery citizens
--HG--
branch : dev
2010-11-09 08:52:25 -08:00
Jonathan Wall
2bd0e7acaf More changes to the publish UI.
--HG--
branch : dev
2010-11-09 08:08:51 -08:00
Jonathan Wall
a59c926bf7 Added some styes for the publish and save UI.
--HG--
branch : dev
2010-11-08 19:39:42 -08:00
Louis DeJardin
5673576425 Roughing in Containers module
Container/containable editor templates appear
Container id settable via drop list
ContainerPathConstraint of higher priority providing list view

--HG--
branch : dev
2010-11-08 17:44:43 -08:00