Commit Graph

80 Commits

Author SHA1 Message Date
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
90eb34b568 Adding pagination to the Comments admin index page.
--HG--
branch : dev
2010-11-01 00:36:57 -07:00
Jonathan Wall
aa756f46d0 Fixed overflow issue with blog list in Chrome.
--HG--
branch : dev
2010-10-19 19:29:08 -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
9e7954104e Updating Orchard.Core.Routable for the new shape API
--HG--
branch : dev
2010-10-18 15:20:12 -07:00
Jonathan Wall
bdd384d7b4 Removed inset style from the admin.
--HG--
branch : dev
2010-10-13 12:27:26 -07:00
Sebastien Ros
c6303e9477 Load advisory message in dashboard
- Current implementation uses a local file, publish it on orcharproject.net later

--HG--
branch : dev
2010-09-29 11:07:19 -07:00
Sebastien Ros
55adba610c Corrected notifications display
--HG--
branch : dev
2010-09-20 17:00:37 -07:00
Nathan Heskew
cdbdf0db7f Removing an extra little bit of CSS from the TheAdmin theme that set all text input to basically the same width as .textMedium
If any text input elements on that page need to be wider then the appropriate class(es) should be used insted.

--HG--
branch : dev
2010-08-24 12:45:23 -07:00
Michael Dorian Bach
7baf7c663e Resolved CSS spacing issues related to the SQL Server options in Add Multi-Tenant UI.
--HG--
branch : dev
2010-07-29 17:27:43 -07:00
Jonathan Wall
cec1b3b8d6 Made all textbox fields have the same padding in the admin.
--HG--
branch : dev
2010-07-29 12:40:24 -07:00
Nathan Heskew
fdb7bbb1d7 Updating TheAdmin theme's style to let it scale down (1) and getting the features UI to behave better in smaller widths (2)
- (1) to within an 800x600. will need make use of media queries in the not too distant future
- (2) in the summary view, feature blocks would stack two-wide at the low end

--HG--
branch : dev
2010-07-26 15:39:50 -07:00
skewed
4414fcb7b1 Fixing up the admin nav so it looks better with wrapped headings and items
--HG--
branch : dev
2010-07-26 11:14:24 -07:00
Nathan Heskew
02bf4a73f1 Some admin UI updates mostly around blog management
--HG--
branch : dev
2010-07-26 08:59:11 -07:00
Nathan Heskew
b1a761b640 Giving the TextField display template some markup around the value.
--HG--
branch : dev
2010-07-25 23:38:14 -07:00
Nathan Heskew
f1ee35535f Fixed a bug with the display of the expand/collapse glyph in chrome
--HG--
branch : dev
2010-07-25 22:55:42 -07:00
Nathan Heskew
625b1fb678 Updating the content type/part management UI with some expand/collapse bits and a little UI cleanup
--HG--
branch : dev
2010-07-25 01:12:07 -07:00
Nathan Heskew
2077ab964b Adding "set as homepage" functionality to the RoutePart
- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way)

--HG--
branch : dev
2010-07-23 14:30:22 -07:00
Nathan Heskew
614ca64971 Fixed the "Remove" link on the content item summary admin template when it's being used outside of the contents module
--HG--
branch : dev
2010-07-22 10:08:07 -07:00
Nathan Heskew
7eedd60af7 Fixing a bug with the detecting the startup state of expandable items and embeded the exp/clps gifs in the CSS
--HG--
branch : dev
2010-07-21 14:46:04 -07:00
Nathan Heskew
f6742c4141 Updating the admin nav to remember what was closed
- also cleaned up the expand/collapse functionality a bit. still needs a little more work though (images - sprite or embeded, and a little script opt)

