Commit Graph

27 Commits

Author SHA1 Message Date
skewed
3ff07fbf5e - Finished moving display and editor templates from views/models to views/shared
- Fixed a bug where the template name for model editor template on update wasn't set correctly

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044291
2009-12-18 16:43:45 +00:00
skewed
f311e687da Some post initial themeing work housekeeping
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044245
2009-12-18 00:49:05 +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
41324018f0 Removed some file references from Orchard.Core for files that no longer exist
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044181
2009-12-16 21:57:12 +00:00
skewed
53d4974a14 Continuing theming work...changing around SafeMode and getting out of the box themes worked out
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044157
2009-12-16 18:29:18 +00:00
skewed
08a5a8b92d Continuing theming work...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044123
2009-12-16 00:54:35 +00:00
loudej
d2cc190fd7 Continued work on theming fundamentals
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044118
2009-12-15 23:19:15 +00:00
loudej
7b777ef4f6 Further incremental work establishing a per-request theme-aware engine stack
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044110
2009-12-15 19:50:37 +00:00
suhacan
c61e9f4ae7 - Themes: permissions for administrative operations on the themes package.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043817
2009-12-11 20:02:51 +00:00
suhacan
ff412f1f7e - Themes: adding views and actions for installing a theme.
- Extensions: Added a new method to the IExtensionManager for installing extensions (from local zip files currently)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043760
2009-12-11 00:40:44 +00:00
suhacan
a728a5ee92 - Themes: Theme discovery and related infrastructure work. Theme content item and metadata (Theme.txt). Some initial Theme Admin and a couple skeleton themes.
- Extensions: Theme and Package extensions are now automatically discovered, their metadata parsed and their types loaded by the ExtensionManager. The ExtensionDescriptor now contains an ExtensionType property which will help distinguish extension types.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043750
2009-12-10 22:21:57 +00:00
suhacan
85f8b1d03b - Themes: Adding core themes package, CurrentTheme property injection, base theme/theme service interface/implementations...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043641
2009-12-10 00:15:58 +00:00
loudej
e1e4d1bb41 Renaming IContentProvider to IContentHandler
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043471
2009-12-08 10:34:03 +00:00
loudej
5aae644c6d Adding a rough-cut owner editor
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043456
2009-12-08 06:13:08 +00:00
loudej
15b6b7116a Roughing out a model aspect for body text. The format property will eventually determine the chain of output filters the text passes through, and which editor template is used for the text itself.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042796
2009-12-01 05:30:10 +00:00
ErikPorter
8cfe592c98 Started hooking up appropriate aspects for Blog and BlogPost. No functionality change.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041987
2009-11-24 02:03:13 +00:00
loudej
37b270dcab Working on providing support for some common aspects.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041960
2009-11-23 22:32:43 +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
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
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
suhacan
9c4648080b - Settings support for packages and their injection to settings admin.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041325
2009-11-19 01:03:23 +00:00
suhacan
d78f9a9b6f - Site Settings Package implementation.
- General site settings admin.
- Modifying RolesBasedAuthentication service to use injected CurrentSite to look up the Super User name from the site settings when checking for permissions.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041295
2009-11-18 21:55:11 +00:00
suhacan
8dc4c78a66 - Adding Settings package under Orchard.Core. This is the package for Orchard site/package settings.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041262
2009-11-18 18:35:58 +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
fdcf6fb975 Switching hint path to relative lib resource
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041144
2009-11-18 05:42:07 +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