[commits] Horde-Hatchery branch master updated. 16c24dd261e086bbdcd5df204d5f4210988b56c8

Michael Rubinsky mike at theupstairsroom.com
Thu Jan 29 22:43:11 UTC 2009


The branch master has been updated
       via  16c24dd261e086bbdcd5df204d5f4210988b56c8 (commit)
       via  783d7b851f42dfddc5c6395ebc33468526916537 (commit)
       via  800624ec34ca0b501f6815d8cc54cf84008a4d23 (commit)
       via  2a4e1e981157dd29c82a96f42ee794c5981b6161 (commit)
       via  89496c13e4a8ed0527922356b2bc94a614ee2210 (commit)
       via  f90e3a62d83c4bfb1de86c7757e89bcd5d9f0bbb (commit)
       via  425a59cc423cac7b96b8d5d6159a834e1aa6f648 (commit)
       via  2a9fa482e924aafca455684f8650ac5ced81f561 (commit)
      from  02e85eac62ebef1a704bf89180c24d2b61cc6a46 (commit)

-----------------------------------------------------------------------
commit 16c24dd261e086bbdcd5df204d5f4210988b56c8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 29 17:13:00 2009 -0500

    Add tag field to the edit and create calendar forms

 kronolith/lib/Forms/CreateCalendar.php |    3 +++
 kronolith/lib/Forms/EditCalendar.php   |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=89496c13e4a8ed0527922356b2bc94a614ee2210&r2=16c24dd261e086bbdcd5df204d5f4210988b56c8
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=89496c13e4a8ed0527922356b2bc94a614ee2210&r2=16c24dd261e086bbdcd5df204d5f4210988b56c8

-----------------------------------------------------------------------
commit 783d7b851f42dfddc5c6395ebc33468526916537
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 29 14:52:42 2009 -0500

    Move the tag section into it's own toggle-able node for events.
    The keyword section will probably go away

 kronolith/lib/Views/Event.php           |    6 ++++++
 kronolith/templates/edit/edit.inc       |   25 ++++++++++++++++---------
 kronolith/templates/edit/javascript.inc |    1 +
 kronolith/templates/view/view.inc       |    9 +++++++++
 4 files changed, 32 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=783d7b851f42dfddc5c6395ebc33468526916537
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=2a4e1e981157dd29c82a96f42ee794c5981b6161&r2=783d7b851f42dfddc5c6395ebc33468526916537
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=783d7b851f42dfddc5c6395ebc33468526916537
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-hatchery&r1=4d8569d6454f4f4995bcb84e2efb448ca58e4b3b&r2=783d7b851f42dfddc5c6395ebc33468526916537

-----------------------------------------------------------------------
commit 800624ec34ca0b501f6815d8cc54cf84008a4d23
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 29 14:51:54 2009 -0500

    ws

 kronolith/lib/Views/EditEvent.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=2a4e1e981157dd29c82a96f42ee794c5981b6161&r2=800624ec34ca0b501f6815d8cc54cf84008a4d23

-----------------------------------------------------------------------
commit 2a4e1e981157dd29c82a96f42ee794c5981b6161
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 29 13:46:51 2009 -0500

    More work on tagging.
    
    This adds tagging to the event edit form, deletion of tags from
    the view panel and other tweaks.  Still need to add via panel and
    calendar form.

 kronolith/edit.php                 |    2 +
 kronolith/lib/Imple/TagActions.php |   80 +++++++++++++++++++++++++++-----
 kronolith/lib/Tagger.php           |   68 ++++++++++++++++++++++++++-
 kronolith/lib/Views/EditEvent.php  |    4 ++
 kronolith/templates/edit/edit.inc  |   10 ++++-
 5 files changed, 148 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-hatchery&r1=93c3b6b8d43a050fa41490b269b76523a83e10fe&r2=2a4e1e981157dd29c82a96f42ee794c5981b6161
