Commit Graph
100 Commits
Author SHA1 Message Date
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 e250b036fd A couple of minor tweaks to the site culter management UI
--HG--
branch : dev
2010-06-10 13:21:28 -07:00
Nathan Heskew 39c62e142f Localized (and properly pluralized) a couple of HtmlHelper extensions (around friendly published datetimes)
--HG--
branch : dev
2010-06-10 11:36:44 -07:00
Nathan Heskew 4eb3477942 Initial culture management UI (could still use a few tweaks in appearance)
--HG--
branch : dev
2010-06-09 16:14:47 -07:00
Nathan Heskew 26fe6c2161 Merge
--HG--
branch : dev
2010-06-09 09:55:50 -07:00
Nathan Heskew ded153660d Added a little UI to set the default culture for the site (in /admin/settings)
--HG--
branch : dev
2010-06-08 16:26:08 -07:00
Nathan Heskew cb7f025f12 Fixed up a few specflow tests
--HG--
branch : dev
2010-06-07 15:58:15 -07:00
Nathan Heskew a273c13205 A bit of an improvement in paging
- generic collection and display but only used for search results at the moment and does nothing for other queries. in other words, build your own IPageOfItems

--HG--
branch : dev
2010-06-07 15:52:26 -07:00
Nathan Heskew faf696effe Pulling search result page selection back into the service and cleaning up a few other bits
--HG--
branch : dev
2010-06-05 14:44:11 -07:00
Nathan Heskew 3c0fa2268f Really fixing the search pager to note lose the last page
--HG--
branch : dev
2010-06-05 01:44:16 -07:00
Nathan Heskew e8c8d5493e Updated the message for when there are no results for a search query
--HG--
branch : dev
2010-06-05 01:40:15 -07:00
Nathan Heskew 182801d1fa Fixing the search pager to not lose the last page
--HG--
branch : dev
2010-06-05 01:32:48 -07:00
Nathan Heskew 40f7b8bd8c Adding paging to search
--HG--
branch : dev
2010-06-05 01:26:14 -07:00
Nathan Heskew 91a63dddb8 Fixing a syntax error before too many people notice. Shhhh...
--HG--
branch : dev
2010-06-04 14:53:10 -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 69e32f3d6b Re-adding an extra div (it's significant other, the extra opening div, is in another template that R# doesn't care about)
--HG--
branch : dev
2010-06-04 14:05:18 -07:00
Nathan Heskew 784f9dfc09 Gave search a friendly URL (/search)
- and changed the property on the view model from Term to Query (sounds better and goes with the 'q' param)

--HG--
branch : dev
2010-06-04 08:35:24 -07:00
Nathan Heskew dcc51f28c6 A search box for anyone.
- pulled the search box out into its own partial
- added a search filter that sticks the search form partial into the search zone
- added the search zone to the top of the classic theme's sidebar

--HG--
branch : dev
2010-06-03 16:17:31 -07:00
Nathan Heskew 4f711f1e23 Utilizing the IIndexManager in the SearchService instead of directly hitting the provider (since there might not be one)
--HG--
branch : dev
2010-06-03 14:36:38 -07:00
Nathan Heskew 4ea06dd16d Changed query param name for search to 'q' from 'Term'
- also flipped ValidateInput for the controller off and tweaked the action for easier reading

--HG--
branch : dev
2010-06-03 14:23:45 -07:00
Nathan Heskew b4eade4d4d Start of the search UI
- includes a single search/results page (URL needs to change, currently @ /Search/Search when the feature is enabled)

