[koha-commits] main Koha release repository branch new/bug_9167 created. v3.08.00-1389-g7af1288

Git repo owner gitmaster at git.koha-community.org
Thu Dec 6 14:27:21 CET 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_9167 has been created
        at  7af1288b63882a5835382c9951f62271f9b6f23d (commit)

- Log -----------------------------------------------------------------
commit 7af1288b63882a5835382c9951f62271f9b6f23d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 29 16:27:27 2012 +0100

    Bug 9167: Standardize the sort field copyrightdate for lists
    
    How to reproduce the issue:
    Create a list at the OPAC and select the sort field 'year'. Go to the
    list management page at the intranet: the sort field "copyrightdate" is
    not selected by default.
    
    How to test this patch:
    Check the issue is not still present with this patch.
    Create several lists at the OPAC with different sort field.
    Check results are consistent on both interfaces.
    Check the selected sort field is selected on the edit page.
    Check there is no regression.
    
    What this patch does:
    - change the way to send the selected sort field to the templates
    - remove the select tests on the new list page (useless)
    - the copyrightdate sortfield is named "copyrightdate" everywhere
    - update your database : set virtualshelves.sortfield = 'copyrightdate'
      if virtualshelves.sortfield = 'year'
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised. Improves code.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list