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
Nathan Heskew
ecdb058802
Updating the tag edit page to also contain the list of items with that tag
...
--HG--
branch : dev
2010-11-08 17:25:23 -08:00
Nathan Heskew
f4d685c4eb
Tweaking TheAdmin's button active box shadows just a little...
...
--HG--
branch : dev
2010-11-08 16:03:50 -08:00
Nathan Heskew
02c9ab4cf3
Moving the tag create from from its own page right up to the top-right of the tag management UI
...
--HG--
branch : dev
2010-11-08 15:54:29 -08:00
Louis DeJardin
fd61fd9334
Merge
...
--HG--
branch : dev
2010-11-08 15:42:52 -08:00
Louis DeJardin
7ec2fada05
Merge
...
--HG--
branch : dev
2010-11-08 15:41:04 -08:00
Louis DeJardin
63bfc96e82
Removing ContentQueries placeholder
...
This approach may return in the future, but is out of scope for v1
--HG--
branch : dev
2010-11-08 15:39:23 -08:00
Louis DeJardin
69a6078346
Adding experimental content types
...
Adds containable to "Page"
Create a basic "List Item" for testing Containers/Lists
--HG--
branch : dev
2010-11-08 15:37:24 -08:00
Louis DeJardin
2993f015a5
Adding Orchard.Lists module
...
Creates generic List content type as an out-of-box container
Will hold ListWidget when written
--HG--
branch : dev
2010-11-08 15:36:24 -08:00
Louis DeJardin
8d1b0a7be7
Adding core Containers module
...
Container part used for content types that group child items together
Containable part provides UI to select which item is ContainerId
--HG--
branch : dev
2010-11-08 15:33:56 -08:00
Louis DeJardin
7e9c27433b
Updating experimental templates for name change
...
--HG--
branch : dev
2010-11-08 15:31:25 -08:00
Sebastien Ros
77cc446f99
Preparing PackageExpander unit tests
...
--HG--
branch : nuget
2010-11-08 13:21:06 -08:00
Suha Can
97fb671952
- Commenting out a call to GC.Collect(); that's supposed to be used only for memory investigations.
...
--HG--
branch : perf
2010-11-08 12:22:22 -08:00
Louis DeJardin
60259dad67
Setup needs to enable the theme it will assign as site default
...
--HG--
branch : perf
extra : transplant_source : 6%07%B8%E6%2A%0F%F5f%DB%0DFa%A5%A5X%3Ac%9C%DE%9B
2010-11-08 12:12:52 -08:00
Louis DeJardin
837010a418
Fixing reference to _contentManager in component
...
--HG--
branch : dev
2010-11-08 11:56:46 -08:00
Suha Can
658c9f9b59
- Adding explicit remove statements to the assemblies section to avoid metadata loading overhead in a cold start scenario.
...
--HG--
branch : perf
2010-11-08 11:52:57 -08:00
Louis DeJardin
1d3813b9ab
Merge
...
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Louis DeJardin
8160b8ab4b
Fixing initial setup screen
...
Setup module hardcoded descriptor needs Location pointing to ~/Themes
--HG--
branch : perf
2010-11-08 11:29:22 -08:00
Jonathan Wall
7a89f2bcac
More CSS changes for buttons in the admin.
...
--HG--
branch : dev
2010-11-08 10:55:17 -08:00
Andre Rodrigues
61d0ee611c
Merge
...
--HG--
branch : dev
2010-11-08 09:56:40 -08:00
Andre Rodrigues
4a056080b2
Medium Trust: Updating YAML to avoid usage of custom hash code generator which requires permissions not available in medium trust. Replacing with RuntimeHelpers.GetHashCode.
...
--HG--
branch : dev
2010-11-08 09:55:40 -08:00
Louis DeJardin
57db7fb94d
Merge
...
--HG--
branch : perf
2010-11-07 21:49:46 -08:00
Louis DeJardin
920924ddd7
Fixing warnings
...
--HG--
branch : perf
2010-11-07 21:47:11 -08:00
Louis DeJardin
5e7a6cdcb7
Unit tests passing
...
--HG--
branch : perf
2010-11-07 21:43:30 -08:00
Louis DeJardin
85b1276d68
Getting closer to restoring existing functionality
...
--HG--
branch : perf
2010-11-07 14:40:51 -08:00