[commits] Horde-Hatchery branch master updated. d704ff5bfcc90fe2ba61ec034a956d75183142e2

Chuck Hagenbuch chuck at horde.org
Thu Jan 29 22:13:21 UTC 2009


The branch master has been updated
       via  d704ff5bfcc90fe2ba61ec034a956d75183142e2 (commit)
       via  384f6cc2c1965ab88d4e4814df119acfc7695954 (commit)
       via  b9fc37ae190dfd54a72a2bf2001b1b8a4bd80c9e (commit)
       via  0181a33816af5cf90a3a79308916a3daf1c6d7b2 (commit)
       via  13f29995b58d0d1d7f33028def2a80537b51345f (commit)
      from  2c4a8cccd0d27408c78f1a9cbd61606f7ba352d1 (commit)

-----------------------------------------------------------------------
commit d704ff5bfcc90fe2ba61ec034a956d75183142e2
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jan 29 17:12:53 2009 -0500

    class headers for everything

 .../Date/Parser/Locale/Base/Repeater/DayName.php   |   29 ++++++-----
 .../Parser/Locale/Base/Repeater/DayPortion.php     |   26 +++++----
 .../Date/Parser/Locale/Base/Repeater/Fortnight.php |   20 ++++---
 .../Date/Parser/Locale/Base/Repeater/Hour.php      |   27 ++++++----
 .../Date/Parser/Locale/Base/Repeater/Minute.php    |   22 ++++----
 .../Date/Parser/Locale/Base/Repeater/Month.php     |   32 ++++++------
 .../Date/Parser/Locale/Base/Repeater/MonthName.php |   28 ++++++-----
 .../Date/Parser/Locale/Base/Repeater/Second.php    |   26 +++++----
 .../Date/Parser/Locale/Base/Repeater/Time.php      |   43 ++++++++-------
 .../Date/Parser/Locale/Base/Repeater/Week.php      |   20 ++++---
 .../Date/Parser/Locale/Base/Repeater/Weekend.php   |   20 ++++---
 11 files changed, 160 insertions(+), 133 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayName.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayPortion.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Fortnight.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Hour.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Minute.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Month.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/MonthName.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Second.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Time.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Week.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Weekend.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=d704ff5bfcc90fe2ba61ec034a956d75183142e2

-----------------------------------------------------------------------
commit 384f6cc2c1965ab88d4e4814df119acfc7695954
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jan 29 17:12:34 2009 -0500

    initial day and year repeater ports

 .../Horde/Date/Parser/Locale/Base/Repeater/Day.php |  113 ++++++++------
 .../Date/Parser/Locale/Base/Repeater/Year.php      |  133 +++++++++-------
 2 files changed, 141 insertions(+), 105 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Day.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=384f6cc2c1965ab88d4e4814df119acfc7695954
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Year.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=384f6cc2c1965ab88d4e4814df119acfc7695954

-----------------------------------------------------------------------
commit b9fc37ae190dfd54a72a2bf2001b1b8a4bd80c9e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jan 29 12:00:26 2009 -0500

    port the non-functional season repeaters

 .../Date/Parser/Locale/Base/Repeater/Season.php    |   54 ++++++++------
 .../Parser/Locale/Base/Repeater/SeasonName.php     |   60 +++++++++------
 2 files changed, 67 insertions(+), 47 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Season.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=b9fc37ae190dfd54a72a2bf2001b1b8a4bd80c9e
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/SeasonName.php?rt=horde-hatchery&r1=13f29995b58d0d1d7f33028def2a80537b51345f&r2=b9fc37ae190dfd54a72a2bf2001b1b8a4bd80c9e

-----------------------------------------------------------------------
commit 0181a33816af5cf90a3a79308916a3daf1c6d7b2
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jan 29 11:49:12 2009 -0500

    no need to return null in these methods

 .../lib/Horde/Date/Parser/Locale/Base/Grabber.php  |    1 -
 .../lib/Horde/Date/Parser/Locale/Base/Ordinal.php  |    2 --
 .../lib/Horde/Date/Parser/Locale/Base/Pointer.php  |    1 -
 .../lib/Horde/Date/Parser/Locale/Base/Scalar.php   |    4 ----
 .../Horde/Date/Parser/Locale/Base/Separator.php    |    4 ----
 .../lib/Horde/Date/Parser/Locale/Base/Timezone.php |    1 -
 6 files changed, 0 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Grabber.php?rt=horde-hatchery&r1=8c558ffeb993ff93390fbfa6c489cad63807af18&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Ordinal.php?rt=horde-hatchery&r1=8c558ffeb993ff93390fbfa6c489cad63807af18&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Pointer.php?rt=horde-hatchery&r1=8c558ffeb993ff93390fbfa6c489cad63807af18&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Scalar.php?rt=horde-hatchery&r1=03a935eb6fbbe77342312d0aaa66887612e656e6&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Separator.php?rt=horde-hatchery&r1=d2e1e8697108eba1ded25f13c7df64fff11bd0dd&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php?rt=horde-hatchery&r1=8c558ffeb993ff93390fbfa6c489cad63807af18&r2=0181a33816af5cf90a3a79308916a3daf1c6d7b2

