git | 1 Mar 2010 02:27
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0-9-g3cca927

The branch, master-1.2.x has been updated
       via  3cca9275b16481529a5e2c3d94d783009e67cfb6 (commit)
      from  76cd989ee2ec94f3b5dde199c609d266a8c0bdf2 (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 3cca9275b16481529a5e2c3d94d783009e67cfb6
Author: David Hicks <hickseydr@...>
Date:   Mon Mar 1 12:22:55 2010 +1100

    Fix #11571: Versions 1.1 and 1.10 are treated as duplicates

    A problem was discovered on manage_proj_edit_page.php where if versions
    1.1 and 1.10 were both shown, clicking 'edit' for 1.1 would bring up the
    edit version page for the 1.10 version instead.

    This is due to an incorrect version name comparison in version_get_id
    whereby the following check between strings was occurring:

    if( "1.1" == "1.10" ) { ... }

    PHP evaluates this expression to true because 1.1 and 1.10 are treated
    as floats. We however need to preserve the string type during this
    comparison, thus we need to use the === comparison operator instead.

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

(Continue reading)

git | 1 Mar 2010 02:27
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-530-g0e5ad6c

The branch, master has been updated
       via  0e5ad6ca9fbd928352471a4e571176c3741ef1ee (commit)
      from  904e49433983a012c1426f7b92e6ac8df46c702e (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 0e5ad6ca9fbd928352471a4e571176c3741ef1ee
Author: David Hicks <hickseydr@...>
Date:   Mon Mar 1 12:22:55 2010 +1100

    Fix #11571: Versions 1.1 and 1.10 are treated as duplicates

    A problem was discovered on manage_proj_edit_page.php where if versions
    1.1 and 1.10 were both shown, clicking 'edit' for 1.1 would bring up the
    edit version page for the 1.10 version instead.

    This is due to an incorrect version name comparison in version_get_id
    whereby the following check between strings was occurring:

    if( "1.1" == "1.10" ) { ... }

    PHP evaluates this expression to true because 1.1 and 1.10 are treated
    as floats. We however need to preserve the string type during this
    comparison, thus we need to use the === comparison operator instead.

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

(Continue reading)

git | 1 Mar 2010 11:55
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-531-gba97560

The branch, master has been updated
       via  ba97560b02d620569ad062d894284722f0acd890 (commit)
      from  0e5ad6ca9fbd928352471a4e571176c3741ef1ee (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 ba97560b02d620569ad062d894284722f0acd890
Author: David Hicks <hickseydr-sFbbPxZDHXw0n/F98K4Iww <at> public.gmane.org>
Date:   Tue Feb 16 21:40:56 2010 +1100

    Issue #11576: New and improved admin/check.php functionality
    
    The existing check.php in the admin/ directory is outdated and of poor
    quality to users. This check script needed a complete rewrite from
    scratch to make it more user friendly, provide a wider range of checks
    and have improved grammar/descriptions to make the test results easier
    for users to digest.
    
    The new check system is modular in nature so that it is easy to find and
    add checks in the future as the MantisBT project grows. Thus it is
    possible to include some of these "modules" in other administration
    scripts (such as the installer).
    
    Most of the old checks are carried over (with some deliberately left
    out) and many new checks have been added.
    
    This new system also includes a MantisBT installation integrity checker
(Continue reading)

git | 1 Mar 2010 12:22
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-532-g457d8c9

The branch, master has been updated
       via  457d8c9ecf4c7050c3a4b293c3a1da941bb2fcf7 (commit)
      from  ba97560b02d620569ad062d894284722f0acd890 (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 457d8c9ecf4c7050c3a4b293c3a1da941bb2fcf7
Author: David Hicks <hickseydr@...>
Date:   Mon Mar 1 22:19:12 2010 +1100

    Revert "Issue #10730: Implement CAPICOM PRNG source for Windows servers"

    This reverts commit ab7dad32cd2e53124f1cc78cb62964861ee7c87f.

    Relying upon the CAPICOM.Utilities.1 library for providing a PRNG source
    for Windows environments seems to be problematic. Problems include lack
    of CAPICOM libraries in certain Windows environments as well as
    potentially garbled and unpredictable output from the CAPICOM library.

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

Summary of changes:
 core/crypto_api.php |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)

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

(Continue reading)

git | 1 Mar 2010 14:48
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-534-gbfd49f3

The branch, master has been updated
       via  bfd49f3845b6e76c2beb21ef83ae684c4a8f5d75 (commit)
      from  21ac0c07e4cb17b6e105b9d5a9f95742bd6243ab (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 bfd49f3845b6e76c2beb21ef83ae684c4a8f5d75
Author: David Hicks <hickseydr@...>
Date:   Tue Mar 2 00:43:08 2010 +1100

    login_method = LDAP shouldn't warrant a warning

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

Summary of changes:
 admin/check/check_crypto_inc.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

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

commit bfd49f3845b6e76c2beb21ef83ae684c4a8f5d75
Author: David Hicks <hickseydr@...>
Date:   Tue Mar 2 00:43:08 2010 +1100

    login_method = LDAP shouldn't warrant a warning

diff --git a/admin/check/check_crypto_inc.php b/admin/check/check_crypto_inc.php
(Continue reading)

git | 1 Mar 2010 14:34
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-533-g21ac0c0

The branch, master has been updated
       via  21ac0c07e4cb17b6e105b9d5a9f95742bd6243ab (commit)
      from  457d8c9ecf4c7050c3a4b293c3a1da941bb2fcf7 (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 21ac0c07e4cb17b6e105b9d5a9f95742bd6243ab
Author: Kirill Krasnov <krasnovforum@...>
Date:   Mon Mar 1 14:36:11 2010 +0200

    Update link to check script from admin/index.php

    Commit ba97560b02d620569ad062d894284722f0acd890 renamed the old
    admin/check.php script to admin/check/index.php

    However a link on admin/index.php wasn't updated to point to the new
    check script.

    Signed-off-by: David Hicks <hickseydr@...>

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

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

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

git | 4 Mar 2010 08:44
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-537-g4f3906f

The branch, master has been updated
       via  4f3906f6a1b332e8839997357a71ded3d771f7ce (commit)
       via  6dd6e7c49d7addf3242a35860cf721170db22bf8 (commit)
      from  02185e9949d512826bc4b8dc23a6c0fb495a5888 (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 4f3906f6a1b332e8839997357a71ded3d771f7ce
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 18:32:47 2010 +1100

    Fix #11600: Bugnote direct links include mismatched parenthesis

    In the bugnote direct links in the left column of the "Notes" section of
    an issue page, the right parenthesis is part of the link but the left
    parenthesis is not.

    This patch removes the parenthesis entirely and instead uses the value
    of $g_bugnote_link_tag as a prefix to the bugnote ID. This technique is
    a subtle reminder to users of the syntax to use within bugnotes and bug
    descriptions to refer to a particular bugnote.

commit 6dd6e7c49d7addf3242a35860cf721170db22bf8
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 18:42:47 2010 +1100

    Revert "Fix #11600: Bugnote direct links include mismatched parenthesis"
(Continue reading)

git | 4 Mar 2010 08:40
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-535-g02185e9

The branch, master has been updated
       via  02185e9949d512826bc4b8dc23a6c0fb495a5888 (commit)
      from  bfd49f3845b6e76c2beb21ef83ae684c4a8f5d75 (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 02185e9949d512826bc4b8dc23a6c0fb495a5888
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 18:32:47 2010 +1100

    Fix #11600: Bugnote direct links include mismatched parenthesis

    In the bugnote direct links in the left column of the "Notes" section of
    an issue page, the right parenthesis is part of the link but the left
    parenthesis is not.

    This patch removes the parenthesis entirely and instead uses the value
    of $g_bugnote_link_tag as a prefix to the bugnote ID. This technique is
    a subtle reminder to users of the syntax to use within bugnotes and bug
    descriptions to refer to a particular bugnote.

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

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

(Continue reading)

git | 4 Mar 2010 09:36
Favicon

[mantisbt-commits] mantisbt.git branch, master, updated. release-1.2.0rc1-538-gcf99022

The branch, master has been updated
       via  cf99022ff6148e658e56713cecbd8735e2ef0f3f (commit)
      from  4f3906f6a1b332e8839997357a71ded3d771f7ce (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 cf99022ff6148e658e56713cecbd8735e2ef0f3f
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 19:29:05 2010 +1100

    test_langs.php references invalid variable names

    PHP errors were caused on admin/test_langs.php due to inconsistent
    naming of variables.

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

Summary of changes:
 admin/test_langs.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

commit cf99022ff6148e658e56713cecbd8735e2ef0f3f
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 19:29:05 2010 +1100

(Continue reading)

git | 4 Mar 2010 09:37
Favicon

[mantisbt-commits] mantisbt.git branch, master-1.2.x, updated. release-1.2.0-10-gb1e3df6

The branch, master-1.2.x has been updated
       via  b1e3df6a3b10999ef23c11a34fa680c810df0d67 (commit)
      from  3cca9275b16481529a5e2c3d94d783009e67cfb6 (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 b1e3df6a3b10999ef23c11a34fa680c810df0d67
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 19:29:05 2010 +1100

    test_langs.php references invalid variable names

    PHP errors were caused on admin/test_langs.php due to inconsistent
    naming of variables.

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

Summary of changes:
 admin/test_langs.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

commit b1e3df6a3b10999ef23c11a34fa680c810df0d67
Author: David Hicks <hickseydr@...>
Date:   Thu Mar 4 19:29:05 2010 +1100

(Continue reading)


Gmane