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
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