Commit Graph
8157 Commits
Author SHA1 Message Date
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
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
Lombiq 2e9f9afdb9 Making extensions lists on tenant edit screens collapsible
Signed-off-by: Zoltán Lehóczky <lehoczky_zoltan@pyrocenter.hu>
2014-07-03 11:03:24 +02:00
Lombiq aa397faa17 #20397: Exceptions are not used for flow control anymore in some storage services
Work Item: 20397

Signed-off-by: Zoltán Lehóczky <lehoczky_zoltan@pyrocenter.hu>
2014-07-03 11:02:53 +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