Search Changesets

MantisBT: master-1.2.x 4618dcd4

2012-03-09 18:21

dregad


Details Diff
Fix 0014014: Search number > 2147483647 fails on 64-bit systems

When a numeric search term is entered, the Filter API will only check
for matches in the bug and bugnote id fields when the search term is
within a valid range.

This was never an issue on 32-bit systems, but on 64-bit OS, PostgreSQL
throws an "integer out of range" error when executing the query because
the search term is cast to (int) and PHP_INT_MAX is greater than the
largest value allowed for the numeric DB fields (4-byte int, 2^31-1).

This issue does not exist on MySQL as the value is capped to the maximum
allowed; behavior was not tested on Oracle, DB2 or MSSQL.

The fix for PostgreSQL behavior is a hack, but I can't think of any
better solution (ideally, we should be able to query the DB for the
maximum allowed value for a field).
Affected Issues
0014014
mod - core/filter_api.php Diff File

MantisBT: master 04a5fb5e

2012-03-09 18:21

dregad


Details Diff
Fix 0014014: Search number > 2147483647 fails on 64-bit systems

When a numeric search term is entered, the Filter API will only check
for matches in the bug and bugnote id fields when the search term is
within a valid range.

This was never an issue on 32-bit systems, but on 64-bit OS, PostgreSQL
throws an "integer out of range" error when executing the query because
the search term is cast to (int) and PHP_INT_MAX is greater than the
largest value allowed for the numeric DB fields (4-byte int, 2^31-1).

This issue does not exist on MySQL as the value is capped to the maximum
allowed; behavior was not tested on Oracle, DB2 or MSSQL.

The fix for PostgreSQL behavior is a hack, but I can't think of any
better solution (ideally, we should be able to query the DB for the
maximum allowed value for a field).
Affected Issues
0014014
mod - core/filter_api.php Diff File

MantisBT: master fca6d033

2012-03-08 22:53

dregad


Details Diff
Code cleanup in excel_xml_export.php

Removed the specific logic to handle the extended text fields, which is
no longer required as the BugData API will automatically retrieve them
if needed. This is a leftover from the conversion from old, array-style
access to bug data (see 2d5e01443e2715096f2eed41b6bbca3da60d2487).

Furthermore, the call to bug_get() was redundant, since the result set
from filter_get_bug_rows() already contains BugData objects.

Fixes 0014017

Also removes a useless line of code accidentally left in there by commit
0542805d6357153fa84ad791406887ecef13cdff.
Affected Issues
0014017
mod - excel_xml_export.php Diff File

MantisBT: master-1.2.x a3eec4b7

2012-03-08 22:53

dregad


Details Diff
Code cleanup in excel_xml_export.php

Removed the specific logic to handle the extended text fields, which is
no longer required as the BugData API will automatically retrieve them
if needed. This is a leftover from the conversion from old, array-style
access to bug data (see 18ad379c92db070115b8921bd51024b5bb5dd230).

Furthermore, the call to bug_get() was redundant, since the result set
from filter_get_bug_rows() already contains BugData objects.

Fixes 0014017

Also removes a useless line of code accidentally left in there by commit
b5450f3d7eedf5669affe77865560cbf053bbead.
Affected Issues
0014017
mod - excel_xml_export.php Diff File

MantisBT: master-1.2.x 46ff26ec

2012-03-07 09:49

rombert


Details Diff
Fix tag attach/detach for non-admin users

Take 2, thanks to atrol for keeping his eyes open.
mod - api/soap/mc_tag_api.php Diff File

MantisBT: master 294aae77

2012-03-07 09:48

rombert


Details Diff
Fix tag attach/detach for non-admin users

Take 2, thanks to atrol for keeping his eyes open.
mod - api/soap/mc_tag_api.php Diff File

MantisBT: master 633a75a6

2012-03-07 09:09

rombert


Details Diff
Fix tag attach/detach for non-admin users
mod - api/soap/mc_tag_api.php Diff File

MantisBT: master-1.2.x 94f41437

2012-03-07 09:09

rombert


Details Diff
Fix tag attach/detach for non-admin users
mod - api/soap/mc_tag_api.php Diff File

MantisBT: master-1.2.x ecf22ae0

2012-03-06 19:41

vboctor


Details Diff
Fixes 0014013: System notice in bug_check_workflow().

If the status workflow is defined, but there is no corresponding entry to the current state, then allow all statuses. The reasoning is that there should always be at least one possible next status.
Affected Issues
0014013
mod - core/bug_api.php Diff File

