Commit Graph

2801 Commits

Author SHA1 Message Date
Suha Can
3d72236e81 - Migrating Email module to the new shape API.
--HG--
branch : dev
2010-10-15 15:16:41 -07:00
Dave Reed
cf328c0807 Merge
--HG--
branch : dev
2010-10-15 14:56:44 -07:00
Louis DeJardin
cd6e1fb7c9 Merge
--HG--
branch : dev
2010-10-15 14:52:20 -07:00
Andre Rodrigues
72f65432cf Merge
--HG--
branch : dev
2010-10-15 14:42:33 -07:00
Andre Rodrigues
ed0b69f420 Fix bug #91 - Page error occurs when manage contents after add "Archive Later" part to "Page"(2483)
--HG--
branch : dev
2010-10-15 14:42:16 -07:00
Nathan Heskew
cc13efad06 Merge
--HG--
branch : dev
2010-10-15 14:41:01 -07:00
Nathan Heskew
262f4a4559 Getting Orchard.Blogs on the new UI composition model (for display)
--HG--
branch : dev
2010-10-15 14:40:35 -07:00
Jonathan Wall
089e8e63c9 Updates to commenting UI.
--HG--
branch : dev
2010-10-15 14:38:27 -07:00
Dave Reed
ed04469851 Merge
--HG--
branch : dev
2010-10-15 14:30:47 -07:00
Dave Reed
54f53af981 Added Html.LabelFor overloads that accept string and LocalizedString.
e.g. Html.LabelFor(m=>m.Tags, T("Tags"))

Existing uses NOT converted. Conversion can be accomplished with a VS Regular Expression search/replace:

Replace this:
\.LabelFor:b*\({[a-zA-Z]+}:b*\=\>:b*\1\.{[a-zA-Z]+}:b*\)
With this:
.LabelFor(\1=>\1.\2, T("\2"))

--HG--
branch : dev
2010-10-15 14:29:56 -07:00
Sebastien Ros
88fe32ce2b Updating Azure solution
--HG--
branch : dev
2010-10-15 14:29:24 -07:00
Sebastien Ros
054bd9f76e Correcting disabling feature from command line
- http://orchard.codeplex.com/workitem/16524

--HG--
branch : dev
2010-10-15 14:29:04 -07:00
Louis DeJardin
0a1ed98ac2 Files lost in translation
--HG--
branch : dev
2010-10-15 14:26:45 -07:00
Suha Can
0d5c2db898 - Migrating Tags to the shape API.
--HG--
branch : dev
2010-10-15 14:24:25 -07:00
Andre Rodrigues
02a57cc505 Merge
--HG--
branch : dev
2010-10-15 14:06:43 -07:00
Andre Rodrigues
f1ccd646f5 Adjusting search widget to new shape template format.
--HG--
branch : dev
2010-10-15 14:06:22 -07:00
Jonathan Wall
5598623b0a Fixed an issue with the legend not rendering.
--HG--
branch : dev
2010-10-15 13:39:21 -07:00
Jonathan Wall
31968a8eaa Removed one test style.
--HG--
branch : dev
2010-10-15 13:26:18 -07:00
Jonathan Wall
46c9dbfc55 Wrapped the comments form fields in an ordered list.
--HG--
branch : dev
2010-10-15 13:24:26 -07:00
Louis DeJardin
5cd048f30d Committing changes on content Items_ name change
--HG--
branch : dev
2010-10-15 12:47:47 -07:00
Jonathan Wall
7ba0ab27a6 Changed the list of comments to html5.
--HG--
branch : dev
2010-10-15 12:28:12 -07:00
Andre Rodrigues
3315c6f644 Merge
--HG--
branch : dev
2010-10-15 12:02:29 -07:00
Andre Rodrigues
e3950c6010 Adding aditional UT.
--HG--
branch : dev
2010-10-15 12:02:15 -07:00
Andre Rodrigues
194c6b8fb4 Fixing incorrect action.
--HG--
branch : dev
2010-10-15 12:01:04 -07:00
Louis DeJardin
03a82cbb11 Missed a file
--HG--
branch : dev
2010-10-15 11:56:30 -07:00
Louis DeJardin
c308aa1fbd Refactoring some shape naming conventions
Items_Content* shapes types now Content*
Items_Widget* shape types now Widget*
*_Editor shapes now *_Edit

