Commit Graph
100 Commits
Author SHA1 Message Date
Nathan Heskew e387aac28a Merge
--HG--
branch : dev
2010-11-05 16:31:36 -07:00
Nathan Heskew 996c8ebfac Updating the tag management UI to link the tag name up with the tag edit page and added a remove action (button and controller action)
--HG--
branch : dev
2010-11-05 16:31:06 -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
Nathan Heskew 26d34da16a Fixing user registration to not sign the user in after account creation if new user accounts must be approved before use.
via the "Users must be approved before they can log in" site setting

--HG--
branch : dev
2010-11-05 15:18:26 -07:00
Nathan Heskew 3508ae7854 Making the user's name a link to edit in the user management UI
--HG--
branch : dev
2010-11-05 14:59:50 -07:00
Nathan Heskew 67d430f303 Updating User create and edit to get the layout corrected and notifications not duplicated
--HG--
branch : dev
2010-11-05 14:53:55 -07:00
Nathan Heskew 2d1c060ac8 Small UI fix for the Media add folder breadcrumb
--HG--
branch : dev
2010-11-04 22:32:44 -07:00
Nathan Heskew 35d8f46d92 Making displayed size a bit more friendly
--HG--
branch : dev
2010-11-04 22:25:08 -07:00
Nathan Heskew ec47091582 Making BlogPost and Page types "draftable" by default
--HG--
branch : dev
2010-11-04 15:25:16 -07:00
Nathan Heskew a60ce2141a A little button cleanup
--HG--
branch : dev
2010-11-04 15:13:15 -07:00
Nathan Heskew 74f22d5a91 Removing an stray pager reference
--HG--
branch : dev
2010-11-04 14:12:19 -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
Nathan Heskew e414469e0f Fixing the src of media embed markup that's given on the edit media page
--HG--
branch : dev
2010-11-03 23:38:12 -07:00
Nathan Heskew 8326f4f61d Fixing Media's GetPublicUrl
--HG--
branch : dev
2010-11-03 23:37:49 -07:00
Nathan Heskew 9a5faa199f Removing the "caption" input from the media edit template
--HG--
branch : dev
2010-11-03 23:11:14 -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
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 6f0cbd7794 Updating the comment management UI.
- Rearranged the display and added action links.

* haven't done anything with the item-specic comment view (Detail action) yet - it might not be necessary now especially since there is no path to it

--HG--
branch : dev
2010-11-03 00:04:31 -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 e0352aa87d Merge
--HG--
branch : dev
2010-11-02 12:57:50 -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 f4721065b9 Giving the content edit link a more friendly name
--HG--
branch : dev
2010-11-01 23:14:35 -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
Nathan Heskew f2300394e9 Adding pagination to the Contents list admin page.
--HG--
branch : dev
2010-11-01 00:37:23 -07:00
Nathan Heskew 90eb34b568 Adding pagination to the Comments admin index page.
--HG--
branch : dev
2010-11-01 00:36:57 -07:00
Nathan Heskew 6111dbb786 Fixing the search page w/ no query
--HG--
branch : dev
2010-11-01 00:01:24 -07:00
Nathan Heskew d34cae6ac4 Making existing paginiation implementations a bit more consistent.
For Blog (posts) and Search.

--HG--
branch : dev
2010-10-31 23:54:37 -07:00
Nathan Heskew dba8ea4b92 Adding a Content Summary template that doesn't try to modify the page title.
Fixes http://orchard.codeplex.com/workitem/16699 - Title on blog post list page = title of last post on page

--HG--
branch : dev
2010-10-30 07:45:13 -07:00
Nathan Heskew 4fe4cfe46b Making the zone names used on admin related templates consistent with what's being used for the front-end (e.g. Header, Meta, Actions, Content, Sidebar)
--HG--
branch : dev
2010-10-29 22:52:53 -07:00
Nathan Heskew 9a5239e777 Starting the new queried content list module.
Everything for the new part, content type and widget are there except for what makes them useful (back-end logic & data and complete shape templates)

