Commit Graph

4685 Commits

Author SHA1 Message Date
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
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
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
9cebc4c389 Fixing functional test execution
--HG--
branch : 1.x
2012-10-04 18:24:12 -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
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
0d8c32a9d7 #18913: Fixing content item permissions editor
Work Item: 18913

--HG--
branch : 1.x
2012-09-28 15:28:17 -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
Sebastien Ros
838b00f8e0 #18957: Fixing blog creationg from command line
Work Item: 18957

--HG--
branch : 1.x
2012-09-27 17:47:25 -07:00
Sebastien Ros
f55f87ba14 #19052: Fixing encoding issues with shape tracing
Work Item: 19052

--HG--
branch : 1.x
2012-09-27 17:06:13 -07:00
Sebastien Ros
c95b408d68 #19048: Fixing potential NRE if DisplayName is defined to null
Work Item: 19048

--HG--
branch : 1.x
2012-09-27 16:31:24 -07:00
Sebastien Ros
50003b1cb7 #18892: Fixing shape tracing hierarchies
Some deep items where not expandable due to a bad jQuery selector

Work Item: 18892

--HG--
branch : 1.x
2012-09-27 16:13:36 -07:00
Sebastien Ros
c922b192a5 #19040: Encoding alternates
Work Item: 19040

--HG--
branch : 1.x
2012-09-27 12:16:13 -07:00
Sebastien Ros
8efa6e102d Merge
--HG--
branch : 1.x
2012-09-27 11:59:07 -07:00
Sebastien Ros
83eecabb78 #18865: Fixing blog archives localization
Work Item: 18865

--HG--
branch : 1.x
2012-09-27 11:58:05 -07:00
Bertrand Le Roy
4fdb31d80d Merge
--HG--
branch : 1.x
2012-09-27 11:16:48 -07:00
Sebastien Ros
f45db4da7d #19034: Fixing javascript meant for Routable
Work Item: 19034

--HG--
branch : 1.x
2012-09-27 11:03:16 -07:00
Sebastien Ros
7fcd924de3 #19062: Reverting change to fix the parameter binding
Work Item: 19062

--HG--
branch : 1.x
2012-09-27 10:09:20 -07:00
nmayne@DRF00403.dr-foster.lan
9f209ec243 #19062: Removing the layerid from the method signiture and use the one posted back form the modal
--HG--
branch : 1.x
2012-09-27 17:19:51 +01:00
Bertrand Le Roy
1cdfcba76a #19065: Version of jQueryUI in manifest inconsistent with actual included script
--HG--
branch : 1.x
2012-09-26 20:59:47 -07:00
Sebastien Ros
bc0b377eec #19035: Removing usage of CurrentUICulture
Work Item: 19035

--HG--
branch : 1.x
2012-09-26 17:32:23 -07:00
Sebastien Ros
60760c6130 #19046: Moving content-picker-admin.css to Content Picker module
Work Item: 19046

--HG--
branch : 1.x
2012-09-26 17:30:46 -07:00
Sebastien Ros
421afa9747 #18829: Making scripts overridable by other modules
Work Item: 18829

--HG--
branch : 1.x
2012-09-26 17:22:41 -07:00
Sebastien Ros
ade44206de #18964: Removing MiniProfiler module
Work Item: 18964

--HG--
branch : 1.x
2012-09-26 16:18:17 -07:00
Sebastien Ros
9f7c232573 #18809: Fixing duplicate results in Hql queries
Work Item: 18809

--HG--
branch : 1.x
2012-09-26 16:08:44 -07:00
Sebastien Ros
c979435aba Using customized NHibernate.Linq libraries in DefaultContentQuery.
The NH3 implementation of Linq in Query Over is missing a great part of .NET,
whereas the NHContrib version is better, but is not compatible with NH3. This is
fixed by applying some updates to the original source code and using this
custom assembly.

--HG--
branch : 1.x
2012-09-26 12:32:32 -07:00
Sebastien Ros
fbf557cca4 Upgrading to jQuery 1.8.2
--HG--
branch : 1.x
2012-09-24 16:55:45 -07:00
Sebastien Ros
950babafc7 Removing unused constant
--HG--
branch : 1.x
2012-09-24 16:12:46 -07:00