Changesets: MantisBT
|
master 4c434731 2010-05-09 06:55 Details Diff |
Fix minor commenting style typo in config_defaults_inc | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master 004e6927 2010-05-09 06:39 Details Diff |
Issue 0011897: Refactor footer of pages using XHTML/CSS The footer of each page is currently a bit of a mess using an old school table based layout. The following changes help improve the footer: 1) "Copyright MantisBT group" makes it sound like the content of the bug tracker is copyrighted by MantisBT when in fact it is just the software which is copyrighted. This should be changed to "Powered by MantisBT which is copyrighted by..." to remove the ambiguity. 2) Introduce a new (optional) $g_copyright_statement configuration option that allows users to specify in a single line the copyright and licensing status of the content of their bug trackers. 3) Add a new $g_show_memory_usage setting so that $g_show_time doesn't pull in the memory usage as well. 4) $g_show_queries_count should be properly separated from $g_show_queries_list. The count is just a number and doesn't cause any harm. The queries list could contain potentially sensitive information and thus is treated as a completely separate option from showing just the query count. 5) Use semantic XHTML markup for the footer with CSS styling (instead of the old table based layout). |
Affected Issues 0011897 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - css/default.css | Diff File | ||
|
master 5e9b629f 2010-05-08 23:42 Details Diff |
Issue 0011896: Remove [^] "open in new window" suffix from links Modern browsers make it easy for users to open links in a new window via a context menu or shortcut key on the keyboard. Thus this feature is more-or-less redundant. It was also not clear to users that the characters [^] denote that a link will open in a new window. |
Affected Issues 0011896 |
|
| mod - core/string_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
|
master 10b00a28 2010-05-06 09:29 Kornel Lesinski Committer: dhx Details Diff |
Added CSS class name to user links, replaced <font> with <del>. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - core/prepare_api.php | Diff File | ||
|
master cf753939 2010-05-05 09:37 Kornel Committer: dhx Details Diff |
Replaced all <td class="category"> with <th class="category"> Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - plugins/XmlImportExport/pages/import.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - tag_update_page.php | Diff File | ||
| mod - bug_actiongroup_attach_tags_inc.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
| mod - css/default.css | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||
| mod - bug_reminder_page.php | Diff File | ||
| mod - manage_custom_field_edit_page.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - login_select_proj_page.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
| mod - manage_overview_page.php | Diff File | ||
| mod - bug_sponsorship_list_view_inc.php | Diff File | ||
| mod - proj_doc_add_page.php | Diff File | ||
| mod - manage_custom_field_page.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - manage_user_create_page.php | Diff File | ||
| mod - signup_page.php | Diff File | ||
| mod - bug_actiongroup_update_product_build_inc.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - view_filters_page.php | Diff File | ||
| mod - plugins/MantisCoreFormatting/pages/config.php | Diff File | ||
| mod - bug_change_status_page.php | Diff File | ||
| mod - manage_proj_create_page.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - plugins/MantisGraph/pages/config.php | Diff File | ||
| mod - tag_attach.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - bug_actiongroup_add_note_inc.php | Diff File | ||
| mod - admin/index.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - manage_columns_inc.php | Diff File | ||
| mod - bug_actiongroup_update_severity_inc.php | Diff File | ||
| mod - bugnote_add_inc.php | Diff File | ||
| mod - view_user_page.php | Diff File | ||
| mod - core/bug_group_action_api.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - lost_pwd_page.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - bug_revision_view_page.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - tag_view_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - manage_tags_page.php | Diff File | ||
|
master 2afec5e3 2010-05-05 07:45 Kornel Committer: dhx Details Diff |
Escaped SCRIPT_NAME on billing page. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - billing_inc.php | Diff File | ||
|
master d9f5dad6 2010-05-05 07:32 Kornel Committer: dhx Details Diff |
Removed hack for Netscape 4 Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - core/html_api.php | Diff File | ||
|
master d67c3f87 2010-05-04 12:45 Kornel Committer: dhx Details Diff |
XHTML validity fixes Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
|
master 1a890027 2010-05-04 12:27 Kornel Committer: dhx Details Diff |
Added CSS class name to My View bug count Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - my_view_inc.php | Diff File | ||
|
master 7087e943 2010-05-04 12:19 Kornel Committer: dhx Details Diff |
Added CSS class names to bracketed new-window links. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - core/print_api.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
|
master d7bef238 2010-05-04 12:08 Kornel Committer: dhx Details Diff |
Added specific CSS class names to all bug fields. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bug_view_inc.php | Diff File | ||
|
master 65df054f 2010-05-04 12:07 Kornel Committer: dhx Details Diff |
Moved bottom buttons to <tfoot> element. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bug_view_inc.php | Diff File | ||
|
master f85eccee 2010-05-04 12:01 Kornel Committer: dhx Details Diff |
Added CSS class names to misc. layout elements Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bug_view_inc.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master 69072856 2010-05-04 12:00 Kornel Committer: dhx Details Diff |
Added CSS class names to bracketed links Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bug_view_inc.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master e387f0dc 2010-05-04 11:30 Kornel Committer: dhx Details Diff |
Fixed text/html-incompatible <a/> syntax. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - admin/test_email.php | Diff File | ||
| mod - history_inc.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - billing_inc.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
|
master 374c89da 2010-05-04 11:24 Kornel Committer: dhx Details Diff |
Wrapped footer in div with appropriate class Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - core/html_api.php | Diff File | ||
|
master d15cb1b6 2010-05-04 10:55 Kornel Committer: dhx Details Diff |
Added classnames to my_view_page Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - core/html_api.php | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
|
master c4c5ed03 2010-05-04 09:28 Kornel Committer: dhx Details Diff |
Styled total time tracked field. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - css/default.css | Diff File | ||
|
master 2b10a2e7 2010-05-04 09:28 Kornel Committer: dhx Details Diff |
Added CSS classes to bugnote metainformation. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bugnote_view_inc.php | Diff File | ||
|
master f7c4ea2e 2010-05-04 09:08 Kornel Committer: dhx Details Diff |
Refactored bugnote CSS classes: split bugnote-note-private into bugnote-note and bugnote-private. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - css/default.css | Diff File | ||
|
master ac99acc3 2010-05-04 09:04 Kornel Committer: dhx Details Diff |
Made time-tracking notes CSS-friendly Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
||
| mod - css/default.css | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
|
master 3ea22ce7 2010-05-03 18:01 Details Diff |
This appears to break our cruisecontrol build system atm - will have a proper look later as to why later. Nuking for now so as not to kill the server ;/ In addition, it might be worth while me commiting the script's that are currently already running checks, so we have one set, however I view this as a seperate to the source repository. |
||
| rm - build.xml | Diff | ||
|
master dca6b33a 2010-05-03 16:43 Details Diff |
Output the PHPUnit test results on the console | ||
| mod - build.xml | Diff File | ||
|
master-1.2.x a56df81c 2010-05-03 16:43 Details Diff |
Output the PHPUnit test results on the console | ||
| mod - build.xml | Diff File | ||
|
master 5d379f37 2010-05-03 15:54 Details Diff |
Update the PHPUnit test documentation Fixes 0011334: Document SOAP test requirements |
Affected Issues 0011334 |
|
| mod - docbook/developers/en/contributers.sgml | Diff File | ||