[koha-commits] main Koha release repository annotated tag buildrelease created. buildrelease

Git repo owner gitmaster at git.koha-community.org
Thu Jan 23 19:50:30 CET 2014


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 annotated tag, buildrelease has been created
        at  0bd4f98d23b2635d94fcda2cc43d33d5dc4932eb (tag)
   tagging  2e0e3d39bda64054ec176e1639ff8e3da87b4aa1 (commit)
  replaces  R_1-2-2RC4
 tagged by  rangi
        on  

- Log -----------------------------------------------------------------

amillar (23):
      Some code cleanup.  Created subroutines for ISBN checksum,     z3950 queue insert, and table-based form option selects     for item type and branch code (branch code select no longer     hard-coded).
      Add item using newitem() from C4::Acquisitions
      Add biblio using C4::Acquisitions newbiblio
      Change DBI execut on some queries to bound parameters, to eliminate     run-time errors on empty variables
      DBI bound parameters
      Enable (uncomment) actual deletion
      Fix error in startmenu() : section name 'catalogue'
      Moved addition of Biblioitem to separate subroutine
      Modifications for new acqui.simple     Database includes new biblio abstract field and biblioitem url field     acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm
      Fix biblioitems columns, minor bugfixes
      fixes to catalog maint from mainline rel 1.8
      Web site maintenance
      Bring branch up to date with mainline code, move table creation     to hash.
      Error handling in biblio and biblioitem addition
      Error handling in biblio/biblioitem addition
      Misc cleanups; move subroutines to end of file
      Move more item handling code to subroutines
      Clean up z3950 menu
      Split z3950 search results into subroutines
      Isolate MARC tag decoding into common subroutine for Z3950 search     results and Marc upload list.  List book title in Z3950 search     queue list.
      All mapping of MARC tags to Koha db fields isolated to one subroutine
      Fix subject array handling
      All MARC file format decoding isolated to single subroutine.     Entire script now works correctly with "use strict".

dragon28 (11):
      Added testing for Perl and dependancies
      general cleanup, now tests for existance of koha.conf, still a number of issues to fix.
      Fixed a couple of typos.
      Now will create koha.conf from scratch.
      Cleaned out unwanted comments.
      installer now updated the apache conf file
      added the includes directive
      replaced includes question with installation path
      installer now changes ownership of the koha.conf file for better security
      fixed typo's
      fixed typo

finlayt (5):
      Added a heading to be consistent with rest of Koha
      Changed heading to look like the rest of Koha
      added database patchs to the updater/updatedatabase script
      fixed typo
      Fixed typo

pate (30):
      refactored slashifyDate function out of inline code, created C4/Koha.pm     to hold it and wrote tests for it, started marking other places for     potential refactoring.
      refactoring, marking spots for further refactoring
      whacked a couple of bits that Chris marked as okay to delete.
      moved ethnicity fixing out of moremember.pl into a function,     eventually to replace with a more configurable version (non-NZ specific)
      moved ethnicity fixups into C4::Koha, eventually to be replaced with a better     (non-NZ specific) solution.
      starting to move ethnicity stuff out of programs and into modules
      initial version of the Changelog -- used cvs2cl to generate it.
      general cleanups
      testing the branch
      added fixEthnicity tests
      *** empty log message ***
      quick fixup to tests
      started building tests for C4::Output
      adding prototypes, and fixing compiler warnings
      fixed an unitialized variable error in &mktablerow
      more tests in output.t and a cleanup for testKoha.pl
      more prototypes in Output.pm
      added recent updates
      added a simple POD style comment to &bold to show how it can be done.
      oops, forgot extra linefeeds in pod section
      more tests
      found (and fixed) an error in &mkformnotable while adding tests
      more tests, &mkformnotable has reasonable coverage now
      refactored &mkformnotable to use foreach and ifels instead of while and many ifs
      started adding tests for C4::Format
      cleaned out boilerplate and fixed some speeling erorz
      found a cleaner way to do &mkformnotable, and refactored tests to allow it.
      restructured tests into a separate directory
      more markup of spots to look at
      added Mikes tests

rangi (28):
      tidied up, less hlt specific now
      Deals with lost book charges now
      Doesnt write to an include anymore
      Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was     breaking when the borrower owes a lot of fines)
      Draws list of branches from the branches table now, when adding an item
      Fixing branches
      Fixed the holding branch insertion code. It was inserting the correct     homebranch but was still inserting the wrong home branch
      More work on the addbooks scripts, committing on behalf of Roger
      Actually lives in telnet/
      Fixing up the query to pickup budget
      Have realised misc/fines2.pl is the real fines script, this one can be     removed so as to remove one more source of confusion
      Script wasnt setting street address correctly
      Just a quick little fix the sql to update a borrower was setting the postal     address twice, instead of the postal, then the physical address. My little     fix got overwrote by pat's fix so im updating now before i forget :)
      Little typo, missing t in systemprefs     Apart from that, all the patch files seem to be running happily on     hlt.katipo.co.nz
      Just added some comments for Pat     (Is this a good way of doing it? if not let me know)
      Working on a fix to speed up title and author searches
      Fixing the subject search i broke ;)
      Submitting on behalf of Nicholas     First cut (not functional yet) of an installer script
      Fixing bug reported by Steve,     Couldnt remove an additional Author when modifying a biblio
      Commiting the uncrufted Database module into the stable branch
      Installation documents
      Combined this with the old Changelog file, so it has the history since the     1.0 release
      Shifting ethnicity into a table in the database. Making fixEthnicity fetch     the data from the db
      Fixing up a whole pile of warnings
      Getting rid of a couple of non fatal warnings
      Removing hardcoded ethnicity and category lists.     Fetched from the database instead.     Need to do the same for area
      Tidying up more warnings.
      Updated Changelog, and INSTALL should now reflect the new directory     structure of the tarball

saas (1):
      Correct spelling - aquisitions to acquisitions

tipaul (6):
      Sample database only for parameters tables
      Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop)     Creates a thesaurus table from the bilbiosubject one
      Table optimisation : aqorders. SPEEEEEEEEEEEEEEEDs up receive.pl. try to add indexes on production tables, and you will see... Quite proud of this 2 lines patch ;-)
      added indexes to aqorders SPEEEEEEEEEEEEEDs up in acquisition module. I'm quite proud of the result of this 2 lines patch...
      Deletedbiblio updated (abstract field added)     to have the same structure as biblio.
      Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know :

tonnesen (3):
      This is my bulk MARC record importing tool.  Feel free to test it out, but DO     NOT use it on a production system yet!  It needs to be more adaptable to     different MARC implementations.
      Fixed typo
      Added some comments detailing how MARC fields are mapped to Koha data

truth_nz (3):
      Updates to use changed newbiblio sub in C4/Acquisitions.pm
      Altered newbiblio to be more generic - so can use with new acui.simple     scripts (which are not finished yet).
      Acquisitions::newbiblioitem updated to be usable for new acqui.simple     addorder.pl and updatebibitem.pl modified to use new newbiblioitem

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list