39
I Use This!
Very High Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shifted catmaintain.pl to a dir that can be easily passowrd protected
Chris Cormack
as rangi
More... over 23 years ago
Got undeleting biblios going (catalogue maintenance should probably be in a password protected super librarian area or the like)
Chris Cormack
as rangi
More... over 23 years ago
Just realised this is supposed to be in the acqui/ dir (doh)
Chris Cormack
as rangi
More... over 23 years ago
Glens updates to automatically increment barcode, and to remove hardcoded itemtypes in scripts
Chris Cormack
as rangi
More... over 23 years ago
Modified to include Glen Stewarts automatic member/patron cardnumber incrementation
Chris Cormack
as rangi
More... over 23 years ago
Script from Glen Stewart, i think to do with simplified acqusitions module? (correct me if im wrong glen)
Chris Cormack
as rangi
More... over 23 years ago
Database definition file, checked into cvs to make keeping database current easier
Chris Cormack
as rangi
More... over 23 years ago
Fixing stupid bug that was causing the sql insert command to break if a person had a ' in their name
Chris Cormack
as rangi
More... over 23 years ago
Changing the form so it passes through a modify value to tell the script to show the flags
Chris Cormack
as rangi
More... over 23 years ago
Added the functionality to allow librarians to manipulate the flag status on borrowers ie lost, debarred, and gone no address
Chris Cormack
as rangi
More... over 23 years ago
Fixing " glitch in titles
Chris Cormack
as rangi
More... over 23 years ago
Fixing a bug in the opac search that meant that titles that contained " were caused the detail page to error
Chris Cormack
as rangi
More... over 23 years ago
Quick fix to stop ppl from being able to delete biblios that have items attached
Chris Cormack
as rangi
More... over 23 years ago
Rejigged printing issues, to print out everything on issue to the borrower
Chris Cormack
as rangi
More... over 23 years ago
Fixed a little glitch in the daily stats script that meant it wasnt counting renewals
Chris Cormack
as rangi
More... over 23 years ago
Got a link from items on issue thru to item details (like in the circ module) And also stopped already renewed books from being renewable in the issues list
Chris Cormack
as rangi
More... over 23 years ago
Little fix to the returnbook routine so the correct branchcode is passed to the updatestats routine
Chris Cormack
as rangi
More... over 23 years ago
A bodgy hack so that hitting enter in issues (with no barcode) prints out the borrowers issue slip and starts a new borrower
Chris Cormack
as rangi
More... over 23 years ago
The Horowhenua libraries wanted less patron and item information displaying at returns So Added some if statements to not display patron addresses, and to only display the title of the item These presumably would be changed to suit individual libraries wants
Chris Cormack
as rangi
More... over 23 years ago
Made some changes to checkreserve and find_reserves, so that items are always displayed as reserved when returned, not just once
Chris Cormack
as rangi
More... over 23 years ago
Little fix so that if the item has no author information, empty () dont disply
Chris Cormack
as rangi
More... over 23 years ago
Changing the front page search of the intranet site to just be a keyword search
Chris Cormack
as rangi
More... over 23 years ago
Added header and log substition variables More... over 23 years ago
Start of code to implement virtual bookshelves in Koha. More... over 23 years ago
loadmodules.pl allows redirection to different modules based on systemprefs Added subroutine in Search.pm load systemprefs from new systempreferences table in database. Initial use is to allow using my simplified acquisitions module in place of vendor-based acquisitions module. Default is vendor-based module. More... over 23 years ago
Added a couple of missing $dbh->disconnect lines that were logging errors in apache log files. More... over 23 years ago
Fixed backgroundimage in circulation module. Background image now displays only in header lines. More... over 23 years ago
Fixing printing error, now is printing all of the days issues for borrower
Chris Cormack
as rangi
More... over 23 years ago
Made sure the printer queue value was being set before calling print
Chris Cormack
as rangi
More... over 23 years ago
Attempting to get issues slip to print when borrower is finished with
Chris Cormack
as rangi
More... over 23 years ago