Commit Graph

8199 Commits

Author SHA1 Message Date
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
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
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
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
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
Nicholas Mayne
6f17bdad70 Updating Calendar Lib to 2.0.0 2014-08-08 17:55:52 +01:00
Nicholas Mayne
53cff7a989 Upgrading timeEntry Libs to 2.0.1 2014-08-08 17:47:34 +01:00
Daniel Stolt
2e334baa37 Fixed a DST-related time zone conversion bug and added 3 unit tests to verify. 2014-08-08 02:43:10 +02:00
Sipke Schoorstra
6b70c086b0 Rendering newlines as <br/> when displaying audit trail event comments. 2014-08-07 17:30:51 -07:00
dicocco
4f76653f06 Adding double click selection in Media 2014-08-07 12:58:33 -07:00
Sebastien Ros
057c526440 Fixing DateTimeField validation 2014-08-07 12:57:15 -07:00
Sebastien Ros
978713a061 Removing unused field 2014-08-07 11:20:21 -07:00
Sipke Schoorstra
8555f1ae40 Implementing "Imported" audit trail event for content items and types. 2014-08-07 02:47:26 -07:00
Daniel Stolt
6cc6ffc252 Merge branch '1.x' into feature/datelocalization 2014-08-07 04:46:01 +02:00
Daniel Stolt
56141a7549 Fixed another rounding bug with fraction formatting of millisecond, and added unit tests to cover this once and for all. 2014-08-07 04:44:47 +02:00
Sipke Schoorstra
a39aa9d8b4 ContainerWidget - Handling the case when there's no selected container.
Previously, the Container Widget would allow the user to not select a container. This is now handled using model validation.
To be safe, we also handle the case when the ContainerId is 0 or does not refer to an existing content item.
2014-08-06 19:01:49 -07:00
Daniel Stolt
58efe9c5b2 Fixed a bug with fraction formatting of millisecond component. 2014-08-07 03:46:45 +02:00
Daniel Stolt
af587e4cab Added correct formatting and parsing of milliseconds using the fraction specifiers, and updated unit tests to cover it. 2014-08-07 02:46:47 +02:00
Sebastien Ros
fdd6c0aba7 Adding Lucene analyzer extensibility point 2014-08-06 16:56:11 -07:00
Daniel Stolt
060b17a0d0 Added unit tests for calendar conversion. 2014-08-07 01:31:09 +02:00
Daniel Stolt
9b9251016c Removed TODO item. 2014-08-06 01:23:32 +02:00