Commit Graph

51 Commits

Author SHA1 Message Date
skewed
fd2b62437f - Some AntiForgeryToken work including making used of SiteSalt
- Moving all* BeginForm usage to BeginFormAntiForgeryPost *except for "complicated" BeginForms that get an AntiForgeryTokenOrchard inserted manually
- Some page title cleanup (mainly in the admin)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044508
2009-12-23 16:30:15 +00:00
skewed
bbab6d0ce5 Updated all existing authenticated form POSTs to use (and validate) an anti forgery token
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044471
2009-12-22 23:32:37 +00:00
skewed
576d33811e Copying CmsPages' templates to Orchard.Web temporarily so pages can be viewed in the module's current state
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044455
2009-12-22 17:25:53 +00:00
loudej
437a19aed7 Midway through template refactoring. CURRENTLY BROKEN.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044393
2009-12-21 08:24:39 +00:00
BertrandLeRoy
ffee1bf096 Removed an extra closing tag.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044235
2009-12-17 21:10:33 +00:00
skewed
c2b870637f Getting The Admin theme put together (instead of all admin pages including AdminHead and AdminFoot)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044218
2009-12-17 10:29:33 +00:00
skewed
651dcf2857 Admin CSS (mostly) cleaned up - have just a handful of todo's left in there...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043846
2009-12-12 00:56:02 +00:00
BertrandLeRoy
f2536d007a Removing old default copyrights from AssemblyInfo.cs.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043825
2009-12-11 21:34:57 +00:00
skewed
6d7c45c0a1 Bunch more admin UI work around blogs, blog posts and the editing of posts (including aspects like comments/tags). Still more to do in this area but it's shaping up nicely
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043147
2009-12-04 03:55:30 +00:00
skewed
82752d77a9 More admin cleanup and consolidation...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042981
2009-12-02 22:49:30 +00:00
loudej
e8a4646a03 Adding simple permissions attached to menu items
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042808
2009-12-01 07:48:20 +00:00
loudej
9852c56cb2 Slugs in pages module no longer case sensitive. Introduces concept of transient and singleton dependencies. Singleton dependencies really mean single instance per shell.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042638
2009-11-29 09:08:25 +00:00
loudej
7a2d4c4a03 Adding a background task sweep generator. Updated cms page scheduler processing as a background task.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042426
2009-11-27 08:52:38 +00:00
skewed
9bf113b224 Some work on the Blogs admin including a rework of the create blog post (page)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042268
2009-11-26 00:38:40 +00:00
skewed
59504cea49 - TinyMCE only hooked up to textareas w/ a class of "html"
- Some refinement of the blog create/edit pages

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042239
2009-11-25 22:10:10 +00:00
skewed
b0bffad421 More style tweaks for buttons (input/a)... :|
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042219
2009-11-25 18:38:16 +00:00
skewed
b8a947743f Some cleanup in the CMSPages template selection and a temp hack to get template thumbnails to render.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042214
2009-11-25 17:58:49 +00:00
skewed
68e75114cf Continuing admin CSS cleanup (mostly messages and buttons)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042154
2009-11-25 08:17:49 +00:00
skewed
15efc294e6 Roughed in Blog Create/Edit admin UI
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042079
2009-11-24 18:30:32 +00:00
skewed
654298dd23 Finishing up initial cleanup pass on the CMSPages admin UI
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042066
2009-11-24 16:36:01 +00:00
skewed
3907af6ca2 Adding the CMSPages TemplateDescriptor editor template.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042052
2009-11-24 15:52:14 +00:00
skewed
e60eda23d3 More updates to the CMSPages admin UI. Have only the bulk action progress pages left on this pass.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042011
2009-11-24 07:43:07 +00:00
skewed
00acb5ca32 More updates to the CMSPages admin UI. A little work left on the edit page (page) and have to rip through the smaller confirmation type pages. Also need to clean up the CSS a bit to reorg selectors I haven't touched yet to one location so the little stuff isn't lost in the (re)shuffle...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041983
2009-11-24 01:51:26 +00:00
skewed
3c31807245 - More Admin UI work (CMSPages). The meat of each page still needs a little work otherwise things are shaping up nicely
- Adding searchreplace TinyMCE plugin

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041966
2009-11-23 22:59:54 +00:00
loudej
b12767c8ce Make page manager not use the page view model (separation of concerns)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041950
2009-11-23 21:19:23 +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
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
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
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
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
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
322c25df0e Adding some spike/concept work as context to refine model processing.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041259
2009-11-18 18:21:39 +00:00
loudej
3cb7788a8f First rough cut at an Orchard.Core assembly. This is intended to act as a carrier of certain built-in packages. The enlistment, activation, content files, etc. within ~/Core/X are intended to have exactly the same overall effect as if they were in a ~/Packages/X standalone project.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041143
2009-11-18 05:36:09 +00:00
loudej
0cc64ebe1c Moving xmlrpc method to upload files into media module. Updating some localized string tests.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040921
2009-11-17 03:19:46 +00:00
suhacan
5f659dbedb - Fixing some broken unit tests (due to Localizer/Authorize changes).
- Refactoring Media module (Authorize,Localize).
- Minor cleanup...

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040469
2009-11-14 21:34:37 +00:00
loudej
ea65ec7115 Adding an authorizer component to streamline the permission checking code. The authorizer can access the current user on the caller's behalf, and will send a standard message to notifier (and also to the log) when access is denied.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040313
2009-11-14 06:15:55 +00:00
loudej
a49384ca0f Refactoring permissions class names
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040296
2009-11-14 02:45:22 +00:00
loudej
07c57bc78d refactoring model editors, permissions, and adding rough localization
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040294
2009-11-14 02:35:43 +00:00
rpaquay
aa232445c8 Update CMS Pages template provider to use YAML parser
Also add calls to logging service when things are ignored or erroneous in the template metadata text.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039982
2009-11-12 22:56:51 +00:00
suhacan
60804ae95a - RolesBasedAuthorizationService.
- Retrofit Media and CmsPages modules to call into the AuthorizationService.CheckAccess() when they need to verify user permissions.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039974
2009-11-12 21:52:01 +00:00
loudej
df24fa629a Fixing namespace in Notify components. Adding nunit project to list.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039949
2009-11-12 19:19:45 +00:00
suhacan
3758379324 - Permissions system for Orchard.
- Add PermissionProviders to existing modules (CmsPages and Media)
- Roles and Permissions management in the admin.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039724
2009-11-12 00:40:40 +00:00
rpaquay
2f5e08bc6c Removing TFS bindings from projects and solution
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039721
2009-11-11 23:55:20 +00:00
loudej
d5a78a53ed Implementing a navigation menu system for admin pages.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039716
2009-11-11 23:36:29 +00:00
loudej
0fd277ed42 Passing the HttpContextBase along with XmlRpcContext to enable handlers to determine http url
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039508
2009-11-11 01:36:42 +00:00
loudej
2287a33aad Adding simple package.txt manifest files. Adding user record/model/driver to package. Wiring create user in through asp.net membership provider.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039401
2009-11-10 12:54:08 +00:00
loudej
ef0c573f42 Moving controllers out of stock Orchard.Web app. Updating standard route provider to use package manager active entry information. (removes hardcoded entries.)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039327
2009-11-10 07:39:09 +00:00
loudej
0eaf1ccb30 Adding some package metadata services
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039316
2009-11-10 06:15:21 +00:00
loudej
68fd501b24 Organizing classes into .Routes and .DataBinders namespaces
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039306
2009-11-10 03:54:12 +00:00
rpaquay
ace78cfd33 Updating ReflectOn.NameOf to support indexer calls
This is so that we can write stuff like this in aspx pages:
name="<%=Html.NameOf(m => m.PageEntries[pageIndex].PageId)%>"

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038939
2009-11-08 06:23:03 +00:00