Renaud Paquay
ada594bf3e
Move creation of default layers to SetupService
...
--HG--
branch : dev
2010-10-15 15:18:53 -07:00
Suha Can
640a904279
Merge
...
--HG--
branch : dev
2010-10-15 15:17:24 -07:00
Suha Can
3d72236e81
- Migrating Email module to the new shape API.
...
--HG--
branch : dev
2010-10-15 15:16:41 -07:00
Nathan Heskew
21c04e45da
Adding a layout classification helper function to TheThemeMachine's layout
...
--HG--
branch : dev
2010-10-15 15:15:44 -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
Renaud Paquay
94fee29d1a
Authenticate admin user during setup phase
...
This is so that we don't need code all over the place to set the Owner
of the CommonPart. The CommonPart will have direct access to the user.
--HG--
branch : dev
2010-10-15 14:33:02 -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
Michael Dorian Bach
afc21d5002
Merge
...
--HG--
branch : dev
2010-10-15 12:41:49 -07:00
Michael Dorian Bach
b0911d439b
Blog shape overrides.
...
--HG--
branch : dev
2010-10-15 12:34:59 -07:00
Jonathan Wall
7ba0ab27a6
Changed the list of comments to html5.
...
--HG--
branch : dev
2010-10-15 12:28:12 -07:00
Michael Dorian Bach
e53b8e044b
Updated styles to theme machine. Started to override neccessary blog shapes that will eventually make it back to core.
...
--HG--
branch : dev
2010-10-15 12:22:58 -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