Commit Graph

9035 Commits

Author SHA1 Message Date
Sipke Schoorstra
eb61269d85 #21304: Fixed Text Element HTML filter issues.
- Implemented HTML filters for Html, Text and Paragraph elements
- Tokens are only processed on the front-end, not in the editor page itself. This also prevents an exception when the {Shape.Execute} token is used with a theme specific shape.

Work Item: 21304
2015-04-03 01:46:57 +02:00
Sipke Schoorstra
af110a8399 #21303: Fixed encoding issue with layout templates.
Work Item: 21303
2015-04-02 22:47:51 +02:00
Sipke Schoorstra
802b6f8200 #21131: Added null check.
Work Item: 21131
2015-04-02 22:12:19 +02:00
Sipke Schoorstra
2818064327 #21271: Fixed email settings test.
Work Item: 21271
2015-04-02 18:15:28 +02:00
Piotr Szmyd
0c993a43b2 Email. Fixed duplicated addresses in mail message To field. 2015-04-02 16:36:31 +02:00
Sipke Schoorstra
1bae4f143b Applied URL decoding to form field keys.
This fixes an issue where "complex" form field names aren't properly mapped to key value pairs, such as "Parts%5B0%5D.Bindings%5B0%5D.Name"  instead of "Parts[0].Bindings[0].Name"
2015-04-01 17:16:24 +02:00
Lombiq
5e85d3d872 Untabify CodeGenerationCommands 2015-03-30 00:16:55 +02:00
Lombiq
571f73ee9c Untabify FeatureManager 2015-03-29 20:28:35 +02:00
Sipke Schoorstra
ad6f6a627c Fixed an issue with ElementWrapperPart.
This fixes an issue where widgets based on elements do not persist element data.
2015-03-29 15:55:37 +02:00
Bertrand Le Roy
070c0bb1d0 Merge branch 'feature/msbuildtypescript' into 1.9-int 2015-03-27 11:28:38 -07:00
Sipke Schoorstra
2c8f6aa2a6 Fixed an issue with the media item element not showing selected documents.
The issue is that the media item element renders the selected media items with the Thumbnail display type.
The Media shape templates for that display type do not include necessary styling themselves; instead the media library picker UI includes the necessary stylesheet.
2015-03-26 12:43:15 +01:00
Piotr Szmyd
a97a7e26d5 #21294: Added optional date parameter to TimerActivity. Also added description hints and updated class name.
Work Item: 21294
2015-03-24 15:17:30 +01:00
Sipke Schoorstra
6a11bf12f2 #21293: Fixed Media Item element design view.
This fixes the issue where no media items are being shown in design mode.

Work Item: 21293
2015-03-24 12:38:10 +01:00
Daniel Stolt
8fbc1e41f3 Improved debug log message for ignored child actions. 2015-03-22 14:44:40 +01:00
Daniel Stolt
c80c961513 #20879: Fixed handling of child actions in OutputCache and SecureSocketsLayer.
Work Item: 20879
2015-03-22 14:41:02 +01:00
Piotr Szmyd
67c74b72fa #21285: When rendering shapes to string, there is no IWorkContextAccessor available in RequestContext, hence UrlHelper.MakeAbsolute (and AbsoluteAction) fails.
Work Item: 21285
2015-03-21 19:16:11 +01:00
Daniel Stolt
bdc64df4eb #21277: Fixed possible cache key collisions in output cache.
The cache keys of action method parameters are now prefixed with "PARAM:" to avoid collisions with built-in keys such as "theme". Similar to the "HEADER:" prefixing done for headers.

Work Item: 21277
2015-03-21 14:32:23 +01:00
Bertrand Le Roy
39b4009e40 Enable TypeScript files to be built with a simple "build typescript" and without taking a dependency on Node.js 2015-03-20 20:14:37 -07:00
bill_cooper
f93369ab07 #21238: Fixing taxonomy autocomplete after jQuery UI update
Modified admin-taxonomy-tags.js to fix js problem related to tagit.
 The calls to data() jquery selector in the autocomplete initialization code where not matching on the provided keys. The keys have been modified to resolve the issue.

Work Item: 21238
2015-03-20 15:40:26 +01:00
Daniel Stolt
ca6eee88db Made output cache lock management more robust. 2015-03-19 21:15:25 +01:00
Zoltán Lehóczky
9f319e2a47 #20805: removing unneeded AliasHolderUpdater config
Work Item: 20805
2015-03-19 21:11:18 +01:00
Daniel Stolt
adf8ba85da Changed output cache storage from string to byte[] to fix encoding issues with binary content. 2015-03-19 21:03:00 +01:00
Daniel Stolt
fbf39acac6 Added preservation of original response encoding. 2015-03-19 12:53:02 +01:00
Daniel Stolt
017a101069 Deferred insertion of CaptureStream to improve memory performance. 2015-03-19 12:46:50 +01:00
Daniel Stolt
c9cfb8639c #20881: Changed capture mechanism in Orchard.OutputCache to support any result type.
Instead of using a custom writer for the Response.Output property, the OutputCacheFilter now uses a specialized Stream class for the Response.Filter property, which captures anything written to it. This seems to work with any type of result, including FileContentResult.

