Commit Graph

146 Commits

Author SHA1 Message Date
Sebastien Ros
4630269e60 Optimizing Bbcode filter
--HG--
branch : 1.x
2012-08-09 18:14:19 -07:00
Sebastien Ros
9bed7cbaba Upgrading NH3
--HG--
branch : NH3
2012-07-10 16:01:46 -07:00
Sebastien Ros
3584d1f1f0 Fixing unit tests
--HG--
branch : 1.x
2012-07-05 17:17:11 -07:00
Sebastien Ros
ab0b8b095d Updating version numbers
--HG--
branch : 1.x
2012-05-03 14:58:16 -07:00
Sebastien Ros
e5a5decf7b Updating version numbers
--HG--
branch : 1.x
2012-02-29 11:29:55 -08:00
randompete
953a15a1bf Merge 1.x
--HG--
branch : autoroute
2011-12-31 04:26:55 +00:00
Sebastien Ros
9472dd9d5e #18313: Updating autofac
Work Item: 18313

--HG--
branch : 1.x
2011-12-29 13:55:51 -08:00
randompete
ae27eb1e21 Remove Routable module
--HG--
branch : autoroute
2011-12-29 14:36:57 +00:00
randompete
7c944ccf18 Cut all ties to Routable module
--HG--
branch : autoroute
2011-12-29 14:36:39 +00:00
randompete
d4218ee98f Removing further RoutePart references and fixing some tests
--HG--
branch : autoroute
2011-12-08 01:08:12 +00:00
Sebastien Ros
e566a0e956 Fixing unit tests
--HG--
branch : 1.x
2011-11-22 12:24:05 -08:00
Sebastien Ros
f9ffc95964 Fixing references to SqlCe library
--HG--
branch : 1.x
2011-11-04 10:48:35 -07:00
Sebastien Ros
73d44afb2c Removing IMapper (backport)
--HG--
branch : 1.x
2011-10-05 13:59:24 -07:00
Sebastien Ros
c2b770c916 Updating assembly info
--HG--
branch : 1.x
2011-10-03 11:19:57 -07:00
Sebastien Ros
45e6cf723b Fixing unit tests
--HG--
branch : 1.x
2011-09-27 10:35:50 -07:00
Sebastien Ros
b834744ff9 #16476: Adding delete content types and parts actions
Work Items: 16476

--HG--
branch : 1.x
2011-09-13 14:25:12 -07:00
Sebastien Ros
3f73a0b938 Optimizing rendering
--HG--
branch : 1.x
2011-08-24 15:35:26 -07:00
Renaud Paquay
1c400dbd69 Merge
--HG--
branch : 1.x
2011-06-01 11:09:45 -07:00
Andre Rodrigues
e353220ecf Fixing broken UT.
--HG--
branch : 1.x
2011-06-01 01:12:01 -07:00
Renaud Paquay
7122000ae0 Refactor cache context to support correct parallel execution
We need a new service, IParallelCacheContext, which allows
tracking the current cache context across threads and tasks
running in the thread pool.

--HG--
branch : 1.x
2011-05-30 22:31:27 -07:00
Renaud Paquay
d6e4297c91 Merge
--HG--
branch : 1.x
2011-05-30 00:01:01 -07:00
Louis DeJardin
252cc00196 Refactoring OwnerEditor and DateEditor breakout
Splitting OwnerEditor and DateEditor settings apart. Breaking off any knowledge
in the CommonPart of the OwnerEditor and DateEditor.

Changed the settings to appear as TypePart definition instead of Type.

Based the ViewModel on Shape instead of EditorTemplates.

The goal of these changes is to illustrate how a 3rd party module would
accomplish the same kind of ContentPart extension w/out changing core code.

--HG--
branch : 1.x
rename : src/Orchard.Web/Core/Common/Drivers/DateEditorPartDriver.cs => src/Orchard.Web/Core/Common/DateEditor/DateEditorDriver.cs
rename : src/Orchard.Web/Core/Common/Handlers/DateEditorPartHandler.cs => src/Orchard.Web/Core/Common/DateEditor/DateEditorHandler.cs
rename : src/Orchard.Web/Core/Common/Settings/CommonEditorsSettings.cs => src/Orchard.Web/Core/Common/DateEditor/DateEditorSettings.cs
rename : src/Orchard.Web/Core/Common/Drivers/OwnerEditorPartDriver.cs => src/Orchard.Web/Core/Common/OwnerEditor/OwnerEditorDriver.cs
rename : src/Orchard.Web/Core/Common/Settings/CommonEditorsSettings.cs => src/Orchard.Web/Core/Common/OwnerEditor/OwnerEditorSettings.cs
rename : src/Orchard.Web/Core/Common/ViewModels/OwnerEditorViewModel.cs => src/Orchard.Web/Core/Common/OwnerEditor/OwnerEditorViewModel.cs
rename : src/Orchard.Web/Core/Common/Views/DefinitionTemplates/CommonEditorsSettings.cshtml => src/Orchard.Web/Core/Common/Views/DefinitionTemplates/DateEditorSettings.cshtml
rename : src/Orchard.Web/Core/Common/Views/DefinitionTemplates/CommonEditorsSettings.cshtml => src/Orchard.Web/Core/Common/Views/DefinitionTemplates/OwnerEditorSettings.cshtml
rename : src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts.Common.CreatedUtc.cshtml => src/Orchard.Web/Core/Common/Views/Parts.Common.Date.Edit.cshtml
extra : transplant_source : %D1%21c%ACa%F0%0FO%A1%9A%88YS%1Bk9.%CB%04%08
2011-05-27 19:02:45 -07:00
Renaud Paquay
846a40a1fe Update version to generic 1.2.0
--HG--
branch : 1.x
2011-05-24 19:49:58 -07:00
Nathan Heskew
48975f4ca4 Forbidding the use of backslashes in slugs.
work item: 16593

