Changesets: MantisBT
|
next f4ae20d4 2011-07-19 01:36 Details Diff |
Fix variable naming in profile_api (solves autocomplete bug) Commit 889590aa88df5a87cd66 replaced the db_num_rows() function. These changes introduced a variable naming issue in profile_api, preventing autocomplete of the user profile (OS, OS version, etc) fields from working. |
||
| mod - application/core/profile_api.php | Diff File | ||
|
next 4dedcdb9 2011-07-19 01:36 Details Diff |
Fix variable naming in profile_api (solves autocomplete bug) Commit 889590aa88df5a87cd66 replaced the db_num_rows() function. These changes introduced a variable naming issue in profile_api, preventing autocomplete of the user profile (OS, OS version, etc) fields from working. |
||
| mod - application/core/profile_api.php | Diff File | ||
|
next b11d4d5a 2011-07-19 01:36 Details Diff |
Fix variable naming in profile_api (solves autocomplete bug) Commit 889590aa88df5a87cd66 replaced the db_num_rows() function. These changes introduced a variable naming issue in profile_api, preventing autocomplete of the user profile (OS, OS version, etc) fields from working. |
||
| mod - application/core/profile_api.php | Diff File | ||
|
next 0bbda925 2011-07-19 01:36 Details Diff |
Fix variable naming in profile_api (solves autocomplete bug) Commit 889590aa88df5a87cd66 replaced the db_num_rows() function. These changes introduced a variable naming issue in profile_api, preventing autocomplete of the user profile (OS, OS version, etc) fields from working. |
||
| mod - application/core/profile_api.php | Diff File | ||
|
next 45b97bc4 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next 40092232 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next e7731af9 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next 430bec7d 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next 59f388fa 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next 25037666 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
next df37d1ee 2011-07-19 01:19 Details Diff |
Use placeholder attribute instead of Javascript for bug jump feature | ||
| mod - application/core/html_api.php | Diff File | ||
| mod - public/javascript/common.js | Diff File | ||
|
master 5273f9b6 2011-07-19 00:48 Details Diff |
Remove old comment regarding a bug fixed in jQuery 1.6 The .prop() method in jQuery 1.6 solves an issue that MantisBT used to face with checkboxes when the MIME type was application/xhtml+xml. See http://bugs.jquery.com/ticket/4283 for more information. |
||
| mod - javascript/common.js | Diff File | ||
|
master 07fdb1f3 2011-07-19 00:37 Details Diff |
Use .prop() instead of .attr() with jQuery jQuery 1.6 introduced the .prop() method which replaces .attr() for numerous cases. Using .prop() solves a number of issues experienced by browsers when rendering with application/xhtml+xml MIME type. Full information on why this change is necessary and the details of .prop() and .attr() can be found at: http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/ |
||
| mod - javascript/common.js | Diff File | ||
|
master e8602a32 2011-07-19 00:28 Details Diff |
Update jQuery to v1.6.2 and jQuery UI to v1.8.14 | ||
| mod - css/jquery-ui.css | Diff File | ||
| mod - javascript/jquery-ui.js | Diff File | ||
| mod - javascript/jquery.js | Diff File | ||
|
master-1.2.x 9fae933e 2011-07-17 06:55 Details Diff |
Localisation updates from http://translatewiki.net. | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
|
master-1.2.x f2a6ddfe 2011-07-17 06:38 Details Diff |
Trailing whitespace removed. Test commit for github. |
||
| mod - account_page.php | Diff File | ||
|
master 570660f5 2011-07-17 03:22 Details Diff |
Fix 0013150: Getting time tracking info when none exists generates warning This was caused by sort key arrays not being initialized before the foreach loop, resulting in a call to array_multisort with an undefined variable. Bug was introduced by commit c4378b821a54d7ef30184d3144459b18673c1f42 |
Affected Issues 0013150 |
|
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
master-1.2.x a8bc7ff0 2011-07-17 03:22 Details Diff |
Fix 0013150: Getting time tracking info when none exists generates warning This was caused by sort key arrays not being initialized before the foreach loop, resulting in a call to array_multisort with an undefined variable. Bug was introduced by commit c4378b821a54d7ef30184d3144459b18673c1f42 |
Affected Issues 0013150 |
|
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
next a0072fdd 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next ef6fee7a 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next 8b9e3687 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next 6ca10cde 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next 73b9fb47 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next 73a9fc83 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||
|
next b7466129 2011-07-16 16:49 Details Diff |
Implement HTTP response codes for exceptions Exceptions should return HTTP response codes indicating an error, rather than a successful request. 4xx errors can be used for errors with data that the user has submitted. 5xx errors for unexpected server errors. The error page generator still needs to implement response codes. |
||
| mod - application/MantisBT/Exception/Access/AccessDenied.php | Diff File | ||
| mod - application/MantisBT/Exception/ExceptionAbstract.php | Diff File | ||
| mod - application/MantisBT/Exception/Field/EmptyField.php | Diff File | ||