Sipke Schoorstra
b66c8adfe3
Updating various migrations to use proper Boolean strings and proper JSON.
...
This will lessen the number of content type definition audit trail events generated when a user saves a content type definition without actually making any changes.
2014-07-20 20:19:40 -07:00
Daniel Stolt
1fd8cd2580
#191 : Fixed display of content part field settings change event. Cleaned up and refactored audit trail event summary views and corresponding CSS.
2014-07-20 17:59:01 +02:00
Daniel Stolt
15bdcadd4f
#194 : Implemented the missing ContentPart.DescriptionChanged event.
2014-07-20 16:44:49 +02:00
Daniel Stolt
104c051783
Removed duplicated ToFriendlyEmpty() methods and introduced an equivalent extension method. Changed <empty> to [Empty] to avoid HTML encoding problems.
2014-07-20 15:27:00 +02:00
Daniel Stolt
3ac23d4b32
Unified wording of event summaries. Added missing permission names to role events.
2014-07-20 01:30:46 +02:00
Daniel Stolt
21b9950ec7
Merge branch 'feature/audittrail' of https://git01.codeplex.com/orchard
2014-07-20 00:04:46 +02:00
Daniel Stolt
a606a7d3d8
#188 : Added missing summary views for role events, and improved wording of existing ones.
2014-07-20 00:04:28 +02:00
Sipke Schoorstra
a3d4b24a56
Merge branch 'feature/audittrail' of https://git01.codeplex.com/orchard into feature/audittrail
2014-07-19 14:44:33 -07:00
Sipke Schoorstra
83f5b78919
#180 : Implementing diff view between saved drafts.
2014-07-19 14:43:33 -07:00
Daniel Stolt
16021b6ee8
Merge branch 'feature/audittrail' of https://git01.codeplex.com/orchard
2014-07-19 23:33:03 +02:00
Daniel Stolt
a39d1eb492
#191 Fixed handling of added nodes in diffgram analysis.
2014-07-19 23:32:51 +02:00
Sipke Schoorstra
bdb10182df
#174 : Loading the latest content item version instead of the published version.
2014-07-19 13:42:58 -07:00
Daniel Stolt
359c765109
#187 Displaying changes only for the trimmin settings that actually changed. Improved some display texts and renamed some classes.
2014-07-19 20:31:14 +02:00
Daniel Stolt
de2dc60587
#190 Fixing content part event descriptions.
2014-07-19 19:57:03 +02:00
Sipke Schoorstra
02f5a29f0c
Implementing content part field change events and audit trail provider.
2014-07-17 18:45:05 -07:00
Sipke Schoorstra
63c8bd1101
Incremental work on content type events.
2014-07-17 00:08:29 -07:00
Sipke Schoorstra
236ecd2201
Incremental work on #184 .
2014-07-15 23:56:31 -07:00
Sipke Schoorstra
933caf5138
Merge branch '1.x' into feature/audittrail
2014-07-15 20:48:48 -07:00
Nicholas Mayne
6847f6d7eb
Fixing comparison where either side can be null
2014-07-15 21:13:40 +01:00
Piotr Szmyd
7cb97fdd7c
Revert "Fixing build warnings. Added binding redirects for JSON.NET 6.0"
...
It's a tooling issue, not Orchard - warnings are caused by Azure VS Tools 2.3 (http://connect.microsoft.com/VisualStudio/feedback/details/850425/windows-azure-vs-tools-breaking-msbuild-for-web-projects )
2014-07-15 21:57:59 +02:00
Nicholas Mayne
0b7ce57bf7
Stop calling driver on update if group is not the same
2014-07-15 19:22:05 +01:00
Piotr Szmyd
eb38abcc31
Fixing build warnings. Added binding redirects for JSON.NET 6.0
2014-07-15 14:23:43 +02:00
Sipke Schoorstra
4c1985098a
Improving admin filter.
...
Taking into account any sub menu items that match the query.
2014-07-14 00:18:50 -07:00
Sipke Schoorstra
e410555577
Adding case-insensitivity to admin filter and implementing enter key to navigate to the first result.
2014-07-14 00:13:16 -07:00
Sipke Schoorstra
3ee53e1565
Implementing and applying reusable flavor picker.
2014-07-13 15:54:27 -07:00
Sipke Schoorstra
3a0a040cf0
Fixing autofocus on content types / content parts screens.
2014-07-13 11:07:09 -07:00
Nicholas Mayne
0891ef5fbe
Updating Tinymce to version 4.1.1 from 4.1.0
2014-07-13 12:17:10 +01:00
Sipke Schoorstra
655467d823
Adding and implementing ImportAuditTrail permission.
2014-07-12 23:49:20 -07:00
Sipke Schoorstra
5201422317
Improving audit trail settings event log display text.
2014-07-12 23:24:52 -07:00
Sipke Schoorstra
be884466c9
Recording minimum run interval setting.
2014-07-12 23:21:18 -07:00
Sipke Schoorstra
79a2a4d79e
Merge branch '1.x' into feature/audittrail
2014-07-12 23:07:42 -07:00
Sipke Schoorstra
2e0ddb65be
Fixing content definition event handler.
2014-07-12 22:59:30 -07:00
Sipke Schoorstra
27455d46fd
#185 : Improving event description.
2014-07-12 22:51:14 -07:00
Sipke Schoorstra
5f61ebeee5
Fixed trimming retention period interpretation.
...
When the retention period was set to 0, the events would not be deleted until after 1 day.
This has been fixed by taking the last hour of the current day and subtracting the retention period from that value, and then doing an "inclusive less than" check.
2014-07-12 22:46:59 -07:00
Sipke Schoorstra
98153eb25c
#183 : Updating minimum run interval upon save.
2014-07-12 22:33:22 -07:00
Sipke Schoorstra
455fcc26e8
Restoring renamed file.
2014-07-12 22:32:51 -07:00
Sipke Schoorstra
921ec3d512
#182 : Storing updated audit trail settings with the event record and adding audit trail event settings changed event shape views.
2014-07-12 22:25:42 -07:00
Sipke Schoorstra
ac12bf1703
Fixing a security hole.
2014-07-12 22:23:27 -07:00
Sipke Schoorstra
232a351bab
#177 : Fixing issue when requesting all records.
2014-07-12 14:05:15 -07:00
Sipke Schoorstra
14e8ff5e9b
#172 : Retaining page size upon changing filter parameters.
2014-07-12 13:59:27 -07:00
Sipke Schoorstra
d268eb6fbf
#169 : Fixing filter date picker issue.
2014-07-12 13:47:05 -07:00
Sipke Schoorstra
3216e6629e
Fixing nested form issue.
2014-07-12 13:46:32 -07:00
Sipke Schoorstra
c12f4364fd
Removing unnecessary summary admin views.
2014-07-12 13:22:29 -07:00
Sipke Schoorstra
be3fe746ac
#165 : Added short event name for sorting purposes.
2014-07-12 12:42:08 -07:00
Lombiq
2843333fc1
Fixing that Orchard.Workflows.Timer didn't have a name in the module manifest
2014-07-12 01:05:47 +02:00
Daniel Stolt
4a899e489b
Removed orphan file reference in Orchard.Azure.MediaServices.csproj.
2014-07-09 12:45:41 +02:00
Sipke Schoorstra
cc6efa3ad9
Adding admin menu filter.
2014-07-08 20:26:20 -07:00
Daniel Stolt
279f89f748
Fixed exception in model binding, causing event settings to never be persisted.
2014-07-09 03:15:38 +02:00
Daniel Stolt
fa40768fda
Fixed localization of last trimming run date display. Added range validation to trimming settings. Added configurable setting for minimum trimming run interval.
2014-07-09 00:38:45 +02:00
Daniel Stolt
7942801a5e
Added localization of "last run" date in trimming settings.
2014-07-08 02:51:34 +02:00