Changesets: MantisBT

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

master 2fe93425

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

master 61c4bd98

2009-10-05 02:42

vboctor


Details Diff
Fixes 0010845: mc_issue_update() erases "additional info" and "steps to reproduce". Affected Issues
0010845
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 3ee223cf

2009-10-05 02:42

vboctor


Details Diff
Fixes 0010845: mc_issue_update() erases "additional info" and "steps to reproduce". Affected Issues
0010845
mod - api/soap/mc_issue_api.php Diff File

master 402f45e6

2009-10-05 02:20

vboctor


Details Diff
Fixes for SOAP API

1. mc_issue_add was broken since profile id wasn't set.
2. mc_issue_update was broken since it was still using bug_update() which doesn't exist anymore.
3. mc_issue_add was not adding the notes since it was used $v_notes which is undefined.
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 03130d37

2009-10-05 02:20

vboctor


Details Diff
Fixes for SOAP API

1. mc_issue_add was broken since profile id wasn't set.
2. mc_issue_update was broken since it was still using bug_update() which doesn't exist anymore.
3. mc_issue_add was not adding the notes since it was used $v_notes which is undefined.
Affected Issues
0010775, 0010955
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 541d4f13

2009-10-02 05:46

dhx


Details Diff
Issue 0010998: Add missing EVENT_BUGNOTE_ADD_FORM event to extra pages

There is an ability to add a bugnote on both the change status and bug
update pages. However, EVENT_BUGNOTE_ADD_FORM was not being raised as an
event in these instances. This meant that plugins could only add extra
bugnote fields on the form printed to the view page. Plugins should be
able to print extra fields to all bugnote forms.
Affected Issues
0010998
mod - bug_update_advanced_page.php Diff File
mod - bug_change_status_page.php Diff File

master bea286db

2009-10-02 05:46

dhx


Details Diff
Issue 0010998: Add missing EVENT_BUGNOTE_ADD_FORM event to extra pages

There is an ability to add a bugnote on both the change status and bug
update pages. However, EVENT_BUGNOTE_ADD_FORM was not being raised as an
event in these instances. This meant that plugins could only add extra
bugnote fields on the form printed to the view page. Plugins should be
able to print extra fields to all bugnote forms.
Affected Issues
0010998
mod - bug_update_advanced_page.php Diff File
mod - bug_change_status_page.php Diff File

master-1.2.x 5b23468d

2009-09-27 10:33

Danez

Committer: dhx


Details Diff
Fix 0010838: APPLICATION WARNING #300: String 'configuration_corrupted' not found.

Database connection seems to be alread in utf8 so there is no need to convert the read value from database to utf8.
Added the missing english localization.

Signed-off-by: Daniel Tschinder <code@tschinder.de>
Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010838
mod - adm_config_report.php Diff File
mod - lang/strings_english.txt Diff File

master b165230d

2009-09-27 10:33

Danez

Committer: dhx


Details Diff
Fix 0010838: APPLICATION WARNING #300: String 'configuration_corrupted' not found.

Database connection seems to be alread in utf8 so there is no need to convert the read value from database to utf8.
Added the missing english localization.

Signed-off-by: Daniel Tschinder <code@tschinder.de>
Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010838
mod - adm_config_report.php Diff File
mod - lang/strings_english.txt Diff File

master e26f7d2b

2009-09-26 11:04

Paul Richards


