[commits] Horde branch master updated. 6109eca6f380ed34a0a9e2806642f89de678907b

Michael J. Rubinsky mrubinsk at horde.org
Thu Sep 5 04:49:20 UTC 2013


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

from: ce1f8c530cac6c7a9c50c0807817536c3e3eafdc

a095760 Add flotr2.js
4b2fde1 Add template/css for a deliverables detail page.
c474988 Rough idea of a details page. Work In Progress (tm).
8b310ac ws
9733ad4 Tweak graphs, css etc...
bcf96d7 More tweaks.
3e8a179 ..and actually populate the data.
356aef1 Add excanvas for IE < 9  canvas compatibility.
cd651b9 Better method name.
50155e8 Remove commented out code.
3ff37bf This should float right.
a4d6ad0 Better method name.
08adc8c Extract out Hermes::getCostObjects().
586938a Return ALL deliverables/costobjects, not just local.
1c247d8 ws
497b180 Extract to separate methods.
0c90ed8 use gettext strings
442ffd5 Clear the billable chart
55941ada Merge branch 'hermes'
6109eca Requires Core 2.9.0

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

commit a0957604f097416c8f26f34779e7c83e3d75a88b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:45:51 2013 -0400

    Add flotr2.js

 framework/Core/js/flotr2/flotr2.js | 7203 ++++++++++++++++++++++++++++++++++++
 framework/Core/package.xml         |    5 +-
 2 files changed, 7207 insertions(+), 1 deletions(-)
 create mode 100644 framework/Core/js/flotr2/flotr2.js

http://git.horde.org/horde-git/-/commit/a0957604f097416c8f26f34779e7c83e3d75a88b

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

commit 4b2fde119c04273ab305940cc0c28bde6da7400a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:46:46 2013 -0400

    Add template/css for a deliverables detail page.

 hermes/templates/dynamic/deliverabledetail.inc |   11 +++++
 hermes/templates/dynamic/deliverables.inc      |    3 +-
 hermes/templates/dynamic/index.inc             |    3 +
 hermes/themes/default/dynamic/screen.css       |   50 +++++++++++++-----------
 4 files changed, 42 insertions(+), 25 deletions(-)
 create mode 100644 hermes/templates/dynamic/deliverabledetail.inc

http://git.horde.org/horde-git/-/commit/4b2fde119c04273ab305940cc0c28bde6da7400a

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

commit c4749880b26e6104e33f69c6d2d3a9c4c42156d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:47:10 2013 -0400

    Rough idea of a details page. Work In Progress (tm).

 hermes/js/hermes.js                     |  124 ++++++++++++++++++++++++++++++-
 hermes/lib/Ajax.php                     |    7 ++-
 hermes/lib/Ajax/Application/Handler.php |   20 +++++
 hermes/lib/Driver/Sql.php               |    2 +-
 4 files changed, 150 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/c4749880b26e6104e33f69c6d2d3a9c4c42156d7

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

commit 8b310acbced6d45d31c1c7219a09c433a724c712
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:14:13 2013 -0400

    ws

 framework/Core/js/flotr2/flotr2.js |  466 ++++++++++++++++++------------------
 1 files changed, 233 insertions(+), 233 deletions(-)

http://git.horde.org/horde-git/-/commit/8b310acbced6d45d31c1c7219a09c433a724c712

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

commit 9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:14:45 2013 -0400

    Tweak graphs, css etc...
    
    Just trying things out at this point, feel free to move around.

 hermes/js/hermes.js                            |   23 ++++++++-----
 hermes/lib/Ajax.php                            |    3 +-
 hermes/templates/dynamic/deliverabledetail.inc |   22 ++++++++++---
 hermes/themes/default/dynamic/screen.css       |   39 ++++++++++++++++++++----
 4 files changed, 66 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0

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

commit bcf96d737127d5e7aa38abe30eabb95fb4f76783
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:17:18 2013 -0400

    More tweaks.

 hermes/js/hermes.js                            |    4 +---
 hermes/templates/dynamic/deliverabledetail.inc |    1 +
 2 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/bcf96d737127d5e7aa38abe30eabb95fb4f76783

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

commit 3e8a17949dabf66e9dd9ddbeecf296005e5ba22e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:36:09 2013 -0400

    ..and actually populate the data.

 hermes/js/hermes.js                            |    8 +++++++-
 hermes/templates/dynamic/deliverabledetail.inc |    6 +++---
 hermes/themes/default/dynamic/screen.css       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/3e8a17949dabf66e9dd9ddbeecf296005e5ba22e

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

commit 356aef1a01e740c1ebd983d38a565ee842e62d8e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:21:16 2013 -0400

    Add excanvas for IE < 9  canvas compatibility.

 framework/Core/js/excanvas/excanvas.js     |  924 ++++++++++++++++++++++++++++
 framework/Core/js/excanvas/excanvas.min.js |   35 +
 framework/Core/package.xml                 |   10 +-
 hermes/lib/Ajax.php                        |    3 +
 4 files changed, 970 insertions(+), 2 deletions(-)
 create mode 100755 framework/Core/js/excanvas/excanvas.js
 create mode 100755 framework/Core/js/excanvas/excanvas.min.js

