anuko
anuko
I had the same problem on 64-bit CentOS Linux 7.4.1708. Traced the problem down to the %ld formatter in FBExport::CreateHumanDString line #318 in fbexport/FBExport.cpp file inside a switch for IBPP::stdInteger...
This may make sense for orgs that must track user locations, in situations where IP is not enough, which is already included. If someone wants to implement this, I suggest...
Unless I am missing something, and if I understand the GPS wish correctly, the idea is to use client-side HTML5 geolocation API, built into modern browsers. If users allow such...
Hi, as per different rates, you can set them up for user per project (not per task). So, in theory, it is possible if you create additional separate projects that...
Logins are unique by design for users, which is enforced by this index on tt_users table: `# Create an index that guarantees unique active and inactive logins.` `create unique index...
I don't see a problem with adding the info where the duplicate login resides, assuming it belongs to the same organization (same org_id). If the duplicate belongs to a different...
Perhaps, best is to support this in the product for compliance with all sorts of rules and regulations, as the issue occasionally comes up.
What exactly are you suggesting? An additional audit log table where everything goes, when enabled?
How about simply having created, created_by, created_ip, modified, modified_by, modified_ip fields for all entities in sql tables that matter (similarly to what we have in tt_groups, tt_users, and tt_log now)....
It already handles it, just tested on the latest version. Am I missing something? Here is a comment in postedDurationToMinutes that does the checking: // postedDurationToMinutes - converts a value...