Commit Graph
7880 Commits
Author SHA1 Message Date
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
Sebastien Ros d5221d0444 Merge branch '1.8.x' into 1.x 2014-05-26 17:37:43 -07:00
Sebastien Ros daa95def73 Disabling user mode output cache 2014-05-26 17:37:09 -07:00
Sebastien Ros 295099c215 Merge branch '1.8.x' into 1.x 2014-05-26 12:08:12 -07:00
Sebastien Ros d63be30390 Improving output cache
The OutputCache HttpModule is necessary to enable kernel cache. However
the current usage won't impact memory usage as pages are not
stored in output cache unless Page.InitOutputCache is called in MVC.
c.f. https://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Mvc/OutputCacheAttribute.cs
2014-05-26 12:07:38 -07: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
Daniel Stolt 5097416a4f Merge branch '1.8.x' of https://git01.codeplex.com/orchard 2014-05-23 00:30:40 +02:00
Daniel Stolt fe03101d84 Removed version numbers from references to assemblies in the lib folder in Orchard.Azure.MediaServices.csproj. 2014-05-23 00:30:23 +02:00
Sipke Schoorstra fd9c9830b0 Adding generated AuditTrail module. 2014-05-22 15:11:50 +02:00
Lombiq a1039f5609 Orchard.Framework/Caching: Fixing typo in a comment in Cache.cs 2014-05-21 18:48:20 +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
Lombiq 45392f60de #20658: Factored out Razor-related services in Templates to separate feature.
Work Item: 20658
2014-05-20 16:03:55 +02:00
Lombiq bca9ca1304 Orchard-style code formatting in Orchard.Templates 2014-05-20 14:54:58 +02:00
Sebastien Ros 2e5b601474 Fixing multi-tenant specflow tests 2014-05-19 16:14:15 -07:00
Sebastien Ros 84feb2814e Fixing Lists specflow tests 2014-05-19 16:00:04 -07:00
Sebastien Ros 34410dd429 Fixing Widgets specflow tests 2014-05-19 15:30:08 -07:00
Sebastien Ros 6aea57b2ca Fixing DateTimeField specflow tests 2014-05-19 14:38:49 -07:00
Sebastien Ros 6e90698c8c Fixing comments specflow tests 2014-05-19 14:27:30 -07:00
CSurieux 8547013d1d #20113: Added ContentTypeDefinition to ContentTypePartDefinition.
When we can now access the ContentType and all the parts is contains when editing its Setting.

Work Item: 20113
2014-05-19 22:11:25 +01: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
Benedek Farkas 886827fa7a Merge branch '1.8.x' into 1.x 2014-05-19 17:31:29 +02:00
Daniel Stolt 61c0013eea Fixed a bug that caused calendars picker to not use the proper client-side localization files for non-gregorian calendars. 2014-05-17 22:57:24 +02:00
Daniel Stolt 90c567a291 #20684 Reverted incorrect (and naïve) string replacements of "Windows Azure".
Work Item: 20684
2014-05-17 19:15:19 +02:00
Nicholas Mayne 3af7ed1b07 #20373: Repointing to MediaLibraryService
Work Item: 20373
2014-05-17 16:18:33 +01:00
Nicholas Mayne e5740ddcc2 #20087: Fixing Admin Pager to hide if select all is selected
Work Item: 20087
2014-05-17 15:45:56 +01:00
Stanley Goldman 058531cd60 #20479: Getting MediaLibrary root folder from IMediaLibraryService
Work Item: 20479
2014-05-17 15:36:44 +01:00
Nicholas Mayne 90692dedce Fixing issue where Folder Update is Null because of emtpy string 2014-05-17 15:22:33 +01:00
Benjamin Grabkowitz 77581ed55e #20551 Resolves issue 20551.
Work Item: 20551
2014-05-17 15:21:51 +01:00
Nicholas Mayne becefc2261 #20600: Fixing stray } within index file. 2014-05-17 14:35:11 +01:00
Stanley Goldman ed315c4535 #20600: Dynamically attaching folder drop event
Work Item: 20600

Conflicts:
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/Admin/Index.cshtml
2014-05-17 14:34:11 +01:00
Stanley Goldman 13619b6d54 #20600: Providing FolderPath for Ajax Request
Work Item: 20600
2014-05-17 14:34:00 +01:00