Changesets: MantisBT

master 101bb152

2004-07-11 03:09

vboctor


Details Diff
Enh 0004066: Support "future" versions and a description field (vboctor)

- Added id as a primary key to mantis_version_table (however, this will not be used to refer to versions).
- Support "released" flag, this will determine whether a version is a released version or a future version. Product version field will only show released versions, but "fixed in version" will show all.
- Added description field, and show it in Changelog before the actual list of entries.
- Use version id in the edit/delete version pages to refer to a specific version.
- Use version id in the version_api to refer to a specific version.
- Use a version information class in version_api.
- Support caching in versions_api.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2688 <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
mod - manage_proj_edit_page.php Diff File
mod - admin/upgrades/0_18_inc.php Diff File
mod - bug_update_page.php Diff File
mod - core/authentication_api.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - core/version_api.php Diff File
mod - sql/db_generate.sql Diff File
mod - bug_resolve_page.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - bug_report_page.php Diff File
mod - core/print_api.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - doc/ChangeLog Diff File
mod - view_filters_page.php Diff File
mod - core/constant_inc.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - lang/strings_english.txt Diff File
mod - changelog_page.php Diff File

master 2e4ed26b

2004-07-11 01:43

narcissus


Details Diff
Fixes some xss issues regarding specially crafted filter values.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2687 <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 6f0d8df6

2004-07-10 19:38

vboctor


Details Diff
Remove empty lines at the end of the files after the end of the php tag.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2686 <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 - core/bug_api.php Diff File
mod - core/current_user_api.php Diff File
mod - core/project_api.php Diff File
mod - core/sponsorship_api.php Diff File
mod - core/authentication_api.php Diff File
mod - core/ldap_api.php Diff File
mod - core/version_api.php Diff File
mod - core/email_api.php Diff File
mod - core/html_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/string_api.php Diff File
mod - core/constant_inc.php Diff File
mod - core/print_api.php Diff File
mod - core/config_api.php Diff File
mod - core/file_api.php Diff File

master 4932742e

2004-07-10 19:29

vboctor


Details Diff
Fix 0004065: Issues are not hyperlinked in Changelog if $g_bug_link_tag is not # (vboctor).

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

master feac70a0

2004-07-10 19:02

vboctor


Details Diff
Fix 0004064: Links are not hyperlinked property if containing () (vboctor)

M core/strings_api.php
- (string_insert_hrefs): added '(' and ')' as valid characters.

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

master 5c8fc25b

2004-07-10 11:40

vboctor


Details Diff
Changed NULL to null, and == null to === null.

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

master b5ef270c

2004-07-10 11:38

vboctor


Details Diff
Fix 0004056: Displaying/Reporting Issue -> Application Warning - lang_exists() missing arg 2 (vboctor)

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

master 561bcd6a

2004-07-10 11:16

vboctor


Details Diff
Fix 0004041: Empty "Users sponsoring this issue" (vboctor)

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

master 776353ef

2004-07-10 08:09

vboctor


Details Diff
Enh 0004036: [bugtracker] Changelog should not display versions with no issues (vboctor)
Enh #0000: Added the category to the changelog.

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

master 8b7fcd3a

2004-07-09 20:29

int2str


Details Diff
* Fix 0004044: Cross Site Scripting Vulnerability

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2679 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004044
mod - login.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - login_cookie_test.php Diff File
mod - doc/ChangeLog Diff File
mod - login_page.php Diff File
mod - manage_custom_field_edit_page.php Diff File
mod - manage_custom_field_update.php Diff File

master 42b73166

2004-07-09 08:02

vboctor


Details Diff
Updated German translation (thanks to Dr. Juergen Kehrel)

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

2004-07-09 07:56

vboctor


Details Diff
Add language updated to change log

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

master 7f5caead

2004-07-09 07:55

vboctor


Details Diff
Updated strings_portuguese_brazil.txt (thanks to jferraz)

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

master 59ed677f

2004-07-09 07:39

vboctor


Details Diff
Fix 0004053: Italian - Missing $s_monitored_by

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

master 9721df82

2004-07-09 07:32

vboctor


Details Diff
Fix 0004014: Italian Version: Build Translated as Version

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

master 36be54a8

2004-07-08 22:46

int2str


Details Diff
* Fix 0004017: Random translations popping up

The language API has been cleaned up and simplified some.

The problems with "random" translations were due to the fact that the language was changed temporarily for emails sent in a non-default language. If a page got refreshed during this send, it was diplayed in the wrong language. Now, the language API can hold more than one language at a time. And lang_get() has an optional additional parameter to specify which language a string should be returned in. That way the currently active language is not changed anymore.

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

master 591f99ca

2004-07-08 22:37

int2str


Details Diff
More verbose error message for missing strings. Plus added missing filter string.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2672 <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 28e902c2

2004-07-08 20:02

narcissus


Details Diff
Enh 0003804, 0003805, 0003944: Filter by view state, bug monitoring and fixed in version values.

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

master 9b9b924a

2004-07-08 19:05

narcissus


Details Diff
Fix 0004027: Database query error on text search

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

master 95a2b44c

2004-07-08 10:09

vboctor


Details Diff
Fix 0004020: Database field 'realname' not found after plain installation

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

master a5c67067

2004-07-08 09:57

vboctor


Details Diff
Fix 0004040: Sponsorship timestamp is not displayed correctly in sponsorship list

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

master b6d4ac26

2004-07-08 09:49

vboctor


Details Diff
Enh 0004038: Add icon to sponsorships to attract attention.

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

master 2607f178

2004-07-08 06:47

int2str


Details Diff
More strings translated.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2666 <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 3ae3dbbe

2004-07-08 00:54

int2str


Details Diff
* Fix 0004018: Real name field allows potentially dangerous HTML

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

master 589ac31d

2004-07-08 00:37

int2str


Details Diff
* Fix 0004005: Signup for new account - invalid username generates crash

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2664 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004005
mod - doc/ChangeLog Diff File
mod - core/html_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 636 637 638 639 640 641 642 ... 700 ... 733 734 735  Next  Last