Commit Graph

600 Commits

Author SHA1 Message Date
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
suhacan
b7fb6a2924 - Refactoring in the BlogPostController (see 45093)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045094
2010-01-07 03:15:25 +00:00
suhacan
748f52ec46 - Pages: minor refactoring in the controllers to use the IOrchardServices property injection instead of injecting the individual core services in the constructor.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045093
2010-01-07 03:04:04 +00:00
suhacan
4bdd7de389 - Page content type is introduced and Pages module was moved to the ContentManager architecture. Basic cms functionality was achieved (create/edit/view cms pages). Next will be history management.
- Refactoring the pages controller into a separate admin and a front end controller.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045089
2010-01-07 01:56:16 +00:00
ErikPorter
194ddc1034 Removing temporary Hack theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045088
2010-01-07 01:37:12 +00:00
ErikPorter
4b03080e68 Cleaning up a few things
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045087
2010-01-07 01:35:10 +00:00
ErikPorter
6d9f911a9e Hooked up everything for blog archives. Currently no UI to point to it though. Not sure how we're going to do that without widgets. Maybe with a hardcoded action filter for now?
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045086
2010-01-07 01:27:09 +00:00
suhacan
4d7faf669b - Removing unused references in Orchard.Pages
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045085
2010-01-07 01:09:05 +00:00
suhacan
7819c3b84e - Pages package moving to use the content item and content manager model (part 1)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045084
2010-01-07 01:06:17 +00:00
skewed
5fc37ea924 UI cleanup pass (progress - Orchard.Blogs)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045081
2010-01-07 00:12:56 +00:00
jowall
a3aede0a0c Removed most placeholder content.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045073
2010-01-06 22:55:27 +00:00
jowall
f48902f48b New logo files added. Some CSS cleanup done.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045072
2010-01-06 22:52:34 +00:00
jowall
340609b04c Removed extra fieldsets from the login form. Added a forcheckbox class.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045071
2010-01-06 22:45:54 +00:00
suhacan
f46223a70a - Removing the old CMS Pages package in favor of a new Pages package based on the new content manager and content item model (still very close to old package at this point)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045066
2010-01-06 19:56:47 +00:00
skewed
81ab21f645 UI cleanup pass (progress - Orchard.Users, TinyMce and remaining Core modules)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045045
2010-01-06 09:06:55 +00:00
skewed
e8b1e2c294 UI cleanup pass (progress - Themes module and TheAdmin theme)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045044
2010-01-06 08:08:08 +00:00
loudej
79bfc390f3 Logging access denied events. Renaming DevTools _Package.txt to disable it by default.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045028
2010-01-06 04:49:55 +00:00
loudej
207e1f38be removing unused folder
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045027
2010-01-06 04:32:01 +00:00
loudej
d5edf2b711 Directing 401 results to an Access Denied url. Login fields are shown only when current user is anonymous. Account controller and views are relocated to the Orchard.Users package.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045026
2010-01-06 04:31:38 +00:00
ErikPorter
dcbda9458f Some renaming of class around content to be more consistent.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045011
2010-01-05 21:49:48 +00:00
loudej
031df21291 Switching body, title, slug common data over to version-aware records
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045007
2010-01-05 20:58:50 +00:00
jowall
3ee771ccb8 Split out the yui css into a separate file. Removed widget css from the green theme that is no longer used.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044999
2010-01-05 17:30:38 +00:00
loudej
f96cacb431 Need a default constructor for model binder to operate
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044988
2010-01-05 11:03:14 +00:00
loudej
c756b09233 Once the ItemDisplayModel and ItemEditorModel were converted to use ZoneCollection they became identical. Collapsing them into the same ItemViewModel class.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044987
2010-01-05 10:54:12 +00:00
loudej
3d0c236102 Adding NHiberbateProfiler activation to devtools module
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044986
2010-01-05 10:21:40 +00:00
loudej
4db45c2050 Changing item editor model from templates array to zones paradigm
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044983
2010-01-05 02:28:47 +00:00
loudej
0329e836bc Small change and comments
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044981
2010-01-04 23:16:06 +00:00
jowall
b9b55940e8 Updated green and times theme.txt files. Added CSS for forms to times theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044971
2010-01-04 19:48:23 +00:00