Commit Graph
6127 Commits
Author SHA1 Message Date
loudej 780e27ecff Renaming wiki to sandbox
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041934
2009-11-23 20:28:10 +00:00
loudej 88e3b16888 Renaming wiki to sandbox
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041931
2009-11-23 20:21:02 +00:00
rpaquay 2f0d330a34 Adding bin/obj to svn:ignore
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041928
2009-11-23 19:51:25 +00:00
suhacan b9aeb675d0 - Comments: allow anonymous comments when the RequireLoginToAddComment setting is true.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041927
2009-11-23 19:44:33 +00:00
ErikPorter 990319a729 With help from Louis, fixed up the create blog problem from my last check in (data wasn't committing so looking it up after being created wasn't working). Temp hack to fix the problem.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041924
2009-11-23 19:24:53 +00:00
ErikPorter cdc9d11cae Cleaned up all blog urls to go through UrlHelper extension methods so refactoring is easier (except for the admin menu which only works with Action links at the moment) and added admin menu items for blogs.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041918
2009-11-23 18:20:54 +00:00
ErikPorter 215e0f012a Did some more url refining for Blogs and setup and hooked up blog edit page.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041914
2009-11-23 17:34:46 +00:00
ErikPorter 4fc0d746bd Wrapped up the model for blog views into some view models and dumped out posts on a blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041908
2009-11-23 16:26:24 +00:00
skewed 0e82f05a42 Some more work on the admin UI (expanding scope to all CMSPages admin pages) - mainly markup/CSS cleanup and touch-up and dropping YUI reset in favor pulling some Eric Meyer reset into the base
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041743
2009-11-22 08:46:22 +00:00
ErikPorter 038a38e958 Fixed up the url for blog pages and hooked up IsBlogConstraint for the new url.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041739
2009-11-22 07:52:02 +00:00
suhacan 75340abdcc - Comments: Moderation. Editing/Deleting/Marking as Spam/Closing comments per content item.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041721
2009-11-21 23:55:11 +00:00
loudej 102f89ef63 Refining extension methods. Adding a streamlined content manager creation method.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041639
2009-11-21 09:47:18 +00:00
loudej 953c83fe78 Another refinement of the content api.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041636
2009-11-21 09:17:22 +00:00
suhacan 4ada0e0996 - Comments: Allow comments to be added to wikipages.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041618
2009-11-21 03:53:55 +00:00
loudej 6010a9b915 Commenting a catch-all route... Refining the item links...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041614
2009-11-21 02:42:45 +00:00
loudej a3132fc12d Adding content item name and link helpers
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041610
2009-11-21 02:28:56 +00:00
ErikPorter b919cacbf7 Fixing up urls for blogs and setting up some initial services, controller actions, routes, etc for BlogPost.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041606
2009-11-21 00:38:41 +00:00
suhacan 0ef4d4d7e4 - Fixing build...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041604
2009-11-21 00:14:18 +00:00
ErikPorter 9ff20d7945 Initial check in of some code that shows a list of blogs, a blog details page and can create a blog.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041601
2009-11-20 23:31:49 +00:00
skewed 30800e7a02 Admin UI "frame" in a pretty good state including some rough font sizing and a hacked faux grid. Need a real elastigrid and markup/CSS work on the content.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041577
2009-11-20 18:13:57 +00:00
suhacan 6e2d2f5add - Comments: Adding another setting for akismet.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041575
2009-11-20 18:08:26 +00:00
skewed ba6af5ac4e More work on the admin UI overhaul (WIP @ /admin/pages)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041563
2009-11-20 16:30:23 +00:00
loudej 0563d1ceb0 Adding lib directory needed for nunit exes to function
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041496
2009-11-20 06:03:15 +00:00
loudej 35b1b5a1d4 Adding scope ctor parameter to localization component.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041484
2009-11-20 02:49:20 +00:00
suhacan b759bba2ec - Comments: akismet integration, adding a few spam related settings to the package (enablespamprotection, akismetkey etc), minor refactoring.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041482
2009-11-20 02:06:46 +00:00
skewed da866aed29 Changing the (temporary) Admin URL to some other admin page that I'm not overhauling.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041479
2009-11-20 01:26:36 +00:00
skewed 6d3930d4ce Beginning to rework the Admin markup/CSS
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041476
2009-11-20 01:19:36 +00:00
loudej 676a7d15a7 Changed partial to ensure the area from the resulting link if present in the current request
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041472
2009-11-20 00:58:06 +00:00
rpaquay af13d15069 A couple of bug fixes to the Wiki pages UI
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041470
2009-11-20 00:37:54 +00:00
loudej 66700d9871 Getting the devtools details page to show display templates in addition to editor templates
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041468
2009-11-20 00:04:08 +00:00
suhacan 463490f648 - Comments: create comment, commentvalidator service and interface, minor fix to comment filtering in admin...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041466
2009-11-19 23:59:24 +00:00
loudej 2b2380c8cc Adding a mini-addon to devtools to show the contenttype, id, and link to the dev-details page for the item.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041465
2009-11-19 23:58:59 +00:00
loudej 5e8e5b7299 Adding some links for convenience
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041464
2009-11-19 23:33:07 +00:00
loudej 1c35f38b10 Adding a GetDisplays operation to the content manager system
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041463
2009-11-19 23:28:19 +00:00
loudej 3dfc1a0090 Roughing in wiki sandbox. Removing mvc 2 tooling dependencies.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041461
2009-11-19 23:20:51 +00:00
suhacan f29342735f - Comments: comment management, bulk delete/mark as spam, filtering (spam/approved/all)...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041452
2009-11-19 21:58:48 +00:00
loudej 4c9a241240 Attempting to improve the checkout-and-run experience
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041441
2009-11-19 20:52:40 +00:00
suhacan 35548f6ef1 - Comments: Permissions
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041429
2009-11-19 19:52:02 +00:00
suhacan 70a94fbfb6 - Comments: Package settings and editor templates.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041428
2009-11-19 19:42:44 +00:00
skewed 242ba7ae1c +mvc2 beta dll
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041424
2009-11-19 19:17:59 +00:00
loudej 3411167522 Adding a ~/devtools package with not-for-production controllers and diagnostics and such
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041419
2009-11-19 18:51:41 +00:00
skewed 2164bb79bb Some initial work on admin view cleanup (trying to commit a file that couldn't be committed in the previous...commit :| ).
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041369
2009-11-19 09:39:12 +00:00
skewed 8863709314 Some initial work on admin view cleanup.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041367
2009-11-19 09:28:45 +00:00
loudej 0a329de071 Adding a filter for editor templates
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041360
2009-11-19 06:29:44 +00:00
loudej f215b13393 Doing some more refinement on the record/handler relationship
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041358
2009-11-19 06:06:51 +00:00
loudej baba3c3eca removing unused files
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041355
2009-11-19 05:42:26 +00:00
loudej 957a4b0127 Continuing to refactor ModelDriver concept into ContentHandler
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041354
2009-11-19 05:40:38 +00:00
loudej 40632265f7 Continuing to refactor ModelDriver concept into ContentHandler
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041352
2009-11-19 05:31:39 +00:00
loudej 50da138925 Fixing up some overlapping changes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041351
2009-11-19 05:20:30 +00:00
loudej 3d867826c5 Refactoring Model concepts into ContentItem based concepts.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041350
2009-11-19 05:17:02 +00:00