http://git.horde.org/diff.php/kronolith/lib/Imple/TagActions.php?rt=horde-hatchery&r1=2a9fa482e924aafca455684f8650ac5ced81f561&r2=2a4e1e981157dd29c82a96f42ee794c5981b6161
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-hatchery&r1=89496c13e4a8ed0527922356b2bc94a614ee2210&r2=2a4e1e981157dd29c82a96f42ee794c5981b6161
http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=2a4e1e981157dd29c82a96f42ee794c5981b6161
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=2a4e1e981157dd29c82a96f42ee794c5981b6161

-----------------------------------------------------------------------
commit 89496c13e4a8ed0527922356b2bc94a614ee2210
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 26 20:10:39 2009 -0500

    Don't use the calendar/event property forms for adding/removing tags.
    (At least for now)
    
    Plus some more phpdoc and formatting.

 kronolith/lib/Forms/CreateCalendar.php |    3 ---
 kronolith/lib/Forms/EditCalendar.php   |    3 ---
 kronolith/lib/Tagger.php               |   28 ++++++++++++++++++++++------
 3 files changed, 22 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=2a9fa482e924aafca455684f8650ac5ced81f561&r2=89496c13e4a8ed0527922356b2bc94a614ee2210
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=2a9fa482e924aafca455684f8650ac5ced81f561&r2=89496c13e4a8ed0527922356b2bc94a614ee2210
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-hatchery&r1=f90e3a62d83c4bfb1de86c7757e89bcd5d9f0bbb&r2=89496c13e4a8ed0527922356b2bc94a614ee2210

-----------------------------------------------------------------------
commit f90e3a62d83c4bfb1de86c7757e89bcd5d9f0bbb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 26 19:55:51 2009 -0500

    phpdoc, comments, and use the tagger objects splitTags() method.

 kronolith/lib/Tagger.php |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-hatchery&r1=425a59cc423cac7b96b8d5d6159a834e1aa6f648&r2=f90e3a62d83c4bfb1de86c7757e89bcd5d9f0bbb

-----------------------------------------------------------------------
commit 425a59cc423cac7b96b8d5d6159a834e1aa6f648
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 26 18:47:54 2009 -0500

    Make sure these values are integers

 kronolith/lib/Tagger.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-hatchery&r1=2a9fa482e924aafca455684f8650ac5ced81f561&r2=425a59cc423cac7b96b8d5d6159a834e1aa6f648

-----------------------------------------------------------------------
commit 2a9fa482e924aafca455684f8650ac5ced81f561
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 25 16:21:18 2009 -0500

    Very initial tagger stuff before I loose it.

 kronolith/calendars/edit.php           |    2 +
 kronolith/imple.php                    |    1 -
 kronolith/js/src/calendar-panel.js     |    4 +
 kronolith/js/tagactions.js             |   38 +++++++++++
 kronolith/lib/Forms/CreateCalendar.php |    4 +-
 kronolith/lib/Forms/EditCalendar.php   |    5 +-
 kronolith/lib/Imple/TagActions.php     |   57 +++++++++++++++++
 kronolith/lib/Tagger.php               |   94 ++++++++++++++++++++++++++++
 kronolith/templates/panel.inc          |   18 +++++-
 9 files changed, 218 insertions(+), 5 deletions(-)
 create mode 100755 kronolith/js/tagactions.js
 mode change 100644 => 100755 kronolith/lib/Forms/CreateCalendar.php
 create mode 100644 kronolith/lib/Imple/TagActions.php
 create mode 100644 kronolith/lib/Tagger.php

http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/diff.php/kronolith/imple.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/diff.php/kronolith/js/src/calendar-panel.js?rt=horde-hatchery&r1=f5233f2f24a2551c847670def15d15b8655ad15b&r2=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/co.php/kronolith/js/tagactions.js?rt=horde-hatchery&r=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/co.php/kronolith/lib/Imple/TagActions.php?rt=horde-hatchery&r=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/co.php/kronolith/lib/Tagger.php?rt=horde-hatchery&r=2a9fa482e924aafca455684f8650ac5ced81f561
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=2a9fa482e924aafca455684f8650ac5ced81f561




More information about the commits mailing list