[prev in list] [next in list] [prev in thread] [next in thread] 

List:       horde-commits
Subject:    [commits] Horde-Hatchery branch master updated. 6e68fe51ad0b3b70c4ccec549ff7d0352081d64c
From:       chuck () horde ! org (Chuck Hagenbuch)
Date:       2008-12-27 4:02:05
Message-ID: 20081227040205.AFC3127BE8 () nazik ! horde ! org
[Download RAW message or body]

The branch master has been updated
       via  6e68fe51ad0b3b70c4ccec549ff7d0352081d64c (commit)
       via  076e451c710faa4bcabdf94ce77209034c2d7365 (commit)
       via  c6010fd56bcf4d218e8cd3e669d919200384057b (commit)
       via  613e4bab7188b9889ee704b9ead16352ea49c40b (commit)
       via  60f3dbab19d99c5e16134f4b95a38ea2bbe2f871 (commit)
       via  8ddfc9a75828c54a652d573e130934dd84656309 (commit)
       via  7af4880582a3da8d7ce1ee449116337314542cc4 (commit)
       via  343a1f922087ba9fb9c2475423a7e166050eaf17 (commit)
       via  2e0b169f8f172c57c0b1af9432574c3a220d80d5 (commit)
      from  e77602009e8384868dc651c5f334cc5a87d587bf (commit)

-----------------------------------------------------------------------
commit 6e68fe51ad0b3b70c4ccec549ff7d0352081d64c
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Dec 26 23:02:10 2008 -0500

    use  args consistently. needs to be refactored to use a dependency injector \
eventually

 content/lib/Objects/Manager.php |    6 +++++-
 content/lib/Types/Manager.php   |    4 +++-
 content/lib/Users/Manager.php   |    6 ++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

http://cvs.horde.org/diff.php/content/lib/Objects/Manager.php?rt=horde-hatchery&r1dfc9a75828c54a652d573e130934dd84656309&r2n68fe51ad0b3b70c4ccec549ff7d0352081d64c
 http://cvs.horde.org/diff.php/content/lib/Types/Manager.php?rt=horde-hatchery&r1dfc9a75828c54a652d573e130934dd84656309&r2n68fe51ad0b3b70c4ccec549ff7d0352081d64c
 http://cvs.horde.org/diff.php/content/lib/Users/Manager.php?rt=horde-hatchery&r1dfc9a75828c54a652d573e130934dd84656309&r2n68fe51ad0b3b70c4ccec549ff7d0352081d64c


-----------------------------------------------------------------------
commit 076e451c710faa4bcabdf94ce77209034c2d7365
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Dec 26 22:59:48 2008 -0500

    let the  array contain the db adapter also

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

http://cvs.horde.org/diff.php/content/lib/Tagger.php?rt=horde-hatchery&r1Æ010fd56bcf4d218e8cd3e669d919200384057b&r26e451c710faa4bcabdf94ce77209034c2d7365


-----------------------------------------------------------------------
commit c6010fd56bcf4d218e8cd3e669d919200384057b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Dec 26 22:58:24 2008 -0500

    tagger is autoloadable now, as are other content libs

 content/app/controllers/TagController.php |    1 -
 content/lib/Tagger.php                    |  683 ++++++++++++++++++++++++
 content/lib/Tags/Tagger.php               |  688 -------------------------
 3 files changed, 683 insertions(+), 689 deletions(-)
 create mode 100644 content/lib/Tagger.php
 delete mode 100644 content/lib/Tags/Tagger.php

http://cvs.horde.org/diff.php/content/app/controllers/TagController.php?rt=horde-hatch \
ery&r1dfc9a75828c54a652d573e130934dd84656309&r2Æ010fd56bcf4d218e8cd3e669d919200384057b
 http://cvs.horde.org/co.php/content/lib/Tagger.php?rt=horde-hatchery&rÆ010fd56bcf4d218e8cd3e669d919200384057b
 http://cvs.horde.org/diff.php/content/lib/Tags/Tagger.php?rt=horde-hatchery&r1a3e4bab7188b9889ee704b9ead16352ea49c40b&r2Æ010fd56bcf4d218e8cd3e669d919200384057b


