Commit Graph

6431 Commits

Author SHA1 Message Date
Sebastien Ros
231e9b0b68 #19100: Fixing Menu and MenuItem templates when returned by Queries
Work Item: 19100

--HG--
branch : 1.x
2012-10-11 11:09:26 -07:00
Sebastien Ros
05540bd42f #19109: Fixing NRE when deleting tasks not associated with content items
Work Item: 19109

--HG--
branch : 1.x
2012-10-11 10:46:39 -07:00
Sebastien Ros
ec0e0fa7d9 Backed out changeset: 021b467c8725
--HG--
branch : 1.x
2012-10-10 14:31:37 -07:00
Piotr Szmyd
bda2dfb127 #19122: Added ICache.IsValid and ICache.TryGet methods.
Work Item: 19122

--HG--
branch : 1.x
2012-10-10 22:37:13 +02:00
Sebastien Ros
076fd3fb60 Merge
--HG--
branch : 1.x
2012-10-10 11:57:20 -07:00
Sebastien Ros
2fb0dc6fb3 Updated upgrade process for 1.6
--HG--
branch : 1.x
rename : src/Orchard.Web/Modules/UpgradeTo15/AdminMenu.cs => src/Orchard.Web/Modules/UpgradeTo16/AdminMenu.cs
rename : src/Orchard.Web/Modules/UpgradeTo15/Controllers/FieldController.cs => src/Orchard.Web/Modules/UpgradeTo16/Controllers/FieldController.cs
rename : src/Orchard.Web/Modules/UpgradeTo15/Controllers/RouteController.cs => src/Orchard.Web/Modules/UpgradeTo16/Controllers/RouteController.cs
rename : src/Orchard.Web/Modules/UpgradeTo15/Module.txt => src/Orchard.Web/Modules/UpgradeTo16/Module.txt
rename : src/Orchard.Web/Modules/UpgradeTo15/Properties/AssemblyInfo.cs => src/Orchard.Web/Modules/UpgradeTo16/Properties/AssemblyInfo.cs
rename : src/Orchard.Web/Modules/UpgradeTo15/Scripts/Web.config => src/Orchard.Web/Modules/UpgradeTo16/Scripts/Web.config
rename : src/Orchard.Web/Modules/UpgradeTo15/Styles/Web.config => src/Orchard.Web/Modules/UpgradeTo16/Styles/Web.config
rename : src/Orchard.Web/Modules/UpgradeTo15/ViewModels/MigrateViewModel.cs => src/Orchard.Web/Modules/UpgradeTo16/ViewModels/MigrateViewModel.cs
rename : src/Orchard.Web/Modules/UpgradeTo15/Views/Field/Index.cshtml => src/Orchard.Web/Modules/UpgradeTo16/Views/Field/Index.cshtml
rename : src/Orchard.Web/Modules/UpgradeTo15/Views/Route/Index.cshtml => src/Orchard.Web/Modules/UpgradeTo16/Views/Route/Index.cshtml
rename : src/Orchard.Web/Modules/UpgradeTo15/Views/Web.config => src/Orchard.Web/Modules/UpgradeTo16/Views/Web.config
rename : src/Orchard.Web/Modules/UpgradeTo15/Web.config => src/Orchard.Web/Modules/UpgradeTo16/Web.config
2012-10-10 11:56:52 -07:00
Sebastien Ros
9543e4ed7b Optimizing ContentPartDriverCoordinator
Prevents multiple evaluations off the same Linq expressions

--HG--
branch : 1.x
2012-10-10 10:17:41 -07:00
antoine@DEVNET63-PC.wygwam.com
8ff5a01c17 #19110: Upgrade to jQueryUI 1.9, Custom theme
Work Item: 19110

--HG--
branch : 1.x
2012-10-10 16:21:47 +02:00
antoine@DEVNET63-PC.wygwam.com
f6795a3f8e #19111: Upgrade TimePicker addon to 1.0.5 http://trentrichardson.com/2012/10/08/timepicker-1-0-5-selected/
Work Item: 19111

