Commit Graph
100 Commits
Author SHA1 Message Date
ErikPorter 09c88f124c Hooked up blog archives ui to real data. Blog archives is now done.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045856
2010-01-22 21:18:08 +00:00
loudej 3922abc31e When top level menu is empty due to security constraints, and it's not itself a link, it is not displayed
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045838
2010-01-22 10:25:50 +00:00
skewed c5bbac560b Changing case of files names (part 2 of 2)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045836
2010-01-22 08:07:03 +00:00
skewed 928b1c077b Changing case of files names (part 1 of 2)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045835
2010-01-22 08:04:41 +00:00
skewed 1e7ae582f0 Changing case of template names (in code. filenames to follow)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045834
2010-01-22 07:58:38 +00:00
loudej 7f09516e8c Updating security processing. Adding a base for an OrchardException hierarchy.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045830
2010-01-22 06:32:54 +00:00
loudej c455394cc2 Further work updating security model
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045826
2010-01-22 05:28:00 +00:00
loudej 6d95217b6a Further work updating security model
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045825
2010-01-22 05:25:54 +00:00
rpaquay 95d5398f50 bug fixes
* Display comment count in blog post (admin and front-end).
* In admin, also display # of pending comments.
* In admin, both comment count and pending count are hyperlinks to the "manage comments" page for the blog post.
* Fix a few incorrect redirect calls in the comments module
* Removed fake comment count display for aggregate blog view (we will resurrect it later with a correct implementation)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045823
2010-01-22 02:06:07 +00:00
skewed 3a924430d2 Changing page delete action to use the id instead of slug
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045805
2010-01-21 21:59:57 +00:00
rpaquay b045c6d1dd Make page and blog post editing experience consistent
When editing/creating a blog post or a page, the "save" button always redirects to the "edit" page, with a notification message at the top stating the new state of the page (draft, published, scheduled for publishing).

This makes the experience consistent with Wordpress blog editing, and also fixes a Pri1 bug about a 404 when creating a draft post.

