[commits] Horde branch master updated. 7795924a107a2279e15daebb186de8a41dcd8b8a

Chuck Hagenbuch chuck at horde.org
Mon Nov 26 04:10:41 UTC 2012


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

from: 7b3d50da2013905f0029fd0efb0ee55832259923

61a5ac8 If Content_Indexer is available with ElasticSearch, and a working Horde_Queue backend is available, crawl all bookmarks when they are saved or edited for fulltext searching.
aa468a8 Use same styling/order for tag browsing/filtering as in Nag
1a5f7a3 Queue runner should have a run() method.
7795924 Merge branch 'master' of dev.horde.org:/horde/git/horde

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

commit 61a5ac8bc58d014472208c3d2ebc2e9a4fc3cff4
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Nov 25 22:00:20 2012 -0500

    If Content_Indexer is available with ElasticSearch, and a working Horde_Queue
    backend is available, crawl all bookmarks when they are saved or edited for
    fulltext searching.

 trean/docs/CHANGES             |    3 +
 trean/lib/Bookmark.php         |   68 +++++++++++++++++++++-----------
 trean/lib/Queue/Task/Crawl.php |   85 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 133 insertions(+), 23 deletions(-)
 create mode 100644 trean/lib/Queue/Task/Crawl.php

http://git.horde.org/horde-git/-/commit/61a5ac8bc58d014472208c3d2ebc2e9a4fc3cff4

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

commit aa468a862e9016c03c64ee6213ca6786de5032c0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Nov 25 23:07:56 2012 -0500

    Use same styling/order for tag browsing/filtering as in Nag

 trean/lib/View/BookmarkList.php |   39 +++++++++++++++++++++++----------------
 trean/templates/list.html.php   |    1 -
 trean/themes/default/screen.css |   13 ++++++-------
 3 files changed, 29 insertions(+), 24 deletions(-)

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

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

commit 1a5f7a3bcb97b8c694047cb31e7ce108bf65e166
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Nov 25 23:09:30 2012 -0500

    Queue runner should have a run() method.

 framework/Queue/lib/Horde/Queue/Runner.php                 |    2 ++
 framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php |    5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1a5f7a3bcb97b8c694047cb31e7ce108bf65e166

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

commit 7795924a107a2279e15daebb186de8a41dcd8b8a
Merge: 1a5f7a3 7b3d50d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Nov 25 23:10:03 2012 -0500

    Merge branch 'master' of dev.horde.org:/horde/git/horde

 imp/docs/CHANGES                           |    1 +
 imp/lib/Compose.php                        |   24 +++++++-----------
 imp/lib/Crypt/Pgp.php                      |    1 +
 imp/lib/Flags.php                          |   22 +++++++++++-----
 imp/lib/Imap/Acl.php                       |   22 +++++++++++-----
 imp/lib/Imap/Exception.php                 |   23 +++++++++++------
 imp/lib/Imap/PermanentFlags.php            |   21 +++++++++++-----
 imp/lib/Imap/Tree.php                      |   36 ++++++++++++++++-----------
 imp/lib/Indices/Form.php                   |   24 ++++++++++++------
 imp/lib/Mime/Viewer/Alternative.php        |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Appledouble.php        |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Audio.php              |   23 +++++++++++------
 imp/lib/Mime/Viewer/Enriched.php           |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Externalbody.php       |   20 +++++++++++----
 imp/lib/Mime/Viewer/Html.php               |   25 ++++++++++++-------
 imp/lib/Mime/Viewer/Images.php             |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Itip.php               |   28 ++++++++++++++-------
 imp/lib/Mime/Viewer/Mdn.php                |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Partial.php            |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Pdf.php                |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Pgp.php                |   29 ++++++++++++++--------
 imp/lib/Mime/Viewer/Plain.php              |   23 +++++++++++------
 imp/lib/Mime/Viewer/Related.php            |   21 +++++++++++-----
 imp/lib/Mime/Viewer/Rfc822.php             |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Smil.php               |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Smime.php              |   31 ++++++++++++++---------
 imp/lib/Mime/Viewer/Status.php             |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Vcard.php              |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Video.php              |   22 +++++++++++-----
 imp/lib/Mime/Viewer/Zip.php                |   24 ++++++++++++------
 imp/lib/Sentmail/Null.php                  |   20 +++++++++++----
 imp/lib/Sentmail/Sql.php                   |   22 +++++++++++-----
 imp/package.xml                            |    2 +
 imp/test/Imp/Autoload.php                  |    7 +----
 imp/test/Imp/Stub/HtmlViewer.php           |   17 ++++--------
 imp/test/Imp/Stub/ItipRequest.php          |   16 ++++-------
 imp/test/Imp/Unit/ComposeTest.php          |   15 ++++-------
 imp/test/Imp/Unit/MboxParseTest.php        |   15 ++++-------
 imp/test/Imp/Unit/Mime/Viewer/HtmlTest.php |   15 ++++-------
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php |   24 +++++++-----------
 imp/test/Imp/Unit/QuotaTest.php            |   15 ++++-------
 41 files changed, 502 insertions(+), 322 deletions(-)

http://git.horde.org/horde-git/-/commit/7795924a107a2279e15daebb186de8a41dcd8b8a




More information about the commits mailing list