Commit Graph

6612 Commits

Author SHA1 Message Date
Sebastien Ros
4f77fab77a Adding Orchard.Scripting.CSharp
--HG--
branch : 1.x
2013-02-27 15:46:23 -08:00
Sebastien Ros
c77b88809d Adding default body css classes when editing/displaying content items
--HG--
branch : 1.x
2013-02-27 15:11:52 -08:00
Sebastien Ros
a6bf2e4517 Fixing build
--HG--
branch : 1.x
2013-02-26 16:25:29 -08:00
Sebastien Ros
3d8ce1f7bb Adding content validation for SpamFilterPart, so that custom forms don't
send Submitted events if the form is flagged as spam, if the option
to delete spam content is checked.

--HG--
branch : 1.x
2013-02-26 15:59:09 -08:00
Sebastien Ros
2cb78f2e29 Fixing Cancel() in transaction manager not to rollback immediatly.
--HG--
branch : 1.x
2013-02-26 15:57:53 -08:00
Sebastien Ros
61ea8eaa72 Adding Build Archive command for Blogs
--HG--
branch : 1.x
2013-02-25 17:17:35 -08:00
Sebastien Ros
f6a174a7d9 IBackgroundTask not to use IEventHandler anymore
--HG--
branch : 1.x
2013-02-25 15:49:26 -08:00
Sebastien Ros
c5aa1382e7 Refactoring ITransactionManager to remove usage of TransationScope
Adds a new RequireNew() method to start a new transactions.

--HG--
branch : 1.x
2013-02-25 15:10:50 -08:00
Sipke Schoorstra
da6fd5fac6 #19222: Fixing the case when the current path is not part of a menu structure, causing Menu widgets to render ALL child items when configured with a StartLevel > 1. Fixed a related issue when configured as Breadcrumb.
Work Item: 19222

--HG--
branch : 1.x
2013-02-25 15:34:03 +01:00
Sebastien Ros
c2aebbae2a Fixing some IEventHandler registrations
Some singletong services are not inside the BluePrint and are
not recognized as IEventHandlers. The fix is just to manually named
those registrations so that the Event Bus finds them.

--HG--
branch : 1.x
2013-02-23 19:26:19 -08:00
Sebastien Ros
d3177f1530 Removing Meta<> dependencies for EventBus
--HG--
branch : 1.x
2013-02-23 14:11:21 -08:00
Sebastien Ros
0c711d4f4b More work on Event Bus optimization
--HG--
branch : 1.x
2013-02-23 11:05:41 -08:00
Piotr Szmyd
7bd5c2851b Merge
--HG--
branch : 1.x
2013-02-23 05:40:01 +01:00
Piotr Szmyd
5bd459a68c #19476: Event bus refactoring. Interface name matching should be case-sensitive.
Work Item: 19476

--HG--
branch : 1.x
2013-02-23 05:39:01 +01:00
Sebastien Ros
c6a140fcf0 Fixing javasccript encoding issues
Work Items: 19471

--HG--
branch : 1.x
2013-02-22 18:08:52 -08:00
Sebastien Ros
f9279e9ac8 Fixing and improving WebDeploy experience.
Work Items: 19264, 19282

- Alters the web.config to set debug to false.
- Defines the default HostComponents.config values.
- Removes log4net debug output.

--HG--
branch : 1.x
2013-02-22 16:31:36 -08:00
Piotr Szmyd
b04d9ffb32 #19476: Refactoring DefaultOrchardEventBus for performance.
Added event handler filtering using Autofac's IIndex<K,V> and named registrations.
Replaced slow MethodInfo.Invoke with very fast, strongly-typed delegates. Each delegate is created at first usage and cached.
Updated unit tests to take changes into account.

Work Item: 19476

--HG--
branch : 1.x
2013-02-22 02:38:05 +01:00
Piotr Szmyd
ec3ca6738e #19477: Refactoring navigation manager for performance.
Items with no permissions explicitly set should not undergo authorization checking.
Returning the same item instead of creating a copy
Folded part of Reduce method into LINQ query.

Work Item: 19477

--HG--
branch : 1.x
2013-02-22 02:43:55 +01:00
Sebastien Ros
09f8c56377 Fixing Content Picker when Search is the only tab
--HG--
branch : 1.x
2013-02-20 13:01:09 -08:00
Sebastien Ros
9d081860cb Fixing random exceptions in Orchard.Workflows
--HG--
branch : 1.x
2013-02-20 12:19:00 -08:00
Sebastien Ros
ab9d9d2d79 Creating Close Comment activity
--HG--
branch : 1.x
2013-02-20 12:18:37 -08:00
Sebastien Ros
4971ec51fb Creating AssignRole activity
--HG--
branch : 1.x
2013-02-20 10:51:18 -08:00
Sebastien Ros
4c694ab97d Cleaning filters
--HG--
branch : 1.x
2013-02-20 09:39:39 -08:00
Sebastien Ros
06f21a14a6 Forcing AppDataFolder to overwrite existing files.
It happened that the same dependency was written by two different
modules in parallel, which was leading to an exception.