Details Diff
sync ecz libraries to latest release
mod - library/ezc/Base/src/interfaces/configuration_initializer.php Diff File
mod - library/ezc/Base/src/options/autoload.php Diff File
mod - library/ezc/Graph/src/structs/coordinate.php Diff File
mod - library/ezc/Graph/src/math/rotation.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_data.php Diff File
mod - library/ezc/Base/src/features.php Diff File
mod - library/ezc/Graph/src/driver/svg.php Diff File
mod - library/ezc/Graph/src/datasets/numeric.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_none.php Diff File
mod - library/ezc/Graph/src/interfaces/stacked_bar_renderer.php Diff File
mod - library/ezc/Graph/src/palette/ez_green.php Diff File
mod - library/ezc/Base/src/exceptions/file_permission.php Diff File
mod - library/ezc/Base/src/exceptions/double_class_repository_prefix.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_step_size.php Diff File
mod - library/ezc/Base/src/structs/file_find_context.php Diff File
mod - library/ezc/Base/src/exceptions/property_permission.php Diff File
mod - library/ezc/Graph/src/axis/labeled.php Diff File
mod - library/ezc/Graph/src/math/matrix.php Diff File
mod - library/ezc/Graph/src/exceptions/unregular_steps.php Diff File
mod - library/ezc/Graph/src/charts/bar.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_centered.php Diff File
mod - library/ezc/Graph/src/datasets/property/color.php Diff File
mod - library/ezc/Graph/src/colors/radial_gradient.php Diff File
mod - library/ezc/Graph/src/palette/ez.php Diff File
mod - library/ezc/Graph/src/math/vector.php Diff File
mod - library/ezc/Graph/src/exceptions/exception.php Diff File
mod - library/ezc/Graph/src/exceptions/no_such_element.php Diff File
mod - library/ezc/Graph/src/element/axis.php Diff File
mod - library/ezc/Graph/src/datasets/base.php Diff File
mod - library/ezc/Base/src/metadata.php Diff File
mod - library/ezc/Base/src/exceptions/invalid_parent_class.php Diff File
mod - library/ezc/Graph/src/interfaces/axis_label_renderer.php Diff File
mod - library/ezc/Base/src/struct.php Diff File
mod - library/ezc/Base/src/structs/repository_directory.php Diff File
mod - library/ezc/Base/src/exceptions/file_io.php Diff File
mod - library/ezc/Base/src/interfaces/persistable.php Diff File
mod - library/ezc/Graph/src/driver/verbose.php Diff File
mod - library/ezc/Graph/src/datasets/property/integer.php Diff File
mod - library/ezc/Base/src/exceptions/functionality_not_supported.php Diff File
mod - library/ezc/Graph/src/exceptions/reducement_failed.php Diff File
mod - library/README.libs Diff File
mod - library/ezc/Graph/src/renderer/axis_label_exact.php Diff File
mod - library/ezc/Graph/src/options/svg_driver.php Diff File
mod - library/ezc/Graph/src/options/chart.php Diff File
mod - library/ezc/Graph/src/exceptions/unknown_color_definition.php Diff File
mod - library/ezc/Base/src/base.php Diff File
mod - library/ezc/Graph/src/options/driver.php Diff File
mod - library/ezc/Graph/src/graph.php Diff File
mod - library/ezc/Graph/src/palette/ez_red.php Diff File
mod - library/ezc/Graph/src/charts/odometer.php Diff File
mod - library/ezc/Base/src/exceptions/extension_not_found.php Diff File
mod - library/ezc/Base/src/file.php Diff File
mod - library/ezc/Graph/src/interfaces/element.php Diff File
mod - library/ezc/Graph/src/axis/logarithmic.php Diff File
mod - library/ezc/Graph/src/structs/step.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_display_type.php Diff File
mod - library/ezc/Graph/src/datasets/array.php Diff File
mod - library/ezc/Graph/src/colors/linear_gradient.php Diff File
mod - library/ezc/Base/src/init.php Diff File
mod - library/ezc/Base/src/ezc_bootstrap.php Diff File
mod - library/ezc/Base/src/metadata/tarball.php Diff File
mod - library/ezc/Graph/src/exceptions/flash_bitmap_type.php Diff File
mod - library/ezc/Graph/src/datasets/property/string.php Diff File
mod - library/ezc/Graph/src/options/flash_driver.php Diff File
mod - library/ezc/Base/src/metadata/pear.php Diff File
mod - library/ezc/Graph/src/element/background.php Diff File
mod - library/ezc/Graph/src/math/polynom.php Diff File
mod - library/ezc/Graph/src/interfaces/dataset_property.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_dimensions.php Diff File
mod - library/ezc/Base/src/exceptions/whatever.php Diff File
mod - library/ezc/Graph/src/driver/svg_font.php Diff File
mod - library/ezc/Base/src/options.php Diff File
mod - library/ezc/Graph/src/driver/cairo.php Diff File
mod - library/ezc/Graph/src/options/cairo_driver.php Diff File
mod - library/ezc/Graph/src/options/renderer.php Diff File
mod - library/ezc/Graph/src/math/transformation.php Diff File
mod - library/ezc/Base/src/exceptions/invalid_callback_class.php Diff File
mod - library/ezc/Graph/src/options/radar_chart.php Diff File
mod - library/ezc/Graph/src/axis/container.php Diff File
mod - library/ezc/Graph/src/palette/black.php Diff File
mod - library/ezc/Graph/src/datasets/average.php Diff File
mod - library/ezc/Graph/src/tools.php Diff File
mod - library/ezc/Graph/src/exceptions/date_parsing.php Diff File
mod - library/ezc/Base/src/exceptions/file_exception.php Diff File
mod - library/ezc/Graph/src/math/boundings.php Diff File
mod - library/ezc/Graph/src/axis/date.php Diff File
mod - library/ezc/Base/src/exceptions/init_callback_configured.php Diff File
mod - library/ezc/Graph/src/options/pie_chart.php Diff File
mod - library/ezc/Graph/src/exceptions/too_many_datasets.php Diff File
mod - library/ezc/Graph/src/driver/flash.php Diff File
mod - library/ezc/Base/src/exceptions/file_not_found.php Diff File
mod - library/ezc/Graph/src/interfaces/chart.php Diff File
mod - library/ezc/Graph/src/exceptions/no_data.php Diff File
mod - library/ezc/Graph/src/exceptions/no_such_dataset.php Diff File
mod - library/ezc/Graph/src/options/renderer_3d.php Diff File
mod - library/ezc/Graph/src/renderer/3d.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_rotated.php Diff File
mod - library/ezc/Graph/src/exceptions/out_of_logarithmical_boundings.php Diff File
mod - library/ezc/Graph/src/structs/context.php Diff File
mod - library/ezc/Graph/src/datasets/property/boolean.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_boxed.php Diff File
mod - library/ezc/Graph/src/charts/pie.php Diff File
mod - library/ezc/Graph/src/palette/ez_blue.php Diff File
mod - library/ezc/Graph/src/charts/radar.php Diff File
mod - library/ezc/Graph/src/driver/gd.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_data_source.php Diff File
mod - library/ezc/Graph/src/interfaces/driver.php Diff File
mod - library/ezc/Graph/src/math/translation.php Diff File
mod - library/ezc/Graph/src/datasets/property/axis.php Diff File
mod - library/ezc/Graph/src/interfaces/radar_renderer.php Diff File
mod - library/ezc/autoload/base_autoload.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_image_file.php Diff File
mod - library/ezc/Graph/src/exceptions/font_rendering.php Diff File
mod - library/ezc/Base/src/exceptions/exception.php Diff File
mod - library/ezc/Graph/src/element/legend.php Diff File
mod - library/ezc/Graph/src/element/text.php Diff File
mod - library/ezc/Graph/src/exceptions/font_type.php Diff File
mod - library/ezc/Graph/src/options/font.php Diff File
mod - library/ezc/Graph/src/options/odometer_chart.php Diff File
mod - library/ezc/Graph/src/exceptions/unsupported_image_type.php Diff File
mod - library/ezc/Graph/src/axis/numeric.php Diff File
mod - library/ezc/Graph/src/options/gd_driver.php Diff File
mod - library/ezc/Graph/src/data_container/single.php Diff File
mod - library/ezc/Graph/src/colors/color.php Diff File
mod - library/ezc/Base/src/exceptions/setting_value.php Diff File
mod - library/ezc/Base/src/exceptions/property_not_found.php Diff File
mod - library/ezc/Graph/src/options/line_chart.php Diff File
mod - library/ezc/Graph/src/interfaces/renderer.php Diff File
mod - library/ezc/Base/src/exceptions/setting_not_found.php Diff File
mod - library/ezc/Graph/src/data_container/base.php Diff File
mod - library/ezc/Graph/src/palette/tango.php Diff File
mod - library/ezc/Graph/src/exceptions/out_of_boundings.php Diff File
mod - library/ezc/Graph/src/renderer/2d.php Diff File
mod - library/ezc/Graph/src/exceptions/not_rendered.php Diff File
mod - library/ezc/Graph/src/charts/line.php Diff File
mod - library/ezc/autoload/graph_autoload.php Diff File
mod - library/ezc/Graph/src/interfaces/odometer_renderer.php Diff File
mod - library/ezc/Graph/src/exceptions/incompatible_driver.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_keys.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_id.php Diff File
mod - library/ezc/Graph/src/renderer/axis_label_radar.php Diff File
mod - library/ezc/Base/src/exceptions/autoload.php Diff File
mod - library/ezc/Graph/src/interfaces/palette.php Diff File
mod - library/ezc/Graph/src/exceptions/no_such_data.php Diff File
mod - library/ezc/Graph/src/exceptions/invalid_assignement.php Diff File
mod - library/ezc/Graph/src/options/renderer_2d.php Diff File
mod - library/ezc/Base/src/exceptions/value.php Diff File

