[commits] Horde-Hatchery branch master updated. 238eabddb353cacddc17b216b268211f1dbab380

Ben Klang ben at alkaloid.net
Sun Jan 10 18:59:36 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: be14ca3615ae26abeb6037244d9332ca29ceeda4

05d9511 Initial revision
180675d * Add new function to driver to allow showing statisics per-month * Small adjustments to search page
2843fab Stub of page to display per-month call stats
4630582 Give a whirl with Image_Graph instead
697f861 Implement better error handling, fix SQL filters
39e2dd8 * Fix pathing and versioning for incubator * Fix merging Horde driver configuration for SQL-based drivers
7a3a509 Add more monthly call stats and take a shot at graphing them.
481e84d Improve the efficiency of getCallStatsByMonth() using a single SQL query per graph rather than one per graph per month.
c86e7f0 Fix searches for CDR data
e352a87 Add menu item to be able to view graphs
1eb7cd5 Make use of a drop-down box to select the context instead of a text box
b704402 Add icons
0d9fd3e Use the correct icon name
3413ddd Flag use of themed graphics
ec92df8 * Change default page to graphs * Limit number of search results to a number set in Prefs (default: 100) * Add call summary statistics to Search page * Don't cache CDR search results in the session * Add menu icons ToDo: Allow paging through larger result set on search page
831e170 * Baby steps toward more useful graphs * Make handling of dcontext more user friendly
7e35d8d Make the graphs prettier
b8f1418 Make sure we can render a proper graph.
6132cf4 Handle possible errors in input.
9c599f3 Add Permissions API Make sure cache is initialized when Operator::getAccountCodes() is called staticly
6db8a5f Fix copyrights
a346322 Implement Perms-based filtering per-accountcode
ecc8dd7 Make graph more readable and add markers indicating the exact value
9233fe9 Format numbers on the graph selectively
c36bbbb Make column descriptions more clear Change search form name
d5bd754 Case matters
afcd857 Make sure the default menu item is highlighted when first entering the app
3154df9 Happy New Year
95267b5 * Refine security controls on account codes * Improve graph generation process, including color cycling on data sets
2afa29e Enable permissions across all accountcodes
92759cd Use Horde_Date_Utils
1474cf4 Bug: Submitted by: Merge after: String:: -> Horde_String & Util:: -> Horde_Util:: conversions.
f2cc4b0 Menu:: -> Horde_Menu::
e5293b8 Unneeded inclusion of Menu.php.
e81f24a Variables:: -> Horde_Variables::
ef4ec0f Notification:: -> Horde_Notification::
3911aa2 Bug: Submitted by: Merge after: Auth:: -> Horde_Auth::
5362b8b Move Horde core framework package to Git.
c0db88f NLS:: -> Horde_Nls:: (moved to Git)
4647084 Horde_Exception conversions.
4f6ce3a Horde::includeStylesheetFiles()
7170fc4 Please, when refactoring, update *all* modules.
6142bf4 Operator: Move files into proper application directory
978a721 Operator: Continue porting to Horde 4.
83ce00d Operator: Fix references to operator driver
ca662b1 Operator: Fix account code security
e26fec2 Hylax: Fix references to objects
e006f04 Shout: Fix references to objects
238eabd Merge branch 'Operator-H4'

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

commit 05d9511b5f617b10c85b6c7362f97a7d44767edc
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Apr 19 01:26:06 2008 +0000

    Initial revision

 COPYING                     |  280 +++++++++++++++++++++++++++++++++++++++++++
 README                      |   95 +++++++++++++++
 config/.cvsignore           |    3 +
 config/conf.xml             |   26 ++++
 config/prefs.php.dist       |   50 ++++++++
 docs/CHANGES                |    5 +
 docs/CREDITS                |   26 ++++
 docs/INSTALL                |  243 +++++++++++++++++++++++++++++++++++++
 docs/RELEASE_NOTES          |   49 ++++++++
 docs/TODO                   |    8 ++
 index.php                   |   22 ++++
 lib/Driver.php              |   72 +++++++++++
 lib/Driver/asterisksql.php  |  206 +++++++++++++++++++++++++++++++
 lib/Form/SearchCDR.php      |   68 +++++++++++
 lib/Operator.php            |   84 +++++++++++++
 lib/base.php                |   46 +++++++
 lib/version.php             |    1 +
 locale/en_US/help.xml       |   14 ++
 po/.cvsignore               |    1 +
 po/README                   |    1 +
 search.php                  |   68 +++++++++++
 templates/common-header.inc |   29 +++++
 templates/menu.inc          |    4 +
 templates/search/footer.inc |    1 +
 templates/search/header.inc |    8 ++
 templates/search/row.inc    |   12 ++
 themes/screen.css           |    3 +
 27 files changed, 1425 insertions(+), 0 deletions(-)
 create mode 100644 COPYING
 create mode 100644 README
 create mode 100644 config/.cvsignore
 create mode 100644 config/conf.xml
 create mode 100644 config/prefs.php.dist
 create mode 100644 docs/CHANGES
 create mode 100644 docs/CREDITS
 create mode 100644 docs/INSTALL
 create mode 100644 docs/RELEASE_NOTES
 create mode 100644 docs/TODO
 create mode 100644 index.php
 create mode 100644 lib/Driver.php
 create mode 100644 lib/Driver/asterisksql.php
 create mode 100644 lib/Form/SearchCDR.php
 create mode 100644 lib/Operator.php
 create mode 100644 lib/base.php
 create mode 100644 lib/version.php
 create mode 100644 locale/en_US/help.xml
 create mode 100644 po/.cvsignore
 create mode 100644 po/README
 create mode 100644 search.php
 create mode 100644 templates/common-header.inc
 create mode 100644 templates/menu.inc
 create mode 100644 templates/search/footer.inc
 create mode 100644 templates/search/header.inc
 create mode 100644 templates/search/row.inc
 create mode 100644 themes/screen.css

