Changesets: MantisBT

master e250d9e7

2003-04-01 10:48

jlatour


Details Diff
Updated Italian localisation, with thanks to Lele Gaifax <lele@seldati.it>

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2139 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - lang/strings_italian.txt Diff File

master cdb212bf

2003-03-31 21:32

int2str


Details Diff
* doc/ChangeLog:
Added description for bug 0003088 (attachment indicator).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2138 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003088
mod - doc/ChangeLog Diff File

master 588f824b

2003-03-31 18:17

int2str


Details Diff
* view_all_inc.php:
Use new function file_bug_attachment_count() instead of file_bug_has_attachments()

* core/file_api.php:
Created new function file_bug_attachment_count() and restored
file_bug_has_attachments() to behave as expected.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2137 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/file_api.php Diff File
mod - view_all_inc.php Diff File

master ec3ad0a5

2003-03-31 17:21

int2str


Details Diff
* view_all_inc.php:
Added new ALT and TITLE tags to attachment indicator.
* core/file_api.php:
(file_bug_has_attachments) Return number of attachments instead of TRUE.
* lang/strings_english.txt:
Added s_attachments and s_attachment_alt (used in view_all_inc.php)
* lang/strings_german.txt:
Added s_attachments and s_attachment_alt (used in view_all_inc.php)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2136 <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 - view_all_inc.php Diff File
mod - core/file_api.php Diff File
mod - lang/strings_german.txt Diff File

master cdaf64b6

2003-03-31 17:14

int2str


Details Diff
* css/default.css:
Got a little trigger happy with my last checkin :)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2135 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - css/default.css Diff File

master e2a0ec04

2003-03-31 16:57

int2str


Details Diff
* css/default.css:
Cleaned up some incorrect 'float' usage.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2134 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - css/default.css Diff File

master 3adf91d8

2003-03-31 02:10

int2str


Details Diff
* core/icon_api.php:
Print &nbsp; instead of a empty image if no priority given.
This seriously cuts down HTML size.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2133 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/icon_api.php Diff File

master 966bf920

2003-03-27 21:58

vboctor


Details Diff
Second part of the fix for 0003092

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2132 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - print_all_bug_options_update.php Diff File

master f5ed6e49

2003-03-27 21:56

vboctor


Details Diff
Fix 0003092: Problem changing printing prefs.

M print_all_bug_options_update.php
- Fixed a typo in operation successful which caused a string not found error.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2131 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003092
mod - doc/ChangeLog Diff File
mod - print_all_bug_options_update.php Diff File

master 220ff497

2003-03-27 17:34

int2str


Details Diff
* bug_view_advanced_page.php bug_view_page.php:
Added new HREF anchor for attachments.

* config_defaults_inc.php:
Added new configuration option to optionally
show attachment indicators on view_all_bug_page.

* view_all_inc.php:
Added new (option) column containing a clickable
file attachment indicator.

* core/file_api.php:
Added new function file_bug_has_attachments().

* images/attachment.png:
New attachment indicator icon.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2130 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_view_page.php Diff File
add - images/attachment.png Diff File
mod - bug_view_advanced_page.php Diff File
mod - core/file_api.php Diff File
mod - view_all_inc.php Diff File
mod - config_defaults_inc.php Diff File

master 986e0db3

2003-03-26 19:55

int2str


Details Diff
* core/html_api.php:
print_account_menu() - Hide Profile management link based on access level.

* doc/Changelog:
Added description for fix 0003089.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2129 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003089
mod - core/html_api.php Diff File
mod - doc/ChangeLog Diff File

master 32a6e0da

2003-03-26 19:07

int2str


Details Diff
* core/print_api.php:
print_page_links() - Fix for 0003075: Do not display page links if only
1 page exists for current view settings on view_all_bug_page.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2128 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/print_api.php Diff File

master 3de4d4e8

2003-03-25 13:45

Julian Fitzell


Details Diff
* css/default.css: fix the problem where all td's inside div's with
text-align: center on them were getting centred. The temporary fix is
to tell all td's that they are left aligned again and override it for
td's inside tr's with row-category class but this seems like a hacky way
to do this and I've never had these problems on any other site so there
must be a better solution.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2127 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - css/default.css Diff File

master 0fd77abe

2003-03-25 04:56

Julian Fitzell


Details Diff
Fix 0003080: project menu bar shows extra links

