[koha-commits] main Koha release repository branch master updated. v3.22.00-998-gea0258b

Git repo owner gitmaster at git.koha-community.org
Thu Mar 24 18:17:55 CET 2016


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  ea0258be0dbf3113286a8ad112756e47a83fdab1 (commit)
       via  3cfedcf2381375b29fe9ea83099181f0623cba76 (commit)
       via  4c0e3096774d27bd267cd69f5183af30f09a2555 (commit)
       via  798d38e4c7de0c920070b5db2249030cc9cb742c (commit)
       via  017699c345725ea7012f1b84181dc053e20efd98 (commit)
       via  3830d78d4699ff0b86be15372f668631f1c1fc95 (commit)
      from  e497224429944411c3aca589a9e8c28da0d199f2 (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 ea0258be0dbf3113286a8ad112756e47a83fdab1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 21 14:19:22 2016 +0000

     Bug 16011: Reintroduce $VERSION for 2 pm
    
    These files should be managed on their own bug reports.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 3cfedcf2381375b29fe9ea83099181f0623cba76
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 9 12:42:09 2016 +0000

     Bug 16011: $VERSION - Remove empty BEGIN block
    
    perl -p -i -0 -e 's/BEGIN \{\n?\n?\}\n//' **/*.pm
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 4c0e3096774d27bd267cd69f5183af30f09a2555
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 9 12:39:11 2016 +0000

     Bug 16011: $VERSION - Remove use vars qw();
    
    perl -p -i -e 's/use vars qw\(\s*\);\n//' **/*.pm
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 798d38e4c7de0c920070b5db2249030cc9cb742c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 9 08:40:29 2016 +0000

     Bug 16011: $VERSION - Remove comments
    
    perl -p -i -e 's/^.*set the version for version checking.*\n//' **/*.pm
    
    + manual adjustements
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 017699c345725ea7012f1b84181dc053e20efd98
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 3 09:14:00 2016 +0000

     Bug 16011: $VERSION - Remove the $VERSION init
    
    Mainly a
      perl -p -i -e 's/^.*3.07.00.049.*\n//' **/*.pm
    Then some adjustements
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 3830d78d4699ff0b86be15372f668631f1c1fc95
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 2 10:38:31 2016 +0000

     Bug 16011: $VERSION - remove use vars $VERSION
    
    perl -p -i -e 's/^(use vars .*)\$VERSION\s?(.*)/$1$2/' **/*.pm
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm                              |    4 +---
 C4/Acquisition.pm                           |    4 +---
 C4/Auth.pm                                  |    3 +--
 C4/Auth_with_cas.pm                         |    3 +--
 C4/Auth_with_ldap.pm                        |    3 +--
 C4/Auth_with_shibboleth.pm                  |    3 +--
 C4/AuthoritiesMarc.pm                       |    4 +---
 C4/AuthoritiesMarc/MARC21.pm                |    1 -
 C4/AuthoritiesMarc/UNIMARC.pm               |    1 -
 C4/BackgroundJob.pm                         |    5 -----
 C4/Barcodes.pm                              |    3 +--
 C4/Barcodes/EAN13.pm                        |    3 +--
 C4/Barcodes/annual.pm                       |    3 +--
 C4/Barcodes/hbyymmincr.pm                   |    3 +--
 C4/Barcodes/incremental.pm                  |    3 +--
 C4/Biblio.pm                                |    3 +--
 C4/Bookseller.pm                            |    2 --
 C4/Boolean.pm                               |    1 -
 C4/Branch.pm                                |    4 +---
 C4/Breeding.pm                              |    4 +---
 C4/Budgets.pm                               |    4 +---
 C4/Calendar.pm                              |    2 +-
 C4/Charset.pm                               |    4 +---
 C4/Circulation.pm                           |    3 +--
 C4/ClassSortRoutine.pm                      |    4 +---
 C4/ClassSortRoutine/Dewey.pm                |    3 ---
 C4/ClassSortRoutine/Generic.pm              |    3 ---
 C4/ClassSortRoutine/LCC.pm                  |    3 ---
 C4/ClassSource.pm                           |    4 +---
 C4/Context.pm                               |    3 +--
 C4/Contract.pm                              |    4 +---
 C4/CourseReserves.pm                        |    2 +-
 C4/Creators.pm                              |    1 -
 C4/Creators/Batch.pm                        |    3 ---
 C4/Creators/Layout.pm                       |    3 ---
 C4/Creators/Lib.pm                          |    1 -
 C4/Creators/PDF.pm                          |    3 ---
 C4/Creators/Profile.pm                      |    3 ---
 C4/Creators/Template.pm                     |    3 ---
 C4/Csv.pm                                   |    4 +---
 C4/Debug.pm                                 |    3 +--
 C4/External/Amazon.pm                       |    3 +--
 C4/External/BakerTaylor.pm                  |    4 ++--
 C4/External/OverDrive.pm                    |    1 -
 C4/External/Syndetics.pm                    |    3 +--
 C4/Heading.pm                               |    1 -
 C4/Heading/MARC21.pm                        |    1 -
 C4/Heading/UNIMARC.pm                       |    1 -
 C4/HoldsQueue.pm                            |    3 +--
 C4/Images.pm                                |    4 +---
 C4/ImportBatch.pm                           |    4 +---
 C4/ImportExportFramework.pm                 |    3 +--
 C4/InstallAuth.pm                           |    4 +---
 C4/Installer.pm                             |    1 -
 C4/Installer/PerlModules.pm                 |    1 -
 C4/Items.pm                                 |    3 +--
 C4/Koha.pm                                  |    3 +--
 C4/Labels.pm                                |    1 -
 C4/Labels/Batch.pm                          |    3 ---
 C4/Labels/Label.pm                          |    3 ---
 C4/Labels/Layout.pm                         |    3 ---
 C4/Labels/Profile.pm                        |    3 ---
 C4/Labels/Template.pm                       |    3 ---
 C4/Languages.pm                             |    3 +--
 C4/Letters.pm                               |    4 +---
 C4/Log.pm                                   |    4 +---
 C4/MarcModificationTemplates.pm             |    3 +--
 C4/Matcher.pm                               |    5 -----
 C4/Members.pm                               |    3 +--
 C4/Members/AttributeTypes.pm                |    5 -----
 C4/Members/Attributes.pm                    |    4 +---
 C4/Members/Messaging.pm                     |    5 -----
 C4/NewsChannels.pm                          |    3 +--
 C4/Output.pm                                |    4 +---
 C4/Overdues.pm                              |    4 +---
 C4/Patroncards.pm                           |    1 -
 C4/Patroncards/Batch.pm                     |    3 ---
 C4/Patroncards/Layout.pm                    |    3 ---
 C4/Patroncards/Lib.pm                       |    1 -
 C4/Patroncards/Patroncard.pm                |    3 ---
 C4/Patroncards/Profile.pm                   |    3 ---
 C4/Patroncards/Template.pm                  |    3 ---
 C4/Print.pm                                 |    4 +---
 C4/Ratings.pm                               |    3 +--
 C4/Record.pm                                |    4 +---
 C4/Reports.pm                               |    4 +---
 C4/Reports/Guided.pm                        |    4 +---
 C4/Reserves.pm                              |    4 +---
 C4/Review.pm                                |    4 +---
 C4/Ris.pm                                   |    4 +---
 C4/RotatingCollections.pm                   |    4 +---
 C4/SIP/ILS/Item.pm                          |    1 -
 C4/SIP/ILS/Patron.pm                        |    1 -
 C4/SIP/ILS/Transaction/Checkout.pm          |    1 -
 C4/SIP/ILS/Transaction/FeePayment.pm        |    1 -
 C4/SIP/ILS/Transaction/Hold.pm              |    1 -
 C4/SIP/Sip.pm                               |    3 +--
 C4/SIP/Sip/MsgType.pm                       |    3 +--
 C4/SIP/t/SIPtest.pm                         |    2 +-
 C4/SMS.pm                                   |    4 ----
 C4/Scheduler.pm                             |    4 +---
 C4/Scrubber.pm                              |    1 -
 C4/Search.pm                                |    4 +---
 C4/Serials.pm                               |    3 +--
 C4/Serials/Frequency.pm                     |    4 +---
 C4/Serials/Numberpattern.pm                 |    4 +---
 C4/ShelfBrowser.pm                          |    3 +--
 C4/Stats.pm                                 |    4 +---
 C4/Suggestions.pm                           |    1 -
 C4/Tags.pm                                  |    3 +--
 C4/TmplToken.pm                             |    1 -
 C4/TmplTokenType.pm                         |    3 +--
 C4/Utils/DataTables.pm                      |    3 +--
 C4/XISBN.pm                                 |    3 +--
 C4/XSLT.pm                                  |    3 +--
 Koha/AuthUtils.pm                           |    1 -
 Koha/Calendar.pm                            |    4 ----
 Koha/DateUtils.pm                           |    1 -
 Koha/Filter/MARC/EmbedSeeFromHeadings.pm    |    1 -
 Koha/Filter/MARC/Null.pm                    |    1 -
 Koha/Misc/Files.pm                          |    2 --
 Koha/NorwegianPatronDB.pm                   |    1 -
 Koha/Patron/Files.pm                        |    6 ------
 Koha/Patron/Password/Recovery.pm            |    4 +---
 Koha/RecordProcessor/Base.pm                |    1 -
 Koha/SimpleMARC.pm                          |    1 -
 Koha/Template/Plugin/Cache.pm               |    2 --
 acqui/pdfformat/layout2pages.pm             |    6 ++----
 acqui/pdfformat/layout2pagesde.pm           |    6 ++----
 acqui/pdfformat/layout3pages.pm             |    6 ++----
 acqui/pdfformat/layout3pagesfr.pm           |    6 ++----
 install_misc/UpgradeBackup.pm               |    3 +--
 installer/data/mysql/backfill_statistics.pl |    3 +--
 misc/cronjobs/MARC21_parse_test.pl          |    3 ---
 misc/cronjobs/runreport.pl                  |    3 ---
 misc/maintenance/MARC21_utf8_flag_fix.pl    |    3 ---
 misc/translator/TmplTokenizer.pm            |    3 +--
 misc/translator/VerboseWarnings.pm          |    3 +--
 138 files changed, 83 insertions(+), 326 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list