Commit Graph

2208 Commits

Author SHA1 Message Date
Michael Dorian Bach
40b771dfa9 Moved changes to User Shape to core. Revised default HTML for Comments, User Display. Finished CSS styling ThemeMachine - Blogs, Tags, Comments
--HG--
branch : dev
2010-10-19 14:19:32 -07:00
Nathan Heskew
15f2238c99 Merge
--HG--
branch : dev
2010-10-19 11:16:56 -07:00
Nathan Heskew
91a88c2e90 Updating comments w/ content shape alternate examples and a little addtl. cleanup
--HG--
branch : dev
2010-10-19 11:09:59 -07:00
Nathan Heskew
01f39dd860 Making the Setup page's validation summary appear
--HG--
branch : dev
2010-10-19 11:08:43 -07:00
Dave Reed
1b60a763a1 Fix extra button on create user page
--HG--
branch : dev
2010-10-19 11:08:22 -07:00
Dave Reed
8b17372a99 Fixing path to Orchard Themes project for 'generate create theme' command
--HG--
branch : dev
2010-10-19 11:02:22 -07:00
Nathan Heskew
7bb72608b1 Adding a script dependency to TheAdmin's layaout
--HG--
branch : dev
2010-10-19 09:52:37 -07:00
Nathan Heskew
6480406176 Getting the Contents.Publish.SummaryAdmin template hooked back up
--HG--
branch : dev
2010-10-19 00:11:45 -07:00
Nathan Heskew
251414503a Getting content localization parts hooked back up
--HG--
branch : dev
2010-10-19 00:06:47 -07:00
Nathan Heskew
5328042f8a Updating the Shapes info file and adding a little Zone info
--HG--
branch : dev
2010-10-18 22:15:28 -07:00
Renaud Paquay
f1910c15da Merge
--HG--
branch : dev
2010-10-18 20:09:41 -07:00
Renaud Paquay
fb1240eb84 Don't pass "Localizer T" as parameter
T should only be used then injected as a property to avoid losing
context for translation tools.

--HG--
branch : dev
2010-10-18 20:07:45 -07:00
Renaud Paquay
0601e2fb24 Fix remaining issues with DateTimeRelative, etc. shapes
--HG--
branch : dev
2010-10-18 20:03:33 -07:00
Michael Dorian Bach
246a185c8c Merge
--HG--
branch : dev
2010-10-18 19:22:44 -07:00
Michael Dorian Bach
5934de9a51 Default CSS styling updates for blogs and ThemeMachine
--HG--
branch : dev
2010-10-18 19:22:05 -07:00
Renaud Paquay
42344af36e Merge
--HG--
branch : dev
2010-10-18 17:38:15 -07:00
Renaud Paquay
6789347981 Make PublishedDate and PublishedWhen shape methods
--HG--
branch : dev
2010-10-18 17:36:42 -07:00
Renaud Paquay
1bda590fda Making DateTimeRelative an extension method
--HG--
branch : dev
2010-10-18 17:21:42 -07:00
Sebastien Ros
9205dd3b92 Adding Version information to feed items in the Gallery feed
- Renaming to "Orchard Exntensions Gallery"

--HG--
branch : dev
2010-10-18 17:13:53 -07:00
Nathan Heskew
e85de1b884 Making the admin menu collapsible once again
--HG--
branch : dev
2010-10-18 17:05:29 -07:00
Renaud Paquay
ee8f511484 Renaming shape file and class
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Comments/Extensions/HtmlHelperExtensions.cs => src/Orchard.Web/Modules/Orchard.Comments/Shapes.cs
2010-10-18 17:05:18 -07:00
Renaud Paquay
e3432628d0 Fix display of comments counts in shape function
--HG--
branch : dev
2010-10-18 16:58:30 -07:00
Dave Reed
ac6baea828 Merge
--HG--
branch : dev
2010-10-18 16:40:23 -07:00
Dave Reed
c1e32eee36 Convert Localization (partially working)
--HG--
branch : dev
2010-10-18 16:39:47 -07:00
Renaud Paquay
a57dbde1eb Merge
--HG--
branch : dev
2010-10-18 16:37:06 -07:00
Renaud Paquay
4ecb6ed588 Make Comments cound display a shape
--HG--
branch : dev
2010-10-18 16:36:30 -07:00
Renaud Paquay
be86c89eb2 Fix typo
--HG--
branch : dev
2010-10-18 16:32:17 -07:00
Sebastien Ros
f3b66f2988 Fixed display of gallery feeds in drop down filters
- http://orchardqa.codeplex.com/workitem/86

