Commit Graph

43 Commits

Author SHA1 Message Date
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
Renaud Paquay
c1707a46ad Merge
--HG--
branch : dev
2010-07-23 16:46:19 -07:00
Renaud Paquay
04607286e0 Fix contoso image gallery to work when installed in root
--HG--
branch : dev
2010-07-23 15:39:29 -07:00
Nathan Heskew
9a353040cd Filtering the list of addable parts (when adding them to a type)
--HG--
branch : dev
2010-07-23 15:16:16 -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
Nathan Heskew
5c801e50fa HasTags -> TagsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Drivers/HasTagsDriver.cs => src/Orchard.Web/Modules/Orchard.Tags/Drivers/TagsPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Tags/Handlers/HasTagsHandler.cs => src/Orchard.Web/Modules/Orchard.Tags/Handlers/TagsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/HasTags.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/TagsPart.cs
2010-07-22 23:06:44 -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
0e63927f78 BlogHandler -> BlogPartHandler (same w/ other blog handlers) and fixed strongly-typed views to changed blog models
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogArchiveHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPartArchiveHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPostHandler.cs => src/Orchard.Web/Modules/Orchard.Blogs/Handlers/BlogPostPartHandler.cs
2010-07-22 12:58:16 -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
Sebastien Ros
c631254fb7 Cleaned web.config files
--HG--
branch : dev
2010-07-13 14:01:40 -07:00
Renaud Paquay
47817222ee Merge
--HG--
branch : dev
2010-07-11 15:57:58 -07:00
Nathan Heskew
c546d45f8e A little more MvcHtmlString/IHtmlString cleanup for the UnorderedList<T> HtmlHelper extensions
--HG--
branch : dev
2010-06-18 13:44:02 -07:00
Phil Haack
a48dd211a4 More <%= to <%: cleanup.
--HG--
branch : dev
2010-06-10 23:39:49 -07:00
Phil Haack
758cfd3825 Merge from dev
--HG--
branch : dev
2010-06-10 22:20:45 -07:00
Nathan Heskew
39c62e142f Localized (and properly pluralized) a couple of HtmlHelper extensions (around friendly published datetimes)
--HG--
branch : dev
2010-06-10 11:36:44 -07:00
Phil Haack
4bd6fbb866 Updated UnorderedList to return IHtmlString and changed the relevant <%= blocks to <%:
--HG--
branch : dev
2010-06-10 00:07:26 -07:00
Phil Haack
65772415fd LinkOrDefault now returns IHtmlString. Replaced calls to <%= with <%: where relevant to this change.
--HG--
branch : dev
2010-06-09 23:39:02 -07:00
Phil Haack
013638aca8 Converted Html.Link to return MvcHtmlString. Replaced unnecessary calls to <%= with <%: as a result of this change.
Added some unit tests for Html.Link.

--HG--
branch : dev
2010-06-09 23:06:36 -07:00
Phil Haack
fa3c6a2854 Merge dev tip
--HG--
branch : dev
2010-06-09 21:34:22 -07:00
Phil Haack
278cc6e0fa Removed calls to _Encoded() that are no longer needed
--HG--
branch : dev
2010-06-09 21:21:01 -07:00
Louis DeJardin
85a0f45c5d Using T.Plural in code
--HG--
branch : dev
2010-06-09 15:39:35 -07:00
Suha Can
0971adbe5d Merge
--HG--
branch : dev
2010-06-09 11:49:16 -07:00
Phil Haack
afb6afe309 Changed multiple usages of <%= to <%: where appropriate
--HG--
branch : dev
2010-06-08 23:42:20 -07:00
Phil Haack
7108d92147 Replaced Html.Encode with the new <%: %> syntax for auto encoding
--HG--
branch : dev
2010-06-08 22:44:30 -07:00
Suha Can
77a49e2000 - Patch from Aaron Rhoads concerning:
Non-Rooted Theme Images - Corporate and Contoso
  Non-Rooted Admin/MenuItems Add-New Form

--HG--
branch : dev
2010-06-08 12:37:33 -07:00
Suha Can
fbe3f982ac - Patch by ArturDwornik fixing the Login forms for Contoso and Corporate. 2010-06-04 14:16:20 -07:00
Sebastien Ros
3575e0238d Corrected more port issues in generated urls on Azure hosting
Was preventing Live Writer from auto onfiguring. Replace all Request.Url occurences

