Commit Graph

7998 Commits

Author SHA1 Message Date
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
Daniel Stolt
70cc73b2ed Removing some unneeded feature dependencies. 2014-07-07 23:19:31 +02:00
Daniel Stolt
4ea58a1615 Updated publishing profile. 2014-07-06 19:35:51 +02:00
Daniel Stolt
1fa28be067 Added task lease to audit trail trimming background task. 2014-07-06 19:03:07 +02:00
Daniel Stolt
50ee3fcd9d Added display of last trimming run to settings UI. 2014-07-06 18:47:46 +02:00
Daniel Stolt
ff9a380ef5 Some more minor renames and reformatting. 2014-07-06 18:07:08 +02:00
Daniel Stolt
ac6b3b2f66 Completed extraction of roles and users audit trail providers into separate features by removing duplicated interfaces. Renamed some helper classes as extensions. Some minor reformating and naming changes. Fixed bugs in the role audit trail provider. 2014-07-06 17:42:06 +02:00
Daniel Stolt
d3481053d9 Redesigned the audit trail filtering UI. 2014-07-06 14:46:31 +02:00
Daniel Stolt
c276433aff Changed the column order of event records. 2014-07-05 19:27:37 +02:00
Daniel Stolt
f66affe98c Miscellaneous tweaks, refactorings and renames. 2014-07-05 19:08:40 +02:00
Daniel Stolt
f96e73fc4c Refactored resources. Inlined small PNG images. 2014-07-05 17:19:21 +02:00
Daniel Stolt
66aa1426dc Refactored the audit trail settings UI and cleaned up a bunch of UI strings. Renamed some resource files. 2014-07-05 13:54:13 +02:00
Daniel Stolt
660ab8322e Changed the term "threshold" to "retention period" for clarity. 2014-07-05 12:40:12 +02:00
Daniel Stolt
eb32aab073 Renamed features and clarified their descriptions. 2014-07-05 12:10:35 +02:00
Daniel Stolt
f1276de0c2 Added missing project references and dependencies to Orchard.AuditTrail. Added a publishing profile. 2014-07-03 21:29:52 +02:00
Sipke Schoorstra
d1b84f15ca Fixed a model binding issue. 2014-07-01 21:00:13 -07:00
Sipke Schoorstra
51bf15af4b Merge branch '1.x' into feature/audittrail 2014-07-01 20:41:28 -07:00
Sipke Schoorstra
43ad30c3fb Added content identity to event data and performed some minor renaming. 2014-07-01 20:40:23 -07:00
Sipke Schoorstra
d8437d3435 Storing EventData as XML instead of CData. 2014-07-01 20:05:28 -07:00
Sipke Schoorstra
50bbb4ab24 Created separate features for User, Role and Content Type Definition related event providers. 2014-07-01 19:49:56 -07:00
Sipke Schoorstra
1dc4837c69 161: Implemented "mandatory" events. 2014-07-01 19:38:06 -07:00
Sipke Schoorstra
7a8765811b Added audit trail settings event provider. 2014-07-01 19:27:26 -07:00
Sipke Schoorstra
abc9acf2e1 146: Added custom controller for read-only view of content. 2014-07-01 17:57:54 -07:00
Sipke Schoorstra
bb341d1261 150: Cleaning up content event details view and adding more information. 2014-07-01 17:28:01 -07:00
Sipke Schoorstra
4588d906d7 148: Added "enable all" checkbox to each category. 2014-07-01 17:13:53 -07:00
Sipke Schoorstra
7787ce9138 154: Added category filter. 2014-07-01 16:43:02 -07:00
Sipke Schoorstra
c1f91d41b8 151: Implemented pluggable filter UI.
153: Added Order By Category.
2014-07-01 16:34:29 -07:00
Sipke Schoorstra
3ec88e55be 149: Added Context column. 2014-07-01 11:56:42 -07:00
Daniel Stolt
9fd6c88afd Incremental work. 2014-06-30 00:19:17 +02:00
Daniel Stolt
300ef6f71b #20761: Improved media upload experience in Orchard.Azure.MediaServices (added ability for user to control the name of the uploaded file).
Work Item: 20761
2014-06-28 17:55:07 +02:00
Lombiq
a884048709 Orchard.Packaging: fixing typo in Views/Gallery/Themes.cshtml 2014-06-24 12:23:44 +02:00