Sebastien Ros
8ef266dc13
Moving PublishLater from Core
...
--HG--
branch : dev
2010-10-25 18:21:19 -07:00
Sebastien Ros
abfdc11f8b
Removing local tests from ArchiveLater included during Shapes migration
...
--HG--
branch : dev
2010-10-25 18:09:12 -07:00
Sebastien Ros
b478b32767
Corrected Orchard.Email project guid
...
--HG--
branch : dev
2010-10-25 17:51:25 -07:00
Nathan Heskew
f5775630e9
Getting Orchard.Comment's site settings back on ~/admin/settings (includes Akismet settings)
...
--HG--
branch : dev
2010-10-25 11:21:56 -07:00
Nathan Heskew
3166c8fb2e
Getting a blog's RSS feed to be made known on the blog's detail page
...
--HG--
branch : dev
2010-10-25 10:16:33 -07:00
Renaud Paquay
ba2cae0404
Removing MVC2 project guids from project files
...
--HG--
branch : dev
2010-10-24 19:20:38 -07:00
Renaud Paquay
49d6f8828d
Merge default->dev
...
--HG--
branch : dev
2010-10-24 19:14:44 -07:00
Renaud Paquay
176f826443
Added tag 0.8 for changeset 48d6ca629553
2010-10-24 15:51:15 -07:00
Renaud Paquay
3d9115c5cd
Merge
2010-10-24 15:45:42 -07:00
Renaud Paquay
10e9991f5c
Features with no code should be loaded successfully
...
Simply return a feature with no exported types instead of failing. The system
is currently built with the assumption that if an extension is active,
then any of its feature can be activated/loaded.
--HG--
branch : dev
2010-10-23 13:42:40 -07:00
Renaud Paquay
0616035d5d
Null assembly check when adding razor assembly references
...
--HG--
branch : dev
2010-10-23 13:39:54 -07:00
Renaud Paquay
69f1e13a5f
Removing commented code
...
--HG--
branch : dev
2010-10-22 11:45:24 -07:00
Renaud Paquay
8548de19d7
Update project alteration task to support references from "lib"
...
In the Orchard.Web.csproj file for WebPI, we need to reference all
assemblies coming from our "lib" folder to point to the "bin" folder
of the deployed app.
--HG--
branch : dev
2010-10-22 11:44:34 -07:00
Renaud Paquay
5803922b49
fix Url rule provider to work on rooted web sites
...
--HG--
branch : dev
2010-10-22 00:23:42 -07:00
Renaud Paquay
db669c67b6
Include DLR assembly references
...
--HG--
branch : dev
2010-10-21 23:18:16 -07:00
Renaud Paquay
ad278694c4
Fix project files to properly include all content files
...
--HG--
branch : dev
2010-10-21 23:18:02 -07:00
Michael Dorian Bach
765464ca1b
Fixing default font sizing in TheThemeMachine
...
--HG--
branch : dev
2010-10-21 14:49:59 -07:00
Nathan Heskew
74dd705b6f
Tidying up TheThemeMachine layout code block a little
...
--HG--
branch : dev
2010-10-21 11:26:20 -07:00
Nathan Heskew
1fffa221b8
Merge
...
--HG--
branch : dev
2010-10-21 14:42:53 -07:00
Sebastien Ros
48c6ddcc3f
Merge
...
--HG--
branch : dev
2010-10-21 14:21:49 -07:00
Renaud Paquay
0dd5fbd7ad
Merge
...
--HG--
branch : dev
2010-10-21 14:20:42 -07:00
Nathan Heskew
3e0b8731f6
Fixing the setting of the Search fields site settings ( http://orchardqa.codeplex.com/workitem/150 )
...
--HG--
branch : dev
2010-10-21 14:04:37 -07:00
Sebastien Ros
73c815f67d
Ignoring incomplete localization entries
...
- i.e. when the msgid or msgstr are empty
--HG--
branch : dev
2010-10-21 14:02:12 -07:00
Renaud Paquay
d16837afee
Merge
...
--HG--
branch : dev
2010-10-21 13:53:17 -07:00
Suha Can
dfb07bb95c
- No need for IRepository<T>::void Transaction(Action action); to be in 0.8. We don't want it to be used.
...
--HG--
branch : dev
2010-10-21 13:50:18 -07:00
Renaud Paquay
6d44cc958f
Change the feed url to the new url for 0.8
...
--HG--
branch : dev
2010-10-21 13:49:02 -07:00
Dave Reed
5887ade4aa
Rename 'generate create' commands to 'codegen' commands. woohooo.
...
--HG--
branch : dev
2010-10-21 13:37:49 -07:00
Nathan Heskew
0490252c0a
Fixing the comment textarea's name (codeplex issue #16646 )
...
--HG--
branch : dev
2010-10-21 10:47:19 -07:00
Renaud Paquay
ec3183a019
Add advisory message in dashboard
...
--HG--
branch : dev
2010-10-20 15:44:03 -07:00
Sebastien Ros
f5000f5b36
Merge
...
--HG--
branch : dev
2010-10-20 15:30:36 -07:00
Sebastien Ros
3490c1159e
Removing unused extension method
...
--HG--
branch : dev
2010-10-20 15:13:51 -07:00
Sebastien Ros
a06d1e34a2
Simplifying the advisory message
...
--HG--
branch : dev
2010-10-20 15:08:46 -07:00
Nathan Heskew
f845156cf5
Changing the widget admin to show the widget title ?? widget type display name
...
--HG--
branch : dev
2010-10-20 15:00:24 -07:00
Nathan Heskew
5c8d2f1864
Making the WidgetPart title optional and using the widget type's display name in the widget admin...
...
--HG--
branch : dev
2010-10-20 14:30:49 -07:00
Nathan Heskew
ddc9843726
Adding the MenuPart to the WidgetPage content type
...
--HG--
branch : dev
2010-10-20 11:18:44 -07:00
Nathan Heskew
9fc9e5287e
Adding another null check to the FilterModuleBinaries msbuild task
...
--HG--
branch : dev
2010-10-20 00:17:55 -07:00
Nathan Heskew
d329722c62
Updating the packing build to put themes in their place
...
--HG--
branch : dev
2010-10-20 00:07:53 -07:00
Renaud Paquay
ba0c2d8767
Merge
...
--HG--
branch : dev
2010-10-19 23:57:38 -07:00
Renaud Paquay
c1af4ca217
Fix issue with widget positions
...
Widget position are in a somewhat usable state now.
--HG--
branch : dev
2010-10-19 23:56:49 -07:00
Renaud Paquay
a11dfbf9e0
Partial fix for widget position input
...
--HG--
branch : dev
2010-10-19 23:11:35 -07:00
Nathan Heskew
849591e8fd
Updating the client expandoControl to not do anything if the controlees have no height
...
--HG--
branch : dev
2010-10-19 22:20:51 -07:00
Nathan Heskew
445f0f955a
Fixing some widget display parts
...
--HG--
branch : dev
2010-10-19 21:52:22 -07:00
Nathan Heskew
53d0c6ac74
Making the list shape's ul/ol not render if there are no items
...
--HG--
branch : dev
2010-10-19 21:50:10 -07:00
Michael Dorian Bach
2adfc335f3
Merge
...
--HG--
branch : dev
2010-10-19 20:56:03 -07:00
Michael Dorian Bach
b021468400
Updated Orchard home default content so it looks better when rendered in an empty template. Final CSS revisions for ThemeMachine 0.1. Included default CSS styling in ThemeMachine to support floating "EDIT" links and dotted outlines around widgets.
...
--HG--
branch : dev
2010-10-19 20:55:13 -07:00
Renaud Paquay
0ac10fd0f3
Merge
...
--HG--
branch : dev
2010-10-19 20:03:52 -07:00
Jonathan Wall
719d50789c
Updated the up and down icons in manage widgets UI.
...
--HG--
branch : dev
2010-10-19 19:52:40 -07:00
Michael Dorian Bach
d9f1696868
Merge
...
--HG--
branch : dev
2010-10-19 19:44:05 -07:00
Michael Dorian Bach
9796467508
Updated ThemeMachine CSS, Thumbnail Image, Description and Default Styling for Search Widget for Zone Header
...
--HG--
branch : dev
2010-10-19 19:43:18 -07:00
Renaud Paquay
d9749af3fd
Merge
...
--HG--
branch : dev
2010-10-19 19:30:43 -07:00