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

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

master 3154c906

2003-03-20 02:06

Julian Fitzell


Details Diff
sorry, arrange the fix I added numerically

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

master 899ccbf9

2003-03-19 06:18

int2str


Details Diff
* bug_report_page.php:
Another small fix to make Mantis more usable on small screens.

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

master 6db4f43e

2003-03-19 02:59

Julian Fitzell


Details Diff
* config_defaults_inc.php
(g_compress_html): add comment about needing zlib and how to enable it

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2110 <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 9a14766a

2003-03-19 02:55

Julian Fitzell


Details Diff
add note about 0002953

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

master a161e565

2003-03-19 02:26

int2str


Details Diff
* manage_proj_edit_page.php:
Minor HTML change to make page display nicer on "small" screens (800x600)

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

master 7923c139

2003-03-18 16:33

int2str


Details Diff
* lang/strings_german.txt:
Minor tweak.

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

master 8198742d

2003-03-16 19:25

Julian Fitzell


Details Diff
Improve the email and href parsing regexes a little. Also add descriptive comments since regexes are rarely capable of standing on their own.

Read the comments for details on the new rules but I tested them pretty thoroughly and they seem to work satisfactorily. Let me know if anyone finds issues.

Note that we really need to do this with a parse tree. Or at least replace the urls and emails with some marker and then put them back in later. Parsing the whole thing repeatedly caused me all kinds of problems like emails matching already matched URLs, having to match entities instead of the real characters, etc. These problems force us to tighten the rules used to match emails (like enforcing a subset of characters preceding email addresses). I may do this at some point but not now.

* core/string_api.php
(string_insert_hrefs): redo regexes to be more comprehensive
(string_strip_hrefs): match much more generally, including href anchors
with other attributes or extraneous whitespace

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2106 <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 5d61610f

2003-03-15 18:32

Julian Fitzell


Details Diff
notes relating to fixing 0003058

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

master e4dc191a

2003-03-15 17:09

Julian Fitzell


Details Diff
Attempted fix for 0003058: Clicking on view_all_bug_page.php results in 'file download' popup

* config_defaults_inc.php
(g_compress_html): add a note about coflicts with other compression config
variable in php.ini

* core/compress_api.php
(compress_is_enabled): add a check for php.ini methods of enabling compression
so we don't do it twice

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

master a729bdeb

2003-03-15 15:45

jlatour


Details Diff
Updated code page of Czech and Slovak translations.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2103 <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_slovak.txt Diff File
mod - lang/strings_czech.txt Diff File

master 4a3c5c34

2003-03-14 20:42

Julian Fitzell


Details Diff
Based on comments in issue 0002953 and on the php doc site, try adding a check for zlib before attempting compression. This doesn't seem to be needed in all versions but maybe it will help the people who are having problems.

* core/compress_api.php
(compress_is_enabled): add a check to see if zlib is available

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

master c7599529

2003-03-14 13:56

int2str


Details Diff
* doc/Changelog:
Added description for bug fix 0003055

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

master bd096631

2003-03-14 13:54

int2str


Details Diff
* string_api.php:
Changed regular expressions to allow "@" in (non-mail) URLs.
This fixes bug 0003055.
The new dual regexps to filter mail URLs are kind of cludgy. If
anybody has a better way of making this work - feel free ;).

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