* core/html_api.php
(print_project_menu_bar): add a DISTINCT clause to the query that pulls out
the list of projects (we should be able to use the project_api functions
for this.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2126 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003080
mod - core/html_api.php Diff File
mod - doc/ChangeLog Diff File

master 7edff301

2003-03-24 01:26

Julian Fitzell


Details Diff
Fix 0003064: view bug buttons in vertical column

Many browsers go to the next line when you start a form. The only way to ensure they're on the same line is to put them each in their own table cell. If we want them to be close together and centered then they need to go into a table inside the main table cell. There may be another way to do this with CSS but I'm not going to spend time on it right now.

* bug_view_advanced_page.php:
* bug_view_page.php:
use align="center" instead of class="center"
since the css version doesn't seem to work when the td has a table as its contents?

* core/html_api.php:
(html_buttons_view_bug_page): put each button in its own td and put
the whole thing inside a table.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2125 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003064
mod - bug_view_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - core/html_api.php Diff File
mod - doc/ChangeLog Diff File

master 1a741b77

2003-03-23 22:36

vboctor


Details Diff
Fix 0003072: Attached file should be opened up in a new browser window.

M core/file_api.php
- Add target="_blank" to the file attachment hyperlinks.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2124 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003072
mod - doc/ChangeLog Diff File
mod - core/file_api.php Diff File

master ad9853f6

2003-03-22 16:42

jlatour


Details Diff
<a name="label"> is deprecated in XHTML. Replaced it with <a name="label" id="label" />.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2123 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_monitor_list_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - history_inc.php Diff File
mod - admin/check.php Diff File

master 5ca12af6

2003-03-22 11:30

jlatour


Details Diff
Improved adherance to the XHTML standard.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2122 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - account_prefs_inc.php Diff File
mod - manage_user_edit_page.php Diff File
mod - bugnote_view_inc.php Diff File
mod - bug_monitor_list_view_inc.php Diff File
mod - doc/ChangeLog Diff File
mod - manage_proj_edit_page.php Diff File
mod - view_all_inc.php Diff File
mod - core/html_api.php Diff File
mod - bug_reminder_page.php Diff File

master f8259993

2003-03-22 06:51

jlatour


Details Diff
Post-release changes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2121 <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 - doc/ChangeLog Diff File

master 23516beb

2003-03-22 06:15

jlatour


Details Diff
Preparing for 0.18.0a4.

I'm working with Eclipse!

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2118 <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 - doc/ChangeLog Diff File

master e3141dad

2003-03-22 05:53

jlatour


Details Diff
Updated db_generate.sql

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2117 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - sql/db_generate.sql Diff File

master 0f841513

2003-03-21 00:55

vboctor


Details Diff
Fixed the same issue as in 0003062 (lists being populated from current project
rather than bug project) for reporter list and assigned-to list.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2116 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/print_api.php Diff File
mod - bug_update_page.php Diff File
mod - doc/ChangeLog Diff File
mod - bug_update_advanced_page.php Diff File

master 696d1ec7

2003-03-21 00:36

vboctor


Details Diff
Fixed 0003062: category, version option lists populated from current project
rather than bug category.

Note that the same problem applied to custom fields.

M core/print_api.php
- Support $p_project_id field in print_version_option_list() and
print_category_option_list().
- Remove print_category_option_listOLD() function which was not used.

M bug_update_advanced_page.php
- Pass the bug project id to print_version_option_list(), and
print_category_option_list().
- Pass bug project id rather than current project id to custom_field_get_linked_ids().

M bug_update_page.php
- Pass the bug project id to print_category_option_list().
- Pass bug project id rather than current project id to custom_field_get_linked_ids().

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2115 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - bug_update_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - core/print_api.php Diff File

master 8a617cb0

2003-03-20 02:27

Julian Fitzell


Details Diff
* core/print_api.php
(get_email_link): don't apply string_url() to the whole mailto link since
it causes @ to be escaped which doesn't work well when you copy the
email address from the browser's context menu and paste it somewhere
else
(get_email_link_with_subject): ditto

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2114 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/print_api.php Diff File

master 468f1907

2003-03-20 02:09

Julian Fitzell


Details Diff
Fix suggested by andrew <andrew@superstructure.co.nz> in issue 0002966 (though not a resolution for that issue)

* bug_report.php: get the vuew page for the current user instead of user 1
(I can't believe that code has been there since October)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2113 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002966
mod - bug_report.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 624 625 626 627 628 629 630 ... 700 ... 703 704 705  Next  Last