Commit Graph

860 Commits

Author SHA1 Message Date
Andre Rodrigues
c5277a5261 Medium Trust: Fixing aditional dynamic invocations of View method.. 2010-11-18 12:30:15 -08:00
andrerod
376f1b15b1 Medium trust: Avoiding dynamic dispatch to the view method (which is protected internal) and using static invocation by casting to object. 2010-11-17 22:56:52 -08:00
Nathan Heskew
14a33aeb66 Updating the Container item display to respect the ContainerPart paging configuration
--HG--
branch : dev
2010-11-12 15:36:57 -08:00
Nathan Heskew
a2e59ac08a Wrapping up the initial implementation of the Container Widget
--HG--
branch : dev
2010-11-12 15:35:58 -08:00
Dave Reed
e869a4f467 Fixing some basic fx cop warnings
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Dave Reed
7b127e5a9f Merge
--HG--
branch : dev
2010-11-11 16:26:09 -08:00
Dave Reed
a9a2c87fe6 Suppressing a few code analysis warnings.
--HG--
branch : dev
2010-11-11 16:23:32 -08:00
Nathan Heskew
ce128483bc Bunch of work for containers.
- Ordering and paging on the container mostly hooked up. Paging needs to respect item settings.
- Widget settings looking good but not yet functioning. Also need to add filtering.
- Custom part not yet in place for custom ordering/filtering.

--HG--
branch : dev
2010-11-11 16:15:49 -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
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
b4bfd909e5 Getting the content container going. Still need to implement ordering and pagination.
--HG--
branch : dev
2010-11-10 16:35:17 -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
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
Nathan Heskew
0ed208a4d1 Removing a stray base.js debugging line
--HG--
branch : dev
2010-11-09 17:20:37 -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
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
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
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
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
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Suha Can
e251fdb44e - Removing obsolete event bus handler.
- Making DateTimeShapes a ISingletonDependency instead of IDependency.

--HG--
branch : perf
2010-11-05 17:19:59 -07:00
Nathan Heskew
e387aac28a Merge
--HG--
branch : dev
2010-11-05 16:31:36 -07:00
Jonathan Wall
4993deefba More CSS clean-up.
--HG--
branch : dev
2010-11-05 16:24:56 -07:00
Nathan Heskew
7c23b3075f Updating the role management UI to link up the role name to the edit page and implement & remove some removes
--HG--
branch : dev
2010-11-05 16:09:04 -07:00
Andre Rodrigues
d2ee9ea8e6 Medium Trust: Making orchard assemblies security transparent.
--HG--
branch : dev
2010-11-05 13:40:05 -07:00
Andre Rodrigues
6307a4df0b Removing unecessary web.config.
--HG--
branch : dev
2010-11-05 13:20:00 -07:00
Suha Can
1ce1cc9521 PERF: Fix for Dispel CurrentUser/CurrentSite magic
http://orchard.codeplex.com/workitem/16718

--HG--
branch : perf
2010-11-04 20:24:48 -07:00
Nathan Heskew
a60ce2141a A little button cleanup
--HG--
branch : dev
2010-11-04 15:13:15 -07:00
Nathan Heskew
a63014715f Updating the content item edit's publishing controls.
- if the content item is not "Draftable" there is a single save button that saves and publishes
- if the content item is "Draftable" there is still the save button, which saves a draft, and a publish now button for immediate publishing
- if there's a part on the content item that handles scheduling (like Orchard.PublishLater) then the draft saved should be scheduled for publishing

--HG--
branch : dev
2010-11-04 13:20:46 -07:00
Dave Reed
93ea6aae64 Merge
--HG--
branch : dev
2010-11-04 12:05:56 -07:00
Nathan Heskew
b73e125ab4 Bringing back the Feature management's view switcher
--HG--
branch : dev
2010-11-03 23:03:34 -07:00
Nathan Heskew
e299284eb1 Placing the content localization edit template beneath the route part's edit template
--HG--
branch : dev
2010-11-03 22:33:27 -07:00
Dave Reed
c3ecd7e1e0 Merge
--HG--
branch : dev
2010-11-03 15:09:54 -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
14a59a5ab8 Medium Trust: Making Orchard assemblies allow partially trusted callers.
--HG--
branch : dev
2010-11-03 14:25:03 -07:00
Nathan Heskew
d1fb008d07 Adding a Draftable content type metadata property to distinguish types that support draft version creation
--HG--
branch : dev
2010-11-03 14:10:37 -07:00
Nathan Heskew
ade2515bdc Updating the markup for the content item edit template.
- Includes an additional zone: Actions
- Added conditional zone inclusion and more markup so it's a bit more flexible

--HG--
branch : dev
2010-11-08 14:30:05 -08: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
Nathan Heskew
dee8955019 A bit more work to get paging wrapped up including a Pager template overide for TheAdmin to use a number pager (e.g. < 1 2 3 >)
--HG--
branch : dev
2010-11-02 14:55:01 -07:00
Nathan Heskew
10a7abd278 Updating pagination to use the total item count instead of a has next page bool for better flexibility.
--HG--
branch : dev
2010-11-02 00:25:25 -07:00
Nathan Heskew
f2f739d935 Giving the admin menu an overhaul
Mainly consists of changes in top-level section positions and ordering. Also updated the position comparer (and tests) to work with negative numeric position parts.

--HG--
branch : dev
2010-11-01 15:57:20 -07:00
Nathan Heskew
75efbf5f0a Really removing the query.List() from the content list admin's action
--HG--
branch : dev
2010-11-01 09:05:44 -07:00
Nathan Heskew
35f632f9db Updating the content list admin to order order on the query (instead of post-query) and added back the published ordering option to the front end
--HG--
branch : dev
2010-11-01 08:59:13 -07:00