git | 5 May 2011 23:11
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.5-13-ga744e69

The branch, master-1.2.x has been updated
       via  a744e69b693e70960d902fc5edc429381989475f (commit)
      from  f7bf43fcc64e86ce4d299bbb1647ff7f9f2c05ed (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 a744e69b693e70960d902fc5edc429381989475f
Author: Siebrand Mazeland <s.mazeland-qWit8jRvyhVmR6Xm/wNWPw <at> public.gmane.org>
Date:   Thu May 5 23:11:30 2011 +0200

    Localisation updates from https://translatewiki.net.

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

Summary of changes:
 lang/strings_arabic.txt                            |   16 +-
 lang/strings_belarusian_tarask.txt                 |   58 ++-
 lang/strings_breton.txt                            |    2 +-
 lang/strings_bulgarian.txt                         |   10 +-
 lang/strings_chinese_simplified.txt                |    3 +-
 lang/strings_czech.txt                             |   32 ++
 lang/strings_german.txt                            |    5 +-
 lang/strings_korean.txt                            |  547 +++++++++++++++-----
 lang/strings_lithuanian.txt                        |   95 +++-
 lang/strings_ripoarisch.txt                        |  106 ++++-
 lang/strings_serbian.txt                           |    2 +-
 lang/strings_slovak.txt                            |    2 +
(Continue reading)

git | 19 May 2011 23:24
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-996-g7b76327

The branch, master has been updated
       via  7b763277d428bae04306760bb4e5518aea423bc7 (commit)
      from  286c1afa28db93df107a8e90040426d06eee2b20 (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 7b763277d428bae04306760bb4e5518aea423bc7
Author: Robert Munteanu <robert.munteanu@...>
Date:   Fri May 20 00:19:09 2011 +0300

    SOAP API: Return an empty result when the page is outside the filter

    Rather than return the last page when an out of bounds page is
    requested, return no issues. This allows clients to find out when
    there are no more issues for a specific filter.

    Fixes #12991 : mc_filter_get_issues returns incorrect results for page_number > page_count

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

Summary of changes:
 api/soap/mc_filter_api.php  |   10 ++++++++++
 api/soap/mc_project_api.php |   13 ++++++++++++-
 tests/soap/FilterTest.php   |   27 +++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
(Continue reading)

git | 19 May 2011 23:24
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.5-14-gc70ff52

The branch, master-1.2.x has been updated
       via  c70ff523cdfffbe4969890b85c42d58416cf305a (commit)
      from  a744e69b693e70960d902fc5edc429381989475f (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 c70ff523cdfffbe4969890b85c42d58416cf305a
Author: Robert Munteanu <robert.munteanu@...>
Date:   Fri May 20 00:19:09 2011 +0300

    SOAP API: Return an empty result when the page is outside the filter

    Rather than return the last page when an out of bounds page is
    requested, return no issues. This allows clients to find out when
    there are no more issues for a specific filter.

    Fixes #12991 : mc_filter_get_issues returns incorrect results for page_number > page_count

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

Summary of changes:
 api/soap/mc_filter_api.php  |   10 ++++++++++
 api/soap/mc_project_api.php |   13 ++++++++++++-
 tests/soap/FilterTest.php   |   27 +++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
(Continue reading)

git | 22 May 2011 22:08
Favicon

[mantisbt-commits] mantisbt-web.git branch, master, updated. 91b0129daff998d61316e00bfec91c74d673acbc

The branch, master has been updated
       via  91b0129daff998d61316e00bfec91c74d673acbc (commit)
      from  cfeb39f839662e1f9699650ce723ce179bbcfd2c (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 91b0129daff998d61316e00bfec91c74d673acbc
Author: Robert Munteanu <robert@...>
Date:   Sun May 22 23:08:07 2011 +0300

    Mailing lists: add SOAP-dev mailing list

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

Summary of changes:
 mailinglists.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

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

commit 91b0129daff998d61316e00bfec91c74d673acbc
Author: Robert Munteanu <robert@...>
Date:   Sun May 22 23:08:07 2011 +0300

    Mailing lists: add SOAP-dev mailing list

diff --git a/mailinglists.php b/mailinglists.php
(Continue reading)

git | 26 May 2011 21:54
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-997-gc5610d6

The branch, master has been updated
       via  c5610d6fe9919fb90ddc61556a45f638e6f0306d (commit)
      from  7b763277d428bae04306760bb4e5518aea423bc7 (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 c5610d6fe9919fb90ddc61556a45f638e6f0306d
Author: Lapinkiller <lapinkiller@...>
Date:   Thu May 26 19:02:33 2011 +0200

    Fix bug when user not in ldap

    Fixes: #12960 Email / Realname lookups against LDAP spew warning when account is not in LDAP

    Signed-off-by: Robert Munteanu <robert.munteanu@...>

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

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

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

commit c5610d6fe9919fb90ddc61556a45f638e6f0306d
Author: Lapinkiller <lapinkiller@...>
Date:   Thu May 26 19:02:33 2011 +0200
(Continue reading)

git | 26 May 2011 21:54
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.5-15-g2125512

The branch, master-1.2.x has been updated
       via  2125512b820da731c62db4f52240255ec1275a31 (commit)
      from  c70ff523cdfffbe4969890b85c42d58416cf305a (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 2125512b820da731c62db4f52240255ec1275a31
Author: Lapinkiller <lapinkiller@...>
Date:   Thu May 26 19:02:33 2011 +0200

    Fix bug when user not in ldap

    Fixes: #12960 Email / Realname lookups against LDAP spew warning when account is not in LDAP

    Signed-off-by: Robert Munteanu <robert.munteanu@...>

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

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

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

commit 2125512b820da731c62db4f52240255ec1275a31
Author: Lapinkiller <lapinkiller@...>
Date:   Thu May 26 19:02:33 2011 +0200
(Continue reading)

git | 27 May 2011 14:44
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-998-g4ccdf68

The branch, master has been updated
       via  4ccdf6867cb07f13e9408998989f689857a1eea5 (commit)
      from  c5610d6fe9919fb90ddc61556a45f638e6f0306d (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 4ccdf6867cb07f13e9408998989f689857a1eea5
Author: Robert Munteanu <robert.munteanu@...>
Date:   Fri May 27 14:56:30 2011 +0300

    SOAP API: Issue updates only set the provided fields

    When updating an issue the issue is first loaded from the database and
    then only the provided fields are used to update it. The sponsorship
    total is no longer updated since it is a computed field and should not
    be manipulated directly.

    Fixes #10323: mc_issue_update() will set optional fields to default
    values rather than leave them with current values

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

Summary of changes:
 api/soap/mc_issue_api.php |  110 +++++++++++++++++++--------------------------
 1 files changed, 47 insertions(+), 63 deletions(-)

-----------------------------------------------------------------------
(Continue reading)

git | 27 May 2011 14:44
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.5-16-g75bfe81

The branch, master-1.2.x has been updated
       via  75bfe81cff480f8ac20107660c8eb9ce9610b559 (commit)
      from  2125512b820da731c62db4f52240255ec1275a31 (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 75bfe81cff480f8ac20107660c8eb9ce9610b559
Author: Robert Munteanu <robert.munteanu@...>
Date:   Fri May 27 14:56:30 2011 +0300

    SOAP API: Issue updates only set the provided fields

    When updating an issue the issue is first loaded from the database and
    then only the provided fields are used to update it. The sponsorship
    total is no longer updated since it is a computed field and should not
    be manipulated directly.

    Fixes #10323: mc_issue_update() will set optional fields to default
    values rather than leave them with current values

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

Summary of changes:
 api/soap/mc_issue_api.php |  110 +++++++++++++++++++--------------------------
 1 files changed, 47 insertions(+), 63 deletions(-)

-----------------------------------------------------------------------
(Continue reading)


Gmane