http://git.horde.org/co.php/COPYING?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/README?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/config/.cvsignore?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/config/conf.xml?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/config/prefs.php.dist?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/docs/CHANGES?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/docs/CREDITS?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/docs/INSTALL?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/docs/RELEASE_NOTES?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/docs/TODO?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/index.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/Driver.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/Operator.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/base.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/lib/version.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/locale/en_US/help.xml?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/po/.cvsignore?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/po/README?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/search.php?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/templates/common-header.inc?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/templates/menu.inc?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/templates/search/footer.inc?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/templates/search/header.inc?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/templates/search/row.inc?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc
http://git.horde.org/co.php/themes/screen.css?rt=horde-hatchery&r=05d9511b5f617b10c85b6c7362f97a7d44767edc

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

commit 180675db0e66f4b4fb62b79f86b79e9a5c1174b2
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Jun 26 17:31:27 2008 +0000

    * Add new function to driver to allow showing statisics per-month
    * Small adjustments to search page

 lib/Driver/asterisksql.php |   88 ++++++++++++++++++++++++++++++++++++++++----
 search.php                 |    7 ++-
 2 files changed, 84 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=180675db0e66f4b4fb62b79f86b79e9a5c1174b2
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=180675db0e66f4b4fb62b79f86b79e9a5c1174b2

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

commit 2843fab9cd61bb4dcdc6c6a4f267ab187ab0f4c1
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Jun 26 17:31:47 2008 +0000

    Stub of page to display per-month call stats

 viewgraph.php |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)
 create mode 100644 viewgraph.php

http://git.horde.org/co.php/viewgraph.php?rt=horde-hatchery&r=2843fab9cd61bb4dcdc6c6a4f267ab187ab0f4c1

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

commit 4630582bfaba707d94d02c35bbc401a9572ca749
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Jun 26 18:30:03 2008 +0000

    Give a whirl with Image_Graph instead

 viewgraph.php |   46 ++++++++++++----------------------------------
 1 files changed, 12 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=2843fab9cd61bb4dcdc6c6a4f267ab187ab0f4c1&r2=4630582bfaba707d94d02c35bbc401a9572ca749

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

commit 697f861aa6b2f4d7ea7611120f25928fbe70ac6e
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Jun 26 19:23:17 2008 +0000

    Implement better error handling, fix SQL filters

 lib/Driver/asterisksql.php |   42 ++++++++++++++++++++++++++++++------------
 1 files changed, 30 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=180675db0e66f4b4fb62b79f86b79e9a5c1174b2&r2=697f861aa6b2f4d7ea7611120f25928fbe70ac6e

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

commit 39e2dd87e9b13f531c5ce6c04611398bb0eb8c30
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Jun 27 04:03:51 2008 +0000

    * Fix pathing and versioning for incubator
    * Fix merging Horde driver configuration for SQL-based drivers

 lib/Driver.php  |   13 ++++++++++---
 lib/base.php    |    4 ++--
 lib/version.php |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30
http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30
http://git.horde.org/diff.php/lib/version.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30

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

commit 7a3a509ad4b647c6060728dcdd7781a1320b4b9d
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Jun 27 17:17:10 2008 +0000

    Add more monthly call stats and take a shot at graphing them.

 graphgen.php               |   33 ++++++++++++++
 lib/Driver/asterisksql.php |   73 +++++++++++++++++++++++-------
 lib/Form/SearchCDR.php     |    5 +-
 lib/base.php               |    6 ++-
 viewgraph.php              |  105 +++++++++++++++++++++++++++++++++----------
 5 files changed, 177 insertions(+), 45 deletions(-)
 create mode 100644 graphgen.php

http://git.horde.org/co.php/graphgen.php?rt=horde-hatchery&r=7a3a509ad4b647c6060728dcdd7781a1320b4b9d
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=697f861aa6b2f4d7ea7611120f25928fbe70ac6e&r2=7a3a509ad4b647c6060728dcdd7781a1320b4b9d
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=7a3a509ad4b647c6060728dcdd7781a1320b4b9d
http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30&r2=7a3a509ad4b647c6060728dcdd7781a1320b4b9d
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=4630582bfaba707d94d02c35bbc401a9572ca749&r2=7a3a509ad4b647c6060728dcdd7781a1320b4b9d

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

commit 481e84db35dd73214297988e6f41471a0ec98d4e
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 1 17:44:29 2008 +0000

    Improve the efficiency of getCallStatsByMonth() using a single SQL query per graph rather than one per graph per month.

 lib/Driver/asterisksql.php |  166 +++++++++++++++++++++++++++-----------------
 1 files changed, 103 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=7a3a509ad4b647c6060728dcdd7781a1320b4b9d&r2=481e84db35dd73214297988e6f41471a0ec98d4e

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

commit c86e7f0a42d317431ccd1b6bbf171f97c7df2389
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 1 20:29:11 2008 +0000

    Fix searches for CDR data

 lib/Driver/asterisksql.php |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=481e84db35dd73214297988e6f41471a0ec98d4e&r2=c86e7f0a42d317431ccd1b6bbf171f97c7df2389

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

commit e352a871e943568f1334817aea39f899ca11c46b
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 1 20:29:29 2008 +0000

    Add menu item to be able to view graphs

 lib/Operator.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=e352a871e943568f1334817aea39f899ca11c46b

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

commit 1eb7cd55179131974a58f5b50db850dda9ddbe76
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 1 22:25:00 2008 +0000

    Make use of a drop-down box to select the context instead of a text box

 lib/Driver/asterisksql.php |   21 +++++++++++++++++++--
 lib/Form/SearchCDR.php     |    5 +++--
 lib/Operator.php           |   44 +++++++++++++++++++++++++++++++++++++++++++-
 search.php                 |   13 +++++--------
 viewgraph.php              |   21 ++++++---------------
 5 files changed, 76 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=c86e7f0a42d317431ccd1b6bbf171f97c7df2389&r2=1eb7cd55179131974a58f5b50db850dda9ddbe76
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=7a3a509ad4b647c6060728dcdd7781a1320b4b9d&r2=1eb7cd55179131974a58f5b50db850dda9ddbe76
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=e352a871e943568f1334817aea39f899ca11c46b&r2=1eb7cd55179131974a58f5b50db850dda9ddbe76
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=180675db0e66f4b4fb62b79f86b79e9a5c1174b2&r2=1eb7cd55179131974a58f5b50db850dda9ddbe76
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=7a3a509ad4b647c6060728dcdd7781a1320b4b9d&r2=1eb7cd55179131974a58f5b50db850dda9ddbe76

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

