Changesets: MantisBT

master 2ceb6071

2009-10-10 00:27

vboctor


Details Diff
Fix 0010491: mc_issue_add incorrect access level check. Affected Issues
0010491
mod - api/soap/mc_config_defaults_inc.php Diff File

master-1.2.x 5d821dd1

2009-10-10 00:27

vboctor


Details Diff
Fix 0010491: mc_issue_add incorrect access level check. Affected Issues
0010491
mod - api/soap/mc_config_defaults_inc.php Diff File

master-1.2.x 12a8b6a6

2009-10-09 21:06

vboctor


Details Diff
Git wants to fix end of line for Graph library.
mod - library/ezc/Graph/src/palette/ez_green.php Diff File
mod - library/ezc/Graph/src/renderer/2d.php Diff File
mod - library/ezc/Graph/src/structs/context.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_boxed.php Diff File
mod - library/ezc/Graph/src/options/flash_driver.php Diff File
mod - library/ezc/Graph/src/palette/ez.php Diff File
mod - library/ezc/Graph/src/options/chart.php Diff File
mod - library/ezc/Graph/src/structs/step.php Diff File
mod - library/ezc/Graph/src/interfaces/renderer.php Diff File
mod - library/ezc/Graph/src/options/driver.php Diff File
mod - library/ezc/Graph/src/structs/coordinate.php Diff File
mod - library/ezc/Graph/src/palette/tango.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_rotated.php Diff File
mod - library/ezc/Graph/src/options/radar_chart.php Diff File
mod - library/ezc/Graph/src/math/polynom.php Diff File
mod - library/ezc/Graph/src/palette/ez_red.php Diff File
mod - library/ezc/Graph/src/options/font.php Diff File
mod - library/ezc/Graph/src/tools.php Diff File
mod - library/ezc/Graph/src/options/renderer_2d.php Diff File
mod - library/ezc/Graph/src/interfaces/stacked_bar_renderer.php Diff File
mod - library/ezc/Graph/src/math/rotation.php Diff File
mod - library/ezc/Graph/src/options/gd_driver.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_none.php Diff File
mod - library/ezc/Graph/src/palette/black.php Diff File
mod - library/ezc/Graph/src/palette/ez_blue.php Diff File
mod - library/ezc/Graph/src/math/vector.php Diff File
mod - library/ezc/Graph/src/math/transformation.php Diff File
mod - library/ezc/Graph/src/math/boundings.php Diff File
mod - library/ezc/Graph/src/math/matrix.php Diff File
mod - library/ezc/Graph/src/options/pie_chart.php Diff File
mod - library/ezc/Graph/src/renderer/3d.php Diff File
mod - library/ezc/Graph/src/options/line_chart.php Diff File
mod - library/ezc/Graph/src/math/translation.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_radar.php Diff File
mod - library/ezc/Graph/src/options/renderer.php Diff File
mod - library/ezc/Graph/src/options/renderer_3d.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_exact.php Diff File
mod - library/ezc/Graph/src/options/odometer_chart.php Diff File
mod - library/ezc/Graph/src/options/svg_driver.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_centered.php Diff File
mod - library/ezc/Graph/src/options/cairo_driver.php Diff File

master 649fc1a9

2009-10-09 20:47

vboctor


Details Diff
Fix 0010878: bugnotes should be updated when mc_issue_update. Affected Issues
0010878
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 99d8bd07

2009-10-09 20:47

vboctor


Details Diff
Fix 0010878: bugnotes should be updated when mc_issue_update. Affected Issues
0010878
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x fef32201

2009-10-08 08:24

frodgers

Committer: dhx


Details Diff
Fix 0011021: Bug history does not display new null/zero values

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0011021
mod - core/history_api.php Diff File

master 0056967d

2009-10-08 08:24

frodgers

Committer: dhx


Details Diff
Fix 0011021: Bug history does not display new null/zero values

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0011021
mod - core/history_api.php Diff File

master-1.2.x 06188ac1

2009-10-06 17:13

jreese


Details Diff
Updated release notes for RC2
mod - doc/RELEASE Diff File

master-1.2.x 7e2a0100

2009-10-06 09:52

jreese


Details Diff
Fix 0010963: Add indexes to project hierarchy table Affected Issues
0010963
mod - admin/schema.php Diff File

master 520c3e77

2009-10-06 09:52

jreese


Details Diff
Fix 0010963: Add indexes to project hierarchy table Affected Issues
0010963
mod - admin/schema.php Diff File

master-1.2.x b2480c09

2009-10-06 05:00

dhx


Details Diff
Fix 0011006: Email verification always fails when enforcing the domain

Email verification always fails when $g_limit_email_domain is set. This
is due to too many parenthesis around an email related regex pattern.
Affected Issues
0011006
mod - core/email_api.php Diff File

master ee8a6e3c

2009-10-06 05:00

