git | 5 Oct 2009 01:45
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-227-gbea286d

The branch, master has been updated
       via  bea286db8fe45a1275ff846884821ec9ab8a90ab (commit)
      from  e26f7d2b1dcaeb809dff7ae2a183ff8eac896baf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bea286db8fe45a1275ff846884821ec9ab8a90ab
Author: David Hicks <hickseydr@...>
Date:   Fri Oct 2 19:46:48 2009 +1000

    Issue #10998: 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.

-----------------------------------------------------------------------

Summary of changes:
 bug_change_status_page.php   |    2 ++
 bug_update_advanced_page.php |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

(Continue reading)

git | 5 Oct 2009 01:46
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0rc1-203-g541d4f1

The branch, master-1.2.x has been updated
       via  541d4f13dfd948f202ea2c5178521ee01ed6600b (commit)
      from  eeb44cb85175ad8d256110dd60a66ae2131adfbc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 541d4f13dfd948f202ea2c5178521ee01ed6600b
Author: David Hicks <hickseydr@...>
Date:   Fri Oct 2 19:46:48 2009 +1000

    Issue #10998: 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.

-----------------------------------------------------------------------

Summary of changes:
 bug_change_status_page.php   |    2 ++
 bug_update_advanced_page.php |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

(Continue reading)

git | 5 Oct 2009 08:24
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-228-g402f45e

The branch, master has been updated
       via  402f45e67d44d3ee6d3043b3faf24a4a91ea3f07 (commit)
      from  bea286db8fe45a1275ff846884821ec9ab8a90ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 402f45e67d44d3ee6d3043b3faf24a4a91ea3f07
Author: Victor Boctor <vboctor@...>
Date:   Sun Oct 4 23:20:21 2009 -0700

    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.

-----------------------------------------------------------------------

Summary of changes:
 api/soap/mc_issue_api.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------

commit 402f45e67d44d3ee6d3043b3faf24a4a91ea3f07
Author: Victor Boctor <vboctor@...>
Date:   Sun Oct 4 23:20:21 2009 -0700
(Continue reading)

git | 5 Oct 2009 08:43
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-229-g61c4bd9

The branch, master has been updated
       via  61c4bd98e4473707da5575fbdf2452651e5bdd21 (commit)
      from  402f45e67d44d3ee6d3043b3faf24a4a91ea3f07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 61c4bd98e4473707da5575fbdf2452651e5bdd21
Author: Victor Boctor <vboctor@...>
Date:   Sun Oct 4 23:42:08 2009 -0700

    Fixes #10845: mc_issue_update() erases "additional info" and "steps to reproduce".

-----------------------------------------------------------------------

Summary of changes:
 api/soap/mc_issue_api.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit 61c4bd98e4473707da5575fbdf2452651e5bdd21
Author: Victor Boctor <vboctor@...>
Date:   Sun Oct 4 23:42:08 2009 -0700

    Fixes #10845: mc_issue_update() erases "additional info" and "steps to reproduce".

diff --git a/api/soap/mc_issue_api.php b/api/soap/mc_issue_api.php
(Continue reading)

git | 5 Oct 2009 09:21
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-230-g2fe9342

The branch, master has been updated
       via  2fe93425dc5e8caebc1c4fa8efdcaebf6b1ac56c (commit)
      from  61c4bd98e4473707da5575fbdf2452651e5bdd21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2fe93425dc5e8caebc1c4fa8efdcaebf6b1ac56c
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:20:14 2009 +1100

    Fix #10973: split() is deprecated

    split() is deprecated in PHP 5.3.0 and should either be replaced with
    explode() or preg_split().

-----------------------------------------------------------------------

Summary of changes:
 adm_config_set.php |    2 +-
 admin/check.php    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit 2fe93425dc5e8caebc1c4fa8efdcaebf6b1ac56c
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:20:14 2009 +1100
(Continue reading)

git | 5 Oct 2009 09:22
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0rc1-204-gc22bd5d

The branch, master-1.2.x has been updated
       via  c22bd5d869353257e8da703eb086d38aea75b53b (commit)
      from  541d4f13dfd948f202ea2c5178521ee01ed6600b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c22bd5d869353257e8da703eb086d38aea75b53b
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:20:14 2009 +1100

    Fix #10973: split() is deprecated

    split() is deprecated in PHP 5.3.0 and should either be replaced with
    explode() or preg_split().

-----------------------------------------------------------------------

Summary of changes:
 adm_config_set.php |    2 +-
 admin/check.php    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit c22bd5d869353257e8da703eb086d38aea75b53b
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:20:14 2009 +1100
(Continue reading)

git | 5 Oct 2009 09:42
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-231-gb4b10a4

The branch, master has been updated
       via  b4b10a45413b66f100e61c8e5862e30ec50da6e4 (commit)
      from  2fe93425dc5e8caebc1c4fa8efdcaebf6b1ac56c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b4b10a45413b66f100e61c8e5862e30ec50da6e4
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:41:28 2009 +1100

    Fix #10975: 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).

-----------------------------------------------------------------------

Summary of changes:
 core/print_api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit b4b10a45413b66f100e61c8e5862e30ec50da6e4
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:41:28 2009 +1100
(Continue reading)

git | 5 Oct 2009 09:43
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0rc1-205-gda7d5c8

The branch, master-1.2.x has been updated
       via  da7d5c86ccd2e35e6e75d719788548761dad8a4a (commit)
      from  c22bd5d869353257e8da703eb086d38aea75b53b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da7d5c86ccd2e35e6e75d719788548761dad8a4a
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:41:28 2009 +1100

    Fix #10975: 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).

-----------------------------------------------------------------------

Summary of changes:
 core/print_api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit da7d5c86ccd2e35e6e75d719788548761dad8a4a
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 18:41:28 2009 +1100
(Continue reading)

git | 5 Oct 2009 11:46
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-233-g7634b19

The branch, master has been updated
       via  7634b19064380b7942107c4f821eb78acc893d06 (commit)
       via  6b3560d421fbcc2633eedc7d518a2931ac2da4a1 (commit)
      from  b4b10a45413b66f100e61c8e5862e30ec50da6e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7634b19064380b7942107c4f821eb78acc893d06
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 20:06:23 2009 +1100

    Fix #10703: 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.

commit 6b3560d421fbcc2633eedc7d518a2931ac2da4a1
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 19:02:15 2009 +1100

    Fix #10748: 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
(Continue reading)

git | 5 Oct 2009 11:49
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0rc1-207-gc8f6517

The branch, master-1.2.x has been updated
       via  c8f65172f4cb43b1fdba8a8fc7890bc51e9f759c (commit)
       via  e0ca2425c20f3a573076324065d606ede638e0f4 (commit)
      from  da7d5c86ccd2e35e6e75d719788548761dad8a4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8f65172f4cb43b1fdba8a8fc7890bc51e9f759c
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 20:06:23 2009 +1100

    Fix #10703: 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.

commit e0ca2425c20f3a573076324065d606ede638e0f4
Author: David Hicks <hickseydr@...>
Date:   Mon Oct 5 19:02:15 2009 +1100

    Fix #10748: 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
(Continue reading)


Gmane