commit b7044020993c8b56872159ddf574796343ef4377
Author: Ben Klang <ben at alkaloid.net>
Date:   Wed Jul 2 20:43:56 2008 +0000

    Add icons

 themes/graphics/operator.png         |  Bin 0 -> 589 bytes
 themes/silver/graphics/telephone.png |  Bin 0 -> 791 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 themes/graphics/operator.png
 create mode 100644 themes/silver/graphics/telephone.png

http://git.horde.org/co.php/themes/graphics/operator.png?rt=horde-hatchery&r=b7044020993c8b56872159ddf574796343ef4377
http://git.horde.org/co.php/themes/silver/graphics/telephone.png?rt=horde-hatchery&r=b7044020993c8b56872159ddf574796343ef4377

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

commit 0d9fd3e2530fe0710378ef1d23cac0635a2b1a47
Author: Ben Klang <ben at alkaloid.net>
Date:   Wed Jul 2 22:27:31 2008 +0000

    Use the correct icon name

 themes/silver/graphics/operator.png  |  Bin 0 -> 791 bytes
 themes/silver/graphics/telephone.png |  Bin 791 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 themes/silver/graphics/operator.png
 delete mode 100644 themes/silver/graphics/telephone.png

http://git.horde.org/co.php/themes/silver/graphics/operator.png?rt=horde-hatchery&r=0d9fd3e2530fe0710378ef1d23cac0635a2b1a47
http://git.horde.org/diff.php/themes/silver/graphics/telephone.png?rt=horde-hatchery&r1=b7044020993c8b56872159ddf574796343ef4377&r2=0d9fd3e2530fe0710378ef1d23cac0635a2b1a47

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

commit 3413ddd6f6b3deba87e7521c032fbdee98ff29ea
Author: Ben Klang <ben at alkaloid.net>
Date:   Wed Jul 2 22:50:09 2008 +0000

    Flag use of themed graphics

 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 themes/silver/themed_graphics

http://git.horde.org/co.php/themes/silver/themed_graphics?rt=horde-hatchery&r=3413ddd6f6b3deba87e7521c032fbdee98ff29ea

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

commit ec92df8f634fd8a238249d9c767b0aceb3808285
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Jul 3 14:29:15 2008 +0000

    * Change default page to graphs
    * Limit number of search results to a number set in Prefs (default: 100)
    * Add call summary statistics to Search page
    * Don't cache CDR search results in the session
    * Add menu icons
    ToDo: Allow paging through larger result set on search page

 config/prefs.php.dist             |   11 +++++++-
 index.php                         |    4 +-
 lib/Driver/asterisksql.php        |   45 ++++++++++++++++++++++++++++++++----
 lib/Form/SearchCDR.php            |    6 ++--
 lib/Operator.php                  |    6 ++--
 search.php                        |   25 ++++++++++++++-----
 templates/search/header.inc       |    7 +++++
 themes/graphics/graphs.png        |  Bin 0 -> 478 bytes
 themes/silver/graphics/graphs.png |  Bin 0 -> 710 bytes
 viewgraph.php                     |   20 ++++++++++------
 10 files changed, 94 insertions(+), 30 deletions(-)
 create mode 100644 themes/graphics/graphs.png
 create mode 100644 themes/silver/graphics/graphs.png

http://git.horde.org/diff.php/config/prefs.php.dist?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/index.php?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=1eb7cd55179131974a58f5b50db850dda9ddbe76&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=1eb7cd55179131974a58f5b50db850dda9ddbe76&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=1eb7cd55179131974a58f5b50db850dda9ddbe76&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=1eb7cd55179131974a58f5b50db850dda9ddbe76&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/templates/search/header.inc?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/co.php/themes/graphics/graphs.png?rt=horde-hatchery&r=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/co.php/themes/silver/graphics/graphs.png?rt=horde-hatchery&r=ec92df8f634fd8a238249d9c767b0aceb3808285
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=1eb7cd55179131974a58f5b50db850dda9ddbe76&r2=ec92df8f634fd8a238249d9c767b0aceb3808285

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

commit 831e170793e3871adf8429af4c62eb7525c45547
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Jul 4 04:23:15 2008 +0000

    * Baby steps toward more useful graphs
    * Make handling of dcontext more user friendly

 graphgen.php           |   19 +++++++++++++++++--
 lib/Form/SearchCDR.php |    5 ++---
 lib/Operator.php       |   18 +++++++++++++++++-
 search.php             |    5 ++++-
 viewgraph.php          |    5 ++++-
 5 files changed, 44 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=7a3a509ad4b647c6060728dcdd7781a1320b4b9d&r2=831e170793e3871adf8429af4c62eb7525c45547
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=831e170793e3871adf8429af4c62eb7525c45547
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=831e170793e3871adf8429af4c62eb7525c45547
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=831e170793e3871adf8429af4c62eb7525c45547
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=831e170793e3871adf8429af4c62eb7525c45547

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

commit 7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jul 5 14:38:22 2008 +0000

    Make the graphs prettier

 config/conf.xml  |    4 ++-
 graphgen.php     |   97 ++++++++++++++++++++++++++++++++++++++++-------------
 lib/Operator.php |   22 +++++++++---
 3 files changed, 93 insertions(+), 30 deletions(-)

http://git.horde.org/diff.php/config/conf.xml?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3
http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=831e170793e3871adf8429af4c62eb7525c45547&r2=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=831e170793e3871adf8429af4c62eb7525c45547&r2=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3

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

commit b8f141838d91fcb225eaf2136308984635e365b4
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jul 5 14:53:54 2008 +0000

    Make sure we can render a proper graph.

 viewgraph.php |   62 +++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 36 insertions(+), 26 deletions(-)

http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=831e170793e3871adf8429af4c62eb7525c45547&r2=b8f141838d91fcb225eaf2136308984635e365b4

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

commit 6132cf440b86a112d1999bcbc7b4d3826a925bef
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jul 5 14:55:32 2008 +0000

    Handle possible errors in input.

 search.php |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=831e170793e3871adf8429af4c62eb7525c45547&r2=6132cf440b86a112d1999bcbc7b4d3826a925bef

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

