Main Koha release repository https://koha-community.org
Find a file
2005-01-31 01:52:36 +00:00
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) 2004-12-02 16:36:27 +00:00
acqui.simple bugfix : when modifying a biblio, on a repeated field with many subfields, the test to show empty subfields in X>1 was wrong : the missing subfields of the 1st field were repeated. 2004-12-23 08:43:43 +00:00
admin Changing table row color toggle so that color values can be specified in the template instead of the script (requires update to template) 2005-01-20 20:20:57 +00:00
authorities authoritiy list shown in authtypetext order (so authtypetext with a space appear first, hint used everywhere else for lists) 2004-12-13 16:39:14 +00:00
barcodes using ean128 instead of ean13 (more possibilities) 2004-11-08 19:47:16 +00:00
bookshelves adding bookshelf features : 2004-12-16 11:30:57 +00:00
bull adding "show me late issues" screen 2004-12-03 14:34:54 +00:00
C4 Added some minimal docs to Amazon.pm 2005-01-25 17:23:33 +00:00
circ fix for : 2004-12-15 10:47:09 +00:00
export
import
koha-tmpl Spelling correction 2005-01-31 01:52:36 +00:00
lib
maint
members Checking for the existence of flags (debarred, gonenoaddress. lost) and setting 'flagged' variable so the template knows whether or not to display the container for the error messages. 2005-01-27 22:33:16 +00:00
misc *** empty log message *** 2005-01-05 14:41:49 +00:00
opac Taking table cell background color information out of the script and moving it into the template (requires update to opac-shelves.tmpl) 2005-01-27 17:27:11 +00:00
reports
rss Adding RSS 1.0 and 2.0 versions of the lastAcquired feed to serve as examples 2004-08-11 20:58:03 +00:00
search.marc Adding 'id' values to script-generated option lists (to work with <label> tag) 2004-12-08 20:57:58 +00:00
sec
suggestion Acquisition & Suggestion : 2004-07-15 09:41:03 +00:00
t
updater Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd 2004-12-10 16:11:29 +00:00
value_builder bugfix in editor chooser 2004-11-24 20:30:06 +00:00
z3950 Replace question with note from Harry Jackson 2004-11-17 12:43:54 +00:00
.htaccess Solution for error pages 2004-07-30 14:04:20 +00:00
about.pl
addwebsite.pl
admin-home.pl
bookcount.pl
boraccount.pl
bull-home.pl reordering code & debugging 2004-08-05 16:34:41 +00:00
catalogue-home.pl catalogue.pm deals only with acquisitions. 2004-07-13 12:52:13 +00:00
changelanguage.pl Little script that takes a language as an input, and sets a cookie 2004-07-16 00:39:15 +00:00
currency.pl catalogue.pm deals only with acquisitions. 2004-07-13 12:52:13 +00:00
delbiblio.pl
deletebiblioitem.pl
deletewebsite.pl
delitem.pl
detail.pl *** empty log message *** 2004-12-08 10:30:29 +00:00
detailprint.pl
fixBranches.pl
groups.pl
help.pl
ISBDdetail.pl *** empty log message *** 2004-12-08 10:30:29 +00:00
koha.conf.in
koha.t
loadmodules.pl improving behaviour when MARC=OFF 2004-11-19 16:41:49 +00:00
logout.pl
mainpage.pl
Make.conf.in
Makefile
mancredit.pl
maninvoice.pl
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. 2005-01-03 12:56:30 +00:00
modbib.pl
modbibitem.pl catalogue.pm deals only with acquisitions. 2004-07-13 12:52:13 +00:00
moditem.pl catalogue.pm deals only with acquisitions. 2004-07-13 12:52:13 +00:00
modrequest.pl
modwebsites.pl
moredetail.pl Fix for Bug 689, more templating 2004-12-01 21:31:55 +00:00
overdue.pl
pay.pl
placerequest.pl
plugin_launcher.pl Beginning of serial commit 2004-07-30 13:54:27 +00:00
readingrec.pl Fixing check that determines value of 'limit' 2004-11-26 16:50:41 +00:00
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. 2005-01-27 19:31:14 +00:00
reports-home.pl
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. 2005-01-19 21:39:25 +00:00
reservereport.pl
reservereport.xls Initial revision 2000-12-19 23:45:51 +00:00
search.pl
stats.pl
stats2.pl
subjectsearch.pl
thesaurus_popup.pl
tidyaccounts.pl
updatebibitem.pl
updatebiblio.pl Accepts subjects separated by | or \n 2004-06-26 23:43:12 +00:00
updateitem.pl
updatewebsite.pl