Sipke Schoorstra
9dd8bee660
Removed unnecessary ITransactionManager constructor argument.
2015-02-28 00:51:34 +01:00
Sipke Schoorstra
ed5eab592e
Improved SMTP test function to take settings into account in real time.
...
Before this change the user had to first save the settings before being able to test them.
2015-02-28 00:49:40 +01:00
Sipke Schoorstra
81fb0d7bf5
#21002 : EMail with CC Bcc etc.
...
Merge branch 'IBN-Labs/MailPlusCC' of https://git01.codeplex.com/forks/qt1/orchad4ibn into PR
Conflicts:
src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs
Work Item: 21002
2015-02-28 00:05:54 +01:00
Sipke Schoorstra
596d4a914d
#21103 : Missing ReplyTo field & parameter == No Sending Emails.
...
Merge branch '1.x' of https://git01.codeplex.com/forks/abhishekluv/oproject into PR
Conflicts:
src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs
Work Item: 21103
2015-02-27 23:33:18 +01:00
Sipke Schoorstra
31e6219ece
#21224 : Added validation for Enumeration, Taxonomy and Query form field elements.
...
Work Item: 21224
2015-02-27 23:05:36 +01:00
Sipke Schoorstra
3fd51616ae
Removed T property that was hiding T from base.
2015-02-27 22:39:22 +01:00
Sipke Schoorstra
7eb8ba993a
Removed T property that was hiding T from base.
2015-02-27 20:07:23 +01:00
Sipke Schoorstra
b476b2f8c6
#21223 : Fixed that Submit button for is always labeled "Submit".
...
Work Item: 21223
2015-02-27 10:37:13 +01:00
Sipke Schoorstra
e26d70f3a5
#21226 : Fixed that the Bindings tab doesn't appear for newly added form fields.
...
Work Item: 21226
2015-02-27 10:31:50 +01:00
Sipke Schoorstra
7cab0bcf07
#21219 : Fixed that the content type to create is not persisted on Form element.
...
Work Item: 21219
2015-02-27 10:08:32 +01:00
Sipke Schoorstra
bba130697b
Removed unneeded base calls.
2015-02-26 16:14:35 +01:00
Sipke Schoorstra
f236afe302
Fixed site settings recipe step.
...
This fixes an issue where the remainder of the attributes on an XML element are not being processed if a certain attribute does not exist as a property on the part.
For example, the SiteCultures attribute on the element being imported would not match to a property on the SiteSettingsPart, so the remainder of the attributes would be skipped.
2015-02-26 16:07:11 +01:00
Daniel Stolt
d32accb089
#21213 : Improved layout popup keyboard handling.
...
Work Item: 21213
Fixed space key issue when popup input field has focus. Also added ESC as a keyboard shortcut to close the popup. Also set focus to the first input when popup is opened.
2015-02-24 12:47:57 +01:00
Nicholas Mayne
750a4079c1
Changing VersionREcordId to VersionNumber when trying to recal a item by its VersionNumber
2015-02-23 22:06:21 +00:00
Sipke Schoorstra
bcfdd0120c
Fixed a client side HTML decoding issue.
2015-02-23 16:01:54 +01:00
Daniel Stolt
caa50ad440
Updated TypeScript to version 1.4.
...
Download from here: https://visualstudiogallery.msdn.microsoft.com/2d42d8dc-e085-45eb-a30b-3f7d50d55304
2015-02-23 15:23:15 +01:00
Sipke Schoorstra
102fb14d9a
Extracted layout editor creation for reuse purposes.
...
This simplifies reusing the layout editor in other areas outside the context of LayoutPart (which is now a user of the layout editor).
2015-02-22 12:28:22 +01:00
Sipke Schoorstra
c0e46f2930
Handling optional Content context of content part element rendering.
...
Content is optional context, so if it's null, we can't render the part element.
This typically only happens when the layout editor is used outside the context of a content item and still renders the various content part elements as part of the toolbox.
2015-02-22 10:28:18 +01:00
Sipke Schoorstra
3f15163297
Making LayoutEditor a reusable editor template.
2015-02-22 09:45:49 +01:00
Nicholas Mayne
fb9ec74dfa
Removing reference
2015-02-21 21:22:12 +00:00
Sipke Schoorstra
9cf3cf5c15
#21060 : Orchard.Redis - ITagCache.
...
Work Item: 21060
2015-02-21 17:12:26 +01:00
Lombiq
9183641da0
#20983 : Removing unneeded and wrong SafeMode Document template and adding simple Document template to Orchard.Setup.
...
Orchard.Setup implicitly depended on the SafeMode theme, removing this dependency now. The Setup Document now depends on Core Shapes because of html5.js, but this is much less risky.
Work Item: 20983
2015-02-21 17:04:51 +01:00
zumey
a713e9d260
#21155 : Remove All in MediaLibraryPicker field.
...
Work Item: 21155
2015-02-21 17:03:24 +01:00
Zoltán Lehóczky
fbb1346703
Merge branch 'issue/caching' into 1.x
2015-02-21 15:25:32 +01:00
Lombiq
e84a180412
Moving Orchard.Caching extension methods to the same namespace as the service they extend
2015-02-21 15:24:01 +01:00
Sipke Schoorstra
87b352e439
Revert " #20983 : Removing unneeded and wrong SafeMode Document template"
...
This reverts commit 1c1bc9d851
.
2015-02-21 12:27:28 +01:00
Sipke Schoorstra
bf3bd93daa
Applied Zoltan's suggestions (see comments on work item).
...
Work Item: #21068
2015-02-21 10:05:23 +01:00
Lombiq
2b1095b250
Fixing Content and Media Picker document templates' CSS inclusions
2015-02-20 19:40:43 +01:00
Lombiq
1c1bc9d851
#20983 : Removing unneeded and wrong SafeMode Document template
...
Work Item: 20983
2015-02-20 19:26:45 +01:00
Lombiq
26c6017b0a
Untabifying template
2015-02-20 19:23:04 +01:00
Sipke Schoorstra
802bf9b835
Fixed ImportChildEl implementation.
...
The overloaded method was invoking ImportAttribute instead of ImportChildEl.
2015-02-20 15:05:51 +01:00
Sipke Schoorstra
edfc16e491
Fixed Layouts import/export merge issue.
2015-02-20 15:03:21 +01:00
Daniel Stolt
cc4fe86d83
Fixed JS language service errors in Orchard.Layouts.
2015-02-20 12:53:17 +01:00
Daniel Stolt
8911365242
Removed some residual JS source map references.
2015-02-20 12:46:18 +01:00
Daniel Stolt
4b11d08ccd
Merged 'feature/layouteditor' into 1.x.
2015-02-19 22:14:55 +01:00
Daniel Stolt
d5c3a0e59f
Fixed an error while publishing via MSBuild (outside of VS).
...
When running the Publish target using MSBuild (rather than VS) the error MSB3030 occurs because the manifest file Orchard.exe.manifest cannot be found. This fixes that error, making it possible to automate publishing outside VS, for example using PowerShell.
2015-02-19 19:03:16 +01:00
Nicholas Mayne
8383e55cf2
Fixing XML Docs in content manager
2015-02-19 12:37:32 +00:00
Nicholas Mayne
bc7a75ea2a
#18172 : Adding import export to Site Cultures
...
Because they come from records I am using the SiteSettings Driver to export/import
Work Item: 18172
2015-02-19 00:05:32 +00:00
Nicholas Mayne
4e85e60947
Small perf tweeks to Localization Part Driver, removing unneeded SiteCultures enumerable as we only care about missing cultures
2015-02-18 23:14:23 +00:00
Nicholas Mayne
0a33ce5eae
Perf improvement in localization service. Replacing List() with Slice(1) and no need to use overload on Query as it is taken care of in inner query
2015-02-18 22:46:43 +00:00
Nicholas Mayne
e1a9999382
Adding Localization Tokens to localization module.
2015-02-18 16:48:04 +00:00
Nicholas Mayne
a60b91e610
Removing the - in the culture layer rules. It seems that the scripting engine changed to stop allowing them.
2015-02-18 15:41:28 +00:00
Nicholas Mayne
f1d97b7251
Fix for Application Path on localization to deal with virtual paths
2015-02-18 15:32:23 +00:00
Nicholas Mayne
1a5a483568
Adding ability to add a culture to a piece of content that has no culture
2015-02-18 15:27:19 +00:00
Jay Harris
dac17198f6
#21151 : Import with LayoutPart Fails if not in XML.
...
Work Item: 21151
2015-02-14 16:19:15 +00:00
Jay Harris
4ac29a3937
#21160 : Comment View should observe Shape ID & Classes.
...
Work Item: 21160
2015-02-14 16:15:59 +00:00
Jay Harris
13155e5b83
#21153 : [Feature] Dynamic AddComment.
...
Work Item: 21153
2015-02-14 16:12:57 +00:00
Lombiq
c8f65e7110
Updating Rebraces config for VS Update 4
2015-02-12 00:12:11 +01:00
Lombiq
651ad96047
Fixing DefaultOrchardHostTests
2015-02-12 00:12:10 +01:00
Daniel Stolt
2515f943f6
Moved xmldiffpatch dependency to root lib folder.
2015-02-11 23:55:54 +01:00