Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hdl 65ac247ed3 Adding calendar javascript facilities 19 years ago
C4 fix for bug 937 19 years ago
acqui CRITICAL bug in acquisition (another one...) : when MARC=ON, and an order line is created from an existing biblio (to buy another item), the MARC biblio is lost and replaced by the non marc one (that has a lot less informations...). To solve the problem, the biblio can no more be modified after the order has been placed. Less feature, but more reliable ! (not simple solution to solve this problem. Would imply to rewrite the MARC biblio from the non marc datas, and no API is provided for this yet) 20 years ago
acqui.simple - Adding classification to list of returned variables 19 years ago
admin - formatting currency values 19 years ago
authorities authoritiy list shown in authtypetext order (so authtypetext with a space appear first, hint used everywhere else for lists) 20 years ago
barcodes using ean128 instead of ean13 (more possibilities) 20 years ago
bookshelves adding bookshelf features : 20 years ago
bull adding "show me late issues" screen 20 years ago
circ Adding 'flagged' variable to help control display in the template 19 years ago
export Fixed charset conversion problem reported by Benedict. 20 years ago
import Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39) 21 years ago
koha-tmpl Adding calendar javascript facilities 19 years ago
lib #$%^ typo 21 years ago
maint Various updates/fixes from rel_2_0 20 years ago
members Using destination parameter to return users to circulation if they clicked the 'edit' link from the circulation screen 19 years ago
misc Some changes from rel_2_2: 20 years ago
opac Taking table cell background color information out of the script and moving it into the template (requires update to opac-shelves.tmpl) 20 years ago
reports Adding stats on acquisitions... First Version 19 years ago
rss Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 20 years ago
search.marc Copying code from opac-search.pl that allows search terms to be output along with search results ("You searched for...") Add <!-- TMPL_VAR NAME="searchdesc" --> to template to take advantage of this change. 20 years ago
sec synch'ing 2.0.0 branch (RC4 tag) and head 20 years ago
suggestion Acquisition & Suggestion : 20 years ago
t Convenience function to check for 1/0/true/false/on/off/yes/no 22 years ago
updater Adding MIME and delimiter support to system preferences 19 years ago
value_builder bugfix in editor chooser 20 years ago
z3950 Replace question with note from Harry Jackson 20 years ago
.htaccess Solution for error pages 20 years ago
ISBDdetail.pl *** empty log message *** 20 years ago
MARCdetail.pl * partial support of the "linkage" MARC feature : if you enter a "link" on a MARC subfield, the magnifying glass won't search on the field, but on the linked field. I agree it's a partial support. Will be improved, but I need to investigate MARC21 & UNIMARC diffs on this topic. 20 years ago
Make.conf.in (added) Ancillary files for new installer. 22 years ago
Makefile (added) Ancillary files for new installer. 22 years ago
about.pl adding credits & using $] instead of perl -v to get perl version 21 years ago
addwebsite.pl C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, 22 years ago
admin-home.pl *** empty log message *** 21 years ago
bookcount.pl sync'ing with rel_2_0 (mostly prepare/execute pb, bug #662) 21 years ago
boraccount.pl - formatting date according to system preference 19 years ago
bull-home.pl reordering code & debugging 20 years ago
catalogue-home.pl catalogue.pm deals only with acquisitions. 20 years ago
changelanguage.pl Little script that takes a language as an input, and sets a cookie 20 years ago
currency.pl catalogue.pm deals only with acquisitions. 20 years ago
delbiblio.pl Fixing a broken redirect 21 years ago
deletebiblioitem.pl Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's 22 years ago
deletewebsite.pl These were using the old deprecation C4::Acquisitions 21 years ago
delitem.pl Removing the use C4::Acquisitions line 21 years ago
detail.pl *** empty log message *** 20 years ago
detailprint.pl synch'ing 2.0.0 branch and head 20 years ago
fixBranches.pl Merged with arensb-context branch: use C4::Context->dbh instead of 22 years ago
groups.pl Merging from rel-1-2 to trunk 22 years ago
help.pl new feature : online HELP 20 years ago
koha.conf.in (added) Ancillary files for new installer. 22 years ago
koha.t refactored slashifyDate function out of inline code, created C4/Koha.pm 22 years ago
loadmodules.pl improving behaviour when MARC=OFF 20 years ago
logout.pl merging 1.2 and bugfixes for auth and login 22 years ago
mainpage.pl fix for #646 (logging with low rights librarian code) 21 years ago
mancredit.pl fix for #297 and some others bugs 21 years ago
maninvoice.pl fix for #297 and some others bugs 21 years ago
modbib.pl fixes from paul email 21 years ago
modbibitem.pl catalogue.pm deals only with acquisitions. 20 years ago
moditem.pl catalogue.pm deals only with acquisitions. 20 years ago
modrequest.pl Correcting redirect path 20 years ago
modwebsites.pl Fixing bug 372 21 years ago
moredetail.pl Fix for Bug 689, more templating 20 years ago
overdue.pl sync'ing with rel_2_0 (mostly prepare/execute pb, bug #662) 21 years ago
pay.pl Formatting currency values 19 years ago
placerequest.pl Fixing a call to cgi->dump to be Dump 22 years ago
plugin_launcher.pl Beginning of serial commit 20 years ago
readingrec.pl - adding 'toggle' variable to allow alternating table row styles 19 years ago
renewscript.pl Adding option to pass parameter from circulation asking renewscript to redirect back to circulation instead of moremember.pl. Since modification of the circulation templates allows a renew form on the circulation page, it's necessary to allow different redirects from different pages. renewscript.pl still defaults to redirecting to moremember.pl, so changes to templates are not required if not desired. 20 years ago
reports-home.pl new feature : stocktaking/inventory. 20 years ago
request.pl Comparing reserves' destination branch to the current holding branch to determine actual waiting status. If destination branch is equal to holding branch, the item has been checked in at its destination and can be accurately shown as waiting. If not, the item is still in transit and should display that information. 20 years ago
reservereport.pl Templating reservereport et shelves. 22 years ago
reservereport.xls Initial revision 24 years ago
search.pl Fix for bug 217 20 years ago
stats.pl * PARTIAL fix for #322 => gives strange results imho 21 years ago
stats2.pl sync'ing with rel_2_0 (mostly prepare/execute pb, bug #662) 21 years ago
subjectsearch.pl Added magic RCS comment. 22 years ago
thesaurus_popup.pl synch'ing 2.0.0 branch and head 20 years ago
tidyaccounts.pl Added magic RCS comment. 22 years ago
updatebibitem.pl Fix for bug 591 21 years ago
updatebiblio.pl Accepts subjects separated by | or \n 20 years ago
updateitem.pl Fixing reference to CheckReserves (script was pointing to Circ2.pm instead of Reserves2) 19 years ago
updatewebsite.pl These were using the old deprecation C4::Acquisitions 21 years ago