[koha-commits] main Koha release repository branch new/bug_8233 created. v3.08.00-399-g3a4c547

Git repo owner gitmaster at git.koha-community.org
Fri Jul 6 16:59:20 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8233 has been created
        at  3a4c547aaad9adea001b30f1ba2320c4853b25a1 (commit)

- Log -----------------------------------------------------------------
commit 3a4c547aaad9adea001b30f1ba2320c4853b25a1
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Jul 6 16:54:44 2012 +0200

    Bug 8233 follow-up fixin DBRev
    
    porting 2nd patch of the bug, that does not apply anymore, to fix DB version

commit b82d386ecd9ea59bc88b8e591eb609b9d63add62
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jun 25 17:18:26 2012 +0200

    Bug 8233: Followup: Search engine layer: Add dependencies.

commit 9f1dab122a69f3cc699ec2927e893361ef670d3e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jun 25 10:06:57 2012 +0200

    Bug 8233: Hide the search engine configuration link for Zebra
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 3746ce17ba8caa50bf5c8c9b7154e490f7389f6f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 22 16:38:20 2012 +0200

    Bug 8233: Replace the given statement with for
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 623f3a2c84fea04e4ad6203db49f6fdd6cfc62cd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jun 13 11:48:22 2012 +0200

    Bug 8233 : SearchEngine: Add a Koha::SearchEngine module
    
    First draft introducing solr into Koha :-)
    
    List of files :
      $ tree t/searchengine/
      t/searchengine
      |-- 000_conn
      |   `-- conn.t
      |-- 001_search
      |   `-- search_base.t
      |-- 002_index
      |   `-- index_base.t
      |-- 003_query
      |   `-- buildquery.t
      |-- 004_config
      |   `-- load_config.t
      `-- indexes.yaml
      just do `prove -r t/searchengine/**/*.t`
    
      t/lib
      |-- Mocks
      |   `-- Context.pm
      `-- Mocks.pm
      provide a mock to SearchEngine syspref (set_zebra and set_solr).
    
      $ tree Koha/SearchEngine
      Koha/SearchEngine
      |-- Config.pm
      |-- ConfigRole.pm
      |-- FacetsBuilder.pm
      |-- FacetsBuilderRole.pm
      |-- Index.pm
      |-- IndexRole.pm
      |-- QueryBuilder.pm
      |-- QueryBuilderRole.pm
      |-- Search.pm
      |-- SearchRole.pm
      |-- Solr
      |   |-- Config.pm
      |   |-- FacetsBuilder.pm
      |   |-- Index.pm
      |   |-- QueryBuilder.pm
      |   `-- Search.pm
      |-- Solr.pm
      |-- Zebra
      |   |-- QueryBuilder.pm
      |   `-- Search.pm
      `-- Zebra.pm
    
    How to install and configure Solr ?
      See the wiki page: http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC
    
    http://bugs.koha-community.org/show_bug.cgi?id=8233
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list