[commits] Horde branch master updated. 64ca149a3e9052664b54ecab867fa930ba481b36

Gunnar Wrobel p at rdus.de
Sat Nov 12 00:47:30 UTC 2011


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

from: d2646ff3453fc53b55520c2003b1f313fdd47ccb

64ca149 Rough draft for a quality control module.

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

commit 64ca149a3e9052664b54ecab867fa930ba481b36
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 01:47:10 2011 +0100

    Rough draft for a quality control module.

 components/data/qc_standards/phpcs.xml               |   61 +++++
 components/lib/Components/Dependencies.php           |    7 +
 components/lib/Components/Dependencies/Bootstrap.php |   10 +
 components/lib/Components/Dependencies/Injector.php  |   10 +
 components/lib/Components/Module/Qc.php              |  121 ++++++++++
 components/lib/Components/Qc/Task/Base.php           |  206 ++++++++++++++++++
 components/lib/Components/Qc/Task/Cs.php             |   77 +++++++
 components/lib/Components/Qc/Tasks.php               |  122 +++++++++++
 components/lib/Components/Runner/Qc.php              |  113 ++++++++++
 9 files changed, 727 insertions(+), 0 deletions(-)
 create mode 100644 components/data/qc_standards/phpcs.xml
 create mode 100644 components/lib/Components/Module/Qc.php
 create mode 100644 components/lib/Components/Qc/Task/Base.php
 create mode 100644 components/lib/Components/Qc/Task/Cs.php
 create mode 100644 components/lib/Components/Qc/Tasks.php
 create mode 100644 components/lib/Components/Runner/Qc.php

http://git.horde.org/horde-git/-/commit/64ca149a3e9052664b54ecab867fa930ba481b36




More information about the commits mailing list