--HG--
branch : dev
2010-07-21 14:09:09 -07:00
Jonathan Wall
2cf2931745 Added toggle for admin menu. Some work needed to make generic.
--HG--
branch : dev
2010-07-20 11:22:53 -07:00
Nathan Heskew
352d21123f Removing an extra selector (label) that snuck into a recent update of TheAdmin's CSS
--HG--
branch : dev
2010-07-19 17:09:56 -07:00
Nathan Heskew
5484386737 Adding bulk actions (publish, unpublish and remove) to the admin content list
--HG--
branch : dev
2010-07-16 14:27:27 -07:00
Nathan Heskew
881b71db4b Moved the content item publishing option functionality (save draft, publish and schedule) out into it's own Orchard.Core module (PublishLater)
--HG--
branch : dev
2010-07-14 15:31:43 -07:00
Jonathan Wall
f76623e117 Small update to h1 and h2 tag CSS.
--HG--
branch : dev
2010-07-13 16:49:16 -07:00
Jonathan Wall
5c7b3f4396 Small change to admin navigation design.
--HG--
branch : dev
2010-07-13 16:28:50 -07:00
Nathan Heskew
42aabcdfea Starting to give more attention to generic content management (wip)
--HG--
branch : dev
2010-07-08 15:47:20 -07:00
Jonathan Wall
0abf6a2374 Updated Cultures page UI.
--HG--
branch : dev
2010-07-07 15:43:05 -07:00
Nathan Heskew
289ade85bf Displaying and editing content part fields (in edit type UI)
--HG--
branch : dev
2010-06-23 12:18:07 -07:00
Nathan Heskew
3aad42eef4 More touchup of the parts management UI (when editing a content type) before moving on to fields
--HG--
branch : dev
2010-06-23 11:05:51 -07:00
Jonathan Wall
3d3a72b856 Updated the button CSS in the admin.
--HG--
branch : dev
2010-06-16 15:53:35 -07:00
Nathan Heskew
6e756f54ff Starting to get a UI around content type management
- added a DisplayName to the ContentTypeDefinition
- added a CreateRouteValues rvd to go along with the existing display and edit
- set default display, edit and create route values for ContentItemMetadata (* should get fallback route values in a different manner. probably not good to refer to an area, even by string, in core from the fwk)
- starting to shape up the content type list into a more consistent UI
- added create type action, view, etc. for creating new content types
 - supporting service has a few default parts hard-coded for now

--HG--
branch : dev
2010-06-16 04:22:51 -07:00
Nathan Heskew
1b97fa04d0 Adding a breadcrumb on the site culture management page
--HG--
branch : dev
2010-06-10 13:58:12 -07:00
Nathan Heskew
9ef73f84b0 Adding some admin UI for search index management. Not yet working end-to-end but it looks like it does *
* Waiting on some pieces of the index manager/provider are being added and/or reworked then we'll get it all hooked up.

--HG--
branch : dev
2010-06-04 14:45:18 -07:00
Nathan Heskew
b2112a79f6 A bit of CSS cleanup and reorg
--HG--
branch : dev
2010-06-02 16:23:03 -07:00
Nathan Heskew
9aec6871bd Some work on the module management page and making some CSS a bit more generic.
--HG--
branch : dev
2010-05-27 16:05:01 -07:00
Nathan Heskew
c97244c624 More work around the feature management UI and hooked a little force enable/disable
--HG--
branch : dev
2010-05-19 00:00:56 -07:00
Nathan Heskew
0f5d492333 Hooked up dependeny checks and messages for unsatisified feature dependencies on enable/disable
--HG--
branch : dev
2010-05-18 10:04:14 -07:00
Nathan Heskew
a24b9eb732 Theme management UI updates and bug fixes
--HG--
branch : dev
2010-05-14 13:43:41 -07:00
Nathan Heskew
3339cc94a8 Adding a solution for single button inline forms
- used initially in the multitenancy tenant list. should be used anywhere we have/need destructive "links"

--HG--
branch : dev
2010-05-12 14:47:30 -07:00
Nathan Heskew
5aad2aa8ab More work on the MT UI
- added suspend/resume actions

--HG--
branch : dev
2010-05-11 16:14:18 -07:00
Nathan Heskew
339bcc77ad Some work on the MT UI
--HG--
branch : dev
2010-05-09 13:31:44 -07:00
Nathan Heskew
34587c62a4 More work on the module/feature UI*
- reshuffled the related admin menu
- cleaned up a little of each module and feature list page

* still all based on the page list semantics

--HG--
branch : dev
2010-04-28 14:34:01 -07:00
Jonathan Wall
b1a9447ce6 Added the notification styles from the admin to the green and classic themes.
--HG--
branch : dev
2010-03-10 14:34:41 -08:00
Nathan Heskew
fa9dc2d728 Wrapping up some cleanup work in the admin.
--HG--
branch : dev
2010-03-09 17:08:37 -08:00
Nathan Heskew
9535f18573 Making the permalink input UI for blog, post and page consistent
--HG--
branch : dev
2010-03-09 14:57:24 -08:00
jowall
b5878aec4b Merge
--HG--
branch : dev
2010-03-09 11:48:50 -08:00
jowall
a8a7cf26e3 Removed the grey lines from the fieldsets on the manage settings page.
--HG--
branch : dev
2010-03-09 11:47:24 -08:00
Nathan Heskew
86722cad7e Fixing up the existing comment UI in the HasComments editor template
--HG--
branch : dev
2010-03-09 11:43:21 -08:00