fix for checking local times against UTC times
fix to show only the most recent certificate if two identical certificates were found
fix on Mac for certificates not turning green when they would be the ones to be selected for code signing
UE-9095, UE-9207, UE-9277, UE-9279
#ios
[CL 2435743 by Peter Sauerbrei in Main branch]
UECORE-50 Crash Reporter: Anonymous users count as one single user making "Number of affected users" misleading
UECORE-80 CRASH REPORTER: New CrashGroups column for "Number of Affected Users in Time Frame"
UECORE-63 Crash Reporter Anonymous Crash Groups cannot be ordered by Crashes In Time Frame
UECORE-29 CRASH REPORTER: Cosmetic change to replace "TTPID" with "JIRA"
Optimized BuggView, minimized data transfered from the database, now it's quite usable, entitysets are ridiculously slow
[CL 2435740 by Jaroslaw Surowiec in Main branch]
Include engine source folders in the Intelisense search paths. Allows debugger to find source in Rocket.
#codereview Mike.Fricker
[CL 2433487 by Matthew Griffin in Main branch]
There were two problems with this. One, I had to suppress registering build platforms in UBT if the project has no code. To achieve this I added new flag -nocodeproject and I'm passing it down from the editor to UAT.
The second one emerged after fixing previous one. The Editor was adding -build flag to the UAT if it found any of the VS 2012 or 2013. -build flag is making UAT to try to build, which fails as it is not supported on VS 2012-only system. During the discussion with platform team we came up with the solution to not check for VS 2012 in editor, as we only support it for XDK development, which requires both VSes on the system (2012 and 2013). Hence flag -build should be appended to the UAT command line if and only if there is VS2013 on the system.
[CL 2431415 by Jaroslaw Palczynski in Main branch]