[commits] Horde branch master updated. 3f27c2a2d8e21fce4b31edaf216228dbcd03fef5

Michael M Slusarz slusarz at horde.org
Mon Apr 15 05:48:22 UTC 2013


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

from: 1bd772a47987e2fe97bc1cff5251c1c0cfe0027d

466f1b1 Move basic view pages to separate library files
4cb5312 Remove duplicate rules
d5ea76e No need to show MIME IDs in the tree
3f27c2a This should be hidden by default

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

commit 466f1b165f40128d59147558ae230214a6ee8875
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 13 23:29:30 2013 -0600

    Move basic view pages to separate library files

 ingo/basic.php               |   42 +++++
 ingo/blacklist.php           |  118 --------------
 ingo/filters.php             |  300 ----------------------------------
 ingo/forward.php             |   89 ----------
 ingo/index.php               |    2 +-
 ingo/lib/Api.php             |   24 ++--
 ingo/lib/Application.php     |   14 +-
 ingo/lib/Basic/Base.php      |   79 +++++++++
 ingo/lib/Basic/Blacklist.php |  134 +++++++++++++++
 ingo/lib/Basic/Filters.php   |  321 ++++++++++++++++++++++++++++++++++++
 ingo/lib/Basic/Forward.php   |  111 +++++++++++++
 ingo/lib/Basic/Rule.php      |  369 ++++++++++++++++++++++++++++++++++++++++++
 ingo/lib/Basic/Script.php    |  113 +++++++++++++
 ingo/lib/Basic/Spam.php      |  155 ++++++++++++++++++
 ingo/lib/Basic/Vacation.php  |  155 ++++++++++++++++++
 ingo/lib/Basic/Whitelist.php |   91 +++++++++++
 ingo/lib/Block/Overview.php  |   10 +-
 ingo/lib/Ingo.php            |   10 --
 ingo/package.xml             |   44 +++---
 ingo/rule.php                |  350 ---------------------------------------
 ingo/script.php              |   93 -----------
 ingo/spam.php                |  131 ---------------
 ingo/vacation.php            |  135 ---------------
 ingo/whitelist.php           |   75 ---------
 24 files changed, 1620 insertions(+), 1345 deletions(-)
 create mode 100644 ingo/basic.php
 delete mode 100644 ingo/blacklist.php
 delete mode 100644 ingo/filters.php
 delete mode 100644 ingo/forward.php
 create mode 100644 ingo/lib/Basic/Base.php
 create mode 100644 ingo/lib/Basic/Blacklist.php
 create mode 100644 ingo/lib/Basic/Filters.php
 create mode 100644 ingo/lib/Basic/Forward.php
 create mode 100644 ingo/lib/Basic/Rule.php
 create mode 100644 ingo/lib/Basic/Script.php
 create mode 100644 ingo/lib/Basic/Spam.php
 create mode 100644 ingo/lib/Basic/Vacation.php
 create mode 100644 ingo/lib/Basic/Whitelist.php
 delete mode 100644 ingo/rule.php
 delete mode 100644 ingo/script.php
 delete mode 100644 ingo/spam.php
 delete mode 100644 ingo/vacation.php
 delete mode 100644 ingo/whitelist.php

http://git.horde.org/horde-git/-/commit/466f1b165f40128d59147558ae230214a6ee8875

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

commit 4cb53124d772679fd0875bc7c5c7b5dd40a7b313
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 14 00:08:35 2013 -0600

    Remove duplicate rules

 imp/themes/default/basic/screen.css |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

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

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

commit d5ea76ed0ffb64d5f0c5b921c2ee58b49f6af433
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 14 00:08:55 2013 -0600

    No need to show MIME IDs in the tree

 imp/lib/Contents.php          |   11 +++++++----
 imp/themes/default/screen.css |    1 -
 2 files changed, 7 insertions(+), 5 deletions(-)

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

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

commit 3f27c2a2d8e21fce4b31edaf216228dbcd03fef5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 14 00:21:15 2013 -0600

    This should be hidden by default

 imp/config/prefs.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the commits mailing list