commit 9c599f3eea7b5d6028b3f5c7907c3d571d624b0e
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jul 5 15:53:39 2008 +0000

    Add Permissions API
    Make sure cache is initialized when Operator::getAccountCodes() is called staticly

 lib/Operator.php |   10 ++++++++--
 lib/api.php      |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 lib/api.php

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3&r2=9c599f3eea7b5d6028b3f5c7907c3d571d624b0e
http://git.horde.org/co.php/lib/api.php?rt=horde-hatchery&r=9c599f3eea7b5d6028b3f5c7907c3d571d624b0e

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

commit 6db8a5f586fed8e4d1abdc7c48050a49502d1b73
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jul 5 17:19:59 2008 +0000

    Fix copyrights

 graphgen.php               |    4 ++--
 index.php                  |    4 ++--
 lib/Driver.php             |    4 ++--
 lib/Driver/asterisksql.php |    4 ++--
 lib/Operator.php           |    4 ++--
 lib/api.php                |    5 ++++-
 lib/base.php               |    6 +++++-
 search.php                 |    4 ++--
 viewgraph.php              |    4 ++--
 9 files changed, 23 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/index.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=9c599f3eea7b5d6028b3f5c7907c3d571d624b0e&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/lib/api.php?rt=horde-hatchery&r1=9c599f3eea7b5d6028b3f5c7907c3d571d624b0e&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=7a3a509ad4b647c6060728dcdd7781a1320b4b9d&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=6132cf440b86a112d1999bcbc7b4d3826a925bef&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=b8f141838d91fcb225eaf2136308984635e365b4&r2=6db8a5f586fed8e4d1abdc7c48050a49502d1b73

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

commit a3463220c32a8436188438fba56ff496f52a3357
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jul 6 18:21:49 2008 +0000

    Implement Perms-based filtering per-accountcode

 lib/Driver.php             |   61 +++++++++++++++++++++++++++++++++------
 lib/Driver/asterisksql.php |   10 +++---
 lib/Form/SearchCDR.php     |    4 +-
 lib/Operator.php           |   67 ++++++++++++++++++++++---------------------
 search.php                 |   10 ++++--
 5 files changed, 99 insertions(+), 53 deletions(-)

http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=a3463220c32a8436188438fba56ff496f52a3357
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=a3463220c32a8436188438fba56ff496f52a3357
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=831e170793e3871adf8429af4c62eb7525c45547&r2=a3463220c32a8436188438fba56ff496f52a3357
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=a3463220c32a8436188438fba56ff496f52a3357
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=a3463220c32a8436188438fba56ff496f52a3357

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

commit ecc8dd7b42f238541e9dbdc4e01bf198ca0390e8
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 8 14:19:11 2008 +0000

    Make graph more readable and add markers indicating the exact value

 graphgen.php |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=ecc8dd7b42f238541e9dbdc4e01bf198ca0390e8

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

commit 9233fe97b562ab093f4c3797238348cfcaf16fac
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 8 14:26:12 2008 +0000

    Format numbers on the graph selectively

 graphgen.php     |   14 ++++++++------
 lib/Operator.php |    3 ++-
 2 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=ecc8dd7b42f238541e9dbdc4e01bf198ca0390e8&r2=9233fe97b562ab093f4c3797238348cfcaf16fac
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=a3463220c32a8436188438fba56ff496f52a3357&r2=9233fe97b562ab093f4c3797238348cfcaf16fac

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

commit c36bbbb093f8f3dac9bfde095a29118d83c8059a
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 8 15:13:42 2008 +0000

    Make column descriptions more clear
    Change search form name

 lib/Operator.php |    6 +++---
 search.php       |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=9233fe97b562ab093f4c3797238348cfcaf16fac&r2=c36bbbb093f8f3dac9bfde095a29118d83c8059a
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=a3463220c32a8436188438fba56ff496f52a3357&r2=c36bbbb093f8f3dac9bfde095a29118d83c8059a

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

commit d5bd75471de1efb02007c763e4e43213514fa189
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 8 15:16:22 2008 +0000

    Case matters

 graphgen.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=9233fe97b562ab093f4c3797238348cfcaf16fac&r2=d5bd75471de1efb02007c763e4e43213514fa189

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

commit afcd857652473fff6056db4511c092b817733923
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 8 15:35:52 2008 +0000

    Make sure the default menu item is highlighted when first entering the app

 lib/Operator.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=c36bbbb093f8f3dac9bfde095a29118d83c8059a&r2=afcd857652473fff6056db4511c092b817733923

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

commit 3154df97ddacb203deadb7448ebeca65afb740e0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 6 17:51:06 2009 +0000

    Happy New Year

 COPYING                    |    2 +-
 graphgen.php               |    4 ++--
 index.php                  |    4 ++--
 lib/Driver.php             |    4 ++--
 lib/Driver/asterisksql.php |    4 ++--
 lib/Operator.php           |    4 ++--
 lib/api.php                |    4 ++--
 lib/base.php               |    4 ++--
 search.php                 |    4 ++--
 viewgraph.php              |    4 ++--
 10 files changed, 19 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/COPYING?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=d5bd75471de1efb02007c763e4e43213514fa189&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/index.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=a3463220c32a8436188438fba56ff496f52a3357&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=a3463220c32a8436188438fba56ff496f52a3357&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=afcd857652473fff6056db4511c092b817733923&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/lib/api.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=c36bbbb093f8f3dac9bfde095a29118d83c8059a&r2=3154df97ddacb203deadb7448ebeca65afb740e0
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=6db8a5f586fed8e4d1abdc7c48050a49502d1b73&r2=3154df97ddacb203deadb7448ebeca65afb740e0

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

commit 95267b5e815073672d246bf50f21681fb6ef8b9e
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun May 31 17:14:08 2009 +0000

    * Refine security controls on account codes
    * Improve graph generation process, including color cycling on data sets

 graphgen.php               |  176 ++++++++++++++++++++++++++++++++++----------
 lib/Driver/asterisksql.php |   24 ++++--
 lib/Operator.php           |   34 ++++++---
 3 files changed, 175 insertions(+), 59 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=95267b5e815073672d246bf50f21681fb6ef8b9e
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=95267b5e815073672d246bf50f21681fb6ef8b9e
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=95267b5e815073672d246bf50f21681fb6ef8b9e

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

