[koha-commits] main Koha release repository branch, master, updated. v3.02.00-alpha2-195-g4370a19

Git repo owner gitmaster at git.koha-community.org
Wed Jun 9 14:43:08 CEST 2010


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  4370a19d75e2824d71946898d0876fb899199e52 (commit)
       via  aa9b4d92cdfc9147f4da4033f4cbc0245f0ac9d1 (commit)
       via  546a0244bb34832e37827c14498963eb3d1b3b82 (commit)
       via  2856bb82955cd58f2e17d7d97ab2977401d4e016 (commit)
       via  8480f56370e2e52995c3de2923985abcd9aad931 (commit)
       via  c6bf50d0524388fd6edd7bbed3c819f3a42e94a1 (commit)
      from  02b9e03567fcb635943bdaabc0f8c150a8b402a1 (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 4370a19d75e2824d71946898d0876fb899199e52
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Mon Jun 7 16:12:18 2010 +0200

    Final batch of POD cleanups.
    
    Should fix any remaining warnings with 'podchecker'
    
    Signed-off-by: Andrew Elwell <Andrew.Elwell at gmail.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit aa9b4d92cdfc9147f4da4033f4cbc0245f0ac9d1
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Mon Jun 7 12:06:44 2010 +0200

    POD Cleanups
    
    Signed-off-by: Andrew Elwell <Andrew.Elwell at gmail.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 546a0244bb34832e37827c14498963eb3d1b3b82
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Sun Jun 6 19:47:14 2010 +0200

    More POD cleanups
    
    Signed-off-by: Andrew Elwell <Andrew.Elwell at gmail.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 2856bb82955cd58f2e17d7d97ab2977401d4e016
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Sat Jun 5 23:17:11 2010 +0200

    POD Cleanups - Few minor ones this time
    
    Signed-off-by: Andrew Elwell <Andrew.Elwell at gmail.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 8480f56370e2e52995c3de2923985abcd9aad931
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Sat Jun 5 23:17:10 2010 +0200

    Another batch of POD cleanups
    
    Signed-off-by: Andrew Elwell <Andrew.Elwell at gmail.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit c6bf50d0524388fd6edd7bbed3c819f3a42e94a1
Author: Andrew Elwell <andrew.elwell at gmail.com>
Date:   Sat Jun 5 13:16:51 2010 +0200

    The start of some POD cleanups in C4/*.pm
    
    If these are acceptable I'll continue - target is to get rid of all warnings
    and errors with podcheck and make sure that any man and html formatted pod
    docs look 'OK'
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                    |  292 ++++++------------------
 C4/Auth.pm                           |  106 ++++-----
 C4/AuthoritiesMarc.pm                |  126 +++--------
 C4/BackgroundJob.pm                  |  104 +++------
 C4/Barcodes.pm                       |    2 +-
 C4/Biblio.pm                         |  415 +++++++++++-----------------------
 C4/Bookseller.pm                     |    1 +
 C4/Branch.pm                         |   11 +-
 C4/Budgets.pm                        |   52 ++---
 C4/Cache.pm                          |   25 ++-
 C4/Calendar.pm                       |   56 ++---
 C4/Category.pm                       |   22 ++
 C4/Charset.pm                        |  102 ++------
 C4/Circulation.pm                    |  144 ++++++------
 C4/ClassSource.pm                    |   26 +-
 C4/Context.pm                        |   76 +++----
 C4/Debug.pm                          |    8 +-
 C4/Heading.pm                        |   36 +--
 C4/ImportBatch.pm                    |  225 ++++---------------
 C4/Installer.pm                      |  121 +++-------
 C4/ItemCirculationAlertPreference.pm |    8 +
 C4/ItemType.pm                       |   12 +
 C4/Items.pm                          |  372 ++++++++----------------------
 C4/Koha.pm                           |  170 +++++++--------
 C4/Languages.pm                      |    2 +
 C4/Letters.pm                        |   33 +--
 C4/Maintainance.pm                   |   19 +-
 C4/Matcher.pm                        |  167 +++++----------
 C4/Members.pm                        |   98 +++------
 C4/Message.pm                        |   33 +++-
 C4/Overdues.pm                       |   67 +++---
 C4/Print.pm                          |   12 +-
 C4/Record.pm                         |  107 ++--------
 C4/Reports.pm                        |    8 +-
 C4/Reserves.pm                       |  176 +++++++--------
 C4/Ris.pm                            |   12 +-
 C4/RotatingCollections.pm            |   87 +++++--
 C4/SMS.pm                            |    4 -
 C4/SQLHelper.pm                      |   52 +----
 C4/Scheduler.pm                      |   17 +-
 C4/Scrubber.pm                       |    6 +-
 C4/Service.pm                        |   42 +---
 C4/Tags.pm                           |    2 +
 C4/UploadedFile.pm                   |   87 ++-----
 C4/VirtualShelves.pm                 |   42 ++--
 C4/XISBN.pm                          |    2 +
 C4/XSLT.pm                           |   10 +-
 47 files changed, 1234 insertions(+), 2363 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list