master-1.2.x eeb44cb8

2009-09-26 10:40

dhx


Details Diff
Cache use of lang_get within loop on print_all_bug_page_word.php

This fixes a possible performance hit introduced in
94902e74c919f1341ab62a7c3b10f7b0ecf53689.

Cache the result of a lang_get() call once, and use the variable within
the loop. We don't want to make many expensive calls to lang_get() if it
can be avoided.
mod - print_all_bug_page_word.php Diff File

master 8ccf3146

2009-09-26 10:40

dhx


Details Diff
Cache use of lang_get within loop on print_all_bug_page_word.php

This fixes a possible performance hit introduced in
94902e74c919f1341ab62a7c3b10f7b0ecf53689.

Cache the result of a lang_get() call once, and use the variable within
the loop. We don't want to make many expensive calls to lang_get() if it
can be avoided.
mod - print_all_bug_page_word.php Diff File

master-1.2.x 7076e22e

2009-09-26 10:36

dhx


Details Diff
Update list of tested databases/web servers
mod - docbook/adminguide/en/installation.sgml Diff File

master 34e491c8

2009-09-26 10:36

dhx


Details Diff
Update list of tested databases/web servers
mod - docbook/adminguide/en/installation.sgml Diff File

master-1.2.x c6ab7fdb

