[commits] Horde branch master updated. 29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898

Ben Klang ben at alkaloid.net
Tue May 18 01:01:46 UTC 2010


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

from: fc7c3eb9245e2dcd7a518ca2ecde3e736967f559

fc8ddae Skeleton: syntax fix when throwing exceptions
2f8d56c Skeleton: Typo
29a5f74 Pastie: A paste-bin-like application for Horde.

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

commit fc8ddaebe43b902ecc4ea85d9c65e48b2c443eea
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon May 17 17:31:04 2010 -0400

    Skeleton: syntax fix when throwing exceptions

 skeleton/lib/Driver/Sql.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/skeleton/lib/Driver/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fc8ddaebe43b902ecc4ea85d9c65e48b2c443eea

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

commit 2f8d56c288c461eb653d74b1ef37ec2649ee93b6
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon May 17 18:03:43 2010 -0400

    Skeleton: Typo

 skeleton/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/skeleton/lib/Driver/Sql.php?rt=horde-git&r1=fc8ddaebe43b902ecc4ea85d9c65e48b2c443eea&r2=2f8d56c288c461eb653d74b1ef37ec2649ee93b6

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

commit 29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon May 17 21:00:23 2010 -0400

    Pastie: A paste-bin-like application for Horde.
    
    Supporting the Text_Highlighter and GeSHi highlighters, this simple pastebin facilitates secure sharing of code samples and other text within the context of a Horde session.

 pastie/COPYING                             |  280 ++++++++++++++++++++++++++++
 pastie/LICENSE.ASL                         |   48 +++++
 pastie/LICENSE.BSDL                        |   24 +++
 pastie/README                              |   86 +++++++++
 pastie/config/conf.xml                     |   32 ++++
 pastie/config/horde.local.php.dist         |    4 +
 pastie/config/prefs.php.dist               |   21 ++
 pastie/docs/CHANGES                        |    5 +
 pastie/docs/CREDITS                        |   24 +++
 pastie/docs/INSTALL                        |  238 +++++++++++++++++++++++
 pastie/docs/RELEASE_NOTES                  |   50 +++++
 pastie/index.php                           |   13 ++
 pastie/lib/Api.php                         |    4 +
 pastie/lib/Application.php                 |   64 +++++++
 pastie/lib/Block/example.php               |   43 +++++
 pastie/lib/Driver.php                      |   66 +++++++
 pastie/lib/Driver/Sql.php                  |  260 ++++++++++++++++++++++++++
 pastie/lib/Exception.php                   |    1 +
 pastie/lib/Forms/Paste.php                 |   31 +++
 pastie/lib/Highlighter.php                 |    2 +
 pastie/lib/Highlighter/LibGeshi.php        |  182 ++++++++++++++++++
 pastie/lib/Highlighter/TextHighlighter.php |   54 ++++++
 pastie/lib/Pastie.php                      |   26 +++
 pastie/lib/Test.php                        |   56 ++++++
 pastie/locale/en_US/help.xml               |   13 ++
 pastie/paste.php                           |   46 +++++
 pastie/po/README                           |    1 +
 pastie/scripts/sql/pastie.sql              |   22 +++
 pastie/templates/common-header.inc         |   26 +++
 pastie/templates/menu.inc                  |    4 +
 pastie/templates/view.inc                  |   10 +
 pastie/themes/graphics/pastie.png          |  Bin 0 -> 383 bytes
 pastie/themes/screen.css                   |   25 +++
 pastie/view.php                            |   48 +++++
 34 files changed, 1809 insertions(+), 0 deletions(-)
 create mode 100644 pastie/COPYING
 create mode 100644 pastie/LICENSE.ASL
 create mode 100644 pastie/LICENSE.BSDL
 create mode 100644 pastie/README
 create mode 100644 pastie/config/conf.xml
 create mode 100644 pastie/config/horde.local.php.dist
 create mode 100644 pastie/config/prefs.php.dist
 create mode 100644 pastie/docs/CHANGES
 create mode 100644 pastie/docs/CREDITS
 create mode 100644 pastie/docs/INSTALL
 create mode 100644 pastie/docs/RELEASE_NOTES
 create mode 100644 pastie/index.php
 create mode 100644 pastie/lib/Api.php
 create mode 100644 pastie/lib/Application.php
 create mode 100644 pastie/lib/Block/example.php
 create mode 100644 pastie/lib/Driver.php
 create mode 100644 pastie/lib/Driver/Sql.php
 create mode 100644 pastie/lib/Exception.php
 create mode 100644 pastie/lib/Forms/Paste.php
 create mode 100644 pastie/lib/Highlighter.php
 create mode 100644 pastie/lib/Highlighter/LibGeshi.php
 create mode 100644 pastie/lib/Highlighter/TextHighlighter.php
 create mode 100644 pastie/lib/Pastie.php
 create mode 100644 pastie/lib/Test.php
 create mode 100644 pastie/locale/en_US/help.xml
 create mode 100644 pastie/paste.php
 create mode 100644 pastie/po/README
 create mode 100644 pastie/scripts/sql/pastie.sql
 create mode 100644 pastie/templates/common-header.inc
 create mode 100644 pastie/templates/menu.inc
 create mode 100644 pastie/templates/view.inc
 create mode 100644 pastie/themes/graphics/pastie.png
 create mode 100644 pastie/themes/screen.css
 create mode 100644 pastie/view.php

http://git.horde.org/co.php/pastie/COPYING?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/LICENSE.ASL?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/LICENSE.BSDL?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/README?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/config/conf.xml?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/config/horde.local.php.dist?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/config/prefs.php.dist?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/docs/CHANGES?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/docs/CREDITS?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/docs/INSTALL?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/docs/RELEASE_NOTES?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/index.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Api.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Application.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Block/example.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Driver.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Driver/Sql.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Exception.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Forms/Paste.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Highlighter.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Highlighter/LibGeshi.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Highlighter/TextHighlighter.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Pastie.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/lib/Test.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/locale/en_US/help.xml?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/paste.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/po/README?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/scripts/sql/pastie.sql?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/templates/common-header.inc?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/templates/menu.inc?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/templates/view.inc?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/themes/graphics/pastie.png?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/themes/screen.css?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898
http://git.horde.org/co.php/pastie/view.php?rt=horde-git&r=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898




More information about the commits mailing list