Sebastien Ros
fe0c1a8a03
Upgrading to Autofac 3.5.2
2014-08-13 15:42:43 -07:00
Zoltán Lehóczky
5bebeb85f0
Merge branch '1.8.x' into 1.x
2014-08-14 00:36:50 +02:00
Lombiq
780fc2a15f
Fixing that disposed shell context were later accessed because of lazy enumerations.
...
Aka fixing the fix's improvement's fix.
2014-08-14 00:35:54 +02:00
Sebastien Ros
221197f314
Upgrading to .NET Framework 4.5.1
2014-08-13 14:07:45 -07:00
Sebastien Ros
b7a3c1e77a
Upgrading to Json.NET 6.0.4
2014-08-13 12:59:30 -07:00
Sebastien Ros
0a8685bab3
Upgrading to ASP.NET MVC 5.2
2014-08-13 12:58:57 -07:00
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
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
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
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
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
Stanley Goldman
084c40ec6e
#20865 : Fixing Html extension usage of AppendFormat
...
Work Item:20865
2014-08-06 17:01:58 -07: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
Sebastien Ros
56277f275f
Stop processing typescript definition files
2014-08-06 15:57:34 -07:00
Sebastien Ros
3585f30eb9
Adding Word files to excluded extensions
2014-08-06 15:57:12 -07:00
Jay Harris
f864fdc916
#20846 : Allowing None as action in projects
...
Work Item:20846
2014-08-06 12:10:18 -07:00
Sebastien Ros
25e334e66b
Adding FirstMediaUrl to MediaLibraryPickerField
2014-08-06 10:27:32 -07:00
Daniel Stolt
9b9251016c
Removed TODO item.
2014-08-06 01:23:32 +02:00
Daniel Stolt
9bcd8bec68
Added specific month name overrides for the combination of the fa-IR culture and the Persian calendar.
2014-08-06 01:22:03 +02:00
Sipke Schoorstra
bd7e71d721
Improved handling of events whose content items or types were deleted.
2014-08-05 16:07:44 -07:00
Stanley Goldman
6440cf9f5e
#20855 : Autoroute editor improvement
...
Work Item: 20855
2014-08-05 15:55:25 -07:00