[koha-commits] main Koha release repository branch master updated. v3.14.00-153-g0668dd7

Git repo owner gitmaster at git.koha-community.org
Thu Dec 19 07:11:50 CET 2013


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  0668dd7a8dbf2b34d8a93454bebf93dde44de38f (commit)
       via  41ef04676835fc3c5b43d8b38736db354559d1be (commit)
       via  e6807a29afd05128efb3c05024a9d9803a02cbc5 (commit)
       via  0debe12061b37e80c12ecfea792827503df6dbcc (commit)
      from  be719c7b0dcd7356f847e5fbded5a78d08dbb46d (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 0668dd7a8dbf2b34d8a93454bebf93dde44de38f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Dec 19 06:29:25 2013 +0000

    Bug 9673: (follow-up) update DBIx::Class schema classes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 41ef04676835fc3c5b43d8b38736db354559d1be
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Dec 19 06:26:46 2013 +0000

    Bug 9673: DBRev 3.15.00.007
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e6807a29afd05128efb3c05024a9d9803a02cbc5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 4 12:23:23 2013 +0100

    Bug 9673: QA followup
    
    This followup fixes the wthdrawn typo exist in updatedatabase.pl and
    does not display the lostitem date if the lostitem value is not set (!=
    "").
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0debe12061b37e80c12ecfea792827503df6dbcc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 20 09:34:38 2013 -0500

    Bug 9673 - Track when items are marked as lost or withdrawn
    
    Add date fields to track when an item was marked as lost or withdrawn.
    Display those fields on catalogue/moredetail.pl
    
    Test Plan:
    1) Apply patch
    2) Run updatedatabase.pl
    3) Pick a record with items, browse to the 'items' tab ( moredetail.pl )
    4) Mark an item as lost, verify the field "Lost on:" displays below
       the "Lost status" field with todays date.
    5) Mark the item as not lost, verify the field no longer displays
    6) Repeat steps 4 and 5 with the Withdrawn field.
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Items.pm                                        |   27 +++++++++++++++++++
 Koha/Schema/Result/Deleteditem.pm                  |   28 ++++++++++++++++++--
 Koha/Schema/Result/Item.pm                         |   28 ++++++++++++++++++--
 installer/data/mysql/kohastructure.sql             |    4 +++
 installer/data/mysql/updatedatabase.pl             |   10 +++++++
 .../prog/en/modules/catalogue/moredetail.tt        |    4 +++
 kohaversion.pl                                     |    2 +-
 7 files changed, 98 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list