--HG--
branch : dev
2010-06-03 14:04:50 -07:00
Nathan Heskew 747f149042 Merge
--HG--
branch : dev
2010-06-03 09:33:27 -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 42292c8612 Adding an IE-specific CSS for 7&8 (there's already an IE6 CSS)
--HG--
branch : dev
2010-06-02 12:39:00 -07:00
Nathan Heskew a034d9ce49 Changing the excerpt helper to not encode
--HG--
branch : dev
2010-06-01 15:54:50 -07:00
Nathan Heskew e8e8158ff3 Adding some simple UI (and stubbed action) for module installation
--HG--
branch : dev
2010-06-01 12:29:23 -07:00
Nathan Heskew dbbd1d2042 Adjusting the template zone location for the comment count and blog post metadata templates
--HG--
branch : dev
2010-06-01 11:39:56 -07:00
Nathan Heskew 2a7918f17c Fixing* the content "widget" edit wrapper again by making the template invalid.
*wrapper templates (and list/list-item...and...) necessary for the v1 UI composition story

--HG--
branch : dev
2010-06-01 10:12:00 -07:00
Nathan Heskew b9b02473c9 Fixed feature layout margins in the features' card UI
--HG--
branch : dev
2010-05-28 15:43:53 -07:00
Nathan Heskew 06abffce60 A little cleanup for the switchable view and features UI
--HG--
branch : dev
2010-05-28 15:30:07 -07:00
Nathan Heskew 19c2f0e1c1 Added a switchable view interface for the features UI* and cleaned up a little more
* can be pulled back into the base eventually

--HG--
branch : dev
2010-05-28 15:17:33 -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 fcfc992a59 Changing Orchard.Themes to be a Core (by category) feature so it cannot be disabled
--HG--
branch : dev
2010-05-20 16:13:19 -07:00
Nathan Heskew 99694aca5c Tweaked Orchard.MetaData and Orchard.Web csproj's in order to get MetaData's assemblies picked up by the build cmd
--HG--
branch : dev
2010-05-20 10:10:11 -07:00
Nathan Heskew 87bf9ee14a Removing a few empty folders and file refs to nowhere from a couple csproj's
--HG--
branch : dev
2010-05-20 08:48:27 -07:00
Nathan Heskew d085161054 Split the xmlrpc functionality of the blog out into its own feature, dependant on the xmlrpc feature
--HG--
branch : dev
2010-05-19 14:33:51 -07:00
Nathan Heskew 871ace9d33 More feature/module management UI updates and some cleanup
- removed unused edit page & action
- remvoed super sekret force actions on functions and defaulting enable/disable to force for now (until a dialog solution is in place)
- standarized on a feature ID format and threw in a string extension to gen it for good measure

--HG--
branch : dev
2010-05-19 14:09:13 -07:00
Nathan Heskew 2727dab5ba Dropping the Common features dependency and messing with the UI a bit more
--HG--
branch : dev
2010-05-19 10:02:47 -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 e00dd3d34c Tightening up the feature management UI a bit
--HG--
branch : dev
2010-05-18 07:26:29 -07:00
Nathan Heskew 6fb9d48666 A little exploratory work on the feature management UI
--HG--
branch : dev
2010-05-18 00:04:41 -07:00
Nathan Heskew 3aa2cbe3d0 Merge
--HG--
branch : dev
2010-05-17 16:26:56 -07:00
Nathan Heskew 033bd97520 Some initial style for the features management UI
--HG--
branch : dev
2010-05-17 16:25:21 -07:00
Nathan Heskew 4da2e73f00 A round of markup refactoring for the feature managment UI
- now the ascx is a mess...helpers needed

--HG--
branch : dev
2010-05-17 14:38:26 -07:00
Nathan Heskew 745caf3829 And changing that previous $ -> jQuery move to stick with a force-fed $ a la (function($){/*...*/})(jQuery); *
* thanks bleroy for the gentle reminder ;)

--HG--
branch : dev
2010-05-17 14:17:28 -07:00
Nathan Heskew 3341dd863e Updated the base JS (file) to use jQuery instead of $ across the board
--HG--
branch : dev
2010-05-17 10:13:02 -07:00
Nathan Heskew 4cda9282d7 A little cleanup in the feature management UI
--HG--
branch : dev
2010-05-17 09:50:36 -07:00
Nathan Heskew 7db897c475 Some work on the feature managment UI
- start of dependency aware feature disable/enable
- bit of a perf improvement when working with the available features list (thanks, ToList, as usual)

--HG--
branch : dev
2010-05-14 15:52:22 -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 aa4d8e3773 Added some more SpecFlow tests for MultiTenancy and fixed a few bugs
--HG--
branch : dev
2010-05-14 10:03:16 -07:00
Nathan Heskew 4b69a617ab Updated WebAppHosting to not send radio and checkbox input data for those that aren't checked
--HG--
branch : dev
2010-05-13 17:29:05 -07:00
Nathan Heskew 3b630c4f15 Updated some of the MultiTenancy SpecFlow tests
Need to add more to cover database preconfiguration

--HG--
branch : dev
2010-05-13 14:57:45 -07:00
Nathan Heskew 0a9570a51e More MT UI wor
- added edit tenant

