[koha-commits] main Koha release repository branch new/bug_6875 created. v3.06.00-558-ge780e06

Git repo owner gitmaster at git.koha-community.org
Wed Feb 15 15:33:20 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_6875 has been created
        at  e780e0669c8b2d2a50a7996ab76e584c4cd4c59d (commit)

- Log -----------------------------------------------------------------
commit e780e0669c8b2d2a50a7996ab76e584c4cd4c59d
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 16 18:02:58 2011 +0200

    Bug 6875 de-nesting Auth.pm
    
    * removed use C4::Koha that is useless
    * moved "use C4::Members" to "require C4::Members" just before GetMemberDetails call. This will avoid loading C4::Member everytime a page is called by someone not logged
    
    * still to do = work on C4::VirtualShelves, that can be optimized, definetly !
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Rebased on latest master, 28 Jan 2012
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Please WAIT with virtual shelves. Working on that..
    Tested and marked as Passed QA.

commit 4d2cfa610e0adf22a2bd1dce2647aad15683a2b9
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 16 21:58:30 2011 +0200

    Bug 6875 de-nesting C4::VirtualShelves
    
    * C4::Circulation is unused, removing it
    * C4::Members used only in ShelfPossibleAction, switching from use to require
    * C4::Auth used only in RefreshShelvesSummary, a sub called only in
    opac-addbybiblionumber.pl script, moving the require inside the sub
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 58c46b27af601a893e1eabdfb5bd7d4d0d887f24
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 16 19:38:06 2011 +0200

    Bug 6875 de-nesting C4::Heading
    
    C4::Search is needed only in authorities sub, moving it here and switching to
    require
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Corrected call to SimpleSearch in both subs where it is used. Additional
    performance improvements are included in bug 7284. 28 Jan 2012

commit c52f0b7fdfc8ac3163cefc33c52c861bd7542da9
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 16 18:48:15 2011 +0200

    Bug 6875 de-nesting C4/Serials
    
    * use C4::Branch is loaded only to call GetBranchNAme in PrepareSerialsData
      and set branchname in the hashresult. This sub PrepareSerialsData is used
      in the following scripts :
    opac/opac-serial-issues.pl:    my $subscriptioninformation=PrepareSerialsData($subscriptions); => no use of branchname after
    serials/serials-collection.pl:   $subscriptions=PrepareSerialsData(\@subscriptioninformation); => no use of branchname after
    => we can remove the ->{branchname} from the result, and remove the C4::Branch dependancy
    * moves use C4::Items to require C4::Items, to call AddItemFromMarc, when
      receiving a serial, with Recieving create an item set in the subscription.
    * removed use C4::Letters and C4::Search, that are useless
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6fbe49ce31926d42902d3748abbb844aac414ae6
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Sat Sep 17 00:40:03 2011 +0200

    Bug 6875 cleaning opac-main.pl
    
    C4::VirtualShelves, C4::Branch and C4::Acquisition are useless, removing their
    loading
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 056b5faa407df5ef30c56afb91b5a1801df478ae
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Sat Sep 17 00:34:40 2011 +0200

    Bug 6875 cleaning mainpage.pl
    
    AutoritiesMarc is loaded for nothing : we don't display authorities anywhere,
    so removing the dependancy as well as the useless code
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8165aeef777863d03f096f5547032d47d79cfa0f
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 16 18:28:00 2011 +0200

    Bug 6875 de-nesting C4::Koha.pm
    
    * removed use C4::Output, that was not used
    * moved use URI::split to getitemtypeimagelocation and switched to "require".
      Checked it still works through admin/itemtype.pl
    * moved use Business::ISBN to _isbn_cleanup.pl and switched to "require".
      Checked it still works with the following small script :
    
    use C4::Koha;
    print GetNormalizedISBN("1-56592-257-3");
    
    (GetNormalizedISBN uses _isbn_cleanup)
    
    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