Commit Graph

6 Commits

Author SHA1 Message Date
Stephan
3a813d2d77 Cleanup unknown user for audit events 2019-05-28 10:26:30 +02:00
Stephan
301b16a036 Fix user for v7 migration 2019-05-10 10:14:15 +02:00
leekelleher
b44360aa99 Swapped System.RecycleBinMedia string conversions
to use the `System.RecycleBinMediaString` constant.

This saves on integer parsing and reduces the number of
new strings being created.

Since the `System.RecycleBinMedia` is `-21`, it didn't
need the culture invariant conversion.
2019-03-29 12:17:12 +00:00
leekelleher
a4c96678e5 Swapped System.RecycleBinContent string conversions
to use the `System.RecycleBinContentString` constant.

This saves on integer parsing and reduces the number of
new strings being created.

Since the `System.RecycleBinContentString` is `-20`, it didn't
need the culture invariant conversion.
2019-03-29 12:14:27 +00:00
Stephan
47ee3bf3e4 Move things around 2019-02-15 09:47:35 +01:00
Stephan
7660e9fb25 Reorganize composition code 2019-02-14 09:15:47 +01:00