[commits] Horde branch develop updated. 404163417a11fd5aecfc7b949d93613d974ab5ec
Ralf Lang
lang at b1-systems.de
Fri Jul 13 20:07:16 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 159d8063a0ae50a1116ea5eb255352c7f78e40f1
d8c2bb6 Default to rdo, not sql (does not exist)
9e0d840 Implement a factory class, Reimplement the base driver as an abstract base class rather than a H3-style factory use the factory class in application _init adjust conf.xml for rdo option begin implementing an Rdo driver
4041634 Finish the Pastie Rdo Driver Create Rdo Mapper and Entity for a paste
-----------------------------------------------------------------------
commit d8c2bb60da9996f14eb68821c23f0605b405a7c0
Author: Ralf Lang <lang at b1-systems.de>
Date: Mon Jul 2 02:14:29 2012 +0200
Default to rdo, not sql (does not exist)
sesha/config/conf.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d8c2bb60da9996f14eb68821c23f0605b405a7c0
-----------------------------------------------------------------------
commit 9e0d8409ba52e7e371aef646b570208d9d10ffaf
Author: Ralf Lang <lang at b1-systems.de>
Date: Mon Jul 2 02:16:31 2012 +0200
Implement a factory class,
Reimplement the base driver as an abstract base class rather than a H3-style factory
use the factory class in application _init
adjust conf.xml for rdo option
begin implementing an Rdo driver
pastie/config/conf.xml | 12 +--
pastie/lib/Application.php | 8 +-
pastie/lib/Driver.php | 78 +--------------
pastie/lib/Driver/Rdo.php | 218 +++++++++++++++++++++++++++++++++++++++++
pastie/lib/Factory/Driver.php | 53 ++++++++++
5 files changed, 287 insertions(+), 82 deletions(-)
create mode 100644 pastie/lib/Driver/Rdo.php
create mode 100644 pastie/lib/Factory/Driver.php
http://git.horde.org/horde-git/-/commit/9e0d8409ba52e7e371aef646b570208d9d10ffaf
-----------------------------------------------------------------------
commit 404163417a11fd5aecfc7b949d93613d974ab5ec
Author: Ralf Lang <lang at b1-systems.de>
Date: Mon Jul 2 03:12:44 2012 +0200
Finish the Pastie Rdo Driver
Create Rdo Mapper and Entity for a paste
pastie/lib/Driver/Rdo.php | 220 +++++++++++++------------------------
pastie/lib/Entity/Paste.php | 5 +
pastie/lib/Entity/PasteMapper.php | 49 ++++++++
3 files changed, 129 insertions(+), 145 deletions(-)
create mode 100644 pastie/lib/Entity/Paste.php
create mode 100644 pastie/lib/Entity/PasteMapper.php
http://git.horde.org/horde-git/-/commit/404163417a11fd5aecfc7b949d93613d974ab5ec
More information about the commits
mailing list