Sipke Schoorstra
a0be6c23dd
Adding VectorGraphic element.
2014-11-12 11:24:31 -08:00
Sipke Schoorstra
41bb95cfd3
Adding VectorGraphic media type.
2014-11-12 11:24:30 -08:00
Sipke Schoorstra
7c6acd59c5
Changing mime type provider implementation to use System.Web.MimeMapping.
2014-11-12 11:24:29 -08:00
Sipke Schoorstra
71cc8efeff
Handling NULL form reference in case a form element is placed outside of a form element.
2014-11-08 16:16:46 -08:00
Sipke Schoorstra
26abb5b90b
Fixing an issue where a NRE is thrown when rendering attributes.
2014-11-07 20:55:34 -08:00
Sipke Schoorstra
dcfaf50c95
Improving blueprint support for content part elements in a content part agnostic manner.
...
This enables scenarios such as creating blueprints for content part elements, which themselves are 'virtualized' elements based on the ContentPart element.
2014-11-06 00:29:22 -08:00
Sipke Schoorstra
6b8f870091
Improving element blueprint create and properties validation UI.
2014-11-05 23:05:58 -08:00
Sipke Schoorstra
54d80cae56
Removing unnecessary Index property.
...
The Index property is inherited from IElement.
2014-11-05 21:15:19 -08:00
Sipke Schoorstra
dd0bc59028
Improving verbiage.
2014-11-04 18:06:36 -08:00
Sipke Schoorstra
45947af448
Adding project dependencies (DynamicForms, Layouts, MessageBus and Redis).
2014-11-03 20:34:15 -08:00
Sipke Schoorstra
b8ea04bc32
Fixing projection element pager bug.
2014-11-03 20:24:02 -08:00
Sipke Schoorstra
038c7ef08e
Tokenizing form submitted notification.
2014-11-02 14:07:53 -08:00
Sipke Schoorstra
a4f45eeb2c
Skip rendering if no PublicKey is available.
...
PublicKey can be empty if not specified, or if the user is authenticated.
2014-10-30 18:54:38 -07:00
Sipke Schoorstra
9ba885fd51
Updating Layouts migrations - attaching LayoutPart to Page type.
2014-10-30 16:06:52 -07:00
Sipke Schoorstra
f9ca833f34
Fixing ReCaptcha validator.
2014-10-30 16:02:26 -07:00
Sipke Schoorstra
b426fb910d
Adding a Form Submission token provider to access posted values.
2014-10-30 15:00:38 -07:00
Sipke Schoorstra
509dbf6bf7
Adding token support custom validation messages.
2014-10-30 13:59:00 -07:00
Sipke Schoorstra
17e42b8f0b
Fixing null Form situation in design mode.
2014-10-30 13:58:28 -07:00
Sipke Schoorstra
f50bb865b6
Enabling Grid element settings.
2014-10-30 13:19:56 -07:00
rkoegelenberg
a087d85e81
Adding required hint to TitlePart
2014-10-30 12:54:17 -07:00
Sipke Schoorstra
52b518e543
Adding ReCaptcha form element.
2014-10-30 00:42:21 -07:00
Sipke Schoorstra
ba7c3cd32a
Pseudo-hiding root element to prevent an TinyMCE error.
2014-10-29 23:37:41 -07:00
Sipke Schoorstra
372e56a2af
Fixing javascript errors when closing dialog.
2014-10-29 23:13:34 -07:00
Sipke Schoorstra
49c18d82c2
Implementing Projection element.
2014-10-28 18:45:15 -07:00
Sipke Schoorstra
98bcf73198
Updating SelectList shape with support for SelectListGroup.
2014-10-28 17:52:42 -07:00
Sipke Schoorstra
d18bbedc42
Handling null version records in audit trail content provider.
...
VersionRecord is null in cases where a content item was created in the same request. E.g. creating a comment on the front end.
2014-10-27 01:19:15 -07:00
Daniel Stolt
005ec51115
Prevented IIS site from being started for Orchard.Azure.MediaServices when running from VS.
2014-10-26 16:29:23 +01:00
Sebastien Ros
b5f1b49723
Merge branch '1.8.x' into 1.x
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Indexing/Settings/EditorEvents.cs
src/Orchard.Web/Themes/TheAdmin/Scripts/admin.js
2014-10-23 20:53:47 -07:00
Stanley Goldman
4f4ad4d48f
Revert "TagCloud Functionality to filter by User"
...
This reverts commit ff1e1bf25a .
2014-10-23 13:01:12 -04:00
Stanley Goldman
ff1e1bf25a
TagCloud Functionality to filter by User
2014-10-22 20:27:40 -04:00
Stanley Goldman
180f76d351
#21016 : Adding Import/Export Functionality to TagCloudDriver
...
WorkItem: 21016
2014-10-22 20:27:40 -04:00
Sebastien Ros
04c710ab8d
Merge branch 'feature/messagebus' into 1.x
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Caching/Services/DefaultCacheStorageProvider.cs
2014-10-21 21:53:48 -07:00
Sebastien Ros
15740d1aad
Optimizing keys count
2014-10-21 21:45:22 -07:00
Sebastien Ros
b77f3a4c24
Fixing style
2014-10-21 21:32:47 -07:00
Sebastien Ros
d1f0eda6f4
Fixing specflow test
2014-10-21 11:57:21 -07:00
Sipke Schoorstra
57b09bc697
Implementing a more versatile approach to unsafe links.
...
This update enables you to configure anchor elements with a data-unsafe-url="Are you sure?" attribute, allowing the customization of the confirmation message.
2014-10-20 21:00:49 -07:00
Brett Morrison
245a296c3f
#20476 : Adding CacheAuthenticatedRequests setting.
...
Work Item: 20476
2014-10-20 17:10:52 -07:00
Sipke Schoorstra
c1e29b75a7
Removing unknown dependency listing.
2014-10-20 17:07:59 -07:00
Sipke Schoorstra
9a44d09c5e
#20962 : Handling text field keypress events on bulk actions to trigger the expected action.
...
Work Item: 20962
2014-10-20 13:05:19 -07:00
Sipke Schoorstra
5433b3215e
#20962 : Handling text field keypress events on bulk actions to trigger the expected action.
...
Work Item: 20962
2014-10-20 12:39:12 -07:00
Stanley Goldman
fa683f02d9
#21016 : Adding Import/Export Functionality to TagCloudDriver
...
WorkItem: 21016
2014-10-19 14:56:24 -04:00
Lombiq
0a8b55892b
Untabify ImportExport template
2014-10-18 23:31:29 +02:00
Bertrand Le Roy
7649724d80
Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x
2014-10-17 13:17:56 -07:00
Bertrand Le Roy
1540f69a79
Partial identity matches can now be considered as full matches, fixing a bug where import files would create duplicate items if imported several times.
2014-10-17 13:16:34 -07:00
Lombiq
d5f27f560c
#20876 , #20850 , 20849: The default Orchard.Cache cache storage provider implementation now uses the newer and more generic MemoryCache instead of the HTTP cache. It also uses absolute instead of sliding expiration. The new implementation can invalidate all cache entries for just a specific tenant too.
...
Work Item: 20876, 20850, 20849
C-c-c-combo breaker!
2014-10-17 19:30:47 +02:00
Lombiq
a798d974f7
#20999 : Handling returnUrl also on the LogOn page.
...
WorkItem: 20999
2014-10-17 13:43:40 +02:00
Sipke Schoorstra
b19a4cbbac
Displaying form submission time in local timezone.
2014-10-16 22:14:18 -07:00
Sipke Schoorstra
60f5a112a8
Adding EmailField form element.
2014-10-16 21:54:49 -07:00
Sipke Schoorstra
5f174fa3ed
Consistifying default top margin for select list with OL when used in forms.
2014-10-16 20:43:32 -07:00
Sipke Schoorstra
bfc72ba5a0
Improving nested container element UI.
2014-10-16 20:40:14 -07:00