Changesets: MantisBT
|
master 693ae3c0 2011-07-14 05:59 Damien Regad Details Diff |
Fix 0008553: Change menu label from "Billing" to "Time Tracking" |
Affected Issues 0008553 |
|
| mod - lang/strings_english.txt | Diff File | ||
|
master-1.2.x d39017a0 2011-07-14 05:54 Damien Regad Details Diff |
Fix 0008553: Change menu label from "Billing" to "Time Tracking" |
Affected Issues 0008553 |
|
| mod - lang/strings_english.txt | Diff File | ||
|
master-1.2.x 5c5c9ccd 2011-07-14 04:37 Damien Regad Details Diff |
Use cost per hour as label for billing form This makes it more obvious for users, how the value will be used |
||
| mod - billing_inc.php | Diff File | ||
|
master a95ca8e8 2011-07-14 03:52 Damien Regad Details Diff |
Fix 0013130: When getting Time Tracking, use anchor to scroll the page to the section |
Affected Issues 0013130 |
|
| mod - bugnote_stats_inc.php | Diff File | ||
|
master a6c20c96 2011-07-14 03:37 Damien Regad Details Diff |
Modified code indentation and layout to improve readability | ||
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
master d1859f07 2011-07-14 03:32 Damien Regad Details Diff |
Use cost per hour as label for billing form This makes it more obvious for users, how the value will be used |
||
| mod - billing_inc.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 4902bc80 2011-07-14 03:26 Damien Regad Details Diff |
Enable time tracking include in bug view page | ||
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x 8b47c352 2011-07-14 02:35 Damien Regad Details Diff |
Fix 0013146: Time tracking reporting only available when billing is enabled Always display the menu item to access billing_page.php when time tracking is enabled. |
Affected Issues 0013146 |
|
| mod - core/html_api.php | Diff File | ||
|
master 3724b0a7 2011-07-14 02:35 Damien Regad Details Diff |
Fix 0013146: Time tracking reporting only available when billing is enabled Always display the menu item to access billing_page.php when time tracking is enabled. |
Affected Issues 0013146 |
|
| mod - core/html_api.php | Diff File | ||
|
master 28eb1f99 2011-07-13 04:21 Damien Regad Details Diff |
Remove trailing colon on field labels In manage_user_edit_page.php, the use of a trailing colon on field labels is not consistent. Since other edit pages in MantisBT do not display colons after field labels, they have been removed from this page too. David Hicks mentioned that "these characters are actually styling marks and therefore are better applied using the 'after' property in CSS." Note: this is a manual re-coding of what was done in commit a48fd743e, needed as in 1.3 the colons were moved from the code to language strings. |
||
| mod - lang/strings_english.txt | Diff File | ||
|
master f713210f 2011-07-13 03:20 Damien Regad Details Diff |
Fix 0013124: Getting time tracking info yields application error Replace occurences of bug_view_page.php by view.php |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master 799cbc9c 2011-07-13 03:16 Damien Regad Details Diff |
Revert "Fix 0013124: Getting time tracking info yields application error" This reverts commit 95b9991dd5496b408f1fa68da5ee22f85a1b1664. |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x 43e1a19d 2011-07-13 03:12 Damien Regad Details Diff |
Revert "Fix 0013124: Getting time tracking info yields application error" This reverts commit d1d05b91dfecbf0b04d5bc373628aac0b6199d72. |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master 00528a76 2011-07-12 06:22 Details Diff |
Update documented canonical repo URLs to Github | ||
| mod - docbook/Developers_Guide/en-US/Contributors.xml | Diff File | ||
|
master-1.2.x 82bfc7c0 2011-07-12 06:22 Details Diff |
Update documented canonical repo URLs to Github | ||
| mod - docbook/developers/en/contributers.sgml | Diff File | ||
|
master 21c242c6 2011-07-12 06:03 Committer: dhx Details Diff |
Fix 0013007: Moving an issue to a sub-project - default category used Assume project B is a sub-project of project A. When moving an issue with category C (which is assigned to the project A) to project B, the category gets changed to DEFAULT (configured default category) and doesn't respect the fact, that project B is a subproject of A and does inherit the category C. Steps to reproduce this bug: 1. Create two projects: A and B. B is subproject of A 2. Create category C in project A so that B inherits the category. 3. Create issue I in project A 4. Move I to project B 5. Note that I has the default category instead of category C Signed-off-by: David Hicks <d@hx.id.au> |
Affected Issues 0013007 |
|
| mod - core/bug_api.php | Diff File | ||
|
master-1.2.x d0f850da 2011-07-12 06:03 Committer: dhx Details Diff |
Fix 0013007: Moving an issue to a sub-project - default category used Assume project B is a sub-project of project A. When moving an issue with category C (which is assigned to the project A) to project B, the category gets changed to DEFAULT (configured default category) and doesn't respect the fact, that project B is a subproject of A and does inherit the category C. Steps to reproduce this bug: 1. Create two projects: A and B. B is subproject of A 2. Create category C in project A so that B inherits the category. 3. Create issue I in project A 4. Move I to project B 5. Note that I has the default category instead of category C Signed-off-by: David Hicks <d@hx.id.au> |
Affected Issues 0013007 |
|
| mod - core/bug_api.php | Diff File | ||
|
master aa48e0c7 2011-07-12 05:34 Details Diff |
Fix 0012998: Password reset button should be hidden for HTTP_AUTH method If MantisBT is configured with the HTTP_AUTH method for user authentication, passwords cannot be reset by MantisBT. The passwords are managed externally to MantisBT in this instance. Therefore do not offer managers the ability to reset passwords when HTTP_AUTH is set as the authentication mechanism. Thanks to Tino Böhme for reporting this issue and providing a patch. |
Affected Issues 0012998 |
|
| mod - manage_user_edit_page.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
|
master-1.2.x 3eaa71f7 2011-07-12 05:34 Details Diff |
Fix 0012998: Password reset button should be hidden for HTTP_AUTH method If MantisBT is configured with the HTTP_AUTH method for user authentication, passwords cannot be reset by MantisBT. The passwords are managed externally to MantisBT in this instance. Therefore do not offer managers the ability to reset passwords when HTTP_AUTH is set as the authentication mechanism. Thanks to Tino Böhme for reporting this issue and providing a patch. |
Affected Issues 0012998 |
|
| mod - manage_user_reset.php | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||
|
master 95b9991d 2011-07-11 05:08 Damien Regad Committer: dhx Details Diff |
Fix 0013124: Getting time tracking info yields application error Replace occurences of bug_view_page.php by view.php Signed-off-by: David Hicks <d@hx.id.au> |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x d1d05b91 2011-07-11 05:08 Damien Regad Committer: dhx Details Diff |
Fix 0013124: Getting time tracking info yields application error Replace occurences of bug_view_page.php by view.php Signed-off-by: David Hicks <d@hx.id.au> |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x a91f4c90 2011-07-10 21:57 Damien Regad Details Diff |
Fixed incorrect/obsolete comment | ||
| mod - core/print_api.php | Diff File | ||
|
master-1.2.x c3b2321e 2011-07-08 05:04 Damien Regad Details Diff |
Fix 0013124: Getting time tracking info yields application error Replace occurences of bug_view_page.php by view.php |
Affected Issues 0013124 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x c4378b82 2011-07-08 04:55 Damien Regad Details Diff |
Fix 0013132: Print the time tracking information sorted by username Previously the list was printed in whatever order returned by the SQL |
Affected Issues 0013132 |
|
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
master d12574f7 2011-07-08 04:55 Damien Regad Details Diff |
Fix 0013132: Print the time tracking information sorted by username Previously the list was printed in whatever order returned by the SQL |
Affected Issues 0013132 |
|
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||