--HG--
branch : 1.x
2012-10-10 14:17:05 +02:00
Sebastien Ros
f8dc78fb1a Merge
--HG--
branch : 1.x
2012-10-09 13:13:51 -07:00
Sebastien Ros
14c17ea377 Easing migration from old Orchard versions by checking for mandatory core modules.
--HG--
branch : 1.x
2012-10-09 13:13:34 -07:00
Sebastien Ros
fc51b67e3e Adding missing plugin in TinyMce project file
--HG--
branch : 1.x
2012-10-09 13:13:01 -07:00
Zoltán Lehóczky
da3e3d4b40 #19098: Optimizing content item fetching in Search/AdminController
Work Item: 19098

--HG--
branch : 1.x
2012-10-09 22:06:37 +02:00
Sebastien Ros
cd981add28 #19113: Upgrading TinyMce to 5.7 and fixing popup resize bug
Enabling the inlinepopups module as this is the only solution for the
resize bug in Chrome

Work Item: 19113

--HG--
branch : 1.x
2012-10-09 10:45:31 -07:00
Sebastien Ros
59f8646309 Typo in autoroute hint
--HG--
branch : 1.x
2012-10-09 10:42:25 -07:00
Sebastien Ros
52aff140c4 #19082: Fixing exception when resolving BlogPartArchiveHandler from a singleton
Work Item: 19082

--HG--
branch : 1.x
2012-10-08 16:21:14 -07:00
Sebastien Ros
63d749b326 #19081: Changing autoroute hint to make it more explicit
Work Item: 19081

--HG--
branch : 1.x
2012-10-08 15:13:44 -07:00
Sebastien Ros
c7ec452fd5 #18979: Fixing GetMany() and Query() in regards to DraftRequired option
Work Item: 18979

--HG--
branch : 1.x
2012-10-08 15:09:01 -07:00
Sebastien Ros
8cbaa17b60 Fixing unit test for XmlRpc
--HG--
branch : 1.x
2012-10-08 11:29:44 -07:00
Sebastien Ros
d24baefd66 Adding the xml declaration as utf-8 in XmlRpc responses
--HG--
branch : 1.x
2012-10-07 09:19:19 -07:00
Sebastien Ros
c8a6517aa8 Refactoring XmlRpc serialization to use XmlWriterSettings
--HG--
branch : 1.x
2012-10-07 08:51:44 -07:00
Sebastien Ros
eb48cafba5 #19055: Fixing MS Word blog publishing
Work Item: 19055

--HG--
branch : 1.x
2012-10-06 10:55:47 -07:00
Sebastien Ros
9c3a38236d #19069: Preventing the owner to be changed when hiding the Own Editor
Work Item: 19069

--HG--
branch : 1.x
2012-10-06 09:55:22 -07:00
Sebastien Ros
42f12a2ab7 #19073: Making SettingsActionConstraint case insensitive
Work Item: 19073

--HG--
branch : 1.x
2012-10-06 09:45:35 -07:00
Sebastien Ros
422bff78ca Fixing specflow tests on TeamCity
--HG--
branch : 1.x
2012-10-05 17:36:11 -07:00
Sebastien Ros
66c48d9a04 #19067: Removing extraneous space when AllowCustomPattern is unchecked
Work Item: 19067

--HG--
branch : 1.x
2012-10-05 16:10:18 -07:00
Sebastien Ros
889709239f #19071: Replacing UrlHelper.IsLocalUrl by custom implementation
Work Item: 19071

--HG--
branch : 1.x
2012-10-05 15:05:12 -07:00
Sebastien Ros
b33d6081d3 #19070: Showing the correct template in Shape Tracing for url alternates
Url alternates where created using Metadata.Displaying instead of
Shape.Displaying thus making alternates too late in the pipeline to be
processed by Shape Tracing.

Work Item: 19070