commit 2afa29e0828d982136e7c7c1a59d6a7ccb0f9be4
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun May 31 22:20:06 2009 +0000

    Enable permissions across all accountcodes

 lib/Driver.php |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=2afa29e0828d982136e7c7c1a59d6a7ccb0f9be4

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

commit 92759cd7251c80bc559a7a8599b7eb487afb52b5
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jun 2 14:53:20 2009 +0000

    Use Horde_Date_Utils

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

http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=a3463220c32a8436188438fba56ff496f52a3357&r2=92759cd7251c80bc559a7a8599b7eb487afb52b5

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

commit 1474cf43c70091e61bb1d56eb96e103137e4081b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 10 05:24:30 2009 +0000

    Bug:
    Submitted by:
    Merge after:
    String:: -> Horde_String & Util:: -> Horde_Util:: conversions.
    
    I gave in and ran a sed script to try to get the rest of these changed.
    Here's the commands I ran:
    find . -type f | xargs fgrep -l ' String::' | xargs sed -i '' -e 's/ String::/ Horde_String::/g'
    find . -type f | xargs fgrep -l '(String::' | xargs sed -i '' -e 's/(String::/(Horde_String::/g'
    find . -type f | xargs grep -l '^String::' | xargs sed -i '' -e 's/^String::/Horde_String::/g'
    
    I then went through and removed files that shouldn't be updated (docs files
    and package.xml files).  Hopefully, false positives have been kept to a
    minimum.

 graphgen.php                |    6 +++---
 templates/common-header.inc |    2 +-
 viewgraph.php               |    8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=95267b5e815073672d246bf50f21681fb6ef8b9e&r2=1474cf43c70091e61bb1d56eb96e103137e4081b
http://git.horde.org/diff.php/templates/common-header.inc?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=1474cf43c70091e61bb1d56eb96e103137e4081b
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=1474cf43c70091e61bb1d56eb96e103137e4081b

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

commit f2cc4b0642ebad00c0c078083d3368adc809133c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 10 06:01:00 2009 +0000

    Menu:: -> Horde_Menu::

 lib/Operator.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=95267b5e815073672d246bf50f21681fb6ef8b9e&r2=f2cc4b0642ebad00c0c078083d3368adc809133c

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

commit e5293b8855cbffda02d8caf3fb08bfd2702196c5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 10 06:07:34 2009 +0000

    Unneeded inclusion of Menu.php.

 lib/Operator.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=f2cc4b0642ebad00c0c078083d3368adc809133c&r2=e5293b8855cbffda02d8caf3fb08bfd2702196c5

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

commit e81f24a6b257a647618856419092d4fa1b106de9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 10 17:33:30 2009 +0000

    Variables:: -> Horde_Variables::

 search.php    |    5 ++---
 viewgraph.php |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=e81f24a6b257a647618856419092d4fa1b106de9
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=1474cf43c70091e61bb1d56eb96e103137e4081b&r2=e81f24a6b257a647618856419092d4fa1b106de9

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

commit ef4ec0fba05f5e2513eddea1c04c93dd591fdccc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 24 23:39:29 2009 +0000

    Notification:: -> Horde_Notification::

 lib/base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=ef4ec0fba05f5e2513eddea1c04c93dd591fdccc

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

commit 3911aa2f998ae0dfc27295d43d3df404ec3e589a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 8 18:29:18 2009 +0000

    Bug:
    Submitted by:
    Merge after:
    Auth:: -> Horde_Auth::
    
    What was that noise?  That was the sound of this commit (possibly)destroying
    your ability to login to Horde.  You have been warned.

 lib/Driver.php   |   14 +++++++-------
 lib/Operator.php |   12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=2afa29e0828d982136e7c7c1a59d6a7ccb0f9be4&r2=3911aa2f998ae0dfc27295d43d3df404ec3e589a
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=e5293b8855cbffda02d8caf3fb08bfd2702196c5&r2=3911aa2f998ae0dfc27295d43d3df404ec3e589a

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

commit 5362b8b6527f44f8c894d311d418d6d89e866d55
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 9 06:08:45 2009 +0000

    Move Horde core framework package to Git.

 lib/base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=ef4ec0fba05f5e2513eddea1c04c93dd591fdccc&r2=5362b8b6527f44f8c894d311d418d6d89e866d55

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

commit c0db88f7b571e0bb332e1d9b18b46985a05f639c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 9 08:18:18 2009 +0000

    NLS:: -> Horde_Nls:: (moved to Git)

 graphgen.php                |    4 ++--
 templates/common-header.inc |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=1474cf43c70091e61bb1d56eb96e103137e4081b&r2=c0db88f7b571e0bb332e1d9b18b46985a05f639c
http://git.horde.org/diff.php/templates/common-header.inc?rt=horde-hatchery&r1=1474cf43c70091e61bb1d56eb96e103137e4081b&r2=c0db88f7b571e0bb332e1d9b18b46985a05f639c

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

commit 46470845d0b473f433f688bfff183bf2caeaa7ed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 13 20:05:48 2009 +0000

    Horde_Exception conversions.

 lib/base.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=5362b8b6527f44f8c894d311d418d6d89e866d55&r2=46470845d0b473f433f688bfff183bf2caeaa7ed

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

commit 4f6ce3a999855f514a0c7165ccbd4110642bb072
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 31 10:05:12 2009 +0000

    Horde::includeStylesheetFiles()

 templates/common-header.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/templates/common-header.inc?rt=horde-hatchery&r1=c0db88f7b571e0bb332e1d9b18b46985a05f639c&r2=4f6ce3a999855f514a0c7165ccbd4110642bb072

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

commit 7170fc4747f384a7b0f6e91d03352b0f287456b6
Author: Jan Schneider <jan at horde.org>
Date:   Tue Dec 1 12:52:49 2009 +0000

    Please, when refactoring, update *all* modules.

 lib/Driver.php   |   10 +++++-----
 lib/Operator.php |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=3911aa2f998ae0dfc27295d43d3df404ec3e589a&r2=7170fc4747f384a7b0f6e91d03352b0f287456b6
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=3911aa2f998ae0dfc27295d43d3df404ec3e589a&r2=7170fc4747f384a7b0f6e91d03352b0f287456b6

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

