Commit Graph

4987 Commits

Author SHA1 Message Date
armanforghani
9da248871f Updated feed URL for Orchard gallery.
Fixes #6289
2016-01-22 01:35:43 +03:30
Sebastien Ros
eb7574df0b [Fixes #6248] Prevent users from renaming their root folder 2016-01-15 08:55:32 -08:00
Sebastien Ros
f17f2c3a93 [Fixes #6279] Adding confirmation for deleting taxonomies 2016-01-14 17:52:07 -08:00
Sebastien Ros
e907334b6c Fixing object dumper unit tests 2016-01-13 15:31:03 -08:00
Sebastien Ros
a55ba9f06b [Fixes #5951] Fixing NRE when exporting media items 2016-01-13 13:06:39 -08:00
armanforghani
ee54d4237f Update LayoutEditor.cshtml.
Wrapped strings in T delegate.
Fixes #6269
2016-01-11 16:03:35 +03:30
Sébastien Ros
2d42c74395 Merge pull request #6207 from Codinlab/features/2027
[Fixes #2027] Add role rule  in Orchard.Widgets module
2016-01-07 12:35:31 -08:00
Sébastien Ros
7578daa510 Merge pull request #6131 from sebastienros/sebros/cachemonitor
Improving monitors usage for output cache
2016-01-07 12:14:52 -08:00
Sébastien Ros
5dd54b6d55 Merge pull request #6125 from neTp9c/issue/6107
[Fixes #6107] Fixing content permissions part
2016-01-07 12:12:26 -08:00
Lombiq
79b0b809ca Fixing that when editing blog posts permissions were mistakenly checked for the blog instead of the post 2016-01-06 14:49:57 +01:00
Thierry Fleury
1a7eae5dc1 Fix media-library-picker.js 2015-12-31 14:10:25 +01:00
Sipke Schoorstra
bd1a1eb6e6 Merge pull request #6191 from Codinlab/fixes/6189
Fixes #6189 : TextAreaElement throwing on null ProcessedValue
2015-12-28 16:25:39 +01:00
Thierry Fleury
66963d1845 Remove duplicate Logger assignation 2015-12-28 10:27:36 +01:00
Sipke Schoorstra
8ee37a6de0 Merge pull request #6218 from paynecrl97/patch-3
Use Display Name to show validation messages
2015-12-22 22:24:24 +01:00
Lombiq
37b97eaa26 Move Mono DLL from the Orchard.Scripting.CSharp module to the root lib folder 2015-12-22 21:57:25 +01:00
Chris Payne
28e2e8f695 Use Display Name to show validation messages 2015-12-22 16:44:24 +00:00
Thierry Fleury
c45da04455 Close #2027 : Add role rule in Orchard.Widgets module 2015-12-20 19:54:21 +01:00
Thierry Fleury
ea5ce6c865 Fixes 6189 : TextAreaElement throwing on null ProcessedValue 2015-12-16 18:33:43 +01:00
Piotr Szmyd
83900802b7 #6188: Using correct key when removing Redis cache entry. 2015-12-16 17:05:28 +01:00
Sipke Schoorstra
e72e6fcb1f Fixed layout editor javascript issue.
As per the comments in https://github.com/OrchardCMS/Orchard/pull/6159, the issue was that the layout designer host has a dependency on the layout editor object, but the former would be created before the latter.
This changeset moves the initialization code together in order to control the order in which what object is created first.
2015-12-15 22:35:29 +01:00
Sebastien Ros
117dd09f8c Improving monitors usage for output cache 2015-12-15 10:36:06 -08:00
neTp9c
f6be2834ff Merge remote-tracking branch 'refs/remotes/origin/1.9.x' into issue/6107
# Conflicts:

#	src/Orchard.Web/Modules/Orchard.ContentPermissions/Drivers/ContentPermissionsPartDriver.cs
2015-12-14 20:50:22 +03:00
Lombiq
5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
Sipke Schoorstra
1e963d4d50 Merge pull request #6159 from connorsmallman/Bug/6142/LayoutEditorJS
Wait for document ready before calling LayoutEditor constructor
2015-12-10 14:34:49 +01:00
Sipke Schoorstra
3a7091467b Fixed duplicate field shape issue with Content Field elements.
Fixes #5974
2015-12-08 01:15:41 +01:00
Connor Smallman
43d8b1a803 Wait for document ready before calling LayoutEditor constructor 2015-12-07 15:16:20 +00:00
Sipke Schoorstra
68b3fe56d0 Updated various input elements using NoEncode.
This prevents HTML characters from being encoded when using the tokenizer on element labels.
2015-12-04 12:14:21 +01:00
Sipke Schoorstra
e29fb90298 Removed processing of tokens of RuntimeValue (Dynamic Forms).
Also fixes #6117.

(cherry picked from commit db564d1670)
2015-12-04 11:55:14 +01:00
Sébastien Ros
fd7feeafaa Merge pull request #6102 from Codinlab/fixes/4622
[Fixes #4622] ShapeTracingFactory Should Not be Activable w/o HttpContext
2015-12-03 12:34:06 -08:00
Sébastien Ros
143cc5e41d Merge pull request #6119 from mvarblow/patch-3
Add missing user activity
2015-12-03 12:08:09 -08:00
Lombiq
15d27043d7 Fixing that some files had line endings mixed up (both LF and CRLF) 2015-12-03 00:00:36 +01:00
mvarblow
e1019b5fac Update UserActivity.cs
Add missing activity, fixes #5684 in 1.9.x branch.
2015-12-02 11:34:47 -05:00
neTp9c
b04d953f75 Merge remote-tracking branch 'refs/remotes/origin/1.9.x' into issue/6107 2015-12-01 02:32:05 +03:00
neTp9c
6e485a5873 fix 2015-12-01 01:56:10 +03:00
Lombiq
c2dd09af5e Fixing that NavigationQueryMenuItems and BlogArchives widgets couldn't be export/imported due to the lack of an identity, fixes #3488.
Since the Projections migrations is already kind of a mess
2015-11-30 22:50:19 +01:00
Thierry Fleury
044bb2fdaf Fixes #4622 : ShapeTracingFactory Should Not be Activable without HttpContext 2015-11-29 16:24:02 +01:00
Lombiq
b9091a7889 Removing unnecessary if when creating shape alternates 2015-11-24 21:00:34 +01:00
Lombiq
1c4c64b812 Fixing that widgets with name containing dash can't have named alternates #3379 2015-11-24 17:17:12 +01:00
Marek Dzikiewicz
715d557f32 Fix handling braces in tokens
This brings Tokenizer changes from changeset
423fec90b3
2015-11-22 18:34:27 +01:00
mkinawy
4db088fb9c fixes #5978 by moving the select button to the top of the media picker window and hides the save button untill some image is selected 2015-11-20 21:08:10 +02:00
Marek Dzikiewicz
b3bf80395a Fix TextTokens - Format and TrimEnd
This fixes the Format and TrimEnd tokens and adds unit tests for
all TextTokens.
2015-11-19 23:01:50 +01:00
mvarblow
67096961ce Update CacheItemRecord.cs
Fixed database output cache module when using SQL Server database.  This resolves the following exception which results from NHibernate trying to truncate the Output field to 8K:

NHibernate.AssertionFailure: null id in Orchard.OutputCache.Models.CacheItemRecord entry (don't flush the Session after an exception occurs)
2015-11-11 12:19:59 -05:00
Sipke Schoorstra
06ee7849c1 Removed tokenization from dynamic form error messages. 2015-11-03 22:34:11 +01:00
Sipke Schoorstra
61c91ff858 Merge pull request #5884 from phillipsj/1.9.x
Resolves #5878 : URL Field for Dynamic Forms
2015-11-03 22:08:22 +01:00
Lombiq
9572ef9ad3 Removing unnecessary Web.config file from the unused "Orchard.Dashboards" module folder, #6010
Fixes #6010
2015-11-03 21:25:51 +01:00
Katsuyuki Ohmuro
829f69198c With the Element editor dialog, use dialog frame's jQuery for form submission. 2015-10-29 21:40:47 +09:00
Jamie Phillips
4648a252b9 Correcting formatting and handling of error message.
Corrected the formatting and correct the handling of the error message.
2015-10-23 17:12:24 -04:00
Jamie Phillips
14c2ee7944 Updating Validation Message for URL Field
This change is made to now be in sync with the recent changes to how validation messages are being handled.
2015-10-20 20:34:23 -04:00
Carl Woodhouse
eecb61a132 Redis extensions use of keys #5958 2015-10-20 12:35:34 +01:00
Matthew Harris
bec9a6d792 Merge branch '1.9.x' into patch-1
Conflicts:
	src/Orchard.Web/Modules/Orchard.MultiTenancy/Views/Admin/Edit.cshtml
2015-10-20 00:09:16 +01:00