Commit Graph

6498 Commits

Author SHA1 Message Date
Sebastien Ros
590814b38c #19128: Making search index more failure-proof
Work Item: 19128

--HG--
branch : 1.x
2012-10-16 15:18:20 -07:00
Sebastien Ros
4cd1d2a0e5 #19117: Completing a unit test to ensure the scenario is handled correctly
--HG--
branch : 1.x
2012-10-16 14:52:28 -07:00
Sebastien Ros
540e2f2b75 #19118: Fixing shape tracing module expression for Shape items
Work Item: 19118

--HG--
branch : 1.x
2012-10-16 14:39:10 -07:00
Sebastien Ros
6bcea7cc7d Backed out changeset: c2cfde3d371d
Breaking Shape Tracing and adding another bug with autocomplete
#19110: Upgrading to jQuery 1.9

--HG--
branch : 1.x
extra : rebase_source : 14b59311caf67e4c59f3e17560e18d8c2eda42e4
2012-10-15 15:48:04 -07:00
Piotr Szmyd
b2b3332a32 #18793: Added support for turning session-state or/off on routes implementing IRouteWithArea.
Fixed a bug with incorrect property from which the extensionId is retrieved.
Fixed unit tests to check if session state is parsed correctly.

Work Item: 18793

--HG--
branch : 1.x
2012-10-16 01:45:47 +02:00
Sebastien Ros
b44cffa440 #19140: Fixing Azure startup task on local emulator
Work Item: 19140

--HG--
branch : 1.x
2012-10-15 11:37:19 -07:00
Piotr Szmyd
b87f70f20f #19141: Fixing default session state for custom routes
Work Item: 19141

--HG--
branch : 1.x
2012-10-15 11:29:24 -07:00
Sebastien Ros
a1910c7521 Fixing Remote Blog Post publishing
A new blog post containing tags could not be processed

--HG--
branch : 1.x
extra : rebase_source : 8816df6c0a1077d702161d0a71469d1985d9a37c
2012-10-15 10:58:22 -07:00
Piotr Szmyd
cca88356d4 #18793: Making session utilization an opt-in/opt-out feature
Work Item: 18793

--HG--
branch : 1.x
2012-10-12 17:37:53 -07:00
Sebastien Ros
31d0a9dc38 #19080: Activating SweepGenerator when all modules have been able to activate
Work Item: 19080

--HG--
branch : 1.x
2012-10-12 15:54:43 -07:00
Sebastien Ros
f1bef7514e Making shell termination more error prone
--HG--
branch : 1.x
2012-10-12 15:51:44 -07:00
Sebastien Ros
fe42dbc6e6 Merge
--HG--
branch : 1.x
2012-10-12 14:43:07 -07:00
Sebastien Ros
8c9b10af94 #19131: Fixing Azure project file
Work Item: 19131

--HG--
branch : 1.x
2012-10-12 14:32:20 -07:00
Sebastien Ros
feeabef479 #19084: Handling publishing/unpublishing event for Content Menu Items
When a content item is removed, its menu items are also.
When a content item is unpublished, its menu items are also.
When a content item is published, its menu items are also.

Work Item: 19084

--HG--
branch : 1.x
2012-10-11 18:17:10 -07:00
Sebastien Ros
48cfa18254 #19088: Fixing content preview action
Work Item: 19088

--HG--
branch : 1.x
2012-10-11 11:38:15 -07:00
TheMonarch
48724e2e39 #19106: Setting app Application Pool timeout for Azure Cloud Services
Work Item: 19106

--HG--
branch : 1.x
2012-10-11 11:24:27 -07:00
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
TheMonarch
fd5dee70c0 #19119: Latest 1.x gives errors when deployed to Azure (as cloud service)
- Added assembly binding redirects and configSection for MVC4 assemblies.
- Added reference to Newtonsoft.Json.dll in Orchard.Azure.Web.csproj
Work Item: 19119

--HG--
branch : 1.x
2012-10-10 11:49:09 -04: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