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
Katsuyuki Ohmuro
93abfc0aca
#21218 : Fixing IFilterProvider execution order
...
Work Item: 21218
2015-03-05 22:55:23 +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
Sipke Schoorstra
657a285650
Fixed "Are you sure you want to leave this page?" even when layout is not dirty.
...
The issue was that during page initialization, the Content element's HTML would be serialized with the URL encoded version of its contents, but shortly after that HTML would be URL decoded, causing a difference in the serialized JSON between the initial serialization and final serialization (upon page unload).
2015-03-04 11:27:18 +01:00
Daniel Stolt
0f7d385350
Made casing of Web.config file names consistent.
2015-03-04 02:33:18 +01:00
Daniel Stolt
78901ba095
Suppressed warning CS0436 in Orchard.Framework.
2015-03-04 02:26:54 +01:00
Daniel Stolt
8e81de333f
Removed more source map files and disabled source map generation for TypeScript.
2015-03-04 02:22:19 +01:00
Daniel Stolt
1a8ebf2548
Fixed version conflict build warnings and cleaned up all Web.config files.
2015-03-04 02:06:09 +01:00
Lombiq
8b196c437e
#21181 : Adding the ability for admins to also change password for registered users.
...
Work Item: 21181
2015-03-02 17:19:32 +01:00
Sipke Schoorstra
37d1af30b1
Prevent .map files from being requested by the browser.
...
Requests to .map files are responded to with 404 - not found.
2015-03-01 21:04:35 +01:00
Sipke Schoorstra
43eafcbb1e
Prevent .map files from being requested by the browser.
...
Requests to .map files are responded to with 404 - not found.
2015-03-01 21:03:46 +01:00
Sipke Schoorstra
da544a47e9
Fixed broken layout editor when using the minified layout editor script.
2015-03-01 20:33:24 +01:00
Sipke Schoorstra
2e3ab0b888
#21231 : Fixed that Paragraph element gets extra <p> tags when editing.
...
Work Item: 21231
2015-03-01 19:09:09 +01:00
Lombiq
53cd06e63e
Fixing that Path Placement Matches couldn't be used for editor templates when being updated.
2015-03-01 02:01:11 +01:00
Sipke Schoorstra
27a01fb11e
Fixed an HTML encoding issue.
...
See: https://orchard.codeplex.com/discussions/582038
2015-02-28 23:50:40 +01:00
Lombiq
9f9ed92fdd
Core/Shapes: creating static resource for html5.js
2015-02-28 18:11:59 +01:00
Sipke Schoorstra
9c2e1f9e56
Fixed an issue where unchecked checkboxes would remain checked.
...
The issue was that by combining existing element data with posted element data, the existing items would retain their values in case no such item was posted, which is the case for unchecked checkboxes; their name/value pair will be not posted, so the original value would be retained.
This is fixed by no longer combining existing data with hosted data, but instead relying that an element editor will post all data that it is concerned with.
2015-02-28 15:52:37 +01:00
Sipke Schoorstra
11ffc90afa
Changed build action from 'None' to 'Content'.
2015-02-28 10:15:54 +01:00
myates
9116c34b22
#20379 : Cleanup the msbuild Precompiled build output.
...
Work Item: 20379
2015-02-28 10:06:54 +01:00
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
Lombiq
1407ff7fce
Fixing Taxonomies migration return value
2015-02-24 21:31:01 +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
Zoltán Lehóczky
cc7754c9eb
Merge branch 'issue/21071' into 1.8.x
2015-02-23 17:07:17 +01: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