Changesets: MantisBT
|
master d1af2678 2010-05-10 10:20 Kornel Lesinski Committer: dhx Details Diff |
Changed table headers on View Issues page to use <th>. Added some CSS class names. Issue 0011908 Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011908 |
|
| mod - core/columns_api.php | Diff File | ||
|
master d3f2749c 2010-05-10 09:40 Kornel Lesinski Committer: dhx Details Diff |
Issue 0011908: Added CSS class names to cells on View Issues page Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011908 |
|
| mod - core/columns_api.php | Diff File | ||
|
master-1.2.x c6661c32 2010-05-09 13:13 Details Diff |
Localisation updates from translatewiki.net (2010-05-09) Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> |
||
| mod - lang/strings_japanese.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_finnish.txt | Diff File | ||
| mod - lang/strings_breton.txt | Diff File | ||
|
master-1.2.x 1b9596c6 2010-05-09 13:12 Details Diff |
Fix newlines for updated externals | ||
| mod - library/nusoap/class.xmlschema.php | Diff File | ||
| mod - library/nusoap/class.soap_fault.php | Diff File | ||
| mod - library/nusoap/class.soap_val.php | Diff File | ||
| mod - library/nusoap/class.soap_transport_http.php | Diff File | ||
| mod - library/nusoap/nusoap.php | Diff File | ||
| mod - library/nusoap/class.nusoap_base.php | Diff File | ||
| mod - library/nusoap/class.soap_server.php | Diff File | ||
| mod - library/nusoap/nusoapmime.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
| mod - library/nusoap/class.soapclient.php | Diff File | ||
| mod - library/nusoap/class.wsdl.php | Diff File | ||
| mod - library/nusoap/class.wsdlcache.php | Diff File | ||
| mod - library/nusoap/changelog | Diff File | ||
| mod - library/phpmailer/class.smtp.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
| mod - library/phpmailer/LICENSE | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
| mod - library/nusoap/class.soap_parser.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
|
master 18493270 2010-05-09 09:37 Details Diff |
Fix 0011594: No column title printed for attachment_count When $g_show_attachment_indicator = ON, no column title was printed on view_all_bug_page.php for the attachment_count column. This led to formatting issues with the table where column titles were aligned to the wrong columns. This patch also improves the accessibility of the attachment icons and links using alt/title tags to provide the user with more information on the attachment links. |
Affected Issues 0011594 |
|
| mod - core/columns_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_icelandic.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
| mod - lang/strings_arabicegyptianspoken.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_urdu.txt | Diff File | ||
| mod - lang/strings_ripoarisch.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_norwegian_bokmal.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| mod - lang/strings_lithuanian.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
|
master-1.2.x 3eae7379 2010-05-09 09:37 Details Diff |
Fix 0011594: No column title printed for attachment_count When $g_show_attachment_indicator = ON, no column title was printed on view_all_bug_page.php for the attachment_count column. This led to formatting issues with the table where column titles were aligned to the wrong columns. This patch also improves the accessibility of the attachment icons and links using alt/title tags to provide the user with more information on the attachment links. |
Affected Issues 0011594 |
|
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_arabicegyptianspoken.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_lithuanian.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - lang/strings_ripoarisch.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_icelandic.txt | Diff File | ||
| mod - lang/strings_urdu.txt | Diff File | ||
| mod - core/columns_api.php | Diff File | ||
| mod - lang/strings_norwegian_bokmal.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
|
master 112cd98a 2010-05-09 08:50 Details Diff |
Remove name attribute from a elements <a id="xyz" href="..."> should be used instead of <a name="xyz href="..."> |
||
| mod - bug_revision_view_page.php | Diff File | ||
| mod - bug_sponsorship_list_view_inc.php | Diff File | ||
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
| mod - history_inc.php | Diff File | ||
| mod - bugnote_add_inc.php | Diff File | ||
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - admin/test_email.php | Diff File | ||
|
master b60c78f5 2010-05-09 07:09 Details Diff |
Issue 0011898: Hyperlink issue summaries on my_view_page It'd be nicer if issue summaries on my_view_page were hyperlinks to the respective issue report. This increases the clickable area for users making it easier to navigate to the requested destination issue. |
Affected Issues 0011898 |
|
| mod - my_view_inc.php | Diff File | ||
|
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 | ||