This also fixes a bug where "publish later" wasn't working (strings are evil) for either blog of page.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045802
2010-01-21 21:21:04 +00:00
skewed 910ca4f916 Ensuring remaining data-manipulating controller actions are POSTs
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045801
2010-01-21 21:13:35 +00:00
skewed fdae78826b - Changing all BlogPost admin actions to use the post's id instead of slug (since only published slugs are guaranteed to be unique in any container)
- Changing the BlogPost publish action to POST only
- Changing how BlogPosts are published on create to get the publishing/published events fired (temp workaround)
- Adding unique slug generation on publish for out of the editor for a unique published slug guarantee

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045793
2010-01-21 20:17:40 +00:00
skewed a592fae1c3 - Re-enabled (and rewrote) some of the RoutableService tests
- RoutableAspect's slug field taken out of tab order w/ JS (when the slugifier is going to do its thing)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045777
2010-01-21 16:54:00 +00:00
rpaquay 78fd2dd28d 2 bug fixes
* Display correct post count in blog summary (admin): display total number of posts and total number of post not yet published
* Display correct comment count in blog post summary (admin and front-end): display the number of _approved_ (vs pending) comments only.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045769
2010-01-21 07:27:47 +00:00
loudej be83ae475a Ignoring Package.txt during commit if present in folder
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045760
2010-01-20 23:58:24 +00:00
loudej 7968aad284 Disabling sandbox by default
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045758
2010-01-20 23:45:23 +00:00
rpaquay b88fe2667d Fix blog post count in front-end
BlogPostCount per blog is now recomputed from the list published blog whenever there is a change in any posts of the blog. This is more deterministic than trying to keep incrementing/decrementing when the changes happen.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045749
2010-01-20 21:55:49 +00:00
jowall 3291efeb71 Updated theme thumbnail files and removed old images. Commented out helper text on manage pages and manage blogs. Adjusted some margins in admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045746
2010-01-20 20:52:00 +00:00
skewed d0e00a91ed - Making client slug generation (via POST) container aware to aid in unique slug generation
- Changing Slugify URL (from /common/routable/slugify) to /admin/common/routable/slugify

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045745
2010-01-20 20:50:09 +00:00
rpaquay 4a5bfc2dfd Adding "Flush" method to content manager
This is needed when you need to make queries that rely on state changed inside the session UOW.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045743
2010-01-20 20:29:49 +00:00
loudej 6c6b67af2b Refactoring permissions. First stage is renaming and collapsing some fine-grained permissions.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045742
2010-01-20 20:18:42 +00:00
suhacan 135ce3d661 - Blogs: Fixing publish now button on Blog Details page throws 404 issue, and other inconsistencies related to publish now button visibility and the Draft/publish date information in that view.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045740
2010-01-20 19:50:42 +00:00
loudej 90cd0451c8 Dialing back the debug output
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045738
2010-01-20 19:09:39 +00:00
skewed 5285b24733 - Adding the RoutableAspect editor template's permalink slug prefix display based on container slugs
- Got the rest of the hard coded prefix usage out of the RoutableAspect's editor template

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045731
2010-01-20 09:26:33 +00:00
rpaquay 1ae1770b0d Initial work to support loading MVC Areas as Orchard modules
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045728
2010-01-20 06:43:39 +00:00
skewed 03d7d076f2 - Slug generation (for Blog, BlogPost and Page) reworked so a page can set its own slug rules and all content types get better AJAX-ified slug generation now that it is (and can be) content type aware (except for BlogPost, it needs some context about its parent so it can gen a unique slug for a post within a given blog)
- Page edit actions changed over to use id instead of slug (others should follow suit since slug uniqueness is only guaranteed among published content items...where applicable, there is no notion of a "published" blog)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045722
2010-01-20 01:19:16 +00:00
jowall 28cb6715af Updated themes and admin and added a delete icon.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045720
2010-01-20 00:16:48 +00:00
suhacan 7170b74f6c - Blogs: When saving a draft post, should redirect to/Edit admin URL for that post
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045708
2010-01-19 19:52:08 +00:00
suhacan f4c22d37ee - Fix for bug: When publishing a post from the “edit post” page, should redirect to the list of posts
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045707
2010-01-19 19:35:27 +00:00
loudej 1920138e57 Some renames and cleanup related to feed code
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045702
2010-01-19 18:27:51 +00:00
jowall 507f3ecab7 Removed <h1> tag and text from the top of the list of blogs page.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045701
2010-01-19 17:45:47 +00:00
loudej 0df2ac484c Wiring up comments module support for feeds... Adding rss urls to headers in some blogs module actions...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045678
2010-01-19 06:29:58 +00:00
suhacan 55ec31be45 - Adding the Classic and Orchard themes to the Orchard.Web project...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045642
2010-01-18 21:14:46 +00:00
jowall 3005f26b97 Minor changes to the admin CSS. Changed #content background color to white, made all headers darker, updated logo.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045641
2010-01-18 21:04:45 +00:00
suhacan 0011f70e9a - Comments: Comment moderation and the pending comments queue with related Admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045638
2010-01-18 20:55:58 +00:00
jowall 52793d5860 Removed Admin tab from menu in the theme. Moved the link to the admin into the user.ascx file.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045631
2010-01-18 19:36:42 +00:00
skewed 03d725b9d3 Adding regex validation for the RoutableAspect's slug and tossed in a few slugify tests
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045627
2010-01-18 17:40:06 +00:00
skewed 1a5996274d Wrapping up the current state of slug generation for Pages
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045559
2010-01-17 09:14:45 +00:00
rpaquay 5cb2e0a7c8 Add view locations formats for non-themed views in custom orchard modules.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045536
2010-01-16 21:58:45 +00:00
ErikPorter 08de41508f Hooked up comments to cascade delete if their parent content items get removed.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045516
2010-01-16 06:45:46 +00:00
ErikPorter 70524a3e62 Hooked up "cascade delete" for BlogPost so when a blog post's parent blog gets removed, the blog posts under it will get removed too.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045501
2010-01-16 01:03:23 +00:00
skewed 39d7aa8eb7 Some work on slug generation for Page (comes with bonus bug in versioning of Page slug only it seems...)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045500
2010-01-16 00:17:19 +00:00
jowall e25a36d1cc Updated green theme CSS and added comment bubbles.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045499
2010-01-16 00:13:24 +00:00
skewed ee7ed66480 Some work on (blog and blogpost) slug generation
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045497
2010-01-15 23:44:22 +00:00
jowall 88924471b7 CSS changes to the classic theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045487
2010-01-15 20:58:16 +00:00
jowall de1d072eeb Removed old times theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045480
2010-01-15 18:55:05 +00:00
jowall 38d97e8ced Renamed and updated times theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045478
2010-01-15 18:46:52 +00:00
skewed ba82badc6c Changing Themes activate and uninstall actions to POST
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045458
2010-01-15 09:40:29 +00:00
loudej 341d2fa817 Adding display links to feed. Deduplicating some worker code into an inspector class.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045457
2010-01-15 08:20:13 +00:00
loudej 59ca753956 Fixing relocated file issue. Removing unused connection string from default web.config
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045455
2010-01-15 06:53:15 +00:00
loudej c4eaca47e5 Groundwork for rss support by container id
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045452
2010-01-15 03:44:54 +00:00
skewed 775567683c Some rough style/script for the blog archives faux widget
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045442
2010-01-15 00:38:02 +00:00
jowall e5f10e98a0 Updated green theme and added ascx overrides.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045441
2010-01-15 00:28:29 +00:00
skewed 80989b7cf0 Cleaned up markup and CSS for inline admin action buttons
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045431
2010-01-14 23:24:10 +00:00
skewed 7cf97c6d13 Missed the csproj change on the jQuery upgrade
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045428
2010-01-14 22:36:24 +00:00
ErikPorter 023db20add Forgot to save Orchard.Blogs.csproj before checking in. Fixing.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045427
2010-01-14 22:23:47 +00:00
loudej d9441f26eb Refactoring scheduling implementation. Removing scheduled aspect. Moving interfaces into Orchard.Tasks.Scheduling namespace.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045426
2010-01-14 22:14:19 +00:00
skewed f3babd8751 jQuery 1.3.2 -> jQuery 1.4 and updated credits
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045425
2010-01-14 22:02:37 +00:00
ErikPorter 6d59754258 Added archives UI to show up on blog and blog post pages in the secondary zone. The current archives data shown is hardcoded and temporary.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045424
2010-01-14 22:00:11 +00:00
skewed f683210de8 Swapping the tmp hard-coded slugify path out of the Common.Routable part editor template in favor of a Url.Action
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045423
2010-01-14 21:48:30 +00:00
jowall a91e18f706 Updated times/classic theme css and added ascx overrides.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045418
2010-01-14 21:10:27 +00:00
skewed e73efc95c2 - Fixing the theme preview image path for the current theme in the themes admin.
- Rolling back the markup in the Orange theme's layout a little more

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045372
2010-01-14 00:41:00 +00:00
ErikPorter 133220d976 Removed PageRecord since it's no longer needed.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045370
2010-01-13 23:51:07 +00:00
ErikPorter d195d2b231 Hooking up Removing/Removed events to fire when DefaultContentManager.Remove is called (this fixes the bug where deleting a blog post doesn't decrement its blog post count).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045369
2010-01-13 23:30:56 +00:00
loudej 622cb50c02 Removing ad-hoc example code from layout. Oops.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045368
2010-01-13 23:28:10 +00:00
skewed be81ee7436 Adding some slugification
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045366
2010-01-13 23:01:52 +00:00
loudej 9d9f4b1669 Implementing a general scheduled task subsystem... Main top level actors include IScheduledTaskManager and SchedulingBackgroundTask. Specific needs of interfaces into subsystem expected to evolve as used from modules.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045364
2010-01-13 22:40:30 +00:00
ErikPorter 8817fbc020 Minor fix to make sure that when logged into the admin and the app is restarted when there's no database, no exception is thrown when attempting to look up the currently logged in user.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045354
2010-01-13 20:45:59 +00:00
jowall e24a0e230c CSS updates based on changes made to the design.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045353
2010-01-13 20:39:43 +00:00
jowall b2da71b67c Some html updates - moved manage and metadata divs.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045352
2010-01-13 20:38:15 +00:00
skewed 3fdff425f7 Fixed a string replacement bug in the blog summary display template
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045347
2010-01-13 19:36:27 +00:00
skewed 4736fa5e6f Adding a themed blog post permalink page to the Orange theme as part of getting an idea/example of the current state of theming
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045344
2010-01-13 18:24:46 +00:00
ErikPorter f4e1f829c7 Changed Blog delete button to be a form submit so it could be checked against the antiforgery token.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045336
2010-01-13 16:58:28 +00:00
ErikPorter 411a045648 Added Html.ThemePath to simplify referencing a file in the current theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045315
2010-01-13 00:12:33 +00:00
ErikPorter 706bd7f2e4 Hooked up remove BlogPost in the admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045314
2010-01-12 23:48:09 +00:00
skewed adde3ef6ea UI cleanup pass (progress - Orchard.Pages)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045310
2010-01-12 19:41:34 +00:00
skewed 8ec350ca2b - Adding some debug logging of view search locations
- Making the Themes (Core) Package a theme as well so the default theme can be reactivated

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045306
2010-01-12 18:24:14 +00:00
suhacan 65770e9a48 - Pages: Display the date when the page will be published when it's scheduled for being published at a future date.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045304
2010-01-12 18:06:13 +00:00
ErikPorter acd5bdcb5d Hooked up publish later option for blogs and pages. Code is fairly duplicated at the moment. Added todo comments in marking the duplicated code to evaluate for pulling back into content manager.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045266
2010-01-12 01:04:11 +00:00
ErikPorter 00deaecd41 Fixed a url I missed with my last check-in (since the navigation builder doesn't use a url helper so the url building isn't centralized yet).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045257
2010-01-11 22:26:35 +00:00
ErikPorter 418e975ab1 Moving create, update, delete actions from BlogController and BlogPostController into BlogAdminController and BlogPostController for consistency.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045254
2010-01-11 22:07:03 +00:00
ErikPorter 88e797a9b1 Removed publish property from BlogPostRecord to use the built in date from CommonAspect and removed BlogPostRecord since it doesn't contain any properties anymore and cleaned up some code inconsistencies in BlogController, BlogAdminController and BlogPostController.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045249
2010-01-11 21:05:24 +00:00
skewed 7c4ea5f328 No .*Admin themes appear in the admin
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045244
2010-01-11 20:05:40 +00:00
jowall 1d17afd9f2 Removed about tab from theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045240
2010-01-11 18:27:48 +00:00
ErikPorter 21a2e4ca42 Hooked up publishing for blog posts (still no date driven publishing [just draft or publish now]).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045239
2010-01-11 18:27:42 +00:00
loudej 4272b2609d Adding an extension manager events interface for enable/disable livecycle of modules. Adding a HackInstallationGenerator which produces Enabling/Enabled events for all modules on app startup. Adding a Roles module Enabled event handler that populates predefined roles with permission stereotypical permissions.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045231
2010-01-11 02:36:25 +00:00
loudej 864dd42a08 Adding publish date, version-specific create/modify/publish dates, and unpublish method on content manager
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045209
2010-01-10 11:18:28 +00:00
jowall a4fcbb482c Minor CSS cleanup.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045169
2010-01-09 00:18:34 +00:00
skewed 4ee8800bdf UI cleanup pass (progress - Orchard.Sandbox)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045167
2010-01-08 23:19:49 +00:00
suhacan b68e7b3c3c - Pages: adding Unpublish to the service. The content manager needs to have this capability in addition to publish...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045166
2010-01-08 22:49:16 +00:00
skewed b22d9bc5bf UI cleanup pass (progress - Orchard.DevTools (<- just a quick loc pass on that one - not trying to clean it that up, yet))
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045165
2010-01-08 22:39:52 +00:00
skewed d3b1eb4dc5 Adding page classification (aka class names for the body tag).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045161
2010-01-08 22:07:54 +00:00
suhacan b98f7a9607 - Pages: Filtering and bulk actions (delete/publish etc)...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045156
2010-01-08 21:07:35 +00:00
skewed ea4e400809 UI cleanup pass (progress - Orchard.Roles and Orchard.Media)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045138
2010-01-08 08:38:07 +00:00
skewed aa3082a69e UI cleanup pass (progress - Orchard.Tags)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045120
2010-01-08 01:15:49 +00:00
jowall d014ad93e2 Added blog specific styles.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045118
2010-01-08 00:24:34 +00:00
suhacan cdf98ed621 - Pages: Publish/Draft support for the new pages package using the new ContentItemVersion model.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045117
2010-01-07 23:12:46 +00:00
skewed a8541b386b UI cleanup pass (progress - Orchard.Comments)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045103
2010-01-07 16:02:50 +00:00
skewed fab0f1bede UI cleanup pass (progress - some of Orchard.Comments)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045097
2010-01-07 08:48:31 +00:00