Changesets: MantisBT
master e63b1173 2004-08-01 18:24 Paul Richards Details Diff |
Updates for: 0004009: New custom field type "multiple select" git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2791 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/constant_inc.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - bug_close.php | Diff File | ||
mod - core/gpc_api.php | Diff File | ||
mod - bug_close_page.php | Diff File | ||
mod - bug_resolve.php | Diff File | ||
mod - bug_view_advanced_page.php | Diff File | ||
mod - print_all_bug_page_word.php | Diff File | ||
mod - bug_update.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - bug_report.php | Diff File | ||
mod - print_bug_page.php | Diff File | ||
mod - bug_view_page.php | Diff File | ||
mod - bug_resolve_page.php | Diff File | ||
mod - core/custom_field_api.php | Diff File | ||
master 42aefcbf 2004-08-01 13:28 Paul Richards Details Diff |
Fix 0004239: Remote PHP Code execution git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2790 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0004239 |
|
mod - core/bug_api.php | Diff File | ||
mod - core/relationship_api.php | Diff File | ||
master 607ae8da 2004-08-01 11:22 Details Diff |
0004062: [security] Multiple Cross Site Scripting Vulnerabilities (vboctor) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2789 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - signup.php | Diff File | ||
mod - doc/ChangeLog | Diff File | ||
mod - login_select_proj_page.php | Diff File | ||
master ff4616a7 2004-08-01 10:42 Details Diff |
0004222: [sql] Should mantis_project_category_table.user_id be UNSIGNED? (vboctor) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2788 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - doc/ChangeLog | Diff File | ||
mod - admin/upgrades/0_18_inc.php | Diff File | ||
master a25c0873 2004-08-01 10:30 bigbadger Details Diff |
Forgot to add languages to changelog git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2787 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - doc/ChangeLog | Diff File | ||
master 9cad134f 2004-08-01 10:19 bigbadger Details Diff |
Edited Korean, Simplified Chinese and Russian translations git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2786 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - lang/strings_korean.txt | Diff File | ||
mod - lang/strings_chinese_simplified.txt | Diff File | ||
mod - lang/strings_russian.txt | Diff File | ||
master 58760119 2004-08-01 08:51 Details Diff |
0004163: [other] Unreadable error messages in some languages (vboctor) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2785 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - doc/ChangeLog | Diff File | ||
mod - core/error_api.php | Diff File | ||
master acb6917a 2004-08-01 08:35 Details Diff |
Updated Japanese languages (thanks to Tadashi Jokagi). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2784 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - lang/strings_japanese_sjis.txt | Diff File | ||
mod - doc/ChangeLog | Diff File | ||
mod - lang/strings_japanese_euc.txt | Diff File | ||
add - lang/strings_japanese_utf8.txt | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
master 86064be5 2004-08-01 07:04 Details Diff |
0001146: PRE tags in text (thanks to thraxisp + contributors of relevant patches) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2783 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/string_api.php | Diff File | ||
master 88fdff95 2004-08-01 04:56 Details Diff |
Disabled the "Create Child" feature until the implementation is modified (see issue 4200 for more details). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2782 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0004200 |
|
mod - core/html_api.php | Diff File | ||
mod - bug_create_child.php | Diff File | ||
master 1863284d 2004-08-01 01:53 Details Diff |
strings_api.php: Added string_no_break() which encloses the string in nobr tags if it contains spaces. view_all_inc.php: Used string_no_break() to avoid sponsorships splitting on two lines. relationship_api.php: Added resolution as a title to the status (appears as bubble in firefox and IE). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2781 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/relationship_api.php | Diff File | ||
mod - view_all_inc.php | Diff File | ||
mod - core/string_api.php | Diff File | ||
master d8d642f2 2004-08-01 01:20 Details Diff |
Enhanced the look 'n' feel of the relationships section to make better use of space and look better. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2780 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/relationship_api.php | Diff File | ||
master 87032a38 2004-07-31 23:29 narcissus Details Diff |
0004207: [filters] Mantis forgets user filter after logout git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2779 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - doc/ChangeLog | Diff File | ||
mod - view_filters_page.php | Diff File | ||
mod - core/current_user_api.php | Diff File | ||
mod - core/helper_api.php | Diff File | ||
mod - core/authentication_api.php | Diff File | ||
master 0d035a03 2004-07-31 09:16 narcissus Details Diff |
Change the links to view_filters_page.php to help with authentication issues git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2778 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/filter_api.php | Diff File | ||
master 2093d45a 2004-07-30 18:27 Paul Richards Details Diff |
0002214: When Viewing a Bug, window title should change git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2777 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - bug_view_advanced_page.php | Diff File | ||
mod - bug_view_page.php | Diff File | ||
master 67cc5c26 2004-07-30 17:13 Details Diff |
resolved 0003975: Realname vs username in email history added config variable - show_realname - show realname instrad of username if set added temp config variable - differentiate_duplicates to control whether duplicate realnames are shown with username attached (default off, needs schema change to implement) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2776 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - config_defaults_inc.php | Diff File | ||
mod - account_update.php | Diff File | ||
mod - core/user_api.php | Diff File | ||
mod - doc/ChangeLog | Diff File | ||
mod - core/history_api.php | Diff File | ||
mod - core/constant_inc.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - admin/upgrades/0_18_inc.php | Diff File | ||
master ca78b92b 2004-07-30 09:05 Details Diff |
Added a fix for the bug where the number of rows per page was 1 rather than default limit (when it was not supplied in the filter). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2774 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - view_all_set.php | Diff File | ||
master 10e0d3ac 2004-07-30 08:58 Details Diff |
Changed the default language back to 'english' rather than 'auto'. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2773 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - config_defaults_inc.php | Diff File | ||
master 91079d9b 2004-07-30 08:46 Details Diff |
0003371: [feature] CVS Integration (vboctor) - I aimed to achieve generic source control integration. - Fixed errors that were causing by inclusion of config_defaults_inc.php in cgi php scripts. - Added support for script logins, where a script can login using a standard user account. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2772 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - lang/strings_english.txt | Diff File | ||
mod - core/constant_inc.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
add - core/checkin.php | Diff File | ||
mod - core/authentication_api.php | Diff File | ||
mod - core/custom_function_api.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - manage_user_delete.php | Diff File | ||
mod - core/history_api.php | Diff File | ||
mod - doc/ChangeLog | Diff File | ||
master 4f4c10dc 2004-07-29 06:51 Details Diff |
protect URLs in email with brackets as some mail clients mis-understand them (0002995) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2771 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/email_api.php | Diff File | ||
master 509be1e9 2004-07-29 06:47 Details Diff |
removed extraneous <td> per 0004215 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2770 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/relationship_api.php | Diff File | ||
master 01940973 2004-07-27 10:38 Details Diff |
Fixed a problem with the alternating style for the form rows. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2769 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - manage_proj_ver_edit_page.php | Diff File | ||
master fe7893ae 2004-07-27 10:24 Paul Richards Details Diff |
Fix: 0003948: Will not jump to bug when following link in mail git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2768 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/authentication_api.php | Diff File | ||
mod - core/access_api.php | Diff File | ||
master 5c25c1de 2004-07-27 07:44 narcissus Details Diff |
0004183: [filters] HTML entities in search text git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2767 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/filter_api.php | Diff File | ||
mod - view_filters_page.php | Diff File | ||
mod - doc/ChangeLog | Diff File | ||
master fae307ba 2004-07-26 20:59 Details Diff |
fixed one instance where Context-Type was missing a charset= resolves 0003399: Page not found. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2766 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/print_api.php | Diff File |