--HG--
branch : dev
2010-05-13 13:32:48 -07:00
Nathan Heskew bed6afb98b Making use of the autofocus attribute
--HG--
branch : dev
2010-05-12 15:52:36 -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 ad9375a09c Pulled stale JS reference from the add tenant page
--HG--
branch : dev
2010-05-12 09:41:10 -07:00
Nathan Heskew fe91381f77 Updated some module's (tags & comments) categories
--HG--
branch : dev
2010-05-12 08:47:21 -07:00
Nathan Heskew 6dab3027f9 Unfixing earlier cleanup of a lonely closing div tag.
- It's used in part for the content widget wrapper. Would be nice to have real wrapper template functionality. Something to keep in mind when we get on with the theme/UI composition story.

--HG--
branch : dev
2010-05-11 23:38:40 -07:00
Nathan Heskew 89ffa5d5bf Ensuring the current tenant (Default) cannot have its state changed
--HG--
branch : dev
2010-05-11 16:21:00 -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 d2d11e5e78 Merge
--HG--
branch : dev
2010-05-11 12:34:37 -07:00
Nathan Heskew 3ff5264185 Test projects to target x86 to make the (R#5) test runner run like that
--HG--
branch : dev
2010-05-11 12:34:21 -07:00
Nathan Heskew 3182cfcfbc Cleaned up some random invalid markup
--HG--
branch : dev
2010-05-11 12:32:02 -07:00
Nathan Heskew 198060d3e4 Added MultiTenancy spec test for tenant w/ preconfigured db
- Also updated the WebAppHosting binding's form filler to select the appropriate radio input based on given value

--HG--
branch : dev
2010-05-11 12:30:49 -07:00
Nathan Heskew fa6ac5f0dd Some more work on the MT UI
- tenant database setup can be preconfigured
- site setup UI reflects available settings (e.g. if database setup is preconfigured then don't show db options)
- updated jQuery from 1.4.1 to 1.4.2 (finally)

--HG--
branch : dev
2010-05-10 16:01:04 -07:00
Nathan Heskew 88ea798bda A little more work on the MultiTenancy UI
--HG--
branch : dev
2010-05-10 00:44:52 -07:00
Nathan Heskew 339bcc77ad Some work on the MT UI
--HG--
branch : dev
2010-05-09 13:31:44 -07:00
Nathan Heskew ae801b66b2 Updated all of the module manifests with a little more relevant info.
--HG--
branch : dev
2010-05-06 22:46:18 -07:00
Nathan Heskew 06f91a1741 A little more module management UI work
- linked feature deps to features
- fixed a test

--HG--
branch : dev
2010-04-29 14:09:56 -07:00
Nathan Heskew e8b8a8895f Some work on the installed modules page.
- representing more of the module info and linking in to contained features

--HG--
branch : dev
2010-04-29 14:03:24 -07:00
Nathan Heskew ce5b7fe317 A little cleanup in the Orchard.Modules module
- removed unused DisplayTemplates views folders

--HG--
branch : dev
2010-04-29 13:06:18 -07:00
Nathan Heskew 5964e6ef55 Minor update to the Orchard.Blogs Module.txt to get its feature detailed correctly
--HG--
branch : dev
2010-04-28 14:55:17 -07:00
Nathan Heskew d64de69769 Merge
--HG--
branch : dev
2010-04-28 14:34:21 -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
Nathan Heskew 02c6835627 Merge
--HG--
branch : dev
2010-04-28 14:07:08 -07:00
Nathan Heskew 0b3dbcb161 Adding some feature enable/disable UI
--HG--
branch : dev
2010-04-28 11:47:29 -07:00
Nathan Heskew 88549cc7e0 Merge
--HG--
branch : dev
2010-04-27 12:55:32 -07:00
Nathan Heskew cd4995253e "modules" -> "features" in the SetupController to clear up what's being enabled
--HG--
branch : dev
2010-04-27 12:03:58 -07:00
Nathan Heskew 18bba7873b Adding some UI to manage module features
--HG--
branch : dev
2010-04-27 11:24:06 -07:00
Nathan Heskew 5fb845dcc9 Adding start of initial module management UI
--HG--
branch : dev
2010-04-23 15:10:47 -07:00
Nathan Heskew 5b3ad69503 Adding Orchard.Modules ... module
--HG--
branch : dev
2010-04-22 17:49:21 -07:00
Nathan Heskew 3e46d5f0b0 Changing Orchard.Themes' System.Web.Mvc reference to what's in the lib
--HG--
branch : dev
2010-04-22 15:20:01 -07:00
Nathan Heskew 515d687342 Pulling Themes from Orchard.Core into its own module, Orchard.Themes
--HG--
branch : dev
rename : src/Orchard.Web/Core/Themes/AdminMenu.cs => src/Orchard.Web/Modules/Orchard.Themes/AdminMenu.cs
rename : src/Orchard.Web/Core/Themes/Content/orchard.ico => src/Orchard.Web/Modules/Orchard.Themes/Content/orchard.ico
rename : src/Orchard.Web/Core/Themes/Controllers/AdminController.cs => src/Orchard.Web/Modules/Orchard.Themes/Controllers/AdminController.cs
rename : src/Orchard.Web/Core/Themes/DesignerNotes/ZoneManagerEvents.cs => src/Orchard.Web/Modules/Orchard.Themes/DesignerNotes/ZoneManagerEvents.cs
rename : src/Orchard.Web/Core/Themes/Handlers/ThemeSiteSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Themes/Handlers/ThemeSiteSettingsHandler.cs
rename : src/Orchard.Web/Core/Themes/Models/Theme.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/Theme.cs
rename : src/Orchard.Web/Core/Themes/Models/ThemeRecord.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeRecord.cs
rename : src/Orchard.Web/Core/Themes/Models/ThemeSiteSettings.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettings.cs
rename : src/Orchard.Web/Core/Themes/Models/ThemeSiteSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Themes/Models/ThemeSiteSettingsRecord.cs
rename : src/Orchard.Web/Core/Themes/Module.txt => src/Orchard.Web/Modules/Orchard.Themes/Module.txt
rename : src/Orchard.Web/Core/Themes/Permissions.cs => src/Orchard.Web/Modules/Orchard.Themes/Permissions.cs
rename : src/Orchard.Web/Core/Themes/Preview/IPreviewTheme.cs => src/Orchard.Web/Modules/Orchard.Themes/Preview/IPreviewTheme.cs
rename : src/Orchard.Web/Core/Themes/Preview/PreviewTheme.cs => src/Orchard.Web/Modules/Orchard.Themes/Preview/PreviewTheme.cs
rename : src/Orchard.Web/Core/Themes/Preview/PreviewThemeFilter.cs => src/Orchard.Web/Modules/Orchard.Themes/Preview/PreviewThemeFilter.cs
rename : src/Orchard.Web/Core/Themes/Scripts/base.js => src/Orchard.Web/Modules/Orchard.Themes/Scripts/base.js
rename : src/Orchard.Web/Core/Themes/Scripts/jquery-1.4.1.js => src/Orchard.Web/Modules/Orchard.Themes/Scripts/jquery-1.4.1.js
rename : src/Orchard.Web/Core/Themes/Scripts/jquery-1.4.1.min.js => src/Orchard.Web/Modules/Orchard.Themes/Scripts/jquery-1.4.1.min.js
rename : src/Orchard.Web/Core/Themes/Services/SafeModeThemeSelector.cs => src/Orchard.Web/Modules/Orchard.Themes/Services/SafeModeThemeSelector.cs
rename : src/Orchard.Web/Core/Themes/Services/SiteThemeSelector.cs => src/Orchard.Web/Modules/Orchard.Themes/Services/SiteThemeSelector.cs
rename : src/Orchard.Web/Core/Themes/Services/ThemeService.cs => src/Orchard.Web/Modules/Orchard.Themes/Services/ThemeService.cs
rename : src/Orchard.Web/Core/Themes/Services/ThemeZoneManagerEvents.cs => src/Orchard.Web/Modules/Orchard.Themes/Services/ThemeZoneManagerEvents.cs
rename : src/Orchard.Web/Core/Themes/Styles/Images/toolBarActiveButtonBackground.gif => src/Orchard.Web/Modules/Orchard.Themes/Styles/Images/toolBarActiveButtonBackground.gif
rename : src/Orchard.Web/Core/Themes/Styles/Images/toolBarBackground.gif => src/Orchard.Web/Modules/Orchard.Themes/Styles/Images/toolBarBackground.gif
rename : src/Orchard.Web/Core/Themes/Styles/Images/toolBarHoverButtonBackground.gif => src/Orchard.Web/Modules/Orchard.Themes/Styles/Images/toolBarHoverButtonBackground.gif
rename : src/Orchard.Web/Core/Themes/Styles/special.css => src/Orchard.Web/Modules/Orchard.Themes/Styles/special.css
rename : src/Orchard.Web/Core/Themes/ViewModels/PreviewViewModel.cs => src/Orchard.Web/Modules/Orchard.Themes/ViewModels/PreviewViewModel.cs
rename : src/Orchard.Web/Core/Themes/ViewModels/ThemesIndexViewModel.cs => src/Orchard.Web/Modules/Orchard.Themes/ViewModels/ThemesIndexViewModel.cs
rename : src/Orchard.Web/Core/Themes/Views/Admin/Index.aspx => src/Orchard.Web/Modules/Orchard.Themes/Views/Admin/Index.aspx
rename : src/Orchard.Web/Core/Themes/Views/Admin/Install.aspx => src/Orchard.Web/Modules/Orchard.Themes/Views/Admin/Install.aspx
rename : src/Orchard.Web/Core/Themes/Views/Admin/ThemePreview.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/Admin/ThemePreview.ascx
rename : src/Orchard.Web/Core/Themes/Views/EditorTemplates/Items/ContentItem.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/DisplayTemplates/Items/ContentItem.ascx
rename : src/Orchard.Web/Core/Themes/Views/Document.aspx => src/Orchard.Web/Modules/Orchard.Themes/Views/Document.aspx
rename : src/Orchard.Web/Core/Themes/Views/EditorTemplates/Items/ContentItem.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/EditorTemplates/Items/ContentItem.ascx
rename : src/Orchard.Web/Core/Themes/Views/HeadPreload.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/HeadPreload.ascx
rename : src/Orchard.Web/Core/Themes/Views/Header.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/Header.ascx
rename : src/Orchard.Web/Core/Themes/Views/Layout.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/Layout.ascx
rename : src/Orchard.Web/Core/Themes/Views/Menu.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/Menu.ascx
rename : src/Orchard.Web/Core/Themes/Views/Messages.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/Messages.ascx
rename : src/Orchard.Web/Core/Themes/Views/NotFound.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/NotFound.ascx
rename : src/Orchard.Web/Core/Themes/Views/User.ascx => src/Orchard.Web/Modules/Orchard.Themes/Views/User.ascx
rename : src/Orchard.Web/Core/Themes/Views/Web.config => src/Orchard.Web/Modules/Orchard.Themes/Views/Web.config
rename : src/Orchard.Web/Core/Themes/Views/Web.config => src/Orchard.Web/Modules/Orchard.Themes/Web.config
2010-04-22 14:39:09 -07:00
Nathan Heskew e41d711242 Added tag MIX10 for changeset e048b594f336 2010-03-12 00:47:38 -08:00
Nathan Heskew 48f2de11ff Merging branches: dev -> default 2010-03-12 00:47:22 -08:00
Nathan Heskew 4fdc3bde2a Resolving CSS image URLs in the ThemePreview template
--HG--
branch : dev
2010-03-10 11:04:45 -08:00
Nathan Heskew 060d9b21af Ensuring the content edit button on the front stays above everything
--HG--
branch : dev
2010-03-10 10:59:17 -08:00
Nathan Heskew e7dbae2796 Encoding directly the site name in the default header template
Instead of getting the encoding from Html.TitleForPage which also adds the title to the page title...something not needed here

--HG--
branch : dev
2010-03-09 22:25:06 -08:00
Nathan Heskew a9c7c8ea14 Giving the blog post metadata summary template a little inline info
--HG--
branch : dev
2010-03-09 19:51:38 -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 390538a744 Fixing the page.summary display title link when used from a different module
--HG--
branch : dev
2010-03-09 15:45:59 -08:00
Nathan Heskew ff6415a8bf Fixing the FileREgistrationContext to make link tags self-closing
--HG--
branch : dev
2010-03-09 15:14:40 -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
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
Nathan Heskew 5a34ad7c19 Changing the zone target for the blog archives "widget" to "sidebar"
...from "secondary"

--HG--
branch : dev
2010-03-09 07:42:04 -08:00
Nathan Heskew 93d0f2cb22 Refixed the homepage link and fixed the tests that were broken
- Added an ApplicationPath override to the StubHttpRequest

--HG--
branch : dev
2010-03-09 02:59:45 -08:00
Nathan Heskew 069a6f5439 Setting up "Add to home page" for page create
--HG--
branch : dev
2010-03-09 02:29:11 -08:00
Nathan Heskew 0291653273 Setting up "Add to home page" for blog create
--HG--
branch : dev
2010-03-09 02:16:08 -08:00
Nathan Heskew 7daf068e30 Merge
--HG--
branch : dev
2010-03-09 01:01:54 -08:00