http://git.horde.org/horde-git/-/commit/356aef1a01e740c1ebd983d38a565ee842e62d8e

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

commit cd651b92d5d32058832e369d278b39a1306eccaa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:32:24 2013 -0400

    Better method name.

 hermes/js/hermes.js                     |    8 ++++----
 hermes/lib/Ajax/Application/Handler.php |    5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/cd651b92d5d32058832e369d278b39a1306eccaa

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

commit 50155e8ffbdf41389aff24a549b49ed82c68897e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:32:41 2013 -0400

    Remove commented out code.

 hermes/lib/Ajax/Application/Handler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/50155e8ffbdf41389aff24a549b49ed82c68897e

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

commit 3ff37bf7877f733615a0b0fad6eeda7f9c9a2e54
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:33:01 2013 -0400

    This should float right.

 hermes/themes/default/dynamic/screen.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3ff37bf7877f733615a0b0fad6eeda7f9c9a2e54

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

commit a4d6ad0b6444f365e8763f2a33349e03198a3b48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:33:55 2013 -0400

    Better method name.

 hermes/js/hermes.js                     |    6 +++---
 hermes/lib/Ajax/Application/Handler.php |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/a4d6ad0b6444f365e8763f2a33349e03198a3b48

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

commit 08adc8c124f3747c15fd225bfe01d6b7ba59fd59
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:40:09 2013 -0400

    Extract out Hermes::getCostObjects().

 hermes/lib/Hermes.php |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/08adc8c124f3747c15fd225bfe01d6b7ba59fd59

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

commit 586938a1546d1c4e6f7657516b449cb047c9e87b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:15:42 2013 -0400

    Return ALL deliverables/costobjects, not just local.
    
    Remove edit/delete funcationality for non-local costobjects as well.

 hermes/js/hermes.js                     |    6 ++++++
 hermes/lib/Ajax/Application/Handler.php |   25 ++++++++++++++++++++-----
 hermes/lib/Hermes.php                   |    5 +++--
 3 files changed, 29 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/586938a1546d1c4e6f7657516b449cb047c9e87b

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

commit 1c247d814d2571e0606c7a1f5d107f2918853614
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:28:55 2013 -0400

    ws

 hermes/js/hermes.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/1c247d814d2571e0606c7a1f5d107f2918853614

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

commit 497b180630995e923d8809c2087f019b8d82931c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:29:11 2013 -0400

    Extract to separate methods.

 hermes/js/hermes.js |  154 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 84 insertions(+), 70 deletions(-)

http://git.horde.org/horde-git/-/commit/497b180630995e923d8809c2087f019b8d82931c

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

commit 0c90ed83be621961bf98613c8caad26ca6afc1d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:32:48 2013 -0400

    use gettext strings

 hermes/js/hermes.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0c90ed83be621961bf98613c8caad26ca6afc1d7

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

commit 442ffd55fc8e7fdf77a5bf3fa24344102706e4cb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:45:35 2013 -0400

    Clear the billable chart

 hermes/js/hermes.js |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/442ffd55fc8e7fdf77a5bf3fa24344102706e4cb

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

commit 55941ada6f595593a71e70c0b50a6f3c9f312c03
Merge: ce1f8c5 442ffd5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:47:24 2013 -0400

    Merge branch 'hermes'

 framework/Core/js/excanvas/excanvas.js         |  924 +++
 framework/Core/js/excanvas/excanvas.min.js     |   35 +
 framework/Core/js/flotr2/flotr2.js             | 7203 ++++++++++++++++++++++++
 framework/Core/package.xml                     |   15 +-
 hermes/js/hermes.js                            |  174 +-
 hermes/lib/Ajax.php                            |   11 +-
 hermes/lib/Ajax/Application/Handler.php        |   52 +-
 hermes/lib/Driver/Sql.php                      |    2 +-
 hermes/lib/Hermes.php                          |   33 +-
 hermes/templates/dynamic/deliverabledetail.inc |   24 +
 hermes/templates/dynamic/deliverables.inc      |    3 +-
 hermes/templates/dynamic/index.inc             |    3 +
 hermes/themes/default/dynamic/screen.css       |   79 +-
 13 files changed, 8500 insertions(+), 58 deletions(-)

http://git.horde.org/horde-git/-/commit/55941ada6f595593a71e70c0b50a6f3c9f312c03

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

commit 6109eca6f380ed34a0a9e2806642f89de678907b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:48:56 2013 -0400

    Requires Core 2.9.0

 hermes/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6109eca6f380ed34a0a9e2806642f89de678907b




More information about the commits mailing list