--HG--
branch : dev
2010-10-18 15:52:54 -07:00
Sebastien Ros
dd09d9df46 Corrected Orchard.ArchiveLater
--HG--
branch : dev
2010-10-18 15:25:27 -07:00
Nathan Heskew
9e7954104e Updating Orchard.Core.Routable for the new shape API
--HG--
branch : dev
2010-10-18 15:20:12 -07:00
Andre Rodrigues
ec855b5c4e Merge
--HG--
branch : dev
2010-10-18 15:17:42 -07:00
Andre Rodrigues
bb53081a37 Fixing Spec Flow tests.
--HG--
branch : dev
2010-10-18 15:17:21 -07:00
Nathan Heskew
f79e2b6f9c Getting the live writer link tags for Blogs (back up and) under the Remote Blog Publishing feature
--HG--
branch : dev
2010-10-18 15:00:19 -07:00
Suha Can
92916c66dd - Cleaning up/refactoring/removing some obsolete classes/flagged code.
--HG--
branch : dev
2010-10-18 14:56:17 -07:00
Andre Rodrigues
62b40730d9 Merge
--HG--
branch : dev
2010-10-18 14:41:31 -07:00
Andre Rodrigues
346192d638 Convert Core.Setttings to new shape API.
--HG--
branch : dev
2010-10-18 14:40:57 -07:00
Sebastien Ros
af9124c980 Merge
--HG--
branch : dev
2010-10-18 14:18:51 -07:00
Sebastien Ros
456baafc9e Updating Orchard.Media
- Corrected WebForm syntax
- Removed Dimensions, waiting for real management
- Removed MediaSettingPart

--HG--
branch : dev
2010-10-18 14:18:13 -07:00
Andre Rodrigues
7567c2034f Merge
--HG--
branch : dev
2010-10-18 14:16:08 -07:00
Andre Rodrigues
ef380832d1 Converting widgets to new shape API.
--HG--
branch : dev
2010-10-18 14:15:39 -07:00
Nathan Heskew
40085b7b90 Updating Orchard.Core.Navigation for the new shape API
--HG--
branch : dev
2010-10-18 13:57:58 -07:00
Andre Rodrigues
04121484f3 Merge
--HG--
branch : dev
2010-10-18 13:48:09 -07:00
Andre Rodrigues
650d1422c7 Removing ContentsLocation
--HG--
branch : dev
2010-10-18 13:47:46 -07:00
Nathan Heskew
0270fd7181 Adding some additional class names for a list of blogs and a list of blog posts
--HG--
branch : dev
2010-10-18 13:39:56 -07:00
Andre Rodrigues
2f9f07d8f8 Merge
--HG--
branch : dev
2010-10-18 13:27:51 -07:00
Andre Rodrigues
7a9d2ba5c3 Converting experimental to razor.
--HG--
branch : dev
2010-10-18 13:27:24 -07:00
Renaud Paquay
f138ed6375 Merge
--HG--
branch : dev
2010-10-18 13:19:34 -07:00
Renaud Paquay
4f0e597f29 Merge
--HG--
branch : dev
2010-10-18 13:18:15 -07:00
Renaud Paquay
b88df3db38 Convert AchiveLater to new Shape API
--HG--
branch : dev
2010-10-18 13:17:37 -07:00
Sebastien Ros
6af41b3a84 Merge
--HG--
branch : dev
2010-10-18 12:50:13 -07:00