--HG--
branch : 1.x
2012-10-05 12:39:35 -07:00
Sebastien Ros
338e3304fb #19039: Providing a way to ignore some shapes in Shape Tracing
Adding a boolean value named IgnoreShapeTracer to true will prevent the module
from wrapping the shape inside <script /> tags

e.g., Model.IgnoreShapeTracer = true;

Work Item: 19039

--HG--
branch : 1.x
2012-10-05 11:40:12 -07:00
Sebastien Ros
a3d7a943d8 #19076: Fixing typo
Work Item: 19076

--HG--
branch : 1.x
2012-10-05 11:08:14 -07:00
Sebastien Ros
358e242e2a Fixing functional tests using "I have enabled" steps
--HG--
branch : 1.x
2012-10-05 10:54:57 -07:00
Sebastien Ros
26144f339c Removing Warmup module in functional tests
--HG--
branch : 1.x
2012-10-05 09:12:57 -07:00
Sebastien Ros
9cebc4c389 Fixing functional test execution
--HG--
branch : 1.x
2012-10-04 18:24:12 -07:00
Sebastien Ros
4874b75951 Merge
--HG--
branch : 1.x
2012-10-03 10:45:11 -07:00
Sebastien Ros
609912e301 Removing unnecessary reference to SysCache
--HG--
branch : 1.x
2012-10-03 10:44:45 -07:00
David Cornish@DavidCornish-PC
51811f5ed3 issue #19092 add assembly binding redirect for autofac
--HG--
branch : 1.x
2012-10-03 16:04:55 +01:00
Sebastien Ros
b57793d890 #19064: Fixing how User content items are updated
The part records where updated but no events were triggered because Publish
was not called correctly. It needed a Get(DraftRequired) and
ContentManager.Publish(user)

Work Item: 19064

--HG--
branch : 1.x
2012-10-02 11:51:14 -07:00
Sebastien Ros
94185dd8df Merge
--HG--
branch : 1.x
2012-10-02 10:50:50 -07:00
Sebastien Ros
21dd00d46c #18977: Fixing tab rendering with query strings
Work Item: 18977

--HG--
branch : 1.x
2012-10-02 10:50:14 -07:00
Sebastien Ros
9cc218aa0e Fixing how tags are updated using XmlRpc
--HG--
branch : 1.x
2012-10-02 09:45:50 -07:00
antoine@DEVNET63-PC.wygwam.com
f7d444dd15 #19066 Empty widget layer description causes null reference exception
Work Item: 19066

--HG--
branch : 1.x
2012-10-02 11:01:56 +02:00
Sebastien Ros
ba4317f221 #18828: Fixing "Your Site" link in the dashboard
Work Item: 18828

--HG--
branch : 1.x
2012-10-01 15:05:09 -07:00
Sebastien Ros
0595fd6a51 Merge
--HG--
branch : 1.x
2012-09-28 18:01:56 -07:00
Sebastien Ros
88cd865396 #18930: Isolating fields in content handlers
Work Item: 18930

--HG--
branch : 1.x
2012-09-28 17:49:37 -07:00
Sebastien Ros
5c1cc397ce Fixing widget filtering
--HG--
branch : 1.x
2012-09-28 16:12:55 -07:00
Sebastien Ros
7281178afb #18979: Fixing GetMany() and Query() in regards to DraftRequired option
Work Item: 18979

--HG--
branch : 1.x
2012-09-28 15:53:15 -07:00
Sebastien Ros
0d8c32a9d7 #18913: Fixing content item permissions editor
Work Item: 18913

--HG--
branch : 1.x
2012-09-28 15:28:17 -07:00
Sebastien Ros
9baaaee0ce Refactoring FindResolverForState
--HG--
branch : 1.x
2012-09-28 14:49:07 -07:00
Sebastien Ros
929740c332 #18871: Fixing root zone placement
Work Item: 18871

--HG--
branch : 1.x
2012-09-28 14:47:38 -07:00
Sebastien Ros
57c9ed5d8c #18822: Fixing custom forms widgets on invalid entry
Work Item: 18822

--HG--
branch : 1.x
2012-09-28 14:08:26 -07:00