--HG--
branch : 1.x
2011-04-05 13:32:43 -07:00
Nathan Heskew
38f1039b7d Changing the usage of "slug" in error messages to "permalink" to match the field's label.
work item: 17417

--HG--
branch : 1.x
2011-04-04 10:50:04 -07:00
andrerod
5d55e95506 #17111: Correcting fix. Fixing specflows.
--HG--
branch : dev
2011-02-09 00:07:12 -08:00
Renaud Paquay
99e4ed8857 Updating version #s to match 1.0 release
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Renaud Paquay
4dd978f304 Update the way we copy c++ run time for SqlCe
--HG--
branch : 1.x
2011-01-12 00:47:26 -08:00
Renaud Paquay
94563832d9 Updating version # to 1.0
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
aa8d357998 Fix issue with published and modified dates not properly set
--HG--
branch : 1.x
2011-01-06 18:43:26 -08:00
Renaud Paquay
8935efc96c Update version # to 0.9.0
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Suha Can
ca78b8acef 16976 Remove change owner of item permission
--HG--
branch : dev
2010-12-08 14:47:56 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Suha Can
946257f513 Fixing unit test failures introduced by ShapeTable caching changes.
--HG--
branch : perf
2010-12-03 12:19:02 -08:00
Louis DeJardin
493fb03afe PERF: CreateWorkContextScope shouldn't call InstancePerMatchingLifetimeScope
http://orchard.codeplex.com/workitem/16869
CreateWorkContextScope now creates a child container with no alteration to the component registry
WorkContextModule added to group the related set of component registrations
HttpContextBase still injectable, but it's exposed in a way that doesn't require updating the child container per request

--HG--
branch : perf
2010-11-24 18:57:42 -08:00
Nathan Heskew
a70c5ad4ea Adding ContentItemMetadata route values for widgets, blogs and blog posts
- also removing the default (Core.Contents specific) metadata from Orchard.ContentManagement.ContentItemMetadata

work items: 16683, 16791

--HG--
branch : dev
2010-11-22 21:45:33 -08:00
Nathan Heskew
b58a9b3172 Merge
--HG--
branch : dev
2010-11-22 14:17:20 -08:00
Nathan Heskew
fd802c3334 Updating the CommonPart to once again make use of the CommonPartVersionRecord
--HG--
branch : dev
2010-11-22 13:52:40 -08:00
Renaud Paquay
4f95fc4a4c Merge perf => dev
--HG--
branch : dev
2010-11-21 12:27:22 -08:00
Sébastien Ros
c9bfabbd2b Correcting ScheduledTaskManager.GetTasks(string, DateTime?) implementation
Work Item: 16719

--HG--
branch : dev
2010-11-19 08:45:07 -08:00
Louis DeJardin
c4fefc4a44 Fixing tests
Adding StubCacheManager and Signal to various test container setups
Also ignoring some tests in extensionmanagertests until the semantics can be cleared up

--HG--
branch : perf
2010-11-17 01:36:01 -08:00
andrerod
6eb257fc7c Updating project references with hint paths to avoid warnings on clean.
--HG--
branch : dev
2010-11-14 00:09:42 -08:00
Dave Reed
e869a4f467 Fixing some basic fx cop warnings
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Dave Reed
ca74da5ea5 Setting code analysis ruleset to paired down Security rules.
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Sebastien Ros
0fba4a1d36 Correcting unit test on slugs
--HG--
branch : dev
2010-11-16 11:16:19 -08:00
Nathan Heskew
99558ade08 Fixing a couple of Routable tests
--HG--
branch : dev
2010-11-16 00:27:54 -08:00
Nathan Heskew
36b049deb6 Merge
--HG--
branch : dev
2010-11-14 21:52:31 -08:00
Nathan Heskew
036033116f Some work on making the route part more container aware
- still needs some work in the Slugify method (for client slugification)
- also a container path placeholder...

--HG--
branch : dev
2010-11-13 01:52:53 -08:00
Suha Can
1ce1cc9521 PERF: Fix for Dispel CurrentUser/CurrentSite magic
http://orchard.codeplex.com/workitem/16718

--HG--
branch : perf
2010-11-04 20:24:48 -07:00
Sebastien Ros
8ef266dc13 Moving PublishLater from Core
--HG--
branch : dev
2010-10-25 18:21:19 -07:00