MantisBT: master 241ae23b

2012-03-06 19:41

vboctor


Details Diff
Fixes 0014013: System notice in bug_check_workflow().

If the status workflow is defined, but there is no corresponding entry to the current state, then allow all statuses. The reasoning is that there should always be at least one possible next status.
Affected Issues
0014013
mod - core/bug_api.php Diff File

MantisBT: master-2.0.x 7928dce2

2012-03-06 10:40

Paul Richards


Details Diff
This logic is also inside twitter api
mod - bug_update.php Diff File

MantisBT: master-2.0.x d28d4717

2012-03-06 10:39

Paul Richards


Details Diff
This logic is also inside the twitter api
mod - core/bug_api.php Diff File

MantisBT: master-2.0.x 881a4486

2012-03-06 10:30

Paul Richards


Details Diff
Add function to indicate if browser is mobile
mod - core/http_api.php Diff File

MantisBT: master-2.0.x 9604e1f7

2012-03-06 10:30

Paul Richards


Details Diff
Fix typo in sql query
mod - core/custom_field_api.php Diff File

MantisBT: master-1.2.x a817c2cb

2012-03-04 20:04

vboctor


Details Diff
Updated doc/RELEASE for 1.2.10.
mod - doc/RELEASE Diff File

MantisBT: master-1.2.x e1cae075

2012-03-04 19:34

dregad


Details Diff
Updated release notes for 1.2.9

A bit late but better than never
mod - doc/RELEASE Diff File

MantisBT: master-1.2.x 1c1e0473

2012-03-04 16:22

vboctor


Details Diff
Update version to 1.2.10
mod - core/constant_inc.php Diff File

MantisBT: master-1.2.x dd3c6ddc

2012-03-04 16:18

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

1. Rename the mantis_logo_238x40.png to mantis_logo.png. To avoid more renames in the future if we change the logo size or design.
2. Added a copy of mantis_logo.png in gif format to match the old file name, just in case config_inc.php points to it. Note that the gif version is a lower quality due to the gif format.
3. Changed the code, default configuration, and sample configuration to reference mantis_logo.png.
Affected Issues
0013998
add - images/mantis_logo.gif Diff File
add - images/mantis_logo.png Diff File
rm - images/mantis_logo_232x80.png Diff
mod - config_defaults_inc.php Diff File
mod - config_inc.php.sample Diff File
mod - core/html_api.php Diff File

MantisBT: master 480bec8f

2012-03-04 16:18

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

1. Rename the mantis_logo_238x40.png to mantis_logo.png. To avoid more
renames in the future if we change the logo size or design.
2. Added a copy of mantis_logo.png in gif format to match the old file
name, just in case config_inc.php points to it. Note that the gif
version is a lower quality due to the gif format.
3. Changed the code, default configuration, and sample configuration to
reference mantis_logo.png.
Affected Issues
0013998
add - images/mantis_logo.gif Diff File
add - images/mantis_logo.png Diff File
rm - images/mantis_logo_232x80.png Diff
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File

MantisBT: master-1.2.x 9ee9f2ce

2012-03-04 06:26

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

- Updated config_inc_sample.php to use the new logo filename.
- Commented out all configuration options that are optional (i.e. all except db and email).
Affected Issues
0013998
mod - config_inc.php.sample Diff File

MantisBT: master c7be5330

2012-03-04 06:26

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

- Updated config_inc_sample.php to use the new logo filename.
- Commented out all configuration options that are optional (i.e. all
except db and email).

Fixes 0014119
Affected Issues
0013998, 0014119
mod - config_inc.php.sample Diff File

Website: master 633494c2

2012-03-04 01:44

Victor Boctor


Details Diff
Remove version number from "Hosted MantisBT" link.
mod - download.php Diff File

Website: master da636d67

2012-03-04 01:41

Victor Boctor


Details Diff
Update download page to refer to MantisTouch rather than MantisWAP.

Updated add-on software section to refer to MantisTouch rather than MantisWAP.
mod - download.php Diff File

MantisBT: master-1.2.x 3e11346a

2012-03-03 12:58

vboctor


Details Diff
Update version to 1.2.9

Changing the version number in preparation for release 1.2.9.
mod - core/constant_inc.php Diff File

MantisBT: master-2.0.x a7149629

2012-03-03 12:33

Paul Richards


Details Diff
remove obsolete values from config_is_private
mod - core/config_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 352 353 354 355 356 357 358 ... 420 ... 490 ... 560 ... 630 ... 700 ... 743 744 745  Next  Last