Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
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
Sipke Schoorstra 9ebb3966d3 Tokenizing Taxonomy form field text and value. 2014-10-16 20:12:49 -07:00
Sipke Schoorstra 3cb9761823 Adding Query form element. 2014-10-16 19:59:45 -07:00
Sipke Schoorstra ea2d3a6c4b Adding PasswordField and improving validation API. 2014-10-16 00:53:04 -07:00
Sipke Schoorstra d096bc206c Removing source control bindings. 2014-10-15 18:42:44 -07:00
Sipke Schoorstra 6fb594eae5 #21005: Fixing ElementWrapperPart and persistence of common element settings.
Work Item: 21005
2014-10-15 18:41:16 -07:00
Sipke Schoorstra 73ce635d26 Removing unused test file. 2014-10-15 17:41:43 -07:00
Sipke Schoorstra 028059cb58 #21004: Fixing design-time snippets.
Work Item: 21004
2014-10-15 17:37:26 -07:00
Sipke Schoorstra 0a6e7cbef4 Fixing null reference exception when creating content item blueprint element. 2014-10-14 23:02:27 -07:00
Sipke Schoorstra 6d4bef36bd Setting default name for form element. 2014-10-14 22:58:18 -07:00
Sipke Schoorstra 61b80af6c7 Moving Elements and Form Submissions menu items down and adding admin menu icons. 2014-10-14 22:45:27 -07:00
Sipke Schoorstra 507ddd13b8 Adding Orchard.DynamicForms. 2014-10-14 16:10:01 -07:00
Sipke Schoorstra 16853760ac Adding Orchard.Layouts. 2014-10-14 16:07:00 -07:00
Sipke Schoorstra 60021d92f4 Adding test.
This test asserts that a failing data migration throws an OrchardException.
This exception is then handled by the controller to render the proper error message.
2014-10-13 18:15:06 -07:00
Sipke Schoorstra 0491a38aea Initializing T property with a default instance. 2014-10-13 18:13:31 -07:00
Sipke Schoorstra 7f9fce290b Fixing update feature functionality.
This fixes an issue when for some reason a migration update step fails and the user wants to try again, but the migrations aren't executed for the selected features.
2014-10-13 16:46:42 -07:00
Sipke Schoorstra 0315beb92b Disabling spellcheck on layer rule editor. 2014-10-12 23:51:58 -07:00
Sipke Schoorstra 69d1ef8f86 Improving output cache filter.
- This change allows any shapes to be added to the Messages zone without causing the output cache to not kick in anymore.
- Using INotifier instead of INotificationManager to prevent invocation of INotificationProvider implementations.
2014-09-30 15:33:14 -07:00
Sipke Schoorstra a096e3abd1 Removing Name property on ContentTypeDefinitionBuilder and updating usages to use .Current.Name. 2014-09-25 13:04:13 -07:00
Sipke Schoorstra af51f0b17b Configuring ProjectionPage to be Listable by default. 2014-09-23 16:13:03 -07:00
Sipke Schoorstra 4fe5653fef Adding Hint HTML helper. 2014-08-27 21:06:25 -07:00
Sipke Schoorstra 195d2179bd Updating Content Picker to list Listable types. 2014-08-25 00:18:20 -07:00
Sipke Schoorstra 2ef4eea1d7 Adding support for client IP address logging. 2014-08-18 14:43:25 -07:00
Sipke Schoorstra 3a8b2aecb3 Fixing vertical alignment of publish button. 2014-08-10 23:45:03 -07:00
Sipke Schoorstra 04f30ccd29 Fixing widget publishing upon initial creation.
This fixes the case where a widget is not published when it's first created.
2014-08-10 23:39:04 -07:00
Sipke Schoorstra fdeae4e583 Hiding admin menu filter by default. Press CTRL+M to toggle the filter. 2014-08-10 17:12:21 -07:00
Sipke Schoorstra 6b70c086b0 Rendering newlines as <br/> when displaying audit trail event comments. 2014-08-07 17:30:51 -07:00
Sipke Schoorstra 8555f1ae40 Implementing "Imported" audit trail event for content items and types. 2014-08-07 02:47:26 -07:00
Sipke Schoorstra a39aa9d8b4 ContainerWidget - Handling the case when there's no selected container.
Previously, the Container Widget would allow the user to not select a container. This is now handled using model validation.
To be safe, we also handle the case when the ContainerId is 0 or does not refer to an existing content item.
2014-08-06 19:01:49 -07:00
Sipke Schoorstra bd7e71d721 Improved handling of events whose content items or types were deleted. 2014-08-05 16:07:44 -07:00
Sipke Schoorstra ee9146f411 New content types are listable by default. 2014-08-05 12:23:48 -07:00
Sipke Schoorstra e36e4e330c More robust handling of audit trail event records whose providers are no longer enabled. 2014-08-01 12:19:03 -07:00
Sipke Schoorstra 6f9a137793 Improved handling of events whose content items were deleted or nonexistent at all. 2014-08-01 12:18:45 -07:00
Sipke Schoorstra 07e98693c7 ContentManager.Get(VersionOptions.AllVersions) returns last version record instead of first version record. 2014-08-01 12:08:28 -07:00
Sipke Schoorstra 84c651a0eb More robust handling of audit trail event records whose providers are no longer enabled. 2014-07-31 20:56:46 -07:00
Sipke Schoorstra 81514eeb2d Improving audit trail content related events. 2014-07-31 20:24:31 -07:00
Sipke Schoorstra e50c2e1d39 Adding ShowSaveWarning option. 2014-07-28 18:13:28 -07:00
Sipke Schoorstra 658aa8384d Bugfixing.
The "showSaveMsg" function needs to be there regardless of the "promptOnNavigate" value.
2014-07-28 17:58:31 -07:00
Sipke Schoorstra 5a633330eb Adding PromptOnNavigate option. 2014-07-28 17:17:32 -07:00
Sipke Schoorstra 6e4fcd6a2a Consistifying line endings. 2014-07-28 15:40:30 -07:00
Sipke Schoorstra 3d284eece8 Implementing reusable MediaLibraryPicker shape. 2014-07-28 15:39:56 -07:00
Sipke Schoorstra cce3a0e1ed Making the WorkContext on WebViewPage available for shapes being rendered in background tasks as well. 2014-06-13 15:45:22 -07:00
sfmskywalker 138fe3da4f Adding events to user audit trail event provider. 2014-06-02 22:30:25 +02:00
sfmskywalker de90b60603 Adding LoginFailed event. [Core Module Change] 2014-06-02 22:29:34 +02:00
sfmskywalker 7c1c64eb90 Implementing trimming background task. 2014-06-02 22:03:23 +02:00
sfmskywalker 2037a0dafa Introducing Audit Trail Trimming feature and extracting trimming settings. 2014-06-02 20:58:12 +02:00
sfmskywalker b48686dfe1 Updating Content Audit Trail Event view with diff gram, if available. 2014-06-02 20:15:19 +02:00
sfmskywalker 3c159fbd9a Adding descriptive XML comments. 2014-06-02 20:14:43 +02:00
sfmskywalker f3cc944e75 Removing logic to manually get the previous version.
We already get the previous version during the Published event, which will actually save a new version.
2014-06-02 20:14:19 +02:00
sfmskywalker 363e1c9beb Renaming a local variable. 2014-06-02 20:12:18 +02:00
sfmskywalker 5b73e80703 Incremental work on diffgram. 2014-06-02 15:12:56 +02:00
sfmskywalker a8b1f2c77d Merge branch '1.x' into feature/audittrail 2014-06-01 15:26:29 +02:00
sfmskywalker 11472a96e4 Implementing Import/Export. 2014-06-01 15:25:23 +02:00
sfmskywalker 45beff3fe0 Incremental work on event details view. 2014-06-01 14:53:50 +02:00
sfmskywalker f3c78a1785 Updating and implementing permissions. 2014-05-28 12:15:28 +02:00
sfmskywalker 16a67320cc Updating audit trail manager to take event settings into account. 2014-05-28 11:57:56 +02:00
sfmskywalker 83602896b1 Implementing audit trail site settings. 2014-05-28 00:39:52 +02:00
sfmskywalker 5cf7a7e42f Merge branch '1.x' into feature/audittrail 2014-05-27 18:34:45 +02:00
sfmskywalker 3fe5242dfd Implementing a ContentType/Part audit trail event provider. 2014-05-27 18:32:04 +02:00
sfmskywalker 6bb121edf6 Simplifying Role audit trail event names. 2014-05-27 18:31:05 +02:00
sfmskywalker 0acc0b94da Infusing Orchard.ContentTypes with event sources. [Core Module Change] 2014-05-27 18:30:08 +02:00
sfmskywalker a6a3191422 Implementing Role audit trail events. 2014-05-26 14:44:18 +02:00
sfmskywalker 87d01105de Improved role permission events. [Core Module Change] 2014-05-26 14:42:44 +02:00
sfmskywalker 80a27b04a7 Adding role renamed event. [Core Module Change] 2014-05-26 14:18:55 +02:00
sfmskywalker 58ad9671b9 Adding Roles event source to Orchard.Roles [Core Module Change] 2014-05-26 12:01:27 +02:00
sfmskywalker f49a5d74f4 Improving variable names and executing queries early on for easier debugging. 2014-05-26 02:16:32 +02:00
sfmskywalker 84dae20c82 Updating project file to include the password changed view. 2014-05-26 02:15:22 +02:00
sfmskywalker 722a623435 Adding default summary admin view for Password Changed event. 2014-05-26 02:14:38 +02:00
sfmskywalker 0e06e3d6a0 Added User audit trail provider. 2014-05-26 02:00:29 +02:00
sfmskywalker 780d1248d3 Implementing inline audit trail on content editor view. 2014-05-26 01:36:05 +02:00
sfmskywalker 5f63454cee Improved ordering and added a part setting. 2014-05-25 16:03:30 +02:00
sfmskywalker 79bd863907 Fixing issue caused by name change. 2014-05-25 15:52:35 +02:00
sfmskywalker bb9d8818cf Incremental work on AuditTrailPart settings. 2014-05-25 15:46:28 +02:00
sfmskywalker b0d7814906 Incremental work on filtering. 2014-05-25 14:47:15 +02:00
Sipke Schoorstra 0c0f2b91a4 Incremental work on audit trail services and UI. 2014-05-23 22:32:34 +02:00
Sipke Schoorstra fd9c9830b0 Adding generated AuditTrail module. 2014-05-22 15:11:50 +02:00
Sipke Schoorstra 6e49ad2ce2 Changed the Template title syntax requirements.
This change makes it possible to use "complex" shape names (e.g. "Email__Wrapper"). Before this change, the shape file name syntax was required (e.g. "Email-Wrapper").
However, such shapes would not be found when using the {Shape.Execute} token when using the other syntax (e.g. "Email__Wrapper"), since TemplateShapeDisplayEvent simply register the shapes by specified title without first translating the file based syntax to code based syntax.
2014-05-20 20:04:19 +02:00
Sipke Schoorstra 34122e6834 Updating Redirect activity view.
This change will show the provided redirect URL using a tooltip rather than on the activity node itself.
2014-05-19 21:59:59 +02:00
Sipke Schoorstra 67634bab0f Adding "Done" outcome to Redirect activity. 2014-05-19 21:58:39 +02:00
Sipke Schoorstra 54345ead5c Changed argument names to match the way they are interpreted by the default implementation.
The term "skip" is generally interpreted as representing the number of records to skip.
However, the SearchService implementation interprets this value as the start page, not the number of records to skip.
We could have changed the implementation to match the interface, but doing it the other way around is safer.
2014-05-16 13:46:02 +02:00
Sipke Schoorstra aacae5451c Renamed 'List Definition' to just 'List'. 2014-03-28 10:06:42 -07:00
Sipke Schoorstra 3b95c46f90 Restored removed ContainerWidget properties. 2014-03-28 10:06:41 -07:00
Sipke Schoorstra 129133f6ba Added Lists projection filter and sort criterion provider. 2014-03-28 10:06:39 -07:00
Sipke Schoorstra 8bda4bc6cc Fixed sweeplock bugs in media services background tasks. 2014-03-24 23:29:43 +01:00
Sipke Schoorstra 0a970e88f3 Fixed Media Library not showing draft items.
Due to a bad merge (1.7.x into 1.x), the VersionOptions weren't being specified anymore, which caused the Media Library to not show draft items.
2014-03-21 12:23:02 +01:00
Sipke Schoorstra 94011c8944 #20561: Fixed redirect URL bug in OutputCacheFilter.
Work Item: 20561
2014-03-15 13:31:31 +01:00
Sipke Schoorstra 3dfdebdd12 Fixed broken setup.
There's no feature called "Core". When setting a dependency on a non-existing feature of a feature that is enabled during setup, the site fails.
2014-03-03 21:39:31 +01:00