Work Item: 20881
2015-03-18 23:10:36 +01:00
Daniel Stolt
0d2afe3206 Added a post-build binding to TypeScript gulp task for Task Runner Explorer. 2015-03-18 12:54:10 +01:00
Daniel Stolt
2d4c1c817d #21249: Removed build dependency on TypeScript.
Instead added a gulpfile to enable compilation of TypeScript files when needed.

Work Item: 21249
2015-03-18 12:34:29 +01:00
Sipke Schoorstra
039220f1f5 #21234: Added delete option to Form element.
Work Item: 21234
2015-03-17 15:48:19 +01:00
Sipke Schoorstra
dcac46fb8c #21265: Fixed Value cannot be null. Parameter name: fileName error.
Work Item: 21265
2015-03-17 13:16:15 +01:00
Kegan Maher
ab46ba3e03 #21269: Orchard.Layouts ContentPartElementHarvester null ref exception
Work Item: 21269
2015-03-17 13:03:25 +01:00
Sipke Schoorstra
5eb48b8eec Implemented import/export for *ElementWrapperPart*. 2015-03-17 12:49:43 +01:00
Sipke Schoorstra
2d2f2b40dd Improved handling of layout editor data encoding/decoding. 2015-03-16 23:41:13 +01:00
Sipke Schoorstra
575b78949d Added extra information to element editor context. 2015-03-15 16:27:52 +01:00
Sipke Schoorstra
b12e64bef9 Added responsive images utility CSS class for custom image elements.
This enables custom elements that render an image to be responsive within the layout editor by applying the "img-responsive" class to either the image itself or any of its parent HTML elements.
2015-03-15 14:28:16 +01:00
Sipke Schoorstra
53c942637e Added form element style for *email* and *tel* input fields. 2015-03-14 13:04:23 +01:00
Nicholas Mayne
6245352da8 #21243: Fixing issue with multiple calls to cultrue selector
Taken some of the fixes from jtkech and anoordende

Work Item: 21243
2015-03-13 17:10:00 +00:00
Nicholas Mayne
383e947bf7 Because the admin filter is calling lcoalization, and localization is calling the admin filter... we should apply the admin attribute first, then do the security check 2015-03-13 17:06:48 +00:00
Nicholas Mayne
8470165a55 #21054: Fixing issue with null UrlReferer.
I still think an issue is outstanding with AdminFilter.

Work Item: 21054
2015-03-13 15:23:19 +00:00
Sipke Schoorstra
b6347a5de9 #21257: Fixed empty snippets menu item issue.
The issue was that the snippets harvester included the Elements_Snippet shape which itself is not a snippet.
This also fixes an issue where it would not find snippets defined in the current theme.
2015-03-12 17:27:00 +01:00
Sipke Schoorstra
5a5318bc09 Fixed incorrect casing. 2015-03-12 00:28:41 +01:00
Sipke Schoorstra
f02e147eaf Fixed url encoding / decoding issues.
This change consistifies when and where data and html properties are being URL decoded.
2015-03-12 00:23:05 +01:00
Kegan Maher
21c9ef2d9f #21240: Controllers defined in directives also should use inline-array DI syntax.
This is an additional changeset added later to the same PR.
2015-03-10 22:06:48 +01:00
Sipke Schoorstra
8a3d05779f Fixed a typo in a comment. 2015-03-06 20:24:15 +01:00
Sipke Schoorstra
ce23bb5a3e #21237: Moved IClientIpAddressProvider into Orchard.Framework.
This changeset also renames the service to IClientAddressAccessor and refactors the settings into being configurable from HostComponents instead of through a site settings part.

Work Item: 21237
2015-03-06 19:59:52 +01:00
Sipke Schoorstra
439046c298 Fixed broken TaxonomyService due to bad merge. 2015-03-06 09:20:16 +01:00
Sipke Schoorstra
6173844445 Fixed broken WidgetFilter due to bad merge. 2015-03-06 09:08:27 +01:00
Kegan Maher
6e7d82bd29 #21240: Layouts/DynamicForms: switch to Angular "inline array" DI annotation
Work Item: 21240
2015-03-06 09:03:04 +01:00
Kegan Maher
8101542d9e #21182 Fixing generation of CacheItemPolicy used in Put.
Work Item: 21182
2015-03-05 22:58:37 +01:00
Katsuyuki Ohmuro
93abfc0aca #21218: Fixing IFilterProvider execution order
Work Item: 21218
2015-03-05 22:55:23 +01:00
Sebastien Ros
5ff2ad509b Merge branch '1.8.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Services/MediaLibraryService.cs
	src/Orchard.Web/Modules/Orchard.Modules/styles/orchard-modules-admin.css
	src/Orchard.Web/Modules/Orchard.Taxonomies/Services/TaxonomyService.cs
	src/Orchard.Web/Modules/Orchard.Widgets/Filters/WidgetFilter.cs
	src/Orchard/Mvc/Routes/RoutePublisher.cs
2015-03-05 12:15:00 -08:00