Changesets: MantisBT

master 6ed28633

2004-05-11 18:05

vboctor


Details Diff
Non-ascii characters caused problems with SVN function and were replaced
with a ? by SourceForge.net in your original log message, which follows:
M lang/strings_czech.txt
- Updated to use "issues" rather than "bugs" (thanks to Ji?? Kuchta"

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

master a85410a0

2004-05-10 10:06

vboctor


Details Diff
M bug_report_page.php
- $f_product_version was not defined and hence the combo-box was not populated and an error was included in the html file (but was not visible in the browser).

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

2004-05-10 09:46

vboctor


Details Diff
M main_page.php
- Convert date to timestamp via adodb/our db class instead of strtotime. Reason: odbc_mssql driver returns timestamp in a non-gnu time format. db_unixtimestamp returns an integer timestamp based on the current database. This commit is done on behalf of paulr.

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

master 25ddb9c4

2004-05-10 09:45

vboctor


Details Diff
admin/upgrades/0_18_inc.php
- create statements when performing an upgrade does not work, quoting is incorrect (thanks to RainMkr)

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

master 56de26a3

2004-05-10 09:03

vboctor


Details Diff
M core/database_api.php
- date diff takes 'start date' subtract end date. This commit is done on behalf of paulr.

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

master c319ee10

2004-05-10 08:34

vboctor


Details Diff
M core/constant_inc.php
M lang/strings_english.txt
- Defined ERROR_CONFIG_OPT_INVALID which is used in core/database_api.php.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2522 <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 - core/constant_inc.php Diff File

master dc23cc86

2004-05-10 07:44

vboctor


Details Diff
M core/adodb/drivers/adodb-odbc.inc.php
M core/adodb/drivers/adodb-postgres64.inc.php
M core/adodb/drivers/adodb-sqlanywhere.inc.php
M core/adodb/drivers/adodb-sybase.inc.php
- Removed empty line at the end of the file.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2521 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/adodb/drivers/adodb-sybase.inc.php Diff File
mod - core/adodb/drivers/adodb-postgres64.inc.php Diff File
mod - core/adodb/drivers/adodb-odbc.inc.php Diff File
mod - core/adodb/drivers/adodb-sqlanywhere.inc.php Diff File

master 20490445

2004-05-10 07:22

vboctor


Details Diff
M lang/strings_polish.txt
- Updated Polish localization (thanks to Kacper Kruszewski)
- Translated English strings to Polish.
- Changed Bug to Issue.

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

master df512bde

2004-05-09 15:28

Paul Richards


Details Diff
let's try using tabs this time

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

master 4eaf3bcc

2004-05-09 09:08

Paul Richards


Details Diff
- fix db_helper_compare_days for pgsql
- merge with vboctors database_api ( trigger error with unknown drivers)
- use pg_escape_string/mysql_escape_string over addslashes

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

master eb533693

2004-05-08 22:24

vboctor


Details Diff
Enh 0003808: Ability to sponsor (fund) a bug or feature request.

This commit includes the implementation of the core support for issue sponsorships.

M bug_assign.php
- Make sure that the current user can assign sponsored issues.
- Make sure that the handler can handle sponsored issues.

A bug_set_sponsorship.php
- All adding/deleting/updating of a sponsorship. Supports the case where the current user is the sponsor.

A bug_sponsorship_list_view_inc.php
- The sponsorship section that is included in both simple/advanced view of the issues.

M bug_view_advanced_page.php
M bug_view_page.php
- Included bug_sponsorship_list_view_inc.php

M bugnote_view_inc.php
- Adjusted the check for bug_is_readonly()

M config_defaults_inc.php
- New Config: enable_sponsorship (default OFF). Whether to enable/disable the whole issue sponsorship feature.
- New Config: sponsorship_currency (default US$). Currency used for all sponsorships.
- New Config: view_sponsorship_total_threshold (default VIEWER). Access level threshold needed to view the total sponsorship for an issue by all users.
- New Config: view_sponsorship_details_threshold (default VIEWER). Access level threshold needed to view the users sponsoring an issue and the sponsorship amount for each.
- New Config: sponsor_threshold (default REPORTER). Access level threshold needed to allow user to sponsor issues.
- New Config: handle_sponsored_bugs_threshold (default DEVELOPER). Access level required to be able to handle sponsored issues.
- New Config: assign_sponsored_bugs_threshold (default MANAGER). Access level required to be able to assign a sponsored issue to a user with access level greater or equal to 'handle_sponsored_bugs_threshold'.
- New Config: minimum_sponsorship_amount (default 5). Minimum sponsorship amount. If the user enters a value less than this, an error will be prompted.
- New Config: mantis_sponsorship_table (default mantis_sponsorship_table). Name of table containing issue sponsorship information.

M view_all_inc.php
- Added sponsorship total column to view bugs page (if sponsorship is enabled).

M admin/upgrades/0_18_inc.php
- Added 'mantis_sponsorship_table' table.
- Added 'sponsorship_total' in 'mantis_bug_table' and added an index on it.

M core/bug_api.php
- (bug_is_readonly): The return value was reversed.
- (bug_delete): Delete all sponsorships associated with an issue when the issue is deleted.
- Added support for 'sponsorship_total' field.

M core/constant_inc.php
- Added constants for the implementation of sponsorships.

M core/email_api.php
- (email_sponsorship_added): send notices when an issue is sponsored
- (email_sponsorship_updated): send notices when a sponsorship is modified
- (email_sponsorship_deleted): send notices when a sponsorship is deleted
- (email_build_visible_bug_data): prepare visible data related to sponsorships.
- (email_format_bug_message): include sponsorships information in message body if visible.

M core/history_api.php
- (history_localize_item): Added support for BUG_ADD_SPONSORSHIP, BUG_UPDATE_SPONSORSHIP, and BUG_DELETE_SPONSORSHIP

M core/lang_api.php
- (lang_get): print string name in the string not found error message.

A core/sponsorship_api.php
- APIs for sponsorship support.

M core/user_api.php
- (user_get_name): Small correction in function documentation.

M lang/strings_english.txt
- All strings relating to sponsorship support.
- Changed string for "string not found" to include the string name that is not found.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2517 <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/history_api.php Diff File
mod - core/constant_inc.php Diff File
mod - bug_assign.php Diff File
mod - admin/upgrades/0_18_inc.php Diff File
add - bug_sponsorship_list_view_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - bugnote_view_inc.php Diff File
mod - view_all_inc.php Diff File
mod - config_defaults_inc.php Diff File
add - bug_set_sponsorship.php Diff File
mod - doc/ChangeLog Diff File
mod - core/email_api.php Diff File
mod - bug_view_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - core/bug_api.php Diff File
mod - core/lang_api.php Diff File
add - core/sponsorship_api.php Diff File

master 1c25fff3

2004-05-08 19:57

vboctor


Details Diff
M core/obsolete.php
- Mark 'hide_closed_default' as obsolete since it is now replaced by 'hide_status_default'.

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

master 62bc99d9

2004-05-08 19:25

narcissus


Details Diff
Enh 0003676: Use status threshold rather than hide resolved/closed in filter.

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

master b7da8f53

2004-05-07 11:33

vboctor


Details Diff
M lang/strings_dutch.txt
- Updated for 0.18.2 strings (thanks to Klaasjan Brand).

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

master b3a91745

2004-05-06 09:17

vboctor


Details Diff
(print_project_user_list): Added a parameter to specify whether or not the [remove] links should be printed. If they are to be printed, the access level of the specified user is checked first.

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

2004-05-06 09:09

vboctor


Details Diff
Remove [remove] links from the Assigned Projects list in My Account page.

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

master c7f0a989

2004-05-04 18:57

vboctor


Details Diff
Some updates to Polish language (thanks to Kacper Kruszewski).

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

master fb6ceccc

2004-05-01 08:03

vboctor


Details Diff
Added new filter config options to changelog

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

master 8199de36

2004-04-30 20:16

narcissus


Details Diff
Change string to better represent the function of the filters button.

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

master 4f2227d1

2004-04-30 19:14

narcissus


Details Diff
Enh 0003801: Add "myself" meta filter options. Also removed zerofill from filter table.

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

master 64901183

2004-04-29 19:28

vboctor


Details Diff
Fixed 0003795: Resolve should not overwrite handler, if already set.

M core/bug_api.php
- (bug_resolved): Changed to only set the handler_id if was not set before, or set explicitly by the caller rather than parameter was defaulted.

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

master 66b595ba

2004-04-28 18:43

vboctor


Details Diff
Fixed 0003780: misspelling in doc/README - "administraton"

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

master c3a05450

2004-04-26 20:54

narcissus


Details Diff
Enh 0003663: Remember filter settings for each project. Also stop saving filters with empty names.

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

master d75efaaa

2004-04-25 21:52

vboctor


Details Diff
Changed the term 'Bug' to 'Issue', as a step in moving from bug tracker to issue tracker.

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

master 9acbce96

2004-04-25 19:37

vboctor


Details Diff
Changed the term 'Bug' to 'Issue', as a step in moving from bug tracker to issue tracker.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2499 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_english.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 638 639 640 641 642 643 644 ... 700 ... 729 730 731  Next  Last