Commit Graph

8316 Commits

Author SHA1 Message Date
Walance
126efc2028 #19861: Implementing menu permissions
Work Item: 19861
2014-08-20 15:34:04 -07:00
Sebastien Ros
651175c499 Adding Securable metadata 2014-08-20 14:56:08 -07:00
Sebastien Ros
288d1cb8ad More config files updates 2014-08-20 14:01:35 -07:00
Sebastien Ros
b6a69beed0 Fixing specflow tests web.config 2014-08-20 11:29:41 -07:00
Nicholas Mayne
aa8269bb69 #18032: Removing Translation + if only 1 culture.
Work Item: 18032
2014-08-20 17:02:38 +01:00
Daniel Stolt
6bdf4a0348 Adding missing display of client IP address on inline audit trail, and removing conditional display of historically logged client IP addresses. Improving some UI language. 2014-08-20 01:53:11 +02:00
Daniel Stolt
4b0c05c73d Fixed bug i CalendarsPicker localization logic where the picker would always use the configured culture formats rather than the IDateTimeFormatProvider abstraction. 2014-08-20 01:20:48 +02:00
Nicholas Mayne
a60c9d4cbd Fixing Localization naming 2014-08-19 15:39:15 +01:00
Nicholas Mayne
83c5bd6360 Smart fallback on Browser culture 2014-08-18 23:08:37 +01:00
Sipke Schoorstra
2ef4eea1d7 Adding support for client IP address logging. 2014-08-18 14:43:25 -07:00
Nicholas Mayne
4df81f80c3 More RTL CSS 2014-08-18 22:28:37 +01:00
Nicholas Mayne
0336870525 Fall back to browser Language if cookie not set 2014-08-18 22:28:12 +01:00
Lombiq
7cdfc7c35f Fixing exception caused by HostComonents.config when Orchard is started from the command line 2014-08-18 16:35:30 +02:00
Nicholas Mayne
1a3e88c330 fixing permalink 2014-08-16 17:48:58 +01:00
Nicholas Mayne
393902ec85 Adding is-url class with importent, as W3C says all URLs are LTR therefore importent makes sense in this case 2014-08-16 17:34:59 +01:00
Nicholas Mayne
92fc357ce0 Fixing RTL on glyph 2014-08-16 17:29:18 +01:00
Nicholas Mayne
d2b40b9037 Fixing RTL on dashboard 2014-08-16 17:22:16 +01:00
Nicholas Mayne
a36f3f6c7c RTL The Theme Machine 2014-08-16 17:14:02 +01:00
Daniel Stolt
4ebc946282 Merge branch '1.x' of https://git01.codeplex.com/orchard 2014-08-16 01:01:09 +02:00
Daniel Stolt
2f4ab2e272 Ädded remaining customized date/time formats for Persian calendar, and extracted them into a separate class. 2014-08-16 01:00:43 +02:00
Nicholas Mayne
7eb1720a9d RTL on Workflows and Media Lib 2014-08-15 23:45:42 +01:00
Sebastien Ros
508c198f9d Adding binding redirects on Autofac for unit tests 2014-08-15 15:27:58 -07:00
Sebastien Ros
6e3d4abb2b Upgrading Azure solution references 2014-08-15 14:50:31 -07:00
Sebastien Ros
ecda1daf77 Including placement.info as content 2014-08-15 14:38:05 -07:00
Sebastien Ros
87bbc4d591 Removing Microsoft.WindowsFabric assemblies 2014-08-15 14:34:17 -07:00
Sebastien Ros
fe0e1f5cf2 Fixing compilation 2014-08-15 14:19:07 -07:00
Sebastien Ros
c816d8e24f Merge branch '1.8.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Orchard.Azure.MediaServices.csproj
2014-08-15 13:52:08 -07:00
Sebastien Ros
9550146acc Fixing build warnings 2014-08-15 13:42:52 -07:00
Nicholas Mayne
f5d33b58a5 Adding RTL to templates 2014-08-15 21:14:43 +01:00
Sebastien Ros
8787b7cd5c Fixing build due to library upgrades 2014-08-15 10:57:17 -07:00
Lombiq
2e6f56f90e #20365: Fixing that a MediaLibraryPickerField looses its value(s) if an other editor group is updated
Work Item: 20365
2014-08-15 13:23:36 +02:00
Sebastien Ros
43a2e1a282 #20818: Adding analyzed search terms option
Work Item: 20818
2014-08-14 18:22:29 -07:00
Sebastien Ros
86ed2fde82 Upgrading to SqlCe 4.0 SP1 2014-08-13 15:57:09 -07:00
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
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