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.
 
 
 
 
 
 
slef 28ca6bcc8e first part of bug 490 fix 21 years ago
C4 Searches with NOT are now fully functionnal 21 years ago
acqui invoice number problems fixed, "fast receive" now works 21 years ago
acqui.simple small fix for biblio modif : when modifying a biblio, fields that were left 100% empty during add were no more in the editor. Thus, it was impossible to add them forever. This 1 line fix restore correct behaviour. 21 years ago
admin Checking that all fields mapped to the item marc field (995 in UNIMARC) are mapped to a field in items SQL-table. 21 years ago
circ *** empty log message *** 21 years ago
export 1st draft of marc export 22 years ago
import moving breeding farm import to parameters page (GUI) and to new import/ directory (code structure) 21 years ago
koha-tmpl Updates and fixes to use the modified SearchMarc.pm v1.8 and search.marc/search.pl v1.10 21 years ago
lib #$%^ typo 22 years ago
maint Merged with arensb-context branch: use C4::Context->dbh instead of 22 years ago
marc Initial fix to bug 456: hardwired paths 21 years ago
misc first part of bug 490 fix 21 years ago
opac Fix for bug #496 21 years ago
search.marc Support for SearchMarc.pm v1.8 21 years ago
sec Removed trailing whitespace. 22 years ago
t Convenience function to check for 1/0/true/false/on/off/yes/no 22 years ago
telnet Removed trailing whitespace. 22 years ago
tkperl Added support for showing patron flags in the issues module. 24 years ago
translator Removed trailing whitespace. 22 years ago
updater *** empty log message *** 21 years ago
value_builder *** empty log message *** 21 years ago
z3950 adding isbn/author/title support (forgot to commit those...) 21 years ago
MARCdetail.pl small fix & improvement. 21 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 fixes + improvment. shows now apache and mysql versions 22 years ago
addwebsite.pl C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, 22 years ago
admin-home.pl *** empty log message *** 22 years ago
bookcount.pl Changed the scripts to use format_date 21 years ago
boraccount.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 22 years ago
catalogue-home.pl Passing through the item types and branches to the template, so ppl can restrict the search by branch or itemtype. 21 years ago
charges.pl These now actually work. 22 years ago
currency.pl script now used only when currencies rates modified in acqui/acqui-home.pl page => removed unused code 22 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
deletemem.pl Fixed delete member link. 21 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 Changed the scripts to use format_date 21 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
imemberentry.pl fixes for bug 246 (zipcode), 207 (display of institutional member) and some improvment and other bugfixes 21 years ago
insertdata.pl remove trailing warn :-) 21 years ago
insertidata.pl fir for #208 + bugfix in adding an organisation 21 years ago
insertjdata.pl Fixed jmemberentry stuff 21 years ago
jmemberentry.pl Fixed jmemberentry stuff 21 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 23 years ago
loadmodules.pl Using boolean_preference() instead of preference() for 'marc' system pref. 21 years ago
logout.pl merging 1.2 and bugfixes for auth and login 22 years ago
mainpage.pl Fix for 418 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
member-flags.pl fix for 415 21 years ago
member-password.pl Fixed #465. 21 years ago
member.pl bugfix for #499 21 years ago
memberentry.pl *** empty log message *** 21 years ago
members-home.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 22 years ago
modbib.pl Fixing a typo that was causing bug 433 21 years ago
modbibitem.pl Changed slashifyDate's into format_date's 22 years ago
moditem.pl bugfixes (use Acquisition.pm removed and image templating fixed) 22 years ago
modrequest.pl fix for #387 21 years ago
modwebsites.pl Fixing bug 372 21 years ago
moredetail.pl Changed slashifyDate's into format_date's 22 years ago
moremember.pl Itemtypes, branch, and categories are displayed using their respective description to ease reading. 21 years ago
newimember.pl *** empty log message *** 22 years ago
newjmember.pl Fixed bug #404 21 years ago
newmember.pl alternative contact no more mandatory 21 years ago
overdue.pl Changed overdue.tmpl to use the includes and added a link to it from the reports page 21 years ago
pay.pl Use get_template_and_user 22 years ago
placerequest.pl Fixing a call to cgi->dump to be Dump 22 years ago
plugin_launcher.pl * bugfixes 22 years ago
readingrec.pl Fixed bug regrading "Full output" 21 years ago
release_notes_191.txt adding release notes files on my local machine 21 years ago
release_notes_192.txt adding release notes files on my local machine 21 years ago
release_notes_193.txt adding release notes files on my local machine 21 years ago
release_notes_200pre1.txt * commiting last version or 2.0.0pre1 release notes for history 21 years ago
release_notes_200pre2.txt * commiting last version or 2.0.0pre1 release notes for history 21 years ago
renewscript.pl Added magic RCS comment. 22 years ago
reports-home.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 22 years ago
request.pl fix for #477 21 years ago
reservereport.pl Templating reservereport et shelves. 22 years ago
reservereport.xls Initial revision 24 years ago
search.pl Using boolean_preference instead of preference for 'marc' setting 21 years ago
shelves.pl Worked around weirdness with HTML::Template; without the {}, it complains 22 years ago
showbudget.pl *** empty log message *** 22 years ago
simpleredirect.pl Added default case to catch illegal values resulting from over-translation 22 years ago
stats.pl * PARTIAL fix for #322 => gives strange results imho 21 years ago
stats2.pl Added magic RCS comment. 22 years ago
subjectsearch.pl Added magic RCS comment. 22 years ago
thesaurus_popup.pl small fix 21 years ago
tidyaccounts.pl Added magic RCS comment. 22 years ago
updatebibitem.pl Added magic RCS comment. 22 years ago
updatebiblio.pl Moving modbiblio call location => mandatory for old-db <-> marc-db mapping. Changes nothing from "old-biblio" point of view. 21 years ago
updatecharges.pl These now actually work. 22 years ago
updateitem.pl bugfixes 22 years ago
updatewebsite.pl These were using the old deprecation C4::Acquisitions 21 years ago