Lombiq
37b97eaa26
Move Mono DLL from the Orchard.Scripting.CSharp module to the root lib folder
2015-12-22 21:57:25 +01:00
Sébastien Ros
da8898e946
Merge pull request #6178 from Jwheuvel/1.9.x
...
All /lib dll files are now correctly taken into account when using git
2015-12-17 12:32:38 -08:00
Sébastien Ros
2853197117
Merge pull request #6183 from mvarblow/issue-1978
...
[Fixes #1978 ] Extending MarshalByRef object lease
2015-12-17 12:32:04 -08: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
Matt Varblow
4362b00da1
Fixed indentation
2015-12-15 16:09:24 -05:00
Matt Varblow
67dd5abc31
Fixes #1978 : Long-running Orchard commands crashed the command line due to expired leases on remote proxies for MarshalByRef parameters passed in cross-AppDomain calls.
2015-12-15 16:07:34 -05:00
Jwheuvel
b1b34e444a
All /lib dll files are now correctly taken into account when using git
...
Changed the .gitignore so all /lib dependencies are included correctly.
2015-12-15 09:34:57 +01:00
Lombiq
6e3c8cbb9e
Fixing line endings in further two extension-less text files
2015-12-14 01:42:32 +01: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
Lombiq
6cc481e825
Normalizing some more line endings
2015-12-09 00:41:46 +01:00
Lombiq
4105f4490b
Normalizing line endings in some more files (most possibly remainder of the hg to git conversion)
2015-12-09 00:34:05 +01:00
Lombiq
2ab0094f73
Adding .gitattributes file to enforce common line ending configuration
...
As also advised by GitHub: https://help.github.com/articles/dealing-with-line-endings/
2015-12-09 00:25: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
Sébastien Ros
bc820e6f9a
Merge pull request #6124 from dcinzona/patch-3
...
Removing duplicate fields from content parts fails
2015-12-03 12:05:52 -08:00
Gustavo Tandeciarz
66e08e5f41
Removing duplicate fields from content parts fails
...
SingleOrDefault will throw an error when removing fields with the same name. Should be FirstOrDefault as it is on line 64
2015-12-03 14:23:37 -05: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
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
Sipke Schoorstra
dd59d7c385
Merge pull request #6104 from Codinlab/fixes/6033
...
Fixes #6033 : EmailActivity fails when run via background task
2015-11-29 19:10:49 +01:00
Thierry Fleury
5b53671a2a
Revert "Removing unnecessary resolution"
...
This reverts commit 9b91b1b260
.
2015-11-29 18:03:58 +01:00
Thierry Fleury
044bb2fdaf
Fixes #4622 : ShapeTracingFactory Should Not be Activable without HttpContext
2015-11-29 16:24:02 +01:00
Lombiq
af76305088
Adding dynamic Content property to the Content Item class for easily accessing Parts and Fields. Thanks Sébastien! :)
2015-11-26 22:11:40 +01:00
Lombiq
ab12ff6a05
Adding notes about Orchard 2 to the README
2015-11-25 15:43:37 +01:00
Lombiq
b9091a7889
Removing unnecessary if when creating shape alternates
2015-11-24 21:00:34 +01:00
Daniel Stolt
eb81c20f04
Set UseGlobalApplicationHostFile=True in Orchard.Web.csproj.
...
This prevents VS2015 from creating a local applicationHost.config file in the solution, which in our case is excluded from source control anyway and therefore isn't used as intended.
2015-11-24 19:14:31 +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
Sébastien Ros
7d689710cc
Merge pull request #6067 from MpDzik/pr/tokens-1.9.x
...
Fix handling braces in tokens
2015-11-23 08:56:36 -08:00
Marek Dzikiewicz
715d557f32
Fix handling braces in tokens
...
This brings Tokenizer changes from changeset
423fec90b3
2015-11-22 18:34:27 +01:00
Sébastien Ros
db1efab940
Merge pull request #6060 from mkinawy/issue/6052
...
[Fixes #6052 ] Href should be no-op when applied on absolute url
2015-11-20 14:17:12 -08:00
mkinawy
d0175e6ccd
reverting file annotations
2015-11-21 00:12:36 +02:00
mkinawy
23d81181ed
fixes #6052 by making Href return the url path as-is if it starts with http or https
2015-11-21 00:07:08 +02:00
Sébastien Ros
def163953c
Merge pull request #6057 from mkinawy/issue/5978
...
[Fixes #5978 ] Move Select button at the top in modal Media Library frame
2015-11-20 12:09:13 -08: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
Sébastien Ros
a02e6e8ab7
Merge pull request #6055 from MpDzik/pr/tokens-1.9.x
...
Fix TextTokens - Format and TrimEnd
2015-11-19 14:40:31 -08: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
Sébastien Ros
f701482ff9
Merge pull request #6044 from DanielLackenbyBede/daniellackenbybede/bug/6043/listable_content
...
[Fixes #6043 ] Filter out when no contentTypeNames provided
2015-11-19 12:25:05 -08:00
Sébastien Ros
bd00caf5be
Merge pull request #6050 from Codinlab/fixes/6023
...
Fixes #6023 : Ellipsize can spilt an HTML encoded character
2015-11-19 12:19:11 -08:00
Lombiq
b32fc1b7ba
Adding proper end of line handling when cloning from Mercurial
2015-11-19 13:58:47 +01:00
Thierry Fleury
411e04b56a
Make Excerpt test more accurate
2015-11-19 09:29:35 +01:00
Thierry Fleury
062a786f61
Add new HtmlHelperExtensions tests for Ellipsize and Excerpt methods
2015-11-19 09:00:31 +01:00
Thierry Fleury
5bfb858e3b
Use non-breaking space instead of standard space in Ellipsize.
2015-11-19 08:58:49 +01:00
Thierry Fleury
ccaa47b200
Fixes #6023 : Ellipsize can spilt an HTML encoded character
2015-11-18 19:33:18 +01:00
Daniel Lackenby
c6b1754bd7
Limit Admin Menu for Content
...
Limit the Content Menu item by whether you have the base Permission
EditOwnContent. EditContent implies EditOwnContent so either permission
(which you need at least one of to do any management of content be it
create or edit) will allow this menu item to display.
2015-11-18 16:08:50 +00:00