- 22 Oct, 2015 5 commits
-
-
Charlie Fenton authored
MGR: fix a bug which made it difficult to select items when certain key fields are hidden (selection would always jump to item in top row)
-
Christian Beer authored
This was also assigned the wrong component by Coverity. fixes CID 28037 found by Coverity
-
Christian Beer authored
Coverity obviously can't handle structs that have the same name but are in two different components, so it showed this under Various and not Client. fixes CID 27929 found by Coverity
-
Christian Beer authored
Fix coverity defects in client/ and lib/
-
Christian Beer authored
-
- 21 Oct, 2015 3 commits
-
-
David Anderson authored
-
David Anderson authored
-
Christian Beer authored
-
- 20 Oct, 2015 25 commits
-
-
David Anderson authored
-
Christian Beer authored
fixes CID 27982, 28012 found by Coverity
-
Christian Beer authored
fixes CID 27937 found by Coverity
-
Christian Beer authored
fixes CID 27806 found by Coverity
-
Christian Beer authored
fixes CID 27973 found by Coverity
-
Christian Beer authored
fixes CID 27885 found by Coverity
-
Christian Beer authored
fixes CID 27746 found by Coverity
-
Christian Beer authored
fixes CID 27694, 27712 found by Coverity
-
Christian Beer authored
fixes CID 28025 found by Coverity Scan
-
Christian Beer authored
fixes CID 27958 found by Coverity Scan
-
Christian Beer authored
fixes missing initialization found by cppcheck
-
Christian Beer authored
fixes CID 27955 found by Coverity Scan and cppcheck
-
Christian Beer authored
fixes CID 28033 found by Coverity Scan and cppcheck
-
Christian Beer authored
fixes CID 27926, 28022 found by Coverity Scan and cppcheck
-
Christian Beer authored
fixes CID 28008, 27983 found by Coverity Scan
-
Christian Beer authored
fixes CID 27984 found by Coverity Scan
-
Christian Beer authored
fixes CID 27990 found by Coverity Scan
-
Christian Beer authored
fixes CID 27927 found by Coverity Scan
-
Christian Beer authored
fixes CID 28006 found by Coverity Scan and cppcheck
-
Christian Beer authored
fixes CID 28039 found by Coverity Scan and cppcheck
-
Christian Beer authored
fixes defect found by cppcheck
-
Christian Beer authored
fixes CID 28020, 27932 found by Coverity Scan
-
Charlie Fenton authored
-
Charlie Fenton authored
-
Charlie Fenton authored
-
- 19 Oct, 2015 7 commits
-
-
David Anderson authored
BOINC lets you maintain a read-only DB replica, and certain read-only web pages (like top_users.php) use the replica in preferences to the master. But it turns out that these pages aren't actually read-only because of the too-clever forum_preferences logic. So sometimes it would add forum_preferences records to the replica, leading to errors it later copies the same item from the master. Solution: skip the forum preferences logic if we're using the replica. We could make this more bulletproof by putting in checks in insert(), update(), delete() etc.
-
Tristan Olive authored
(DBOINC-136)
-
Tristan Olive authored
The Drupal users table definition limits username to 60 characters; on import, limit this to 56 chars, leaving room for a duplicate "tally" at the end of the string (should it be necessary) (DBOINC-145)
-
Tristan Olive authored
Secondary and especially tertiary menus have the potential to overrun the width allotted in the layout. Allow items that exceed the width to wrap (ugly, but better than hiding them; then admins know to shorten menu titles). (DBOINCP-205)
-
Christian Beer authored
fixes CID 28030 found by Coverity Scan
-
Christian Beer authored
fixes CID 27980 found by Coverity Scan
-
Christian Beer authored
fixes CID 27935, 28004 and 27948 found by Coverity Scan
-