--HG--
branch : dev
2010-10-28 15:30:14 -07:00
Nathan Heskew c8f90ab6c4 Fixing a bug with "~/something/*" url's in the UrlRuleProvider
--HG--
branch : dev
2010-10-28 07:02:18 -07:00
Nathan Heskew 6f3c2aca13 Fixing which extension type Orchard.Packaging is related to for spec tests
--HG--
branch : dev
2010-10-26 11:04:53 -07:00
Nathan Heskew f5775630e9 Getting Orchard.Comment's site settings back on ~/admin/settings (includes Akismet settings)
--HG--
branch : dev
2010-10-25 11:21:56 -07:00
Nathan Heskew 3166c8fb2e Getting a blog's RSS feed to be made known on the blog's detail page
--HG--
branch : dev
2010-10-25 10:16:33 -07:00
Nathan Heskew 908a049b58 Fixing the TinyMCE image uploader in Chrome and Opera
--HG--
branch : dev
2010-10-22 11:37:28 -07:00
Nathan Heskew 74dd705b6f Tidying up TheThemeMachine layout code block a little
--HG--
branch : dev
2010-10-21 11:26:20 -07:00
Nathan Heskew 1fffa221b8 Merge
--HG--
branch : dev
2010-10-21 14:42:53 -07:00
Nathan Heskew 3e0b8731f6 Fixing the setting of the Search fields site settings (http://orchardqa.codeplex.com/workitem/150)
--HG--
branch : dev
2010-10-21 14:04:37 -07:00
Nathan Heskew 0490252c0a Fixing the comment textarea's name (codeplex issue #16646)
--HG--
branch : dev
2010-10-21 10:47:19 -07:00
Nathan Heskew f845156cf5 Changing the widget admin to show the widget title ?? widget type display name
--HG--
branch : dev
2010-10-20 15:00:24 -07:00
Nathan Heskew 5c8d2f1864 Making the WidgetPart title optional and using the widget type's display name in the widget admin...
--HG--
branch : dev
2010-10-20 14:30:49 -07:00
Nathan Heskew ddc9843726 Adding the MenuPart to the WidgetPage content type
--HG--
branch : dev
2010-10-20 11:18:44 -07:00
Nathan Heskew 9fc9e5287e Adding another null check to the FilterModuleBinaries msbuild task
--HG--
branch : dev
2010-10-20 00:17:55 -07:00
Nathan Heskew d329722c62 Updating the packing build to put themes in their place
--HG--
branch : dev
2010-10-20 00:07:53 -07:00
Nathan Heskew 849591e8fd Updating the client expandoControl to not do anything if the controlees have no height
--HG--
branch : dev
2010-10-19 22:20:51 -07:00
Nathan Heskew 445f0f955a Fixing some widget display parts
--HG--
branch : dev
2010-10-19 21:52:22 -07:00
Nathan Heskew 53d0c6ac74 Making the list shape's ul/ol not render if there are no items
--HG--
branch : dev
2010-10-19 21:50:10 -07:00
Nathan Heskew 8f17aa9d56 Removing an empty folder reference
--HG--
branch : dev
2010-10-19 16:20:00 -07:00
Nathan Heskew fd2efe23e7 Fixing zone and menu shapes' class names
--HG--
branch : dev
2010-10-19 16:17:59 -07:00
Nathan Heskew 22dec2438b Fixing the LogOn page
--HG--
branch : dev
2010-10-19 16:07:13 -07:00
Nathan Heskew 3f44927aa2 Merge
--HG--
branch : dev
2010-10-19 15:56:01 -07:00
Nathan Heskew 7af2be445e Adding an alternate for the (Orchard.Common) text field
--HG--
branch : dev
2010-10-19 15:54:52 -07:00
Nathan Heskew 91c3588f88 Fixing some class names
--HG--
branch : dev
2010-10-19 15:34:55 -07:00
Nathan Heskew 6df8a35fb1 Adding some widget wrapper auto-classification
--HG--
branch : dev
2010-10-19 15:33:51 -07:00
Nathan Heskew 7cd5deb899 Getting the tags editor to display
--HG--
branch : dev
2010-10-19 13:46:37 -07:00
Nathan Heskew 15f2238c99 Merge
--HG--
branch : dev
2010-10-19 11:16:56 -07:00
Nathan Heskew 91a88c2e90 Updating comments w/ content shape alternate examples and a little addtl. cleanup
--HG--
branch : dev
2010-10-19 11:09:59 -07:00
Nathan Heskew 01f39dd860 Making the Setup page's validation summary appear
--HG--
branch : dev
2010-10-19 11:08:43 -07:00
Nathan Heskew 7bb72608b1 Adding a script dependency to TheAdmin's layaout
--HG--
branch : dev
2010-10-19 09:52:37 -07:00
Nathan Heskew 6480406176 Getting the Contents.Publish.SummaryAdmin template hooked back up
--HG--
branch : dev
2010-10-19 00:11:45 -07:00
Nathan Heskew 251414503a Getting content localization parts hooked back up
--HG--
branch : dev
2010-10-19 00:06:47 -07:00
Nathan Heskew 5328042f8a Updating the Shapes info file and adding a little Zone info
--HG--
branch : dev
2010-10-18 22:15:28 -07:00
Nathan Heskew e85de1b884 Making the admin menu collapsible once again
--HG--
branch : dev
2010-10-18 17:05:29 -07:00
Nathan Heskew 9e7954104e Updating Orchard.Core.Routable for the new shape API
--HG--
branch : dev
2010-10-18 15:20:12 -07:00
Nathan Heskew f79e2b6f9c Getting the live writer link tags for Blogs (back up and) under the Remote Blog Publishing feature
--HG--
branch : dev
2010-10-18 15:00:19 -07:00
Nathan Heskew 40085b7b90 Updating Orchard.Core.Navigation for the new shape API
--HG--
branch : dev
2010-10-18 13:57:58 -07:00
Nathan Heskew 0270fd7181 Adding some additional class names for a list of blogs and a list of blog posts
--HG--
branch : dev
2010-10-18 13:39:56 -07:00
Nathan Heskew 56d3008aa0 Updating the order of zones in TheThemeMachine's Theme.txt to match the order of zones in its Layout.cshtml
--HG--
branch : dev
2010-10-18 12:48:17 -07:00
Nathan Heskew 8e8e872493 A little cleanup of the BodyPartDriver
--HG--
branch : dev
2010-10-18 10:15:20 -07:00
Nathan Heskew fedf68e4a4 Updating the Orchard.Core Common module to use the new shape API
--HG--
branch : dev
2010-10-18 10:13:57 -07:00
Nathan Heskew 1f4145ddd2 Changing edit part shape names to end in "_Edit"
--HG--
branch : dev
2010-10-18 10:12:53 -07:00
Nathan Heskew 97a3ff0bd7 Changing the default content part zone to "Content"
--HG--
branch : dev
2010-10-18 10:11:43 -07:00
Nathan Heskew 9447b4d3e7 Updating the ContentFieldDriver to work with shapes
--HG--
branch : dev
2010-10-18 10:11:14 -07:00
Nathan Heskew 84a058ba85 Cleaning up some info text in display action templates
--HG--
branch : dev
2010-10-18 01:50:53 -07:00
Nathan Heskew a65395e23d Removing the Orchard.Core.Shapes' Display.cshtml
--HG--
branch : dev
2010-10-18 01:45:07 -07:00
Nathan Heskew f8053de81e More template work and getting the Blogs module's display in pretty good shape
--HG--
branch : dev
2010-10-18 01:28:39 -07:00
Nathan Heskew bdea6c5386 Adding a "content-items" class name to the blog post list
--HG--
branch : dev
2010-10-17 02:03:00 -07:00
Nathan Heskew 1b113bbcdb Removing unused shape "templates"
--HG--
branch : dev
2010-10-17 02:01:27 -07:00
Nathan Heskew 1b689eb0f8 Configuring the spec tests to have the appropriate theme's enabled (so the tests don't fail)
--HG--
branch : dev
2010-10-17 01:45:13 -07:00
Nathan Heskew c0d4fa4c53 Removing an unused IShapeTableProvider
--HG--
branch : dev
2010-10-16 23:48:04 -07:00
Nathan Heskew e1cfa56814 Changing a bunch of cshtml .csproj includes from "None" to "Content"
--HG--
branch : dev
2010-10-16 23:45:52 -07:00
Nathan Heskew b16b00c4e5 Merge
--HG--
branch : dev
2010-10-15 18:12:27 -07:00
Nathan Heskew 97a918a1ba Fixed typo (via Bertrand)
--HG--
branch : dev
2010-10-15 18:11:37 -07:00
Nathan Heskew f402a1b716 Updating Comments' drivers and views (and adding a publish later metadata summary)
--HG--
branch : dev
2010-10-15 18:11:06 -07:00
Nathan Heskew b53a96d83f Making the content wrapper not apply to *Admin* display types and making the wrapper zone names containing the child contents consistent (Model.Child)
--HG--
branch : dev
2010-10-15 17:10:34 -07:00
Nathan Heskew 816c1a1ff5 Adding an "Edit" link for content on the front
--HG--
branch : dev
2010-10-15 16:49:19 -07:00
Nathan Heskew 7eaef1ecf6 Adding Layout to IOrchardViewPage
--HG--
branch : dev
2010-10-15 16:31:43 -07:00
Nathan Heskew 794a355e69 Merge
--HG--
branch : dev
2010-10-15 16:29:21 -07:00
Nathan Heskew 0e59891b16 Making the widget wrapper an <article/>
--HG--
branch : dev
2010-10-15 16:28:45 -07:00
Nathan Heskew ac4c1c8f80 Renaming Orchard.Blogs' content item templates to fit the updated naming scheme
--HG--
branch : dev
2010-10-15 16:00:15 -07:00
Nathan Heskew 21c04e45da Adding a layout classification helper function to TheThemeMachine's layout
--HG--
branch : dev
2010-10-15 15:15:44 -07:00
Nathan Heskew cc13efad06 Merge
--HG--
branch : dev
2010-10-15 14:41:01 -07:00
Nathan Heskew 262f4a4559 Getting Orchard.Blogs on the new UI composition model (for display)
--HG--
branch : dev
2010-10-15 14:40:35 -07:00
Nathan Heskew 4fa953c150 Merge
--HG--
branch : dev
2010-10-14 21:12:45 -07:00
Nathan Heskew d6cdd6d239 Getting live writer support hooked back up to blogs
...w/out breaking blogs' paging

--HG--
branch : dev
2010-10-14 21:12:08 -07:00
Nathan Heskew 885ddaac26 Merge
--HG--
branch : dev
2010-10-14 17:17:38 -07:00
Nathan Heskew defe72cf52 No Cassini for new theme container proj
--HG--
branch : dev
2010-10-14 17:16:41 -07:00