--HG--
branch : dev
2010-05-17 11:59:58 -07:00
Renaud Paquay
132e4236e3 Fix typo from previous merge
--HG--
branch : dev
2010-05-13 18:25:30 -07:00
Renaud Paquay
c68ec562eb Merge
--HG--
branch : dev
2010-05-13 16:37:57 -07:00
Renaud Paquay
edb1867e25 Fix bug 16416
See http://orchard.codeplex.com/WorkItem/View.aspx?WorkItemId=16416

Contoso and Corporate themes were using incorrect field names for user
2010-05-13 16:31:27 -07:00
Nathan Heskew
bed6afb98b Making use of the autofocus attribute
--HG--
branch : dev
2010-05-12 15:52:36 -07:00
Nathan Heskew
3182cfcfbc Cleaned up some random invalid markup
--HG--
branch : dev
2010-05-11 12:32:02 -07:00
Suha Can
a6029ec425 - More extension manifest parsing, module.txt now contains features metadata.
- Dependencies, Category for module's features.
- Renaming homepage field to website.
- Unit tests for manifest.

--HG--
branch : dev
2010-04-06 16:40:57 -07:00
Bertrand Le Roy
03b016c5f8 Replacing HTML comments with server comments. Fix for bug http://orchard.codeplex.com/WorkItem/View.aspx?WorkItemId=16368
--HG--
branch : dev
2010-04-02 13:59:02 -07:00
Michael Dorian Bach
0f57bfcfe1 Fixed CSS rendering issue where form styling was affecting theme preview selector
--HG--
branch : dev
2010-03-10 10:14:48 -08:00
Michael Dorian Bach
274b96449b Updated Cotoso theme CSS.
Fixed triple site name in page title.
Removed trailing "Author" content at the end of blog pages.

--HG--
branch : dev
2010-03-09 20:55:06 -08:00
Michael Dorian Bach
189d1e9a10 Merge
--HG--
branch : dev
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Highlights.html => src/Orchard.Web/Themes/Contoso/Zones/Highlights.html
2010-03-09 19:41:09 -08:00
Michael Dorian Bach
bdff945dbc CSS Fixes for Contoso Theme.
Add HTML for markup around various elements in module views index/search

--HG--
branch : dev
2010-03-09 19:35:06 -08:00
Erik Porter
4b41550957 Renamed "DesignerNotes" to "Zones"
--HG--
branch : dev
rename : src/Orchard.Web/Themes/Classic/DesignerNotes/Sidebar.html => src/Orchard.Web/Themes/Classic/Zones/Sidebar.html
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Highlights.html => src/Orchard.Web/Themes/Contoso/Zones/Highlights.html
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Home-Hero-Gallery.html => src/Orchard.Web/Themes/Contoso/Zones/Home-Hero-Gallery.html
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Home-Hero.html => src/Orchard.Web/Themes/Contoso/Zones/Home-Hero.html
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Sidebar-w2.html => src/Orchard.Web/Themes/Contoso/Zones/Sidebar-w2.html
rename : src/Orchard.Web/Themes/Contoso/DesignerNotes/Sidebar-w3.html => src/Orchard.Web/Themes/Contoso/Zones/Sidebar-w3.html
rename : src/Orchard.Web/Themes/Green/DesignerNotes/User1.html => src/Orchard.Web/Themes/Green/Zones/User1.html
rename : src/Orchard.Web/Themes/Green/DesignerNotes/User2.html => src/Orchard.Web/Themes/Green/Zones/User2.html
rename : src/Orchard.Web/Themes/Green/DesignerNotes/User3.html => src/Orchard.Web/Themes/Green/Zones/User3.html
2010-03-09 16:19:45 -08:00
Erik Porter
7800b75e77 Fixed a compile bug in the Contoso theme
--HG--
branch : dev
2010-03-09 15:58:22 -08:00
Michael Dorian Bach
571a39b737 Adding first rev of Contoso Theme
--HG--
branch : dev
2010-03-09 15:28:38 -08:00