Commit Graph

798 Commits

Author SHA1 Message Date
Nathan Heskew
aa6d61b048 Merge
--HG--
branch : dev
2010-03-01 17:41:51 -08:00
Nathan Heskew
f0df9918ef Conditionally showing the page, post and blog edit links
- based on permissions, template inclusion determined by the respective driver
- added an Authorizer overload that takes no message for trimming authorizations (and anything else where sticking something into the notifier isn't necessary)

--HG--
branch : dev
2010-03-01 17:41:25 -08:00
jowall
30091bac36 Added Dashboard text.
--HG--
branch : dev
2010-03-01 17:36:51 -08:00
jowall
865fe96f6f Merge
--HG--
branch : dev
2010-03-01 17:20:54 -08:00
jowall
c5db6bbe87 Removed one of the edit links from the classic theme.
--HG--
branch : dev
2010-03-01 17:19:46 -08:00
Erik Porter
3f7223042c Merge
--HG--
branch : dev
2010-03-01 17:16:12 -08:00
Erik Porter
794e99a83d Setting up proper buttons on blog post list and extra dates (not yet complete)
--HG--
branch : dev
2010-03-01 17:15:02 -08:00
Suha Can
b6855542db - Fixing 16214: Cannot connect to Orchard using Live Writer (XML-RPC module appears to be broken) Title is required .
- Starting XmlRpc resurrection and blogs implementation.

--HG--
branch : dev
2010-03-01 17:13:36 -08:00
jowall
c05643bf67 Merge
--HG--
branch : dev
2010-03-01 16:47:04 -08:00
jowall
01b3f4adfa Fixed spacing issues in ie.
--HG--
branch : dev
2010-03-01 16:45:37 -08:00
Suha Can
79d1dd79d9 - 16235: Default Home page content should contain links...
--HG--
branch : dev
2010-03-01 16:44:14 -08:00
Nathan Heskew
85c5184d3a Merge
--HG--
branch : dev
2010-03-01 16:40:10 -08:00
Nathan Heskew
2abcba07f2 Cleaning up the Blog display template.
- Same separation of templates as Page and BlogPost

--HG--
branch : dev
2010-03-01 16:34:51 -08:00
Suha Can
c5f93cc789 - Fixing 16254: Make BuildEditorModel resilient to invalid content item ID
--HG--
branch : dev
2010-03-01 16:24:32 -08:00
Nathan Heskew
081f41af3b Merge
--HG--
branch : dev
2010-03-01 16:13:27 -08:00
Nathan Heskew
b9cc05da25 Cleaning up Page and Blog Post templates
- Broke manage and metadata template parts into their own respective display templates for both content types
- Simplified the display template for each to contain only the page title and zones (primary w/ manage and metadata partitions and the remainder)
- Removed themed templates that were made redundant with this cleanup

--HG--
branch : dev
2010-03-01 16:13:02 -08:00
Suha Can
197fc83f61 - Fixing 16213: Admin > Edit Page: Tags missing after saving a page and then editing again Title is required
--HG--
branch : dev
2010-03-01 16:06:02 -08:00
jowall
6f46934fe0 Merge
--HG--
branch : dev
2010-03-01 15:57:56 -08:00
jowall
3e07a70c6b Made "Install theme" link more prominent and made the current theme image smaller.
--HG--
branch : dev
2010-03-01 15:56:10 -08:00
Suha Can
0cb9f7e2da - Fixing 16236: Menu text required even if "Add to menu" checkbox is unchecked Title is required
--HG--
branch : dev
2010-03-01 15:42:47 -08:00
Suha Can
2ed5a1c3e8 - Fixing 16253...
--HG--
branch : dev
2010-03-01 15:19:47 -08:00
jowall
ea6f2546fe Merge
--HG--
branch : dev
2010-03-01 14:38:33 -08:00
jowall
b092503654 Changed the manage blogs layout the same as the list of posts.
--HG--
branch : dev
2010-03-01 14:36:47 -08:00
Suha Can
854df4ea45 - Fixing type in namespace name.
--HG--
branch : dev
2010-03-01 14:31:34 -08:00
Suha Can
12956cb26e Merge
--HG--
branch : dev
2010-03-01 11:55:25 -08:00
Suha Can
275922cb28 - Update view engine location paths to include "~/Core" and "~/Areas"
--HG--
branch : dev
2010-03-01 11:53:30 -08:00
jowall
3db68ea8c5 Replaced fieldsets with div tags on register and changepassword ascx files.
--HG--
branch : dev
2010-03-01 11:50:37 -08:00
Jonathan Wall
287442135a Updated the classic theme.
--HG--
branch : dev
2010-03-01 11:29:35 -08:00
Suha Can
4487940e60 - Fixing OrchardControllerFactory.GetAreaName to align it with what MVC 2 does internally.
--HG--
branch : dev
2010-03-01 11:20:52 -08:00
Suha Can
62902e2b38 - tags in Theme.txt.
- Hide the themes that have the hidden tag set in their Theme.txt when looking at the available themes in the themes admin.

--HG--
branch : dev
2010-03-01 11:03:14 -08:00
Nathan Heskew
2ea51a4d72 Removing tests for the default (controller/action/id) route.
--HG--
branch : dev
2010-03-01 10:56:53 -08:00
Nathan Heskew
5f164f0978 Pulling default route and extra assembly concat (from MvcModule)
- Both no longer necessary since the default HomeController was removed

--HG--
branch : dev
2010-03-01 08:01:56 -08:00
Nathan Heskew
daae401ac4 Adding a Dashboard module to support a (initially) simple Admin Dashboard
- Added Dashboard module to Orchard.Core
- Updated "Admin" link in User partials to point to the Admin Dashboard (and consolidated partials)
- Changed the admin menu to not hardcode the Dashboard item in the template. Instead all items come from admin menu item registration (hence the weird "Manage Orchard" sub-item)

--HG--
branch : dev
2010-03-01 02:26:12 -08:00
Nathan Heskew
349fbaa393 Removing the HomeController from the Orchard assembly
--HG--
branch : dev
2010-03-01 01:25:13 -08:00
Nathan Heskew
8e1207dd6b Fix for bug #16249
- Making removal of a menu item tied to a content item not remove that content item, instead the OnMainMenu bit is flipped
- Changing the text of the remove button to be either "Remove" (for items tied to content) or "Delete" (for standalone items)

--HG--
branch : dev
2010-03-01 00:40:23 -08:00
Nathan Heskew
bcec3db334 Removing Tags' site settings (relating to pages) which are no longer used
--HG--
branch : dev
2010-02-26 23:25:02 -08:00
Erik Porter
edc09e6158 Merge
--HG--
branch : dev
2010-02-26 16:37:06 -08:00
Nathan Heskew
9c86a8d552 Adding an Information notification for pending comments
--HG--
branch : dev
2010-02-26 16:03:50 -08:00
Nathan Heskew
1dfdeb8d80 Some comment display cleanup
- only show the [comment count] Comments heading if there are comments
- only show the comments are disabled message if comments are disabled *and* there *are* comments
- added an Add a Comment heading above the comment form

--HG--
branch : dev
2010-02-26 15:57:23 -08:00
Erik Porter
8e547d0766 Added a "ModerateComments" setting for Orchard.Comments
--HG--
branch : dev
2010-02-26 15:29:31 -08:00
Nathan Heskew
22e5a083bf Adding generic ContentItem editor and display templates
- ContentItem editor and display templates added that only render the "primary" zone, then remaining zones (ZonesAny)
- Added a UseDefaultTemplate bool to ContentItemDriver and conditionally return the default template for Display or Edit
- Updated the UserDriver to use the default templates
-

--HG--
branch : dev
2010-02-26 15:20:50 -08:00
Nathan Heskew
a21e246e4d Some site settings cleanup
- Friendly names for remaining input
- Removed Theme site setting UI
- Changed "Edit Settings" title to "Manage Settings" #consistency

--HG--
branch : dev
2010-02-26 14:27:46 -08:00
Louis DeJardin
2145f4e544 Adding values to unit test and null checking in some properties
--HG--
branch : dev
2010-02-26 10:25:48 -08:00
Louis DeJardin
d02306cfbf Merge
--HG--
branch : dev
2010-02-26 03:12:56 -08:00
Louis DeJardin
a25f68ae90 Updated Admin filter and access control
AdminController convention or [Admin] attribute activates both the security
check and "TheAdmin" theme

--HG--
branch : dev
2010-02-26 03:09:52 -08:00
Louis DeJardin
fe29853912 Implementing AdminAuthorizationFilter to test for AccessAdminPanel
Authorization will be required for a controller named "Admin"
or when an [Admin] attribute is on controller, base controllers, or action
Result will be HttpUnauthorizedResult if current user does not
have StandardPermissions.AccessAdminPanel

--HG--
branch : dev
2010-02-26 00:50:19 -08:00
Louis DeJardin
ca7d66cff8 Correcting another class location preparing for admin story
AdminThemeSelector moving to Orchard.UI.Admin

--HG--
branch : dev
2010-02-25 23:55:13 -08:00
Nathan Heskew
7490d3ea3b Removing Packages folder that has only a few images at the moment
Some images were added fairly recently for the Blogs admin. Images were copied to the correct location and paths to the images fixed but the images in the packages folder weren't removed.

--HG--
branch : dev
2010-02-25 23:46:05 -08:00
Louis DeJardin
09be861aaf Correcting some namespaces preparing for admin story
Orchard.Mvc.Filters contains base implementations, not specific functionality
Orchard.Mvc.AntiForgery and Orchard.UI.Admin contain specific functionality

--HG--
branch : dev
2010-02-25 23:45:37 -08:00
Nathan Heskew
a224d4d294 Changing the slug of the "Home" page created during setup
- Changed the "Home" page slug from "" to "home"
- Changed the page slug constraint to not need to deal with a null value (i.e. an empty slug is no longer valid for a page - not necessary now that any page can be made *the* homepage)

--HG--
branch : dev
2010-02-25 23:37:54 -08:00