Commit Graph

6603 Commits

Author SHA1 Message Date
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
Bertrand Le Roy
98c99eaf3b 19275: Fixed typo
--HG--
branch : 1.x
2013-02-05 13:18:23 -08:00
Sebastien Ros
dbbc22c5ff Merge
--HG--
branch : 1.x
2013-02-05 11:51:19 -08:00
Sebastien Ros
c3ffbbc048 Ordering activities by name
Should be grouped by Categories instead

--HG--
branch : 1.x
2013-02-05 11:50:09 -08:00
Sebastien Ros
1086544e9d Adding workflow debugging view
--HG--
branch : 1.x
2013-02-05 11:48:18 -08:00
Bertrand Le Roy
c78eb66811 Merge
--HG--
branch : 1.x
2013-02-05 10:42:18 -08:00
Bertrand Le Roy
2a6937bfc2 Typo corrections, courtesy of Antoine Griffard
--HG--
branch : 1.x
2013-02-05 10:42:01 -08:00
Sebastien Ros
91070602bc Adding running workflows list view
--HG--
branch : 1.x
2013-02-05 10:37:07 -08:00
Sebastien Ros
3ac520fb16 Fixing NilBehavior
--HG--
branch : 1.x
2013-02-05 10:36:38 -08:00
Sebastien Ros
c9404b80d6 Fixing shape display when casting to Shape explicitly
--HG--
branch : 1.x
2013-02-04 12:58:45 -08:00