[koha-commits] main Koha release repository branch master updated. v3.18.00-449-gfe98657

Git repo owner gitmaster at git.koha-community.org
Wed Mar 11 19:16:34 CET 2015


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, master has been updated
       via  fe986573dd6a6b10dc0456be2609ee29cb459ac8 (commit)
       via  b51ad649168243023b5fdd7936c0230a08c3cbec (commit)
       via  b127a06d954010380f2de9eb2b36d008d54af5cb (commit)
       via  c6249a08f319ec66b74b2e1e03ad75ffcee71d10 (commit)
       via  907cc144adade0f7faf25bbbef88fcb32aa8132f (commit)
       via  d98c6239df51ee548d457435b6e5dba9f61be6e0 (commit)
       via  733d37ff3f91d4286c4c51d6a53bf05118c28a85 (commit)
       via  56c481bc9d5002971cd2b2fed9ab4f90facdc6d0 (commit)
       via  d40a2cb1762f02290c45f81acd0ad8e886539116 (commit)
       via  252a4ea3b7b3077409ddcc28d0f7241d2913934a (commit)
       via  380e8d53f0a442f75102d82d97f789f75ea56755 (commit)
       via  fdca44709e105451908d0e38be44ae3da8f7e496 (commit)
       via  1fd9cdcdb03ae77d47a8a19fc92413ef6ba2c999 (commit)
      from  e0863d9711f6e63f627a6cca1450fde481e935e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe986573dd6a6b10dc0456be2609ee29cb459ac8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 14 12:03:10 2015 +0100

    Bug 13578: Make sure the 'public' parameter is passed to the last step
    
    If no caching system is up ($usecache == 0), the public parameter is
    lost on the step 3.
    The hash passed to the template looks like:
       'cache_expiry', 300,
       'cache_expiry_units',
       'public', 1
    So the template receives cache_expiry = 300, cache_expiry_units =
    'public' and 1 = undef.
    
    This patch fixes the problem passing the cache_expiry* parameters only
    if the usecache is set.
    
    Test plan:
    0/ Disable any caching system
    1/ Create a new public report and go up to the 6th step, save the report
    and verify the report is created as public
    2/ Enable a caching system
    2/ Create a public report with a cache expiry value, save it and verify
    the report is created as public and the cache expiry value is correct.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b51ad649168243023b5fdd7936c0230a08c3cbec
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Mar 11 15:01:26 2015 -0300

    Bug 11430: DBRev 3.19.00.015
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b127a06d954010380f2de9eb2b36d008d54af5cb
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Mar 11 15:00:09 2015 -0300

    Bug 11430: (RM followup) DBIx schema update
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c6249a08f319ec66b74b2e1e03ad75ffcee71d10
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Mar 11 15:10:53 2015 -0300

    Bug 11430: (QA followup) we test for warnings, always
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 907cc144adade0f7faf25bbbef88fcb32aa8132f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Mar 11 15:00:55 2015 -0300

    Bug 11430: (QA followup) small typos in kohastructure.sql
    
    ìd (note the accent) is not a good column name :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d98c6239df51ee548d457435b6e5dba9f61be6e0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 20 15:03:16 2013 +0100

    Bug 11430: DB changes: Add the primary key for search_history
    
    Adds a primary key search_history.id.
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 733d37ff3f91d4286c4c51d6a53bf05118c28a85
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 11 15:16:49 2014 +0200

    Bug 11430 [Follow-up] Search history: Delete selected lines
    
    This follow-up for Bug 11430 makes some changes to the template to make
    it more useful when JavaScript is turned off:
    
    - Hide the toolbar containing select all/clear all links if JS is off
    - Add buttons to submit the forms if the delete link in the toolbar is
      unavailable (or if the user has scrolled all the way to the bottom of
      a long list)
    
    Also changed: Corrected indentation from 2-space to 4-space, added
    comments to the markup to help document page structure; changed the
    class of the delete link to match other similar interfaces.
    
    Note: This patch contains whitespace changes. Please diff
    accordingly.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 56c481bc9d5002971cd2b2fed9ab4f90facdc6d0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 20 16:52:16 2013 +0100

    Bug 11430: Intranet changes
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d40a2cb1762f02290c45f81acd0ad8e886539116
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 20 16:33:48 2013 +0100

    Bug 11430: OPAC changes
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 252a4ea3b7b3077409ddcc28d0f7241d2913934a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 20 16:32:47 2013 +0100

    Bug 11430: UT: add unit tests to delete only selected lines
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 380e8d53f0a442f75102d82d97f789f75ea56755
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 20 15:06:08 2013 +0100

    Bug 11430: delete search history by id - API changes
    
    Bug 10807 adds a search history for authorities and bug 10862 adds the
    search history on the staff interface.
    
    This one allows the user to select the search history lines he wants to
    delete.
    
    This change is done for the OPAC and intranet interface. The user is now
    allow to delete one or more lines of his/her search history.
    
    Test plan (for intranet, opac: bootstrap and prog themes):
    1/ launch some search (catalogue and authority)
    2/ verify the lines is added to your search history
    3/ delete one or more lines of the history and verify they have been
    deleted
    4/ at the OPAC: logout and do again steps 1-3.
    5/ prove t/db_dependent/Search/History.t
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fdca44709e105451908d0e38be44ae3da8f7e496
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Mar 7 22:22:53 2015 +0100

    Bug 13785: (QA followup) koha-disable should stop the indexer daemon
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1fd9cdcdb03ae77d47a8a19fc92413ef6ba2c999
Author: Larry Baerveldt <larry at bywatersolutions.com>
Date:   Tue Mar 3 07:33:21 2015 -0800

    Bug 13785: koha-disable should also stop SIP and zebra for instance
    
    Currently koha-disable ONLY disables the instance in the apache conf
    file. Presumably if you want to disable the instance, you also want
    its processes to stop, so this patch will stop zebra, if running,
    and SIP, if enabled.
    
    Depends on Bug 13784.
    
    To Test:
    1) Have an enabled instance, with zebra and SIP running.
    2) Run koha-disable INST. Note that after, both zebra and SIP
       will still be running.
    3) Re-enable INST.
    4) Apply patch, and then copy debian/scripts/koha-disable to
       package site, over /usr/sbin/koha-disable.
    5) Run koha-disable INST. You should now see that both zebra
       and SIP have been stopped.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Search/History.pm                               |   81 ++++-
 Koha/Schema/Result/SearchHistory.pm                |   24 +-
 catalogue/search-history.pl                        |    5 +-
 debian/scripts/koha-disable                        |    9 +
 installer/data/mysql/kohastructure.sql             |    4 +-
 installer/data/mysql/updatedatabase.pl             |   10 +-
 .../prog/en/modules/catalogue/search-history.tt    |  259 +++++++++-----
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../bootstrap/en/modules/opac-search-history.tt    |  377 ++++++++++++--------
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |   17 +-
 kohaversion.pl                                     |    2 +-
 opac/opac-search-history.pl                        |   39 +-
 reports/guided_reports.pl                          |   35 +-
 t/db_dependent/Search/History.t                    |   29 +-
 14 files changed, 605 insertions(+), 288 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list