[commits] Horde-Hatchery branch master updated. de79ac7bc47ce26c5c1dc7a3e7569c0455e17472

Michael Rubinsky mike at theupstairsroom.com
Mon Feb 9 00:43:25 UTC 2009


The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.

de79ac7... no need for a semi-colon delimiter for tags
f47063a... Use Kronolith::getTagger()
093a12d... consistent variable naming, use a static Kronolith:: method to obtain a tagger object.
87129be... Escape output, attach the autocompleter in the template
69b5313... ws nits, remove old commented out code

from: 14f409a447eaa33a0853d6aaf3550cc9e4f736c6

-----------------------------------------------------------------------
commit de79ac7bc47ce26c5c1dc7a3e7569c0455e17472
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 8 19:43:04 2009 -0500

    no need for a semi-colon delimiter for tags

 kronolith/lib/Imple/TagAutoCompleter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=f47063a25c453f415682e6a5248363d179b3a21d&r2=de79ac7bc47ce26c5c1dc7a3e7569c0455e17472

-----------------------------------------------------------------------
commit f47063a25c453f415682e6a5248363d179b3a21d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 8 19:42:36 2009 -0500

    Use Kronolith::getTagger()

 kronolith/lib/Imple/TagAutoCompleter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=69b531360331141682a8bcfe913b30e8a139a9f6&r2=f47063a25c453f415682e6a5248363d179b3a21d

-----------------------------------------------------------------------
commit 093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 8 19:41:12 2009 -0500

    consistent variable naming, use a static Kronolith:: method to
    obtain a tagger object.

 kronolith/add.php                      |    2 +-
 kronolith/calendars/edit.php           |    4 ++--
 kronolith/edit.php                     |    2 +-
 kronolith/lib/Driver/sql.php           |    4 ++++
 kronolith/lib/Forms/CreateCalendar.php |    3 ++-
 kronolith/lib/Forms/EditCalendar.php   |    2 +-
 kronolith/lib/Imple/TagActions.php     |    2 +-
 kronolith/lib/Kronolith.php            |   12 ++++++++++++
 kronolith/lib/Views/EditEvent.php      |    2 +-
 kronolith/lib/Views/Event.php          |    2 +-
 kronolith/templates/panel.inc          |    2 +-
 11 files changed, 27 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-hatchery&r1=aeaa6e49e912ddc3ac14649d599b267ef42f191b&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-hatchery&r1=76dd70cd9a6308e670b8ce183a25b0fcadfd1621&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-hatchery&r1=1f29c9197500160f3bff50775c85ac9db473259f&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Driver/sql.php?rt=horde-hatchery&r1=1f29c9197500160f3bff50775c85ac9db473259f&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=76dd70cd9a6308e670b8ce183a25b0fcadfd1621&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=76dd70cd9a6308e670b8ce183a25b0fcadfd1621&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Imple/TagActions.php?rt=horde-hatchery&r1=6386891928529da8bad6750a978e4555efcf1c3b&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=1f29c9197500160f3bff50775c85ac9db473259f&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-hatchery&r1=8f4359d462cdadb1001b03114347d6736df7c381&r2=093a12dfd5fbeb6a4eee86f4c2a1236848f507ab

-----------------------------------------------------------------------
commit 87129be682a22ced92aab1723544de2b3b380dde
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 8 18:51:10 2009 -0500

    Escape output, attach the autocompleter in the template

 kronolith/new.php                 |    1 -
 kronolith/templates/edit/edit.inc |    8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/kronolith/new.php?rt=horde-hatchery&r1=1f29c9197500160f3bff50775c85ac9db473259f&r2=87129be682a22ced92aab1723544de2b3b380dde
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db&r2=87129be682a22ced92aab1723544de2b3b380dde

-----------------------------------------------------------------------
commit 69b531360331141682a8bcfe913b30e8a139a9f6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Feb 4 20:54:03 2009 -0500

    ws nits, remove old commented out code

 kronolith/lib/Imple/TagAutoCompleter.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=b0938c87208341f48fab9bb233003f735483a113&r2=69b531360331141682a8bcfe913b30e8a139a9f6




More information about the commits mailing list