dhx


Details Diff
Fix 0011006: Email verification always fails when enforcing the domain

Email verification always fails when $g_limit_email_domain is set. This
is due to too many parenthesis around an email related regex pattern.
Affected Issues
0011006
mod - core/email_api.php Diff File

master-1.2.x 608f34b6

2009-10-06 02:55

dhx


Details Diff
Issue 0011000: Add events for tag_attach and tag_detach

Events should be raised on the attachment and detachment of tags from a
bug. In the event that multiple tags are attached or detached at once,
all tag IDs should be passed to the plugin in a single event.

Thanks to frodgers for providing this patch.
Affected Issues
0011000
mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File
mod - tag_attach.php Diff File
mod - tag_detach.php Diff File

master 485f6d50

2009-10-06 02:55

dhx


Details Diff
Issue 0011000: Add events for tag_attach and tag_detach

Events should be raised on the attachment and detachment of tags from a
bug. In the event that multiple tags are attached or detached at once,
all tag IDs should be passed to the plugin in a single event.

Thanks to frodgers for providing this patch.
Affected Issues
0011000
mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File
mod - tag_attach.php Diff File
mod - tag_detach.php Diff File

master-1.2.x bbb8e44a

2009-10-06 02:34

vboctor


Details Diff
Fix 0010776: Retrieving an attachment with the SOAP API fails due to SYSTEM NOTICE. Affected Issues
0010776
mod - api/soap/mc_file_api.php Diff File
mod - core/file_api.php Diff File

master 00f35a43

2009-10-06 02:34

vboctor


Details Diff
Fix 0010776: Retrieving an attachment with the SOAP API fails due to SYSTEM NOTICE. Affected Issues
0010776
mod - api/soap/mc_file_api.php Diff File
mod - core/file_api.php Diff File

master-1.2.x 559417e9

2009-10-05 11:47

jreese


Details Diff
Add API method for checking if plugins are loaded
mod - core/plugin_api.php Diff File

master 02abb196

2009-10-05 11:47

jreese


Details Diff
Add API method for checking if plugins are loaded
mod - core/plugin_api.php Diff File

master-1.2.x c8f65172

2009-10-05 05:06

dhx


Details Diff
Fix 0010703: Don't show attachment_count column in CSV output

It is a little complicated to show the attachment_count column in the
CSV output at the moment. Therefore we disable this column from being
usable until such time as someone wants to spend time fixing it up
properly. By disabling the column, we prevent users from enabling what
is currently a broken/non-implemented column.
Affected Issues
0010703
mod - core/helper_api.php Diff File

master 7634b190

2009-10-05 05:06

dhx


Details Diff
Fix 0010703: Don't show attachment_count column in CSV output

It is a little complicated to show the attachment_count column in the
CSV output at the moment. Therefore we disable this column from being
usable until such time as someone wants to spend time fixing it up
properly. By disabling the column, we prevent users from enabling what
is currently a broken/non-implemented column.
Affected Issues
0010703
mod - core/helper_api.php Diff File

master-1.2.x e0ca2425

2009-10-05 04:02

dhx


Details Diff
Fix 0010748: CSV export: add due date column

The CSV export functionality needs to be able to export the due_date
column. However, we don't export the overdue column (yet) because
implementation of this column is a little bit more tricky with the
current CSV API.
Affected Issues
0010748
mod - core/csv_api.php Diff File
mod - core/helper_api.php Diff File

master 6b3560d4

2009-10-05 04:02

dhx


Details Diff
Fix 0010748: CSV export: add due date column

The CSV export functionality needs to be able to export the due_date
column. However, we don't export the overdue column (yet) because
implementation of this column is a little bit more tricky with the
current CSV API.
Affected Issues
0010748
mod - core/csv_api.php Diff File
mod - core/helper_api.php Diff File

master-1.2.x da7d5c86

2009-10-05 03:41

dhx


Details Diff
Fix 0010975: eregi_replace() is deprecated

eregi_replace() is deprecated in PHP 5.3.0 and should be replaced with
preg_replace instead (with the 'i' modifier for case insentive
matching).
Affected Issues
0010975
mod - core/print_api.php Diff File

master b4b10a45

2009-10-05 03:41

dhx


Details Diff
Fix 0010975: eregi_replace() is deprecated

eregi_replace() is deprecated in PHP 5.3.0 and should be replaced with
preg_replace instead (with the 'i' modifier for case insentive
matching).
Affected Issues
0010975
mod - core/print_api.php Diff File

master-1.2.x c22bd5d8

2009-10-05 03:20

dhx


Details Diff
Fix 0010973: split() is deprecated

split() is deprecated in PHP 5.3.0 and should either be replaced with
explode() or preg_split().
Affected Issues
0010973
mod - adm_config_set.php Diff File
mod - admin/check.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 479 480 481 482 483 484 485 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last