--HG--
branch : 1.x
2013-02-19 15:36:53 -08:00
Sebastien Ros
7f7b1b63df Cleaning the FieldToken
--HG--
branch : 1.x
2013-02-19 12:02:18 -08:00
Sebastien Ros
fba13ee94d Removing unnecessary usage of IBlogPathConstraint in BlogController
--HG--
branch : 1.x
2013-02-15 10:19:27 -08:00
Sebastien Ros
174f448e00 Adding missing file
--HG--
branch : 1.x
2013-02-13 15:35:14 -08:00
Sebastien Ros
34a2caddad Adding missing icon in Content Picker
--HG--
branch : 1.x
2013-02-12 14:25:36 -08:00
Sebastien Ros
a90ce0e08b Merge
--HG--
branch : 1.x
2013-02-12 12:00:24 -08:00
Sebastien Ros
9bc2f26a96 Creating "contenttype" rule for layers
--HG--
branch : 1.x
2013-02-11 11:39:54 -08:00
Sebastien Ros
9bd01cf7e8 Fixing type in Search Tab settings
--HG--
branch : 1.x
2013-02-10 19:43:53 -08:00
Sebastien Ros
daf989b7f0 Fixing content item menu picker
--HG--
branch : 1.x
2013-02-10 19:43:40 -08:00
Sebastien Ros
9d89e13c9e Fixing content picker urls
--HG--
branch : 1.x
2013-02-10 19:37:59 -08:00
Sebastien Ros
8651e33326 Adding ShapeMenuItem
--HG--
branch : 1.x
2013-02-10 15:32:38 -08:00
Bertrand Le Roy
2f0f6804e9 Merge
--HG--
branch : 1.x
2013-02-10 13:08:09 -08:00
Bertrand Le Roy
3e490fcb52 Corrected inaccurate comments (found by csadnt)
--HG--
branch : 1.x
2013-02-10 13:07:55 -08:00
Sebastien Ros
9673ea7aea Adding Content Picker filters
--HG--
branch : 1.x
2013-02-10 07:38:34 -08:00
Sebastien Ros
fef0a46c0c Adding missing file ISearchBits.cs
--HG--
branch : 1.x
2013-02-10 07:38:03 -08:00
Sebastien Ros
836c00fb37 Adding faceted search capabilities
--HG--
branch : 1.x
2013-02-10 07:37:34 -08:00
Sebastien Ros
5c6b97d636 Removing unused code for creating layers in migrations.
They are created in the recipes actually, and the code was
not used.

--HG--
branch : 1.x
2013-02-08 23:17:08 -08:00
Sebastien Ros
d50b0f8eee Fixing and improving Pager and List theming
--HG--
branch : 1.x
2013-02-08 12:36:58 -08:00
Sebastien Ros
006bef1de8 Adding a new overload for IShapeFactory.Create
--HG--
branch : 1.x
2013-02-08 12:36:00 -08:00
Sebastien Ros
6f7190bb76 Removing leaked file
--HG--
branch : 1.x
2013-02-08 12:35:32 -08:00
Sebastien Ros
dab686b857 Fixing ZoneHolding behavior when null and casted
--HG--
branch : 1.x
2013-02-08 12:34:58 -08:00
Sebastien Ros
c08438c22d Fixing some admin blog views
The titles should be set using Layout.Title

--HG--
branch : 1.x
2013-02-08 12:22:39 -08:00
Sebastien Ros
8730c94d8a Merge
--HG--
branch : 1.x
2013-02-06 10:30:55 -08:00
Sebastien Ros
f31bccac68 Adding default icons in the workflow toolbar
--HG--
branch : 1.x
2013-02-05 16:29:25 -08:00
Bertrand Le Roy
b6e4ddcaef Merge
--HG--
branch : 1.x
2013-02-05 13:20:49 -08:00
Bertrand Le Roy
f7ecffc797 Merge
--HG--
branch : 1.x
2013-02-05 13:19:31 -08:00
Sebastien Ros
2ef6f9d8a3 Fixing workflow editor
--HG--
branch : 1.x
2013-02-05 13:18:56 -08:00