The branch "develop" has been updated. The following is a summary of the commits.
from: 449e55fcab0fe3cd22b463c84bfe61ca1963f3d3 9054dd9 Move forms into separate class files. 38f90ba [jan] Validate start and end dates of vacation rules (Request #10879). ----------------------------------------------------------------------- commit 9054dd97e0d84834b90e4f9431dc3406ad9d3a5c Author: Jan Schneider <[email protected]> Date: Tue Jan 31 19:14:43 2012 +0100 Move forms into separate class files. ingo/forward.php | 14 ++------------ ingo/lib/Form/Base.php | 28 ++++++++++++++++++++++++++++ ingo/lib/Form/Forward.php | 23 +++++++++++++++++++++++ ingo/lib/Form/Spam.php | 33 +++++++++++++++++++++++++++++++++ ingo/lib/Form/Vacation.php | 37 +++++++++++++++++++++++++++++++++++++ ingo/package.xml | 16 +++++++++++++--- ingo/spam.php | 20 +++----------------- ingo/vacation.php | 28 ++-------------------------- 8 files changed, 141 insertions(+), 58 deletions(-) create mode 100644 ingo/lib/Form/Base.php create mode 100644 ingo/lib/Form/Forward.php create mode 100644 ingo/lib/Form/Spam.php create mode 100644 ingo/lib/Form/Vacation.php http://git.horde.org/horde-git/-/commit/9054dd97e0d84834b90e4f9431dc3406ad9d3a5c ----------------------------------------------------------------------- commit 38f90ba93723c98f9d68974b89df8c377d1393a7 Author: Jan Schneider <[email protected]> Date: Tue Jan 31 19:33:01 2012 +0100 [jan] Validate start and end dates of vacation rules (Request #10879). ingo/docs/CHANGES | 1 + ingo/lib/Form/Vacation.php | 44 +++++++++++++++++++++++++++++++++++++++++--- ingo/package.xml | 1 + 3 files changed, 43 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/38f90ba93723c98f9d68974b89df8c377d1393a7 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
