Koha/C4
Galen Charlton b7c35853f2 item rework: do not allow bulkedit to update items
This patch is meant to guarantee that a bulkedit
does not try to edit an item tag embedded in a MARC
biblio without updating the items feature.  It is
not a comprehensive fix of the bulkedit feature, which
currently does not appear to be functional and
needs some thought:

* The general search results is probably not the
  best place to put this feature -- it should
  probably be in tools.
* A bulk edit of something like items is desireable,
  but needs to be designed so that it respects
  business logic for circulation and acquisitions.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:23:47 -06:00
..
Barcodes rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
ClassSortRoutine ignore "/" when sorting Dewey call numbers 2007-10-23 18:24:29 -05:00
SIP C4 and misc: permissions fixes 2007-12-13 19:00:34 -06:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Accounts.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Acquisition.pm Fix bug in ModReceiveOrder call 2008-01-01 18:42:48 -06:00
Amazon.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Auth.pm Fix to enable reading history in the staff client. 2007-12-28 12:30:54 -06:00
Auth_with_ldap.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
AuthoritiesMarc.pm WARNING: Updates to Index Defs for Authorities 2008-01-03 00:28:40 -06:00
BackgroundJob.pm MARC import: part 5 of large file support 2007-11-26 20:05:34 -06:00
Biblio.pm item rework: moved ModItemInMarc 2008-01-03 16:23:23 -06:00
Bookfund.pm bug-1494, fixed bookfund modify code 2007-11-01 17:27:55 -05:00
Bookseller.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Boolean.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Branch.pm fixed reference to branchrelations.categorycode 2007-12-17 12:58:39 -06:00
Breeding.pm fix related #1340 (z3950 search for quick cataloguing) 2007-10-30 17:44:21 -05:00
Calendar.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Circulation.pm item rework: moved ModItemInMarc 2008-01-03 16:23:23 -06:00
ClassSortRoutine.pm call number work part 2 -- added framework for call number filing routines 2007-10-21 22:11:37 -05:00
ClassSource.pm call number work part 3 -- now using new routines to generate call number sort keys 2007-10-21 22:11:40 -05:00
Context.pm UTF8 and mysql: enable UTF8 mode correctly 2007-12-27 17:23:58 -06:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Dates.pm C4::Dates - carp if passed semantically invalid date 2007-12-20 19:16:37 -06:00
ImportBatch.pm start of BIB change -- introduce C4::Items 2008-01-03 16:23:12 -06:00
Input.pm Input.pm - perldoc correction 2007-12-27 17:21:07 -06:00
Items.pm item rework: moved ModItemInMarc 2008-01-03 16:23:23 -06:00
Koha.pm item rework: do not allow bulkedit to update items 2008-01-03 16:23:47 -06:00
Labels.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Languages.pm fixing problem with adv search on staff client 2007-11-28 12:47:17 -06:00
Letters.pm Letters.pm: Minor change. Unsure if this is "the right" move, but pretty sure the line does not make sense as is. 2007-12-04 15:45:51 -06:00
Log.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm added editor for MARC matching rules 2007-11-17 10:49:15 -06:00
Members.pm Fix for bug 1515 2007-12-30 20:51:22 -06:00
NewsChannels.pm NewsChannels - format_date for news "Posted on" date 2007-12-31 16:26:03 -06:00
Output.pm Deal with opac template reordering 2007-11-25 17:07:00 -06:00
Overdues.pm further mods to change from ccode to itype at item-level itypes. 2007-11-11 18:40:20 -06:00
Print.pm Print.pm: Dates.pm integration and cleanup. 2007-11-04 16:21:43 -06:00
Record.pm adding endnote export and 'related items' 2007-11-20 16:18:15 -06:00
Reports.pm Catching up changes in reports 2007-10-29 16:12:48 -05:00
Reserves.pm Fix for bug 1708 2007-12-30 20:51:24 -06:00
Review.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Scheduler.pm Fix for bug 1527, removing Smart::Comments 2007-10-30 17:39:19 -05:00
Search.pm item rework: do not allow bulkedit to update items 2008-01-03 16:23:47 -06:00
Serials.pm start of BIB change -- introduce C4::Items 2008-01-03 16:23:12 -06:00
SMS.pm adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
Stats.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Suggestions.pm Log.pm and Suggestions.pm - simple (correct) Dates.pm integration 2007-12-12 07:51:46 -06:00
UploadedFile.pm C4::UploadedFile -- simplified serialization 2007-11-26 20:05:33 -06:00
Utils.pm Big LDAP changes, module test for Context.pm, still more yet to come. 2007-12-04 17:27:06 -06:00
VirtualShelves.pm OPAC VirtualShelves overhaul -- bugfix 1413 (among others) 2007-12-28 12:58:07 -06:00
XISBN.pm IMPORTANT: BUGFIXING STATUSES 2007-12-24 13:34:44 -06:00
Z3950.pm more work on batch import 2007-10-29 16:47:58 -05:00