Koha/C4
Galen Charlton 3c7172f7f5 bug 2247: don't crash linking bib heading with invalid subfield
Prevent following crash when linking a bib heading to an
authority record if the bib heading has a subfield whose code
is ')' or any other regular expression metacharacter:

Unmatched ) in regex; marked by <-- HERE in m/) <-- HERE / at
/home/koha-pro/kohaclone/C4/Heading/MARC21.pm line 186.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-16 10:24:27 -05:00
..
AuthoritiesMarc
Barcodes
ClassSortRoutine
External C4/External/BakerTaylor.pm - Back end for B&T content. 2008-04-22 18:02:33 -05:00
Heading bug 2247: don't crash linking bib heading with invalid subfield 2008-06-16 10:24:27 -05:00
Members new C4 modules for patron attributes 2008-05-12 09:03:00 -05:00
OAI
Search
SIP Interactive debugging aides for SIP abstraction layer. 2008-06-05 22:43:44 -05:00
tests
VirtualShelves kohabug 1874 Adding variable assignment so that the confirm button is properly displayed in both Staff and OPAC 2008-06-09 06:38:01 -05:00
Accounts.pm Fix for bug 2183, "Account tab needs spacing between description and stadard text" Please note that this is a band-aid for a larger issue, described in Bug 2188 2008-05-31 21:59:52 -05:00
Acquisition.pm bug 1953: removing possible SQL injections from C4::Acquisition::GetHistory 2008-04-11 16:56:36 -05:00
Amazon.pm
Auth.pm Revert "Bug fixing : get_user_permissions SQL Fixing" 2008-06-09 09:53:23 -05:00
Auth_with_ldap.pm
AuthoritiesMarc.pm unlocking table when adding/updating authorities is finished. 2008-04-24 11:51:48 -05:00
BackgroundJob.pm
Biblio.pm kohabug 2207 - improve indicator input in MARC editor 2008-06-12 11:17:35 -05:00
Bookfund.pm
Bookseller.pm
Boolean.pm Boolean.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:24 -06:00
Branch.pm bug 1953: fixing potential SQL injection problems in C4::Branch::GetBranches 2008-05-12 15:07:17 -05:00
Breeding.pm
Calendar.pm Single FIXME comment inserted. 2008-05-29 07:04:39 -05:00
Charset.pm
Circulation.pm FIXME added to note discrepancy. 2008-05-31 21:59:38 -05:00
ClassSortRoutine.pm
ClassSource.pm
Context.pm
Date.pm
Dates.pm
Debug.pm
Heading.pm Porting SimpleSearch return changes to all code calling it. 2008-04-17 05:52:45 -05:00
ImportBatch.pm staging import - enhance record overlay behavior 2008-04-30 21:58:46 -05:00
Input.pm
Installer.pm C4::Installer - new method to get available MARC frameworks 2008-05-11 06:48:55 -05:00
Items.pm Bug 2094: fixing two bugs in lost items report 2008-05-11 06:48:51 -05:00
Koha.pm kohabug 2112 - add indicators to MARC display 2008-06-12 11:17:44 -05:00
Labels.pm Repair Labels code to accomodate patroncards. Purged EXPR. 2008-05-30 10:01:08 -05:00
Languages.pm Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer") 2008-05-30 10:01:07 -05:00
Letters.pm bug-2149, var fix - changing borr.cardnumber to borr.userid. 2008-05-30 11:13:02 -05:00
Log.pm
Maintainance.pm
Matcher.pm Porting SimpleSearch return changes to all code calling it. 2008-04-17 05:52:45 -05:00
Members.pm Fix upgrade-child: could not update child unless guarantor was defined. Also, limit upgrade path to C -> A . 2008-06-12 16:36:50 -05:00
NewsChannels.pm
Output.pm BUGFIX: the language list was calculated on opaclanguage, whatever the interface 2008-06-05 22:46:10 -05:00
Overdues.pm Fines repair. Make fines2.pl work, give feedback, improve comments and perldoc. 2008-05-29 07:04:42 -05:00
Print.pm
Record.pm
Reports.pm
Reserves.pm Revert "2 FixPriority calls were broken. FixPriority itself may be broken too," 2008-04-22 19:16:30 -05:00
Review.pm minor cleanup, remove $sth->finish's. No documentation impact. 2008-05-30 10:01:06 -05:00
Scheduler.pm kohabug 1993 - task scheduler improvements 2008-06-09 06:38:03 -05:00
Scrubber.pm Unescape Comment, now that we trust Scrubber to block bad markup. 2008-05-29 06:30:51 -05:00
Search.pm bug 2098: do not apply stemming if search term has digits 2008-06-10 08:22:18 -05:00
Serials.pm Add Debug for warns and remove unnecessary middleman variables from returns. 2008-06-05 22:43:19 -05:00
SMS.pm
Stats.pm
Suggestions.pm bugfix : ship utf-8 encoding in mail header 2008-05-12 10:07:55 -05:00
Tags.pm Bugfix is_approved() to handle the 3-state nature of approval. 2008-06-05 22:41:40 -05:00
UploadedFile.pm
Utils.pm
VirtualShelves.pm Change order of checks, and avoid warnings if args undef (i.e. anonymous login). 2008-06-12 12:09:24 -05:00
XISBN.pm Fixing isbn regex to not match unless isbn is valid 2008-05-19 13:12:18 -05:00
XSLT.pm Normalizing s/On loan/Checked out/ 2008-04-25 15:28:14 -05:00
Z3950.pm