6965 Commits (5544f1603c7968b278932095ce6d86576265b782)
 

Author SHA1 Message Date
Galen Charlton 2cb5a9e32e C4::Circulation - ensure that certain modules always get imported 17 years ago
Galen Charlton 8c60e82605 fixed variable masking warnings found by perl -w 17 years ago
Galen Charlton 0c087b87ef replaced incorrect '=>' with '=' 17 years ago
Galen Charlton 3b5c4e0fb9 misc/cronjobs/update_items.pl: fixed syntax errors 17 years ago
Joe Atzberger 0ed71ca7d0 updatedatabase - DB version to 043 for 2 new columns in currency table 17 years ago
Joe Atzberger 5e78bc9a07 currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE `currency` ADD `symbol` varchar(5) default NULL, ADD `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 17 years ago
Joe Atzberger ef902ea85f circ/stats.pl - debugify warnings 17 years ago
Joe Atzberger ee1a241479 pendingreserves.pl - debugify warn 17 years ago
Joe Atzberger 2c0f4f9418 boraccount.tmpl - remove double conditional 17 years ago
Joshua Ferraro 030fbd2e80 Microformat support: 17 years ago
Owen Leonard 185fb34c11 Fix for Bug 1726 (re-selecting another 'status' value should hide the 'add serials' table again). 17 years ago
Owen Leonard 1a90d0db7d Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo). 17 years ago
Owen Leonard 6c548c265c Adding patron's home branch to circ-menu sidebar display, minor markup change to /acui/histsearch.tmpl. 17 years ago
Owen Leonard d21544f6a5 Markup corrections and formatting dialogs. 17 years ago
Joe Atzberger 192dd7bb2e Labels overhaul - labels were largely broken (and still are somewhat), but this overhaul addresses Add, Delete, deduplication, messages to user, debug, etc. 17 years ago
Joe Atzberger 61bc312d13 Labels.pm - add deduplicate_batch sub 17 years ago
Galen Charlton 809ea60d07 start of test suite for C4::Items 17 years ago
Galen Charlton 15015f6a54 item rework: correct '' for various status fields 17 years ago
Galen Charlton 98180ac0a1 batch import: do not ersatz MARC item fields 17 years ago
Galen Charlton 8f854c0867 speed boost: tools stage and commit bib records 17 years ago
Galen Charlton 991cdc31bc speed boost: command-line stage and commit biblios 17 years ago
Galen Charlton c2a0ed8077 item rework: replaced AddBiblioAndItems 17 years ago
Galen Charlton 4252673d6c removed more redundant 'my' causing variable masking warnings 17 years ago
Galen Charlton 6a903c85b9 removed extra 'my' that was causing a masking warning 17 years ago
Galen Charlton 9d4d8897b2 item rework: various changes 17 years ago
Galen Charlton 82df05847a removed 'use' that was causing redefined sub warning 17 years ago
Galen Charlton 95cfd76815 removed duplicate call to C4::Context->marcfromkohafield 17 years ago
Galen Charlton 3b43e43e49 item rework: moved DelItem 17 years ago
Galen Charlton 8e41022b0d item rework: moved various accessor functions 17 years ago
Galen Charlton 9ba78dfe12 staff results detail print: use itemcallnumber 17 years ago
Galen Charlton 139635bf3b labels item search: build item list correctly 17 years ago
Galen Charlton 97e705079b OPAC detail print: use correct API to build item list 17 years ago
Galen Charlton 2842a8db24 OPAC detail print: get call number from items.itemcallnumber 17 years ago
Galen Charlton ee805cd101 removed reports/inventory.pl 17 years ago
Galen Charlton 35f8f65b41 item rework: replace direct SQL update of items 17 years ago
Galen Charlton 526eafe4e1 check for undefined values when mapping item to MARC 17 years ago
Galen Charlton a91b10dd57 inventory: two fixes 17 years ago
Galen Charlton 8f377faa76 item rework: POD and comments improvement 17 years ago
Galen Charlton 9d71bbb461 _replace_item_field_in_biblio now handles missing item field 17 years ago
Galen Charlton d01707e5c2 removed erroneous comment 17 years ago
Galen Charlton 9e7c94bf96 item rework: moved GetItem 17 years ago
Galen Charlton a4919280d2 quell warning if updating itemnote whose original value is NULL 17 years ago
Galen Charlton 7ed543b8a7 item rework: moved GetMarcItem 17 years ago
Galen Charlton b7c35853f2 item rework: do not allow bulkedit to update items 17 years ago
Galen Charlton bc9ee0cff9 item rework: moved ModItemInMarc 17 years ago
Galen Charlton c58ca5dd5a items rework: fix several non-NULL columns during ModItem 17 years ago
Galen Charlton c6c8e80a73 start of BIB change -- introduce C4::Items 17 years ago
Galen Charlton 6ddf723fe8 DB rev 042: disallow null in aqbooksellers.name 17 years ago
Galen Charlton ef7219e411 DB rev 041: disallow NULL in some item status columns 17 years ago
Joshua Ferraro 5c23369af2 Fixing Database Definitions for Statuses *PARTIAL* 17 years ago