Search Changesets

MantisBT: master 4ac9951d

2004-05-24 04:12

int2str


Details Diff
HTML and PHP code cleanup.

- Reduced number of times we drop in and out of <?php ?> mode to
avoid whitespace created in the output. (And maybe speed up
parsing?)
- Standardized table cell creation a little
- Removed whitespace in output
- removed class="center" and made center default alignment, since
its used in all but 2/3 columns in the list

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

MantisBT: master 0a4b8133

2004-05-23 10:13

vboctor


Details Diff
Enh 0003765: Change title on bug details page to bug summary line.

M bug_update_advanced_page.php
M bug_update_page.php
M bug_view_advanced_page.php
M bug_view_page.php
M print_bug_page.php
M core/html_api.php
- Changed the page title to include the currently open issue.

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

MantisBT: master ac52240b

2004-05-23 09:50

vboctor


Details Diff
Fix 0003866: URLs that include bookmark are not hyperlinked correctly.
Enh 0003867: Give the user control whether to open hyperlink in new or current window.

M core/file_api.php
- (file_list_attachments): Added [^] next to the attachments.

M core/strings_api.php
- (string_insert_hrefs): Added [^] next to hyperlinks.
- (string_insert_hrefs): Supported # in hyperlinks.

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

MantisBT: master 5e3cce90

2004-05-22 07:51

int2str


Details Diff
Fixed URL

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

MantisBT: master 9e6f8381

2004-05-22 07:51

int2str


Details Diff
Fixed URL in admin/chack.php

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

MantisBT: master a20c5195

2004-05-22 07:36

vboctor


Details Diff
Fixed 0003824: private bug reports and bugnotes are sent out as notifications to everyone

core/email_api.php
- (email_collect_recipients): Check that all notified users have access level greater than private bug threshold for private bugs.

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

MantisBT: master effac1b2

2004-05-22 03:33

vboctor


Details Diff
Fixed 0003824: private bug reports and bugnotes are sent out as notifications to everyone

core/email_api.php
- (email_collect_recipients): Check that all notified users have access level greater than private bug threshold for private bugs.

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

MantisBT: master 9f9efd50

2004-05-21 17:42

int2str


Details Diff
Reduced the number of SQL queries used on the bug summary page.
The following changes were made:
- Use only one query to get bugnote count and the last_modified date
- Add filtered bug rows to bug cache (new function bug_add_to_cache() )
- Cache attachment count for all bugs

This reduces the query count from about 300 to about 120 when 100 bugs are displayed with file attachment indicator and bugnote count displayed in the list and should dramatically speed up page execution at that point.

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

MantisBT: master 2bfff662

2004-05-21 14:46

int2str


Details Diff
Changed charset to windows-1252 for english and german language. Other languages should be changed as well if apropriate.

This is a workaround for a bug in Internet Explorer 6. The problem is that if charset=iso-8859-1 is specified and you enter special characters in a text field, the _first_ input in that form is not passed as POST variable.

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

MantisBT: master bf18ac3d

2004-05-18 15:32

narcissus


Details Diff
Enh 0003519: Advanced filtering with multiple selections.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2552 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/CREDITS Diff File
mod - doc/ChangeLog Diff File
mod - view_filters_page.php Diff File
mod - core/print_api.php Diff File
mod - core/helper_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - view_all_set.php Diff File
mod - core/filter_api.php Diff File

MantisBT: master 3b840227

2004-05-18 08:52

vboctor


Details Diff
Fixed 0003853: Filters sometime generate an invalid query (partial fix).

M core/filter_api.php
- If sort field is empty default it to last_updated and direction to DESC. The root problem still has to be fixed, but this fixes the symptoms. This is also needed to avoid SQL errors for filters saved in user dbs.

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

MantisBT: master b0e6114c

2004-05-18 08:28

vboctor


Details Diff
Fixed 0003851: Ability to change the view status for a group of bugs
Fixed 0003852: OK button in View Issues page is not localised

M bug_actiongroup.php
M bug_actiongroup_page.php
- Support for batch changing of view status.

M view_all_inc.php
- Use a localised string for OK button.

M core/graph_api.php
M core/user_api.php

M core/print_api.php
- (print_all_bug_action_option_list): Added the string for the Update View Status command.

M lang/strings_english.txt
- Added string for OK button in View Issues page.
- Added strings for support of batch change of view status.

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

MantisBT: master 7fda2b2f

2004-05-18 05:19

int2str


Details Diff
Removed excess comparisons. (Thanks Jeroen)

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

MantisBT: master 1db843f5

2004-05-18 01:04

int2str


