Commit Graph
8882 Commits
Author SHA1 Message Date
Nicholas Mayne e3249cc02c removing a dependency 2015-04-15 13:51:17 +01:00
Sipke Schoorstra 1729e73a73 Merge branch '1.9-int' into 1.x 2015-04-10 11:40:54 +02:00
Sipke Schoorstra 05faccd722 Fixed that element editor dialog is not launched for Html and Form elements. 2015-04-03 17:42:11 +02:00
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
Lombiq 68c0e67aee Fixing that during saving a content type definition, updating MediaFileNameEditorSettings caused an exception if the Stereotype is empty 2015-04-02 16:36:19 +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
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 fac9080326 Removed JetBrains attributes from code base and removed suppression of CS0436 compiler warning. 2015-03-21 15:38:35 +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
Benedek Farkas 344d9d77be Tiny fix for the "Contribute back" paragraph on the Dashboard index page 2015-03-20 21:24:04 +01: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
Zoltán Lehóczky 9f319e2a47 #20805: removing unneeded AliasHolderUpdater config
Work Item: 20805
2015-03-19 21:11:18 +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
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
Jack Cheng b03c1bc901 #20182 : Admin Content browser ""Show: All" displays pager.
Work Item: 20182
2015-03-05 10:12:22 +00:00
Sipke Schoorstra 691c04016c Fixed Upgrade module to use proper project type and removed unused namespaces. 2015-03-04 17:36:27 +01:00
Sipke Schoorstra 395e8753c7 Moved list views to *Container* module itself.
The reason for doing this is that the Container module itself queries for available _ListViewProviders_, which could potentially yield zero providers if the *Lists* module is not enabled.
2015-03-04 11:49:56 +01:00