-----------------------------------------------------------------------
commit 13f29995b58d0d1d7f33028def2a80537b51345f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jan 29 11:48:54 2009 -0500

    repeaters -> repeater for autoloadable dir structure

 .../Horde/Date/Parser/Locale/Base/Repeater/Day.php |   47 ++++++
 .../Date/Parser/Locale/Base/Repeater/DayName.php   |   46 ++++++
 .../Parser/Locale/Base/Repeater/DayPortion.php     |   93 ++++++++++++
 .../Date/Parser/Locale/Base/Repeater/Fortnight.php |   65 +++++++++
 .../Date/Parser/Locale/Base/Repeater/Hour.php      |   52 +++++++
 .../Date/Parser/Locale/Base/Repeater/Minute.php    |   52 +++++++
 .../Date/Parser/Locale/Base/Repeater/Month.php     |   61 ++++++++
 .../Date/Parser/Locale/Base/Repeater/MonthName.php |   93 ++++++++++++
 .../Date/Parser/Locale/Base/Repeater/Season.php    |   23 +++
 .../Parser/Locale/Base/Repeater/SeasonName.php     |   24 +++
 .../Date/Parser/Locale/Base/Repeater/Second.php    |   36 +++++
 .../Date/Parser/Locale/Base/Repeater/Time.php      |  117 ++++++++++++++++
 .../Date/Parser/Locale/Base/Repeater/Week.php      |   68 +++++++++
 .../Date/Parser/Locale/Base/Repeater/Weekend.php   |   60 ++++++++
 .../Date/Parser/Locale/Base/Repeater/Year.php      |   58 ++++++++
 .../Date/Parser/Locale/Base/Repeaters/Day.php      |   47 ------
 .../Date/Parser/Locale/Base/Repeaters/DayName.php  |   46 ------
 .../Parser/Locale/Base/Repeaters/DayPortion.php    |   93 ------------
 .../Parser/Locale/Base/Repeaters/Fortnight.php     |   65 ---------
 .../Date/Parser/Locale/Base/Repeaters/Hour.php     |   52 -------
 .../Date/Parser/Locale/Base/Repeaters/Minute.php   |   52 -------
 .../Date/Parser/Locale/Base/Repeaters/Month.php    |   61 --------
 .../Parser/Locale/Base/Repeaters/MonthName.php     |   93 ------------
 .../Date/Parser/Locale/Base/Repeaters/Season.php   |   23 ---
 .../Parser/Locale/Base/Repeaters/SeasonName.php    |   24 ---
 .../Date/Parser/Locale/Base/Repeaters/Second.php   |   36 -----
 .../Date/Parser/Locale/Base/Repeaters/Time.php     |  117 ----------------
 .../Date/Parser/Locale/Base/Repeaters/Week.php     |   68 ---------
 .../Date/Parser/Locale/Base/Repeaters/Weekend.php  |   60 --------
 .../Date/Parser/Locale/Base/Repeaters/Year.php     |   58 --------
 30 files changed, 895 insertions(+), 895 deletions(-)
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Day.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayName.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayPortion.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Fortnight.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Hour.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Minute.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Month.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/MonthName.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Season.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/SeasonName.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Second.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Time.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Week.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Weekend.php
 create mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Year.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Day.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayName.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayPortion.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Fortnight.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Hour.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Minute.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Month.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/MonthName.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Season.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/SeasonName.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Second.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Time.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Week.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Weekend.php
 delete mode 100644 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Year.php

http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Day.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayName.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/DayPortion.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Fortnight.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Hour.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Minute.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Month.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/MonthName.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Season.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/SeasonName.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Second.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Time.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Week.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Weekend.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/co.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater/Year.php?rt=horde-hatchery&r=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Day.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayName.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayPortion.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Fortnight.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Hour.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Minute.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Month.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/MonthName.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Season.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/SeasonName.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Second.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Time.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Week.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Weekend.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Year.php?rt=horde-hatchery&r1=87bb5605b73173745324a5c2ce2fd36e1c7a3ebb&r2=13f29995b58d0d1d7f33028def2a80537b51345f




More information about the commits mailing list