Commit Graph
2831 Commits
Author SHA1 Message Date
Nathan Heskew f402a1b716 Updating Comments' drivers and views (and adding a publish later metadata summary)
--HG--
branch : dev
2010-10-15 18:11:06 -07:00
Louis DeJardin e5eaf2f6c4 Merge
--HG--
branch : dev
2010-10-15 17:45:32 -07:00
Suha Can 1158d7b51f - Change WorkContext.CurrentUser to not cache the result
--HG--
branch : dev
2010-10-15 17:39:20 -07:00
Louis DeJardin c569eba5cd Merge
--HG--
branch : dev
2010-10-15 17:25:10 -07:00
Louis DeJardin 70426a89b9 Overloading ContentPart to optionally have new shape passed in
If lambda takes an argument, it is dynamic, and is an uninitialized shape of the named type
ShapeHelper and IShapeHelperFactory are obsolete - IShapeFactory itself is now dynamic

--HG--
branch : dev
2010-10-15 17:24:30 -07:00
Dave Reed f8f01eef5b Merge
--HG--
branch : dev
2010-10-15 17:19:42 -07:00
Dave Reed f7d611ba7f JS error in IE due to @cc_on usage earlier in the document by html5.js
--HG--
branch : dev
2010-10-15 17:19:15 -07:00
Andre Rodrigues 84174e8cc4 Merge
--HG--
branch : dev
2010-10-15 17:18:40 -07:00
Andre Rodrigues bc8d975839 Convert search module to new shapes
--HG--
branch : dev
2010-10-15 17:18:17 -07:00
Nathan Heskew b53a96d83f Making the content wrapper not apply to *Admin* display types and making the wrapper zone names containing the child contents consistent (Model.Child)
--HG--
branch : dev
2010-10-15 17:10:34 -07:00
Jonathan Wall 6da2e04ada Added CSS for tripel
--HG--
branch : dev
2010-10-15 17:05:02 -07:00
Nathan Heskew 816c1a1ff5 Adding an "Edit" link for content on the front
--HG--
branch : dev
2010-10-15 16:49:19 -07:00
Nathan Heskew 7eaef1ecf6 Adding Layout to IOrchardViewPage
--HG--
branch : dev
2010-10-15 16:31:43 -07:00
Nathan Heskew 794a355e69 Merge
--HG--
branch : dev
2010-10-15 16:29:21 -07:00
Nathan Heskew 0e59891b16 Making the widget wrapper an <article/>
--HG--
branch : dev
2010-10-15 16:28:45 -07:00
Jonathan Wall cb468f264d Added the CSS for the Quad.
--HG--
branch : dev
2010-10-15 16:27:45 -07:00
Nathan Heskew ac4c1c8f80 Renaming Orchard.Blogs' content item templates to fit the updated naming scheme
--HG--
branch : dev
2010-10-15 16:00:15 -07:00
Sebastien Ros 2733255b3d Excluding themes from solution
--HG--
branch : dev
2010-10-15 15:58:51 -07:00
Sebastien Ros 515b4fe64f Merge
--HG--
branch : dev
2010-10-15 15:56:35 -07:00
Sebastien Ros fcbd0da00f Fixing solution
--HG--
branch : dev
2010-10-15 15:56:09 -07:00
Suha Can e8f6150f44 - Migrating Roles to the new shape API.
--HG--
branch : dev
2010-10-15 15:55:47 -07:00
Sebastien Ros dd01e51869 Correcting Part editing
- http://orchardqa.codeplex.com/workitem/102

--HG--
branch : dev
2010-10-15 15:48:29 -07:00
Jonathan Wall cf06414fc7 Updated CSS for asides.
--HG--
branch : dev
2010-10-15 15:41:55 -07:00
Dave Reed 9699899f34 Merge
--HG--
branch : dev
2010-10-15 15:38:11 -07:00
Dave Reed 77fd99f804 Removing 2 warnings
--HG--
branch : dev
2010-10-15 15:37:47 -07:00
Renaud Paquay f6e6cff914 Merge
--HG--
branch : dev
2010-10-15 15:20:53 -07:00
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