commit 6142bf4e7fa3b467203d90739bc08af9a68118bc
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 9 22:53:40 2010 -0500

    Operator: Move files into proper application directory

 COPYING                                      |  280 ----------------
 README                                       |   95 ------
 config/.cvsignore                            |    3 -
 config/conf.xml                              |   28 --
 config/prefs.php.dist                        |   57 ----
 docs/CHANGES                                 |    5 -
 docs/CREDITS                                 |   26 --
 docs/INSTALL                                 |  243 --------------
 docs/RELEASE_NOTES                           |   49 ---
 docs/TODO                                    |    8 -
 graphgen.php                                 |  210 ------------
 index.php                                    |   22 --
 lib/Driver.php                               |  125 -------
 lib/Driver/asterisksql.php                   |  444 --------------------------
 lib/Form/SearchCDR.php                       |   69 ----
 lib/Operator.php                             |  171 ----------
 lib/api.php                                  |   44 ---
 lib/base.php                                 |   56 ----
 lib/version.php                              |    1 -
 locale/en_US/help.xml                        |   14 -
 operator/COPYING                             |  280 ++++++++++++++++
 operator/README                              |   95 ++++++
 operator/config/.cvsignore                   |    3 +
 operator/config/conf.xml                     |   28 ++
 operator/config/prefs.php.dist               |   57 ++++
 operator/docs/CHANGES                        |    5 +
 operator/docs/CREDITS                        |   26 ++
 operator/docs/INSTALL                        |  243 ++++++++++++++
 operator/docs/RELEASE_NOTES                  |   49 +++
 operator/docs/TODO                           |    8 +
 operator/graphgen.php                        |  210 ++++++++++++
 operator/index.php                           |   22 ++
 operator/lib/Driver.php                      |  125 +++++++
 operator/lib/Driver/asterisksql.php          |  444 ++++++++++++++++++++++++++
 operator/lib/Form/SearchCDR.php              |   69 ++++
 operator/lib/Operator.php                    |  171 ++++++++++
 operator/lib/api.php                         |   44 +++
 operator/lib/base.php                        |   56 ++++
 operator/lib/version.php                     |    1 +
 operator/locale/en_US/help.xml               |   14 +
 operator/po/.cvsignore                       |    1 +
 operator/po/README                           |    1 +
 operator/search.php                          |   88 +++++
 operator/templates/common-header.inc         |   29 ++
 operator/templates/menu.inc                  |    4 +
 operator/templates/search/footer.inc         |    1 +
 operator/templates/search/header.inc         |   15 +
 operator/templates/search/row.inc            |   12 +
 operator/themes/graphics/graphs.png          |  Bin 0 -> 478 bytes
 operator/themes/graphics/operator.png        |  Bin 0 -> 589 bytes
 operator/themes/screen.css                   |    3 +
 operator/themes/silver/graphics/graphs.png   |  Bin 0 -> 710 bytes
 operator/themes/silver/graphics/operator.png |  Bin 0 -> 791 bytes
 operator/viewgraph.php                       |  112 +++++++
 po/.cvsignore                                |    1 -
 po/README                                    |    1 -
 search.php                                   |   88 -----
 templates/common-header.inc                  |   29 --
 templates/menu.inc                           |    4 -
 templates/search/footer.inc                  |    1 -
 templates/search/header.inc                  |   15 -
 templates/search/row.inc                     |   12 -
 themes/graphics/graphs.png                   |  Bin 478 -> 0 bytes
 themes/graphics/operator.png                 |  Bin 589 -> 0 bytes
 themes/screen.css                            |    3 -
 themes/silver/graphics/graphs.png            |  Bin 710 -> 0 bytes
 themes/silver/graphics/operator.png          |  Bin 791 -> 0 bytes
 viewgraph.php                                |  112 -------
 68 files changed, 2216 insertions(+), 2216 deletions(-)
 delete mode 100644 COPYING
 delete mode 100644 README
 delete mode 100644 config/.cvsignore
 delete mode 100644 config/conf.xml
 delete mode 100644 config/prefs.php.dist
 delete mode 100644 docs/CHANGES
 delete mode 100644 docs/CREDITS
 delete mode 100644 docs/INSTALL
 delete mode 100644 docs/RELEASE_NOTES
 delete mode 100644 docs/TODO
 delete mode 100644 graphgen.php
 delete mode 100644 index.php
 delete mode 100644 lib/Driver.php
 delete mode 100644 lib/Driver/asterisksql.php
 delete mode 100644 lib/Form/SearchCDR.php
 delete mode 100644 lib/Operator.php
 delete mode 100644 lib/api.php
 delete mode 100644 lib/base.php
 delete mode 100644 lib/version.php
 delete mode 100644 locale/en_US/help.xml
 create mode 100644 operator/COPYING
 create mode 100644 operator/README
 create mode 100644 operator/config/.cvsignore
 create mode 100644 operator/config/conf.xml
 create mode 100644 operator/config/prefs.php.dist
 create mode 100644 operator/docs/CHANGES
 create mode 100644 operator/docs/CREDITS
 create mode 100644 operator/docs/INSTALL
 create mode 100644 operator/docs/RELEASE_NOTES
 create mode 100644 operator/docs/TODO
 create mode 100644 operator/graphgen.php
 create mode 100644 operator/index.php
 create mode 100644 operator/lib/Driver.php
 create mode 100644 operator/lib/Driver/asterisksql.php
 create mode 100644 operator/lib/Form/SearchCDR.php
 create mode 100644 operator/lib/Operator.php
 create mode 100644 operator/lib/api.php
 create mode 100644 operator/lib/base.php
 create mode 100644 operator/lib/version.php
 create mode 100644 operator/locale/en_US/help.xml
 create mode 100644 operator/po/.cvsignore
 create mode 100644 operator/po/README
 create mode 100644 operator/search.php
 create mode 100644 operator/templates/common-header.inc
 create mode 100644 operator/templates/menu.inc
 create mode 100644 operator/templates/search/footer.inc
 create mode 100644 operator/templates/search/header.inc
 create mode 100644 operator/templates/search/row.inc
 create mode 100644 operator/themes/graphics/graphs.png
 create mode 100644 operator/themes/graphics/operator.png
 create mode 100644 operator/themes/screen.css
 create mode 100644 operator/themes/silver/graphics/graphs.png
 create mode 100644 operator/themes/silver/graphics/operator.png
 create mode 100644 operator/themes/silver/themed_graphics
 create mode 100644 operator/viewgraph.php
 delete mode 100644 po/.cvsignore
 delete mode 100644 po/README
 delete mode 100644 search.php
 delete mode 100644 templates/common-header.inc
 delete mode 100644 templates/menu.inc
 delete mode 100644 templates/search/footer.inc
 delete mode 100644 templates/search/header.inc
 delete mode 100644 templates/search/row.inc
 delete mode 100644 themes/graphics/graphs.png
 delete mode 100644 themes/graphics/operator.png
 delete mode 100644 themes/screen.css
 delete mode 100644 themes/silver/graphics/graphs.png
 delete mode 100644 themes/silver/graphics/operator.png
 delete mode 100644 themes/silver/themed_graphics
 delete mode 100644 viewgraph.php

