[commits] [hatchery]UNNAMED PROJECT branch, master, updated. 187131a5fcb4de62996ebf8a708f2d9a2c61f11b

Chuck Hagenbuch chuck at horde.org
Mon Nov 3 19:30:25 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  187131a5fcb4de62996ebf8a708f2d9a2c61f11b (commit)
       via  203650a6dbd6efd790d8a2989136ebc87bdf945e (commit)
       via  b7fb779a2a355b735b871dcc60d4cdd7595e9644 (commit)
      from  b8bc57a833829fb77fa60c98dc3ee35f06ecf77b (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 187131a5fcb4de62996ebf8a708f2d9a2c61f11b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Nov 3 14:30:02 2008 -0500

    no need for the ruby numerizer implementation now

commit 203650a6dbd6efd790d8a2989136ebc87bdf945e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Nov 3 14:28:58 2008 -0500

    add initial numerizer implementation and tests

commit b7fb779a2a355b735b871dcc60d4cdd7595e9644
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Nov 3 14:28:37 2008 -0500

    change references from Support to Date_Parser

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

Summary of changes:
 .../chronic/lib/numerizer/numerizer.rb             |  103 ------------------
 .../chronic/test/test_Numerizer.rb                 |   48 ---------
 .../lib/Horde/Support/Numerizer.php                |   28 +++++
 .../lib/Horde/Support/Numerizer/Locale/Base.php    |  112 ++++++++++++++++++++
 .../test/Horde/Date/Parser/AllTests.php            |   14 ++--
 .../Horde/{Date/Parser => Support}/AllTests.php    |    0
 .../test/Horde/Support/NumerizerTest.php           |   62 +++++++++++
 7 files changed, 209 insertions(+), 158 deletions(-)
 delete mode 100644 framework/Horde_Date_Parser/chronic/lib/numerizer/numerizer.rb
 delete mode 100644 framework/Horde_Date_Parser/chronic/test/test_Numerizer.rb
 create mode 100644 framework/Horde_Date_Parser/lib/Horde/Support/Numerizer.php
 create mode 100644 framework/Horde_Date_Parser/lib/Horde/Support/Numerizer/Locale/Base.php
 copy framework/Horde_Date_Parser/test/Horde/{Date/Parser => Support}/AllTests.php (100%)
 create mode 100644 framework/Horde_Date_Parser/test/Horde/Support/NumerizerTest.php


hooks/post-receive
-- 
UNNAMED PROJECT


More information about the commits mailing list