2009-09-25 03:01

dhx


Details Diff
Allow specification of magic database file for fileinfo

This patch adds a new configuration option 'fileinfo_magic_db_file'
which allows an administrator to specify the filename of the magic
database file used by the PHP fileinfo extension (now part of 5.3.0 by
default).

Some installation documentation has also been included to let
administrators know that it is a good idea to make fileinfo available
for Mantis to use.
mod - docbook/adminguide/en/installation.sgml Diff File
mod - config_defaults_inc.php Diff File
mod - file_download.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File

master d3d6b9c3

2009-09-25 03:01

dhx


Details Diff
Allow specification of magic database file for fileinfo

This patch adds a new configuration option 'fileinfo_magic_db_file'
which allows an administrator to specify the filename of the magic
database file used by the PHP fileinfo extension (now part of 5.3.0 by
default).

Some installation documentation has also been included to let
administrators know that it is a good idea to make fileinfo available
for Mantis to use.
mod - file_download.php Diff File
mod - docbook/adminguide/en/installation.sgml Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - config_defaults_inc.php Diff File

master-1.2.x 7ff08a68

2009-09-23 04:51

dhx


Details Diff
Fix 0010748: Fix due_date column, add new overdue column

This patch implements support for showing the due_date field as a
column.

Additionally, the overdue icon has been moved from within the edit
column to it's own new "overdue" column.

The functionality of the due_date and overdue columns do overlap, so it
only makes sense to use one at a time.
Affected Issues
0010748
mod - core/columns_api.php Diff File
mod - core/bug_api.php Diff File

master 6e5852da

2009-09-23 04:51

dhx


Details Diff
Fix 0010748: Fix due_date column, add new overdue column

This patch implements support for showing the due_date field as a
column.

Additionally, the overdue icon has been moved from within the edit
column to it's own new "overdue" column.

The functionality of the due_date and overdue columns do overlap, so it
only makes sense to use one at a time.
Affected Issues
0010748
mod - core/columns_api.php Diff File
mod - core/bug_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 454 455 456 457 458 459 460 ... 490 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last