http://git.horde.org/diff.php/COPYING?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/README?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/config/.cvsignore?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/config/conf.xml?rt=horde-hatchery&r1=7e35d8d7574dba548bec3e5e3b8f8fa9bfcfa1d3&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/config/prefs.php.dist?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/docs/CHANGES?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/docs/CREDITS?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/docs/INSTALL?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/docs/RELEASE_NOTES?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/docs/TODO?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/graphgen.php?rt=horde-hatchery&r1=c0db88f7b571e0bb332e1d9b18b46985a05f639c&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/index.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/Driver.php?rt=horde-hatchery&r1=7170fc4747f384a7b0f6e91d03352b0f287456b6&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=95267b5e815073672d246bf50f21681fb6ef8b9e&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=92759cd7251c80bc559a7a8599b7eb487afb52b5&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/Operator.php?rt=horde-hatchery&r1=7170fc4747f384a7b0f6e91d03352b0f287456b6&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/api.php?rt=horde-hatchery&r1=3154df97ddacb203deadb7448ebeca65afb740e0&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/base.php?rt=horde-hatchery&r1=46470845d0b473f433f688bfff183bf2caeaa7ed&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/lib/version.php?rt=horde-hatchery&r1=39e2dd87e9b13f531c5ce6c04611398bb0eb8c30&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/locale/en_US/help.xml?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/COPYING?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/README?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/config/.cvsignore?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/config/conf.xml?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/config/prefs.php.dist?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/docs/CHANGES?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/docs/CREDITS?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/docs/INSTALL?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/docs/RELEASE_NOTES?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/docs/TODO?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/graphgen.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/index.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/Driver.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/Driver/asterisksql.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/Form/SearchCDR.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/Operator.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/api.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/base.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/lib/version.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/locale/en_US/help.xml?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/po/.cvsignore?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/po/README?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/search.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/templates/common-header.inc?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/templates/menu.inc?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/templates/search/footer.inc?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/templates/search/header.inc?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/templates/search/row.inc?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/graphics/graphs.png?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/graphics/operator.png?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/screen.css?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/silver/graphics/graphs.png?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/silver/graphics/operator.png?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/themes/silver/themed_graphics?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/co.php/operator/viewgraph.php?rt=horde-hatchery&r=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/po/.cvsignore?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/po/README?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/search.php?rt=horde-hatchery&r1=e81f24a6b257a647618856419092d4fa1b106de9&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/templates/common-header.inc?rt=horde-hatchery&r1=4f6ce3a999855f514a0c7165ccbd4110642bb072&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/templates/menu.inc?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/templates/search/footer.inc?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/templates/search/header.inc?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/templates/search/row.inc?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/graphics/graphs.png?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/graphics/operator.png?rt=horde-hatchery&r1=b7044020993c8b56872159ddf574796343ef4377&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/screen.css?rt=horde-hatchery&r1=05d9511b5f617b10c85b6c7362f97a7d44767edc&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/silver/graphics/graphs.png?rt=horde-hatchery&r1=ec92df8f634fd8a238249d9c767b0aceb3808285&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/silver/graphics/operator.png?rt=horde-hatchery&r1=0d9fd3e2530fe0710378ef1d23cac0635a2b1a47&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/themes/silver/themed_graphics?rt=horde-hatchery&r1=3413ddd6f6b3deba87e7521c032fbdee98ff29ea&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc
http://git.horde.org/diff.php/viewgraph.php?rt=horde-hatchery&r1=e81f24a6b257a647618856419092d4fa1b106de9&r2=6142bf4e7fa3b467203d90739bc08af9a68118bc

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

commit 978a721195a700bd4a97b78d36cfa6d5a3802c84
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:21:08 2010 -0500

    Operator: Continue porting to Horde 4.
    
    * Whitespace and coding changes
    * Remove call to Horde_Date#correct() (handled by __set() override)
    * Remove require_once statements
    * Create lib/Application.php and remove lib/base.php

 operator/graphgen.php               |   65 ++++++++++++-----------
 operator/index.php                  |   15 +-----
 operator/lib/Application.php        |  100 +++++++++++++++++++++++++++++++++++
 operator/lib/Driver/asterisksql.php |    1 -
 operator/lib/base.php               |   56 -------------------
 operator/search.php                 |    9 ++--
 operator/viewgraph.php              |    9 ++--
 7 files changed, 144 insertions(+), 111 deletions(-)
 create mode 100644 operator/lib/Application.php
 delete mode 100644 operator/lib/base.php

http://git.horde.org/diff.php/operator/graphgen.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/diff.php/operator/index.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/co.php/operator/lib/Application.php?rt=horde-hatchery&r=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/diff.php/operator/lib/Driver/asterisksql.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/diff.php/operator/lib/base.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/diff.php/operator/search.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84
http://git.horde.org/diff.php/operator/viewgraph.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=978a721195a700bd4a97b78d36cfa6d5a3802c84

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

commit 83ce00d64fc03b96995e7666cc6be09eea35f96f
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:25:51 2010 -0500

    Operator: Fix references to operator driver

 operator/lib/Form/SearchCDR.php |    2 --
 operator/lib/Operator.php       |    4 ++--
 operator/search.php             |    2 +-
 operator/viewgraph.php          |    2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/operator/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=83ce00d64fc03b96995e7666cc6be09eea35f96f
