[koha-commits] main Koha release repository branch, 3.2.x, updated. 3.02.02-45-g48fa2db

Git repo owner gitmaster at git.koha-community.org
Thu Jan 6 20:26:44 CET 2011


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, 3.2.x has been updated
       via  48fa2dbea49549b8edded91f8b5488dceddb19a5 (commit)
       via  54aedd795a525d1d8a4d7fbf4cc5045786607473 (commit)
      from  2e6afe34af0085693044082e890fcc7d75730353 (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 48fa2dbea49549b8edded91f8b5488dceddb19a5
Author: Chris Nighswonger <chris.nighswonger at gmail.com>
Date:   Thu Jan 6 14:24:30 2011 -0500

    Removing OPACNoResultsFound Enhancement Syspref
    
    This pref was accidentally added during non-English syspref updates.
    It is properly a part of enh bug 1997 which will not be included in
    the 3.2.x branch.

commit 54aedd795a525d1d8a4d7fbf4cc5045786607473
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 6 13:56:06 2011 -0500

    Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl
    
    Changes to list contents view to make it consistent with search results
    
    My intention is to make the OPAC more consistent in the way it displays
    lists of items, whether it be in search results, lists, etc. This patch
    adds data to the list contents output and reformats it to that end.
    
    The other significant change is the removal of jQuery table sorting.
    Since list contents are both sorted and paginated on the server
    side. Adding a client-side sort to one page of many doesn't make sense.
    
    Other changes include:
    
    - Change "Your lists" to "Your private lists"
    - Remove "sort by" column because it seems unnecessary
    - Adding logic to control display of count (item or items
      rather than item(s)
    - Styling pagination bar and placing at the bottom of the page,
      consistent with other instances of pagination navigation
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/VirtualShelves.pm                               |    3 +-
 C4/VirtualShelves/Page.pm                          |   34 +++-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 -
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |    1 -
 ...m_preferences_full_optimal_for_install_only.sql |    1 -
 ...m_preferences_full_optimal_for_install_only.sql |    1 -
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   53 ++----
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |  190 +++++++++++++-------
 koha-tmpl/opac-tmpl/prog/images/download.png       |  Bin 369 -> 425 bytes
 9 files changed, 170 insertions(+), 114 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list