Details Diff
Minor HTML cleanup.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2548 <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 2c8a3622

2004-05-18 00:29

int2str


Details Diff
Fixed HTML validation error (duplicate class).

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

MantisBT: master f29f7022

2004-05-17 23:33

int2str


Details Diff
Allow case of user name to be changed.
User "TeSt" can now be renamed to "Test".

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

MantisBT: master dfa6ccee

2004-05-17 23:27

int2str


Details Diff
Allow case of project name to be changedAllow case of project name to be changed.
You can now rename project "TeSt" to "Test" etc.

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

MantisBT: master 6a9bedf9

2004-05-17 11:09

vboctor


Details Diff
Fix 0003504: project cookie not cleared at logout

M core/helper_api.php
- (helper_clear_pref_cookies): Function was clearing cookies using the wrong cookie names.

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

MantisBT: master 58b63542

2004-05-17 11:04

vboctor


Details Diff
Fix 0003845: User not redirected to default project

M core/helper_api.php
- (helper_clear_pref_cookies): Function was clearing cookies using the wrong cookie names.

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

MantisBT: master 6c3a4c13

2004-05-17 10:39

vboctor


Details Diff
M view_all_inc.php
- Fixed the position of the navigation bar when sponsorship is enabled.

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

MantisBT: master c9711a55

2004-05-17 09:06

vboctor


Details Diff
Fix 0003840: Why strip the leading spaces from Description? (applied to all multi-line fields in issue + issue notes).

M core/string_api.php
- Preserve tab by replacing it with 4 non-blank-spaces. This may be made configurable in the future. The rest of the functionality was already implemented but for spaces only.

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

MantisBT: master 54c8a3cf

2004-05-17 09:02

vboctor


Details Diff
Trim spaces from summary before adding the bug to the database.

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

MantisBT: master b6e8629e

2004-05-17 08:53

vboctor


Details Diff
Fixed an "undefined index 0" notice when adding a bugnote.

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

MantisBT: master 30545565

2004-05-17 07:47

vboctor


Details Diff
Some fixes for comments.

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

MantisBT: master 9fdced85

2004-05-17 07:39

vboctor


Details Diff
Enh 0003152: Adding notes and documents to resolved bugs.
Enh 0003505: Add a Bugnote to a resolved bug.
Enh 0003811: Allow private flag to be unset on resolved bugs.
Fix 0003473: g_bug_resolved_status_threshold variable ignored.
Fix 0003567: Reminders can be added for a readonly bug.

M config_defaults_inc.php
- New Config: bug_readonly_status_threshold (default RESOLVED). Status threshold after which the issue is considered readonly.
- New Config: update_readonly_bug_threshold (default MANAGER). Status threshold after which the user is allowed to edit readonly issues.

M core/email_api.php
- (email_format_bug_message): Use configurable resolved status.

M core/bug_api.php
- (bug_is_readonly): Modified to return true if issue is readonly, and user doesn't have access level to edit readonly issues.
- (bug_resolve): Modified to use bug_readonly_status_threshold rather than set status to hard-coded status RESOLVED.

M bugnote_add.php
M bug_reminder_page.php
M bug_reminder.php
M bug_update_advanced_page.php
M bug_update_page.php
- Check the readonly flag.

M view_all_inc.php
- Check the readonly flag and only display the edit pen for non-readonly issues, or if the user has threshold to edit readonly issues.

M bugnote_add_inc.php
M bugnote_edit_page.php
M bugnote_set_view_state.php
M bugnote_update.php
- Check the readonly flag rather than the resolved status.

M bug_view_advanced_page.php
M bug_view_page.php
- Check the readonly flag for the file upload.

M core/constant_inc.php
- Constant for new error message for attempting to edit readonly issues.

M core/html_api.php
- Use bug_is_readonly().
- Don't display Resolve button if issue is already resolved.

M lang/strings_english.txt
- New error message for attempting to edit a readonly issue.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2537 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003473, 0003567
mod - lang/strings_english.txt Diff File
mod - core/constant_inc.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - bugnote_edit_page.php Diff File
mod - bug_reminder_page.php Diff File
mod - core/email_api.php Diff File
mod - bug_view_page.php Diff File
mod - bug_reminder.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - bugnote_add.php Diff File
mod - core/bug_api.php Diff File
mod - view_all_inc.php Diff File
mod - bugnote_update.php Diff File
mod - bugnote_set_view_state.php Diff File
mod - bug_update_page.php Diff File
mod - core/html_api.php Diff File
mod - doc/ChangeLog Diff File
mod - bugnote_add_inc.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 643 644 645 646 647 648 649 ... 700 ... 743 744 745  Next  Last