http://git.horde.org/diff.php/operator/lib/Operator.php?rt=horde-hatchery&r1=6142bf4e7fa3b467203d90739bc08af9a68118bc&r2=83ce00d64fc03b96995e7666cc6be09eea35f96f
http://git.horde.org/diff.php/operator/search.php?rt=horde-hatchery&r1=978a721195a700bd4a97b78d36cfa6d5a3802c84&r2=83ce00d64fc03b96995e7666cc6be09eea35f96f
http://git.horde.org/diff.php/operator/viewgraph.php?rt=horde-hatchery&r1=978a721195a700bd4a97b78d36cfa6d5a3802c84&r2=83ce00d64fc03b96995e7666cc6be09eea35f96f

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

commit ca662b1fc9788b52baad6164f89e7714dd6d0c29
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:56:12 2010 -0500

    Operator: Fix account code security
    
    * Add Operator_Exception class
    * Catch and notify cases where not account codes are valid

 operator/lib/Exception.php      |    1 +
 operator/lib/Form/SearchCDR.php |    9 ++++++++-
 operator/lib/Operator.php       |   30 +++++++++++++++++-------------
 3 files changed, 26 insertions(+), 14 deletions(-)
 create mode 100644 operator/lib/Exception.php

http://git.horde.org/co.php/operator/lib/Exception.php?rt=horde-hatchery&r=ca662b1fc9788b52baad6164f89e7714dd6d0c29
http://git.horde.org/diff.php/operator/lib/Form/SearchCDR.php?rt=horde-hatchery&r1=83ce00d64fc03b96995e7666cc6be09eea35f96f&r2=ca662b1fc9788b52baad6164f89e7714dd6d0c29
http://git.horde.org/diff.php/operator/lib/Operator.php?rt=horde-hatchery&r1=83ce00d64fc03b96995e7666cc6be09eea35f96f&r2=ca662b1fc9788b52baad6164f89e7714dd6d0c29

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

commit e26fec2f4c1f7bb32fb71e75d71e099adb01a32a
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:58:23 2010 -0500

    Hylax: Fix references to objects

 hylax/lib/Application.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/hylax/lib/Application.php?rt=horde-hatchery&r1=b19b23e6534418da4424e451e5c0b42ac84f69cf&r2=e26fec2f4c1f7bb32fb71e75d71e099adb01a32a

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

commit e006f04198436001002cb2134d7c3dc7c1ab9e5b
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:58:46 2010 -0500

    Shout: Fix references to objects

 shout/ajax.php            |    2 +-
 shout/lib/Application.php |    2 +-
 shout/lib/Shout.php       |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/shout/ajax.php?rt=horde-hatchery&r1=7dfc55324ea1ba822c8ae69c591f21442bdb237c&r2=e006f04198436001002cb2134d7c3dc7c1ab9e5b
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-hatchery&r1=31a4968e15e25da339d41d07597e85848cd60d4c&r2=e006f04198436001002cb2134d7c3dc7c1ab9e5b
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-hatchery&r1=362653dd6aae709d35049961e29705f35435f8ac&r2=e006f04198436001002cb2134d7c3dc7c1ab9e5b

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

commit 238eabddb353cacddc17b216b268211f1dbab380
Merge: e006f04 ca662b1
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Jan 10 13:59:21 2010 -0500

    Merge branch 'Operator-H4'

 operator/COPYING                             |  280 ++++++++++++++++
 operator/README                              |   95 ++++++
 operator/config/.cvsignore                   |    3 +
 operator/config/conf.xml                     |   28 ++
 operator/config/prefs.php.dist               |   57 ++++
 operator/docs/CHANGES                        |    5 +
 operator/docs/CREDITS                        |   26 ++
 operator/docs/INSTALL                        |  243 ++++++++++++++
 operator/docs/RELEASE_NOTES                  |   49 +++
 operator/docs/TODO                           |    8 +
 operator/graphgen.php                        |  213 ++++++++++++
 operator/index.php                           |   11 +
 operator/lib/Application.php                 |  100 ++++++
 operator/lib/Driver.php                      |  125 ++++++++
 operator/lib/Driver/asterisksql.php          |  443 ++++++++++++++++++++++++++
 operator/lib/Exception.php                   |    1 +
 operator/lib/Form/SearchCDR.php              |   74 +++++
 operator/lib/Operator.php                    |  175 ++++++++++
 operator/lib/api.php                         |   44 +++
 operator/lib/version.php                     |    1 +
 operator/locale/en_US/help.xml               |   14 +
 operator/po/.cvsignore                       |    1 +
 operator/po/README                           |    1 +
 operator/search.php                          |   87 +++++
 operator/templates/common-header.inc         |   29 ++
 operator/templates/menu.inc                  |    4 +
 operator/templates/search/footer.inc         |    1 +
 operator/templates/search/header.inc         |   15 +
 operator/templates/search/row.inc            |   12 +
 operator/themes/graphics/graphs.png          |  Bin 0 -> 478 bytes
 operator/themes/graphics/operator.png        |  Bin 0 -> 589 bytes
 operator/themes/screen.css                   |    3 +
 operator/themes/silver/graphics/graphs.png   |  Bin 0 -> 710 bytes
 operator/themes/silver/graphics/operator.png |  Bin 0 -> 791 bytes
 operator/viewgraph.php                       |  111 +++++++
 35 files changed, 2259 insertions(+), 0 deletions(-)

http://git.horde.org/co.php/operator/COPYING?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/README?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/config/.cvsignore?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/config/conf.xml?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/config/prefs.php.dist?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/docs/CHANGES?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/docs/CREDITS?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/docs/INSTALL?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/docs/RELEASE_NOTES?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/docs/TODO?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/graphgen.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/index.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Application.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Driver.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Driver/asterisksql.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Exception.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Form/SearchCDR.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/Operator.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/api.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/lib/version.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/locale/en_US/help.xml?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/po/.cvsignore?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/po/README?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/search.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/templates/common-header.inc?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/templates/menu.inc?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/templates/search/footer.inc?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/templates/search/header.inc?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/templates/search/row.inc?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/graphics/graphs.png?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/graphics/operator.png?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/screen.css?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/silver/graphics/graphs.png?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/silver/graphics/operator.png?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/themes/silver/themed_graphics?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380
http://git.horde.org/co.php/operator/viewgraph.php?rt=horde-hatchery&r=238eabddb353cacddc17b216b268211f1dbab380




More information about the commits mailing list