[koha-commits] updated branch master (a5d298ad45012851dd7cfb17b7237bf63c793fe3)

Koha Gitosis gitosis at git.koha.org
Sun Sep 6 06:13:16 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  a5d298ad45012851dd7cfb17b7237bf63c793fe3 (commit)
       via  ee83c4ae809e79c54ab43c93a28d578d1e87ed5a (commit)
       via  aa3e066b5fea1293081e9a83bdb37dac59e43855 (commit)
       via  81b1c692dfbcbe8fd59b15dd2ae8ca718680f730 (commit)
      from  ac0ac59a5a51396d289c9ce193b35db08e05175d (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 a5d298ad45012851dd7cfb17b7237bf63c793fe3
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Tue Sep 1 10:03:37 2009 -0600

    bugfix breeding results of cataloging search has wrong id
    
    The breeding id, rather than coming from the database, was set by a counter.
    Not so good links in the search results that way.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ee83c4ae809e79c54ab43c93a28d578d1e87ed5a
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Tue Sep 1 11:18:05 2009 -0600

    smart-rules load users library instead of default
    
    If the user isn't a super librarian load their library by default instead of
    the default settings.
    
    This would eliminate some confusion amoung my librarians.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit aa3e066b5fea1293081e9a83bdb37dac59e43855
Author: Garry Collum <gcollum at gmail.com>
Date:   Tue Sep 1 19:02:43 2009 -0400

    Bug 2505: Enabled warnings in admin-home.pl and roadtype.pl.
    
    Fixed warnings generated by roadtype.pl and tightened up the code (referred to cities.pl).
    
    No warnings were generated by admin-home.pl
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 81b1c692dfbcbe8fd59b15dd2ae8ca718680f730
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Tue Sep 1 15:59:50 2009 -0600

    cataloging search results from catalog don't show on later pages
    
    In the cataloging search results from the catalog, the result set would
    decrease by one per page.  Past page 19 there was an empty table.  The reason
    is that SimpleSearch gives the result set ( 20 records here ), and
    searchResults expects to trim the result set to just the 20 records we want.
    This changes the call to searchResults() to have a 0 offset to the result set.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/admin-home.pl     |    2 ++
 admin/roadtype.pl       |   30 +++++++-----------------------
 admin/smart-rules.pl    |    8 ++++----
 cataloguing/addbooks.pl |    8 ++++----
 4 files changed, 17 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list