Commit Graph

8427 Commits

Author SHA1 Message Date
Sebastien Ros
841c7d6d44 Merge branch '1.8.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Orchard.Azure.MediaServices.csproj
	src/Orchard.Web/Modules/Orchard.ContentTypes/Services/ContentDefinitionService.cs
2014-08-13 11:24:02 -07:00
Lombiq
64eb4725bc Using ShellContext.Dispose() where applicable 2014-08-13 15:58:31 +02:00
Lombiq
c08ba79d6e #20842: Fixing that a ContentPickerField looses its value(s) if an other editor group is updated
Work Item: 20842
2014-08-13 12:19:41 +02:00
Sebastien Ros
60ee35837b Adding disposable pattern to ShellContext 2014-08-12 15:47:37 -07:00
Lombiq
ecb9918964 #20877: standalone environments have their shell lifetime scope disposed as well
Work Item: 20877
2014-08-13 00:28:47 +02:00
Nicholas Mayne
0ae0d5a6a5 More CSS fixes for RTL 2014-08-12 22:45:45 +01:00
Nicholas Mayne
3d4c0fb53d Fixing RTL 2014-08-12 20:46:36 +01:00
Nicholas Mayne
52a04b3445 Removing legacy tinymce dupe 2014-08-12 20:38:03 +01:00
Nicholas Mayne
029b97a60e Fixing RTL 2014-08-12 20:33:58 +01:00
Nicholas Mayne
c822784fbe Fixing Bracket issue with RTL 2014-08-12 13:59:03 +01:00
Nicholas Mayne
73c4037831 Fixing mroe CSS 2014-08-12 13:39:52 +01:00
Nicholas Mayne
c31e7631c2 Adding Content RTL/LTR class, and stylign content pages 2014-08-12 13:28:47 +01:00
Nicholas Mayne
023c312b41 RTL CSS changes 2014-08-12 12:59:35 +01:00
Nicholas Mayne
5787aff608 Recompiling scripts 2014-08-12 08:31:31 +01:00
Stanley Goldman
61049c40bf #20874: Restoring Lost Scripts 2014-08-12 08:25:04 +01:00
Sebastien Ros
e5bd165deb Updating the AdminTheme with RTL support 2014-08-11 17:19:07 -07:00
Nicholas Mayne
5728a1aa7f fixing Typo 2014-08-11 22:59:27 +01:00
Nicholas Mayne
03049cb5b4 More work on class name 2014-08-11 22:57:16 +01:00
Nicholas Mayne
d7bb8602fe Adding directional class name 2014-08-11 22:56:22 +01:00
Nicholas Mayne
b36264266c More work to RTL/LTR conversion 2014-08-11 22:46:59 +01:00
Sipke Schoorstra
3a8b2aecb3 Fixing vertical alignment of publish button. 2014-08-10 23:45:03 -07:00
Sipke Schoorstra
04f30ccd29 Fixing widget publishing upon initial creation.
This fixes the case where a widget is not published when it's first created.
2014-08-10 23:39:04 -07:00
Sipke Schoorstra
fdeae4e583 Hiding admin menu filter by default. Press CTRL+M to toggle the filter. 2014-08-10 17:12:21 -07:00
Nicholas Mayne
ed02f8a07f Adding RTL to Document.cshtml and removing from navigation setup 2014-08-10 23:06:40 +01:00
Nicholas Mayne
8cbc9191d6 Adding RTL boolean value to jquery.mjs.nestedSortable.js - Might want to think about creating a value in the admin screens for IsRTL 2014-08-10 22:56:07 +01:00
Nicholas Mayne
261e9c9d5c Perf fix on CultureSelectorFactory 2014-08-10 19:12:09 +01:00
Nicholas Mayne
ec2c74f085 Only RTL on the Zone, but still not good enough 2014-08-10 18:37:49 +01:00
Nicholas Mayne
d6280dbfc0 Setting RTL on Content dynamically based on the Content or Site Culture 2014-08-10 18:25:52 +01:00
Nicholas Mayne
c620545778 removing Reference 2014-08-10 18:02:13 +01:00
Nicholas Mayne
fbd68f1ea1 Moving initialization of UICulture Shape to a Event 2014-08-10 18:00:26 +01:00
Nicholas Mayne
6c9d868e8a Rename 2014-08-10 16:52:07 +01:00
Nicholas Mayne
87c6414d01 Starting to change the Admin UI to support RTL. Just content section for now. 2014-08-10 16:01:40 +01:00
Nicholas Mayne
245d703033 Suppress the default site culture selector dependency 2014-08-10 15:36:03 +01:00
Nicholas Mayne
8336845a6f Renaming Selector, as it knows nothing about Cookies. 2014-08-10 15:09:54 +01:00
Nicholas Mayne
ee34024731 Adding culture selector to Admin theme 2014-08-10 15:02:56 +01:00
Nicholas Mayne
587ebd11c7 Adding Culture selector to Localization module, Culture selector is a shape 2014-08-10 15:02:39 +01:00
Nicholas Mayne
c2ccd90667 Adding check do that en is not called 2014-08-10 11:34:42 +01:00
Nicholas Mayne
974961e8d9 Adding fallback language 2014-08-10 11:33:14 +01:00
Nicholas Mayne
fa0ee333d8 Making TinyMCE ui and language files kick in when the Content Culture is specified 2014-08-10 11:24:38 +01:00
Nicholas Mayne
b9df28680c Adding directionality plugin 2014-08-09 16:34:14 +01:00
Lombiq
ba8a202350 Adding tenant name and URL to Azure log messages too 2014-08-09 13:49:02 +02:00
Lombiq
ce3c5daead #20862: Updating Log4Net to 1.2.13
Work Item: 20862
2014-08-09 13:33:35 +02:00
Nicholas Mayne
0b365cf7f0 Adding a localization extension, and making the directionality for tinymce be based on if the content has a ILocalizationAspect or not. Doing this ensures that you are not affected by the current culture of your site. If you do not has a ILocalizationAspect, then reason dictates that you should always use the site culture, not the current culture and new items are created using the site culture not the current culture. 2014-08-09 12:17:10 +01:00
Nicholas Mayne
43fa4cdc96 Reverting change to DatePickerLocalization and TimePickerLocalization 2014-08-08 21:52:47 +01:00
Stanley Goldman
49e9871827 #20840: Removing unnecessary tags permission check
Work Item: 20840
2014-08-08 12:15:36 -07:00
jasperd
91766c486a #20844: Fixing case sensitivity of enable command
Work Item: 20844
2014-08-08 12:12:48 -07:00
Nicholas Mayne
2d03691d38 Updating to TinyMce 4.1.3 2014-08-08 18:32:45 +01:00
Nicholas Mayne
2489de44e9 Updating Dependency ordering 2014-08-08 18:19:46 +01:00
Nicholas Mayne
6ffb0cef54 Fixing directionality in tinymce 2014-08-08 18:12:08 +01:00
Nicholas Mayne
f36e03793c Adding RTL/LTR support to timymce 2014-08-08 18:00:48 +01:00