[commits] Horde branch develop updated.	e963744509867b9c28b3274ec1ce39dbc0846c12
    Chuck Hagenbuch 
    chuck at horde.org
       
    Tue May 22 14:21:56 UTC 2012
    
    
  
The branch "develop" has been updated.
The following is a summary of the commits.
from: bac5a7476aa29c37306d5ebc26443970902031c3
038e3ad Standardize on BSD license, which looks like what was intended here.
679be05 Rename Trean_View_Browse to Trean_View_BookmarkList since it's used for search results also. Simplify search form for elasticsearch.
e963744 Initial Content_Indexer implementation and usage for searching bookmarks with ElasticSearch
-----------------------------------------------------------------------
commit 038e3add50536b8ca61a11bd71a9337f6e76fc7f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun May 20 15:15:20 2012 -0400
    Standardize on BSD license, which looks like what was intended here.
 pastie/COPYING                |  281 -----------------------------------------
 pastie/LICENSE                |   24 ++++
 pastie/LICENSE.ASL            |   48 -------
 pastie/LICENSE.BSDL           |   24 ----
 pastie/index.php              |    6 +-
 pastie/lib/Application.php    |    5 +-
 pastie/lib/Driver.php         |    4 +-
 pastie/lib/Driver/Sql.php     |    6 +-
 pastie/lib/Forms/Paste.php    |    6 +-
 pastie/lib/Pastie.php         |    4 +-
 pastie/lib/Test.php           |    5 +-
 pastie/paste.php              |    4 +-
 pastie/scripts/sql/pastie.sql |    6 +-
 pastie/view.php               |    4 +-
 14 files changed, 48 insertions(+), 379 deletions(-)
 delete mode 100644 pastie/COPYING
 create mode 100644 pastie/LICENSE
 delete mode 100644 pastie/LICENSE.ASL
 delete mode 100644 pastie/LICENSE.BSDL
http://git.horde.org/horde-git/-/commit/038e3add50536b8ca61a11bd71a9337f6e76fc7f
-----------------------------------------------------------------------
commit 679be05f3d2ef0e34dc96c4116582b44863dc586
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun May 20 15:39:05 2012 -0400
    Rename Trean_View_Browse to Trean_View_BookmarkList since it's used for search results also. Simplify search form for elasticsearch.
 trean/browse.php                |    2 +-
 trean/lib/Forms/Search.php      |    6 +-
 trean/lib/View/BookmarkList.php |  221 +++++++++++++++++++++++++++++++++++++++
 trean/lib/View/Browse.php       |  220 --------------------------------------
 trean/search.php                |   25 +----
 5 files changed, 226 insertions(+), 248 deletions(-)
 create mode 100644 trean/lib/View/BookmarkList.php
 delete mode 100644 trean/lib/View/Browse.php
http://git.horde.org/horde-git/-/commit/679be05f3d2ef0e34dc96c4116582b44863dc586
-----------------------------------------------------------------------
commit e963744509867b9c28b3274ec1ce39dbc0846c12
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun May 20 15:40:29 2012 -0400
    Initial Content_Indexer implementation and usage for searching bookmarks with ElasticSearch
 content/lib/Indexer.php |   74 +++++++++++++++++++++++++++++++++++++++++++++++
 trean/lib/Bookmarks.php |   38 ++++++------------------
 2 files changed, 84 insertions(+), 28 deletions(-)
 create mode 100644 content/lib/Indexer.php
http://git.horde.org/horde-git/-/commit/e963744509867b9c28b3274ec1ce39dbc0846c12
    
    
More information about the commits
mailing list