Search Changesets

MantisBT: master fa460dc2

2003-04-09 06:06

vboctor


Details Diff
Fix 0003115: manage_proj_cat_edit_page.php uses the wrong project id.

M manage_proj_cat_edit_page.php
- Change the call to print_assign_to_option_list() to send the project id.

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

MantisBT: master 62b08190

2003-04-06 19:43

vboctor


Details Diff
Fix 0003109: Error when adding protected users.

M core/user_api.php
- (user_set_field): Changed to allow setting the protected field for protected users.
- (user_create): Changed to create the user as unprotected, and protect it after
setting the preferences.

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

MantisBT: master a740894b

2003-04-05 22:18

vboctor


Details Diff
Fix 0002992: Unable to attach files to bugs on Windows servers with magic quotes ON

M core/gpc_api.php
- (gpc_get_file): The gpc_strip_slashes() is no longer called.

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

MantisBT: master d580a86d

2003-04-03 19:03

vboctor


Details Diff
Fixed 0003108: No custom fields are shown in the details, if you are in "All
Projects"

M bug_update.php
- The custom fields update was only working if the current project is equal to the bug project.

M bug_view_advanced_page.php
M bug_view_page.php
M print_bug_page.php
- Custom fields of the current project were displayed rather than the ones
belonging to the current bug. Hence, in case of "All Projects", no custom
fields were displayed.

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

MantisBT: master fa4c3b18

2003-04-01 10:59

jlatour


Details Diff
Synchronised language files and updated Dutch localisation.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2140 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - doc/ChangeLog Diff File
mod - lang/strings_polish.txt Diff File

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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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

MantisBT: 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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 658 659 660 661 662 663 664 ... 700 ... 743 744 745  Next  Last