Main Koha release repository https://koha-community.org
Find a file
2003-06-30 10:06:18 +00:00
acqui fix for #342 2003-06-24 09:02:15 +00:00
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. 2003-06-26 14:11:09 +00:00
admin fix for #473 2003-06-24 10:26:17 +00:00
C4 FIX: Incorrect parameters given to function Stats::UpdateStats in 2003-06-20 12:48:09 +00:00
circ Fixing the sticky due date problem reported by jerome 2003-06-26 09:31:39 +00:00
export 1st draft of marc export 2002-12-13 16:22:04 +00:00
import moving breeding farm import to parameters page (GUI) and to new import/ directory (code structure) 2003-06-04 13:46:24 +00:00
koha-tmpl very stupid bug due to an unchecked copy/paste... 2003-06-25 15:06:10 +00:00
lib #$%^ typo 2003-04-07 19:51:09 +00:00
maint Merged with arensb-context branch: use C4::Context->dbh instead of 2002-10-05 09:44:27 +00:00
marc Initial fix to bug 456: hardwired paths 2003-05-20 19:50:41 +00:00
misc Preserving old template/script dirs if they exist, ready for upgrade to use Install.pm 2003-06-30 10:06:18 +00:00
opac Fix for bug #496 2003-06-18 08:38:34 +00:00
search.marc fix for 415 2003-05-02 13:06:33 +00:00
sec Removed trailing whitespace. 2002-10-13 10:43:54 +00:00
t Convenience function to check for 1/0/true/false/on/off/yes/no 2003-02-06 06:15:00 +00:00
telnet Removed trailing whitespace. 2002-10-13 10:43:54 +00:00
tkperl Added support for showing patron flags in the issues module. 2001-01-17 23:45:50 +00:00
translator Removed trailing whitespace. 2002-10-13 10:43:54 +00:00
updater *** empty log message *** 2003-06-23 15:54:32 +00:00
value_builder *** empty log message *** 2003-06-23 11:26:21 +00:00
z3950 adding isbn/author/title support (forgot to commit those...) 2003-06-23 11:28:52 +00:00
about.pl fixes + improvment. shows now apache and mysql versions 2003-04-10 14:14:00 +00:00
addwebsite.pl C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, 2002-10-16 12:32:26 +00:00
admin-home.pl *** empty log message *** 2003-03-19 21:02:24 +00:00
bookcount.pl Changed the scripts to use format_date 2003-05-08 13:19:39 +00:00
boraccount.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
catalogue-home.pl Passing through the item types and branches to the template, so ppl can restrict the search by branch or itemtype. 2003-06-16 09:20:35 +00:00
charges.pl These now actually work. 2003-03-29 23:15:17 +00:00
currency.pl script now used only when currencies rates modified in acqui/acqui-home.pl page => removed unused code 2003-02-13 18:03:36 +00:00
delbiblio.pl Fixing a broken redirect 2003-06-29 01:27:36 +00:00
deletebiblioitem.pl Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's 2002-10-16 12:35:43 +00:00
deletemem.pl Fixed delete member link. 2003-05-08 11:57:35 +00:00
deletewebsite.pl These were using the old deprecation C4::Acquisitions 2003-06-25 04:48:45 +00:00
delitem.pl Removing the use C4::Acquisitions line 2003-04-21 02:53:14 +00:00
detail.pl Changed the scripts to use format_date 2003-05-08 13:19:39 +00:00
fixBranches.pl Merged with arensb-context branch: use C4::Context->dbh instead of 2002-10-05 09:44:27 +00:00
groups.pl Merging from rel-1-2 to trunk 2002-10-28 17:46:18 +00:00
imemberentry.pl fixes for bug 246 (zipcode), 207 (display of institutional member) and some improvment and other bugfixes 2003-05-15 12:25:04 +00:00
insertdata.pl remove trailing warn :-) 2003-05-19 15:22:12 +00:00
insertidata.pl fir for #208 + bugfix in adding an organisation 2003-06-06 10:00:52 +00:00
insertjdata.pl Fixed jmemberentry stuff 2003-05-27 07:09:07 +00:00
jmemberentry.pl Fixed jmemberentry stuff 2003-05-27 07:09:07 +00:00
koha.conf.in (added) Ancillary files for new installer. 2002-10-30 14:06:29 +00:00
koha.t refactored slashifyDate function out of inline code, created C4/Koha.pm 2002-04-08 23:44:43 +00:00
loadmodules.pl Using boolean_preference() instead of preference() for 'marc' system pref. 2003-06-11 18:34:43 +00:00
logout.pl merging 1.2 and bugfixes for auth and login 2002-10-10 10:07:34 +00:00
mainpage.pl Fix for 418 2003-05-03 03:06:01 +00:00
Make.conf.in (added) Ancillary files for new installer. 2002-10-30 14:06:29 +00:00
Makefile (added) Ancillary files for new installer. 2002-10-30 14:06:29 +00:00
mancredit.pl fix for #297 and some others bugs 2003-04-23 12:20:26 +00:00
maninvoice.pl fix for #297 and some others bugs 2003-04-23 12:20:26 +00:00
MARCdetail.pl small fix & improvement. 2003-06-10 15:46:34 +00:00
member-flags.pl fix for 415 2003-05-02 13:06:33 +00:00
member-password.pl Fixed #465. 2003-05-27 06:51:55 +00:00
member.pl bugfix for #499 2003-06-19 16:06:59 +00:00
memberentry.pl "tab-ing" script 2003-05-21 14:36:21 +00:00
members-home.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
modbib.pl Fixing a typo that was causing bug 433 2003-05-02 23:54:07 +00:00
modbibitem.pl Changed slashifyDate's into format_date's 2003-03-26 04:25:48 +00:00
moditem.pl bugfixes (use Acquisition.pm removed and image templating fixed) 2003-03-18 09:52:30 +00:00
modrequest.pl fix for #387 2003-05-15 13:56:52 +00:00
modwebsites.pl Fixing bug 372 2003-04-21 03:40:04 +00:00
moredetail.pl Changed slashifyDate's into format_date's 2003-03-26 04:25:48 +00:00
moremember.pl Bug fixes. 2003-05-19 13:59:12 +00:00
newimember.pl *** empty log message *** 2003-02-19 05:22:01 +00:00
newjmember.pl Fixed bug #404 2003-04-30 00:56:21 +00:00
newmember.pl fixes for bug 246 (zipcode), 207 (display of institutional member) and some improvment and other bugfixes 2003-05-15 12:25:04 +00:00
overdue.pl This was the last script using the old "pathtotemplate" subroutine. Replaced 2003-06-11 20:11:44 +00:00
pay.pl Use get_template_and_user 2003-02-06 06:32:57 +00:00
placerequest.pl Fixing a call to cgi->dump to be Dump 2003-01-15 03:12:22 +00:00
plugin_launcher.pl * bugfixes 2002-12-10 13:54:08 +00:00
readingrec.pl Fixed bug regrading "Full output" 2003-04-30 00:03:33 +00:00
release_notes_191.txt adding release notes files on my local machine 2003-06-23 11:29:38 +00:00
release_notes_192.txt adding release notes files on my local machine 2003-06-23 11:29:38 +00:00
release_notes_193.txt adding release notes files on my local machine 2003-06-23 11:29:38 +00:00
release_notes_200pre1.txt adding release notes files on my local machine 2003-06-23 11:29:38 +00:00
renewscript.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
reports-home.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
request.pl fix for #477 2003-06-24 08:32:35 +00:00
reservereport.pl Templating reservereport et shelves. 2002-12-19 18:55:40 +00:00
reservereport.xls
search.pl Using boolean_preference instead of preference for 'marc' setting 2003-06-11 18:37:55 +00:00
shelves.pl Worked around weirdness with HTML::Template; without the {}, it complains 2003-02-05 10:04:14 +00:00
showbudget.pl *** empty log message *** 2002-11-12 16:41:12 +00:00
simpleredirect.pl Added default case to catch illegal values resulting from over-translation 2003-02-08 21:49:55 +00:00
stats.pl * PARTIAL fix for #322 => gives strange results imho 2003-05-19 16:20:51 +00:00
stats2.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
subjectsearch.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
thesaurus_popup.pl small fix 2003-04-11 15:09:03 +00:00
tidyaccounts.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
updatebibitem.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
updatebiblio.pl Moving modbiblio call location => mandatory for old-db <-> marc-db mapping. Changes nothing from "old-biblio" point of view. 2003-05-19 13:56:43 +00:00
updatecharges.pl These now actually work. 2003-03-29 23:15:17 +00:00
updateitem.pl bugfixes 2003-03-18 11:15:36 +00:00
updatewebsite.pl These were using the old deprecation C4::Acquisitions 2003-06-25 04:48:45 +00:00