Commit Graph
9105 Commits
Author SHA1 Message Date
Sébastien Ros a34c3806c8 Merge pull request #5184 from benschi11/issue/4905
Fixed #4905: Taxonomy term counter does not decrease.
2015-04-20 21:15:27 -07:00
Sébastien Ros 0b8260f3fa Create README.md 2015-04-20 21:11:09 -07:00
Benedikt Neuhold a7f086317d Fixed #4905: Taxonomy term counter does not decrease.
I think the problem is that the TermsPartHandler triggers the TermCountProcessor as a Task async and the TermCountProcessor used the ContentTypeId as a parameter.
If a ContentItem gets deleted, the TermCountProcessor cannot access it anymore and the Terms won't getting reprocessed which results in a wrong count.
I altered the ITermCountProcessor interface to accept TermPartRecordId's instead of the ContentTypeId and use this id's directly.
I also had to add a call for the ITermCountProcessor in the TermService UpdateTerm method. This is because when you re-publish a ContentItem only the new Terms are available in the PublishedEvent - but also terms from the previous version needed to be processed.
2015-04-20 16:24:28 -05:00
Sipke Schoorstra 5d7988650e Fixed view compilation issue. 2015-04-20 23:12:18 +02:00
Sipke Schoorstra c61e08abd9 Fixed view compilation issues. 2015-04-20 17:49:19 +02:00
Sipke Schoorstra b3b75b3d74 Fixed copy/paste issue with Html element. 2015-04-18 20:48:16 +02:00
Sébastien Ros 5cd169d4fe Merge pull request #5176 from jtkech/patch-2
#5148: Default recipe error on setup
2015-04-18 08:44:38 -07:00
jtkech 009edb8d75 #5148: Default recipe error logged on setup 2015-04-18 01:03:04 +02:00
Sipke Schoorstra a93cc9cdbc Fixed minor CSS issue. 2015-04-17 15:04:56 +02:00
Sipke Schoorstra dea42e518b Cleaned up element views. 2015-04-17 14:34:00 +02:00
Sipke Schoorstra 66248a7005 #4957: Fixed search settings. 2015-04-17 00:46:39 +02:00
Sipke Schoorstra 792f5162e4 Moved CustomForms to Deprectaed folder. 2015-04-16 17:18:18 +02:00
Sipke Schoorstra fc85aff463 Merge pull request #5165 from Xeevis/1.9-int
#5138: Added missing validation message
2015-04-16 16:59:54 +02:00
Xeevis 69316fe3ae #5138: Added missing validation message 2015-04-15 17:59:58 +02:00
Sipke Schoorstra dad113feed #5116: Fixed failing tests. 2015-04-15 14:00:16 +02:00
Sipke Schoorstra 840aea5ff0 #21391: Fixed layout and shape rendering from background processes. 2015-04-13 15:44:40 +02:00
Daniel Stolt 920819544a Merge branch 'feature/outputcache' into 1.9-int 2015-04-10 23:04:47 +02:00
Daniel Stolt 8b1f00e31c Disabled ASP.NET OutputCacheModule in Web.config. 2015-04-10 22:35:47 +02:00
Sipke Schoorstra 1f3c5cc1a4 Simplified URL encoding/decoding of layout editor data.
This also fixes an issue with certain rendered HTML as part of he element editor model object.
2015-04-10 17:38:48 +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
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