--HG--
branch : dev
2010-10-15 11:55:48 -07:00
Jonathan Wall
144714da42 Updated Blog post html to html5.
--HG--
branch : dev
2010-10-15 11:52:19 -07:00
Sebastien Ros
3b33fa9edf New command to launch migration on all features; Moved the update command to DatabaseUpdate feature
--HG--
branch : dev
2010-10-15 11:21:24 -07:00
Nathan Heskew
4fa953c150 Merge
--HG--
branch : dev
2010-10-14 21:12:45 -07:00
Nathan Heskew
d6cdd6d239 Getting live writer support hooked back up to blogs
...w/out breaking blogs' paging

--HG--
branch : dev
2010-10-14 21:12:08 -07:00
Sebastien Ros
356753856e Correcting Blog commands
--HG--
branch : dev
2010-10-14 18:19:52 -07:00
Renaud Paquay
ac8e1355df Merge
--HG--
branch : dev
2010-10-14 17:59:25 -07:00
Renaud Paquay
bfbe249271 Add reference to MVC to avoid spurious errors from Resharper
--HG--
branch : dev
2010-10-14 17:47:25 -07:00
Renaud Paquay
6388ceb5ef Fix unit tests
--HG--
branch : dev
2010-10-14 17:46:47 -07:00
Dave Reed
468efff761 Merge
--HG--
branch : dev
2010-10-14 17:36:58 -07:00
Dave Reed
245059a8e2 - create theme command now adds to the new Orchard.Themes project when /IncludeInSolution:true /CreateProject:false
- create theme command now sets BaseTheme in theme.txt when using /BasedOn option.

--HG--
branch : dev
2010-10-14 17:36:11 -07:00
Jonathan Wall
52593c2b1e Merge
--HG--
branch : dev
2010-10-14 17:23:32 -07:00
Sebastien Ros
794f9871bc Reverting a few fixes
--HG--
branch : dev
2010-10-14 17:22:10 -07:00
Jonathan Wall
12e94620f3 Merge
--HG--
branch : dev
2010-10-14 17:22:06 -07:00
Jonathan Wall
e5a53faf65 Merge
--HG--
branch : dev
2010-10-14 17:19:37 -07:00
Andre Rodrigues
f30ec97a20 Merge
--HG--
branch : dev
2010-10-14 17:18:40 -07:00
Andre Rodrigues
87b174107e Fixing bug #16531 - There is a 404 error when click "Remove" button on the "Edit Role" page(Build 2143
--HG--
branch : dev
2010-10-14 17:18:21 -07:00
Jonathan Wall
51ccb98d10 Added more CSS ect. to make the quad zone work.
--HG--
branch : dev
2010-10-14 17:18:09 -07:00
Nathan Heskew
885ddaac26 Merge
--HG--
branch : dev
2010-10-14 17:17:38 -07:00
Nathan Heskew
defe72cf52 No Cassini for new theme container proj
--HG--
branch : dev
2010-10-14 17:16:41 -07:00
Sebastien Ros
0483275d36 Corrected ContentType List action
--HG--
branch : dev
2010-10-14 17:14:58 -07:00
Sebastien Ros
ff91690cfb Adding a test for slugs
--HG--
branch : dev
2010-10-14 16:55:09 -07:00
Andre Rodrigues
bc10445c0b Fixing search missing stylesheet.
--HG--
branch : dev
2010-10-14 16:51:24 -07:00
Sebastien Ros
a49112c177 Fixing fix
--HG--
branch : dev
2010-10-14 16:40:33 -07:00
Andre Rodrigues
8d26796000 Fix typo on error message on widgets admin.
--HG--
branch : dev
2010-10-14 16:39:19 -07:00