Nathan Heskew
a0188e8aca
Taking the Contoso footer out of the display for now
...
--HG--
branch : theming
2010-09-13 18:28:54 -07:00
Nathan Heskew
5e53b4dd46
Getting display in order for the (routable-specified) home page
...
--HG--
branch : theming
2010-09-13 14:48:22 -07:00
Sebastien Ros
8ead738d12
Merge
...
--HG--
branch : theming
2010-09-10 18:16:11 -07:00
Louis DeJardin
0c67b9fd20
Trying to simplify tag/id/attr handling in shape views
...
ITagBuilderFactory returns a TagBuilder populated html related things taken from the shape
Updated zone/menu/menuitem shapes to use that service
Menu and menu item removed from TheAdmin to allow core\shapes rendering to show through
--HG--
branch : theming
2010-09-10 17:37:21 -07:00
Sebastien Ros
5c206b36fe
Migrating Reports
...
--HG--
branch : theming
2010-09-10 16:50:43 -07:00
Sebastien Ros
646aab07b0
Merge
...
--HG--
branch : theming
2010-09-09 17:03:26 -07:00
Sebastien Ros
6f4dfba734
Migrated Orchard.Users
...
--HG--
branch : theming
2010-09-09 17:02:04 -07:00
Nathan Heskew
88f2ec10eb
Roughly hooking up more of the content admin list rendering
...
--HG--
branch : theming
2010-09-09 13:53:06 -07:00
Nathan Heskew
fceea540ba
Some shape template cleanup (mainly in core shapes)
...
--HG--
branch : theming
2010-09-08 01:02:03 -07:00
Louis DeJardin
bb9ba92f9d
Adding some shape definitions into Orchard.Shapes
...
A few details of Layout/Document/Zone shapes are described
Three utility shapes are provided as [Shape] methods
An IOrchardViewPage interface is introduced to ensure all base view classes have the same minimum number of methods and properties available
--HG--
branch : theming
2010-09-07 22:15:33 -07:00
Louis DeJardin
02e46ba310
Theming items
...
Changing the extension to hide several old files
Adjusting BuildDisplayModel family to return shape for display
--HG--
branch : theming
2010-09-07 11:53:57 -07:00
Louis DeJardin
aa8cac9323
Adding some sophistication to rendering
...
Doing some work with Zone, MenuItem, Menu shapes
Adjusting some shape usage in the TheAdmin theme
--HG--
branch : theming
2010-09-07 00:20:11 -07:00
Louis DeJardin
77c48fb42a
More theming work
...
Continued work towards making zone classes obsolete
Shape table construction per theme
Adding display helper to webforms view classes
--HG--
branch : theming
2010-09-05 04:06:18 -07:00
Nathan Heskew
043bcf54ee
Retiring ContentItemViewModel
...
...and all that entails
- things like IZone and IZoneCollection are barely roughed in
--HG--
branch : theming
2010-09-03 16:04:42 -07:00
Louis DeJardin
59d1100f95
Small update to shape descriptor
...
Adding a BindingSource description text
Adding a devtools/inventory/shapetable action to list shapes in the system and where their display is implemented
--HG--
branch : dev
2010-08-31 18:30:12 -07:00
Louis DeJardin
4a84a0d591
Adding mvc3/razor placeholder support
...
Unofficial bits - do not use.
Integrates with mvc3 CSL hooks
Adds razor view engine to default configuration
--HG--
branch : mvc3p1
2010-08-23 13:10:12 -07:00
Nathan Heskew
8f5a0c45a2
Bunch of web.config and .csproj cleanup
...
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Nathan Heskew
69c901e5c0
Starting the move to ASP.NET MVC 3 Preview 1
...
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Sebastien Ros
49b06ff644
Orchard.ArchiveLater module
...
--HG--
branch : dev
2010-08-04 13:42:06 -07:00
Renaud Paquay
89a3186cef
Merge OrchardCLI.exe with Orchard.exe
...
--HG--
branch : dev
2010-07-28 14:11:28 -07:00
Jonathan Wall
b5693a1db2
Update to csproj for new file in green theme.
...
--HG--
branch : dev
2010-07-27 16:10:29 -07:00
Nathan Heskew
1f5d6cc68b
Simplified the Corporate theme's home page hero "widgets" so the inline editor can better deal with the contents
...
--HG--
branch : dev
2010-07-26 22:12:33 -07:00
Nathan Heskew
e8bd79e485
Fixed the title for content item display in the Contoso theme
...
--HG--
branch : dev
2010-07-25 16:53:05 -07:00
Renaud Paquay
0d4b1e6c42
Fixing build break
...
--HG--
branch : dev
2010-07-24 18:35:13 -07:00
Renaud Paquay
b61d6fcc63
Interactive orchard command line tool
...
--HG--
branch : dev
2010-07-24 13:43:38 -07:00
Nathan Heskew
cac6d855fd
Getting a search box hooked up on the Contoso theme and giving it and the search page some rough style
...
--HG--
branch : dev
2010-07-24 02:34:54 -07:00
Nathan Heskew
cd6043aeb3
Removing Orchard.Pages (Page type covered by core app features: Contents, Common, PublishLater, Route, Comments, Tags & Localization)
...
--HG--
branch : dev
2010-07-23 09:46:02 -07:00
Michael Bach
256d1b41a3
Remove the responsibility of styling the language selection on the front-end from core to the themes. Add the neccessary styles too all included themes. Additionally, added a view to override in Contoso, as Blog.etc appears to be deprecated.
...
--HG--
branch : dev
2010-07-22 21:03:34 -07:00
Nathan Heskew
aa269fd49f
Comment -> CommentPart; HasComments -> CommentsPart; HasCommentsContainer -> CommentsContainerPart
...
- updating part names to conform to a <name>Part convention
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/HasCommentsContainerDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentsContainerPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Drivers/HasCommentsDriver.cs => src/Orchard.Web/Modules/Orchard.Comments/Drivers/CommentsPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Handlers/HasCommentsHandler.cs => src/Orchard.Web/Modules/Orchard.Comments/Handlers/CommentsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsContainer.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettings.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentSettingsPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsContainer.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsContainerPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasComments.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Models/HasCommentsRecord.cs => src/Orchard.Web/Modules/Orchard.Comments/Models/CommentsPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Comments/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Modules/Orchard.Comments/Views/DisplayTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Modules/Orchard.Comments/Views/EditorTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Modules/Orchard.Comments/Views/EditorTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Themes/Contoso/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Themes/Contoso/Views/DisplayTemplates/Parts/Comments.Comments.ascx
rename : src/Orchard.Web/Themes/Corporate/Views/DisplayTemplates/Parts/Comments.HasComments.ascx => src/Orchard.Web/Themes/Corporate/Views/DisplayTemplates/Parts/Comments.Comments.ascx
2010-07-22 14:08:31 -07:00
Nathan Heskew
11bf66e6e6
Blog -> BlogPart; BlogPost -> BlogPostPart
...
- updating part names to conform to a <name>Part convention
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogDriver.cs => src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/Blog.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPart.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogArchiveRecord.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPartArchiveRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogRecord.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPartRecord.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPost.cs => src/Orchard.Web/Modules/Orchard.Blogs/Models/BlogPostPart.cs
2010-07-22 11:08:14 -07:00
Nathan Heskew
5723255248
Adding position specification to file resource registration
...
- so base scripts and styles can be made to appear in the source before the other scripts and styles
--HG--
branch : dev
2010-07-21 08:54:28 -07:00
Nathan Heskew
9301e9eb0a
Fixed the display of blog posts on a blog in all of the themes
...
- added a default blog list template and remove all of the theme-specific part templates (which were all the same)
--HG--
branch : dev
2010-07-19 11:13:23 -07:00
Renaud Paquay
c19acf64bf
Use non-rooted virtual path for running with Cassini
...
This should help catching re-curring issues with non-rooted
web sites.
--HG--
branch : dev
2010-07-18 15:30:35 -07:00
Renaud Paquay
d70f391d93
Fix AfterBuild task to work on TeamCity
...
--HG--
branch : dev
2010-07-13 20:25:36 -07:00
Renaud Paquay
62f900b5d8
Completely remove support from SQLite, use SqlCe instead
...
--HG--
branch : dev
rename : src/Orchard/Data/Migration/Interpreters/SqLiteCommandInterpreter.cs => src/Orchard/Data/Migration/Interpreters/SqlCeCommandInterpreter.cs
2010-07-13 19:49:42 -07:00
Renaud Paquay
b4c0007a0c
Adding SqlCe DataServicesProvider implementation
...
--HG--
branch : dev
2010-07-13 11:20:52 -07:00
Renaud Paquay
ed3bece16e
Slightly tweak the redirect code...
...
--HG--
branch : dev
2010-07-01 16:57:07 -07:00
Renaud Paquay
81e3001014
Remove reference to modules from Orchard.Web project
...
With the dynamic compilation work, this is not required anymore.
--HG--
branch : dev
2010-07-01 12:16:11 -07:00
Louis DeJardin
c35369fabc
Roughing in extensibility model for content type definition editor
...
IEventHandler method invocation will aggregate return values of type IEnumerable<T>
Added IContentDefinitionEditorEvents and ContentDefinitionEditorEventsBase to framework assembly
ContentTypes editor fires events to build and apply additional type and typepart TemplateViewModel classes
As an example, added some content type settings to devtools "ShowDebugLinks"
In content type definition builder moved DisplayedAs(name) into it's own method
Added Html.RenderTemplates helper to execute renderpartial with prefix directly to bypass (for some cases) Html.EditorXxx, Html.DisplayXxx
--HG--
branch : dev
2010-06-25 10:11:50 -07:00
Louis DeJardin
c3b2d8e6f6
Shifting ContentType editing into dedicated module
...
Orchard.ContentTypes module added
Updating actionlink strings in views
Adjusting actionview names in contenttypes/admin controller EditType to Edit, and CreateType to Create
--HG--
branch : dev
2010-06-24 16:11:10 -07:00
Sebastien Ros
40769d6f2a
Complete refactoring on Indexing module
...
Changed Parse() to use lucene syntax
Moved everything to Orchard.Indexing
New filters for search
--HG--
branch : dev
2010-06-17 16:21:29 -07:00
Renaud Paquay
df3a1a4044
Re-adding reference to MultiTenancy
...
--HG--
branch : dev
2010-06-14 21:03:12 -07:00
Renaud Paquay
cd3a537396
work on extension loading
...
* Add a "ExtensionLoaderCoordinator" class
* Rework the way loaders are notified of extensions being loaded,
(de)activated, etc.
--HG--
branch : dev
2010-06-14 09:01:31 -07:00
Nathan Heskew
b4eade4d4d
Start of the search UI
...
- includes a single search/results page (URL needs to change, currently @ /Search/Search when the feature is enabled)
--HG--
branch : dev
2010-06-03 14:04:50 -07:00
Nathan Heskew
42292c8612
Adding an IE-specific CSS for 7&8 (there's already an IE6 CSS)
...
--HG--
branch : dev
2010-06-02 12:39:00 -07:00
Renaud Paquay
459916ada6
Merge
...
--HG--
branch : net40
2010-05-21 21:53:00 -07:00
Nathan Heskew
99694aca5c
Tweaked Orchard.MetaData and Orchard.Web csproj's in order to get MetaData's assemblies picked up by the build cmd
...
--HG--
branch : dev
2010-05-20 10:10:11 -07:00
Nathan Heskew
87bf9ee14a
Removing a few empty folders and file refs to nowhere from a couple csproj's
...
--HG--
branch : dev
2010-05-20 08:48:27 -07:00
Jonathan Wall
15c2b46aee
Updated classic theme css. Added temporary inline style to installed modules page.
...
--HG--
branch : dev
2010-05-19 16:09:20 -07:00
Louis DeJardin
d46d94f1ee
Building out caching
...
Passing along signal of VPP file monitoring
Expiring results as appropriate in AvailableExtensions
--HG--
branch : dev
2010-05-16 12:59:04 -07:00