-----------------------------------------------------------------------
commit 613e4bab7188b9889ee704b9ead16352ea49c40b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Dec 26 21:05:15 2008 -0500

    remove some todos

 content/lib/Tags/Tagger.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://cvs.horde.org/diff.php/content/lib/Tags/Tagger.php?rt=horde-hatchery&r1dfc9a75828c54a652d573e130934dd84656309&r2a3e4bab7188b9889ee704b9ead16352ea49c40b


-----------------------------------------------------------------------
commit 60f3dbab19d99c5e16134f4b95a38ea2bbe2f871
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Dec 26 16:50:31 2008 -0500

    remove empty file

 0 files changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 hippo/TODO.txt

http://cvs.horde.org/diff.php/hippo/TODO.txt?rt=horde-hatchery&r1 \
b19494e974463311f27d9fb4f5c2b8da80ff02&r2`f3dbab19d99c5e16134f4b95a38ea2bbe2f871

-----------------------------------------------------------------------
commit 8ddfc9a75828c54a652d573e130934dd84656309
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Dec 24 16:30:06 2008 -0500

    work on coding standards, organization, etc. not finished and not currently \
working.

 content/app/controllers/ApplicationController.php |   13 ++
 content/app/controllers/TagController.php         |   18 ++-
 content/lib/Objects/Manager.php                   |   63 +++++-----
 content/lib/Tags/Tagger.php                       |  121 +++++++++--------
 content/lib/Types/Manager.php                     |   47 +++----
 content/lib/Users/Manager.php                     |   45 +++---
 content/lib/base.php                              |    9 --
 7 files changed, 162 insertions(+), 154 deletions(-)
 create mode 100644 content/app/controllers/ApplicationController.php
 delete mode 100644 content/lib/base.php

http://cvs.horde.org/co.php/content/app/controllers/ApplicationController.php?rt=horde-hatchery&rdfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/app/controllers/TagController.php?rt=horde-hatc \
hery&r1ô129f7bbbce9942db3e95f265698234a1b17dcd&r2dfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/lib/Objects/Manager.php?rt=horde-hatchery&r1i5e7e103447ebe2d7c5852b0518ba381d3c9b8f&r2dfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/lib/Tags/Tagger.php?rt=horde-hatchery&r1i5e7e103447ebe2d7c5852b0518ba381d3c9b8f&r2dfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/lib/Types/Manager.php?rt=horde-hatchery&r1i5e7e103447ebe2d7c5852b0518ba381d3c9b8f&r2dfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/lib/Users/Manager.php?rt=horde-hatchery&r1i5e7e103447ebe2d7c5852b0518ba381d3c9b8f&r2dfc9a75828c54a652d573e130934dd84656309
 http://cvs.horde.org/diff.php/content/lib/base.php?rt=horde-hatchery&r1i5e7e103447ebe2d7c5852b0518ba381d3c9b8f&r2dfc9a75828c54a652d573e130934dd84656309


-----------------------------------------------------------------------
commit 7af4880582a3da8d7ce1ee449116337314542cc4
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Dec 24 14:33:48 2008 -0500

    and allow PUT for tagging

 content/config/routes.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/content/config/routes.php?rt=horde-hatchery&r143a1f922087ba9fb9c2475423a7e166050eaf17&r2zf4880582a3da8d7ce1ee449116337314542cc4


-----------------------------------------------------------------------
commit 343a1f922087ba9fb9c2475423a7e166050eaf17
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Dec 24 14:32:29 2008 -0500

    allow DELETE for untagging as well

 content/config/routes.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/content/config/routes.php?rt=horde-hatchery&r1.0b169f8f172c57c0b1af9432574c3a220d80d5&r243a1f922087ba9fb9c2475423a7e166050eaf17


-----------------------------------------------------------------------
commit 2e0b169f8f172c57c0b1af9432574c3a220d80d5
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Dec 24 14:32:17 2008 -0500

    require POST for tag and untag routes

 content/config/routes.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://cvs.horde.org/diff.php/content/config/routes.php?rt=horde-hatchery&r126b8c744395a1a9fc7dd0e02054da195ff2873&r2.0b169f8f172c57c0b1af9432574c3a220d80d5



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic