Dave Reed
ca74da5ea5
Setting code analysis ruleset to paired down Security rules.
...
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Louis DeJardin
1d3813b9ab
Merge
...
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Louis DeJardin
d0cb69b805
Calling from clr to dlr without using dynamic callsite
...
Avoids callsite rule table - enables more memory to gc sooner
--HG--
branch : perf
2010-11-04 12:16:44 -07:00
Dave Reed
1171d94030
Merge
...
--HG--
branch : dev
2010-11-03 14:33:25 -07:00
Andre Rodrigues
006567786b
Updating proj files.
...
--HG--
branch : dev
2010-11-03 14:29:50 -07:00
dareed
f0968a0c71
- root web.config removes all handlers and makes all paths a 404, except default.asp to support "/".
...
- content directories no opt-in to static files only.
- module web.configs no longer need to explicitly exclude cshtml, etc, paths.
--HG--
branch : dev
2010-11-02 18:12:44 -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
ad278694c4
Fix project files to properly include all content files
...
--HG--
branch : dev
2010-10-21 23:18:02 -07:00
Jonathan Wall
aa756f46d0
Fixed overflow issue with blog list in Chrome.
...
--HG--
branch : dev
2010-10-19 19:29:08 -07:00
Andre Rodrigues
346192d638
Convert Core.Setttings to new shape API.
...
--HG--
branch : dev
2010-10-18 14:40:57 -07:00
Andre Rodrigues
ef380832d1
Converting widgets to new shape API.
...
--HG--
branch : dev
2010-10-18 14:15:39 -07:00
Nathan Heskew
e1cfa56814
Changing a bunch of cshtml .csproj includes from "None" to "Content"
...
--HG--
branch : dev
2010-10-16 23:45:52 -07:00
Louis DeJardin
0a1ed98ac2
Files lost in translation
...
--HG--
branch : dev
2010-10-15 14:26:45 -07:00
Louis DeJardin
5cd048f30d
Committing changes on content Items_ name change
...
--HG--
branch : dev
2010-10-15 12:47:47 -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
Nathan Heskew
dac29d3aef
Changing up Widget wrappers a little
...
--HG--
branch : dev
2010-10-14 15:45:47 -07:00
Jonathan Wall
09a82b8791
Some cleanup on Theme Machine layout file.
...
--HG--
branch : dev
2010-10-14 10:01:41 -07:00
Nathan Heskew
ec7f111021
Adding a couple of widget wrappers including a manage version w/ edit link
...
--HG--
branch : dev
2010-10-13 01:30:10 -07:00
Nathan Heskew
8e2f7e974a
Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
...
--HG--
branch : dev
2010-10-12 23:34:41 -07:00
Louis DeJardin
098eabe2be
Updating widget editing
...
--HG--
branch : dev
2010-10-12 21:42:54 -07:00
Louis DeJardin
7e84e73cae
Placement.info support enabled
...
Enabled Module and Theme Placement.info files are parsed, and influence the location of certain shapes
This only applies to part or field shapes that are added by returning ContentShape(...) from a display/editor driver
--HG--
branch : composition
extra : transplant_source : %CF%B0%17%E1%18%C1%06o%B2%91a%23%A1%3D%872%BE%F8%01%F3
2010-10-12 17:33:11 -07:00
Andre Rodrigues
3219053649
Applied review comments.
...
--HG--
branch : dev
2010-10-11 11:27:20 -07:00
Andre Rodrigues
140f4d22cc
Renamed widget editor template files.
...
--HG--
branch : dev
2010-10-11 10:26:23 -07:00
Andre Rodrigues
a37f967556
Widget and layer administration.
...
--HG--
branch : dev
2010-10-11 10:15:15 -07:00
Nathan Heskew
9fe274a7d4
Adding a new WidgetPage content type and WidgetsBagPart to support a widget only page and making *the* home page a WidgetPage to support the new default theme*
...
- Current WidgetsBagPart only links to the widget management page so widget management isn't in more than one place (would be the case if Content zone widgets management were part of this part)
*could be configured through the distribution instead when that's implemented
--HG--
branch : dev
2010-10-08 13:53:27 -07:00
Andre Rodrigues
697251c06a
Adding missing widget and layer drivers.
...
--HG--
branch : dev
2010-10-05 15:42:17 -07:00
Suha Can
ce208c44f2
- RuleEngine implementation for widget layer rules.
...
- The ResultFilter uses the rule manager to filter out layers and widgets.
- Added rules to default layers.
- RuleManager with callback injection into the dlr scripting sandbox.
- RuleProvider implementations for Url and Authenticated. Anonymous is just "not Authenticated".
- RuleContext.
- Renaming Layer.Rule to Layer.LayerRule. NHibernate bug for SqlCe most likely, couldn't escape "Rule" as expected.
- Unit tests.
--HG--
branch : dev
2010-10-04 12:27:59 -07:00
Andre Rodrigues
8162e6ee7a
Renaming and repathing migration classes.
...
--HG--
branch : dev
2010-10-01 13:43:36 -07:00
Suha Can
187502ae8b
- Adding DataMigrations for Widgets.
...
- Creating Layer and HtmlWidget content types.
- Adding 3 default Layers using the IProcessingEngine interface.
- Injection of widget shapes into zones from a resultfilter.
- Some refactoring/cleanup in the Widgets module.
--HG--
branch : dev
2010-09-30 18:24:36 -07:00
Sebastien Ros
44e84c3021
Supressing web server entry in new projects
...
--HG--
branch : dev
2010-09-30 16:46:19 -07:00
Suha Can
268989dad8
- Basic persistency for the widget/layer parts.
...
--HG--
branch : dev
2010-09-29 16:34:24 -07:00
Suha Can
43889c8c10
- Adding a resultfilter for widgets and some placeholders to fill when it all comes together.
...
--HG--
branch : dev
2010-09-29 15:29:33 -07:00
Suha Can
e9208542ed
- Updating ExtensionManager and ThemeService to read zones from the manifest.
...
- Adding a few essential parts for layers, widgets.
--HG--
branch : dev
2010-09-29 14:29:43 -07:00
Suha Can
19313b887f
- Obsoleting Futures.Widgets in favor of Orchard.Widgets.
...
--HG--
branch : dev
2010-09-29 13:35:57 -07:00