koha.git
2002-06-28 tonnesenIntroduced an annoying bug that duplicated everything...
2002-06-27 tonnesentypo fixed
2002-06-27 tonnesenChange log for 1.2.1RC5
2002-06-27 tonnesenCopies all Changelog* files now.
2002-06-27 tonnesenCouple of bug fixes and a notice about possible mods...
2002-06-27 tonnesenEthnicity line only shows up if ethnicity data has...
2002-06-27 tonnesenEthnicity fields only show up in memberentry if any...
2002-06-27 tonnesenFunctional upgrade script. This script backs up the...
2002-06-27 tonnesenAdding koha.upgrade to list of files copied.
2002-06-27 tonnesenFixing bug that reported an error if updatedatabase...
2002-06-27 tonnesenBeginning of a koha.upgrade script for 1.2.1. We need...
2002-06-27 tonnesenChecks if a previous version of Koha is installed and...
2002-06-27 tonnesen$deweyinput was always defined (it's an HTML input...
2002-06-27 tonnesenApplying patch from Matt Kraai to pick F or NF based...
2002-06-27 tonnesenRe-enabling the max(barcode) + 1 behaviour. Checks...
2002-06-27 tonnesenFixed typo
2002-06-27 tonnesenMaking executable.
2002-06-26 tonnesenChangelog for RC4
2002-06-26 rangiJust adding a -r to the cp statement for the docs folder
2002-06-26 tonnesenMissing wait() call caused a lot of zombie processes...
2002-06-26 tonnesenWrong capitilization on branchcode "MAIN".
2002-06-26 tonnesenFix to allow non-numeric barcodes.
2002-06-26 tonnesenOkay, so I added the $barcode parameter to a comment...
2002-06-26 tonnesenbuildrelease will check for docs subdirectory in /root...
2002-06-26 tonnesenuse warnings breaks on perl 5.005...
2002-06-26 tonnesenInserting some changes I made locally a while ago.
2002-06-26 tonnesenHad some biblioitemnumbers that didn't exist.
2002-06-26 tonnesenAdded some sample data for the virtual bookshelf function
2002-06-26 tonnesenSome udpates that I made here locally a while ago....
2002-06-26 tonnesenadded Debian's /etc/apache-ssl/ config directory
2002-06-26 tonnesenAdded notification text.
2002-06-26 tonnesenmoved z3950 scripts to z3950daemon subdir within script...
2002-06-26 tonnesenBug fix. Single quotes were causing $KohaZ3950Shell...
2002-06-26 tonnesenFixed hard coded directories in z3950 shell scripts...
2002-06-26 tonnesenMissing two fields for aqbooksellers.
2002-06-26 tonnesenAdded blurb pointing to new HOWTO-testing document...
2002-06-26 tonnesenFixed bug where location wouldn't show up in search...
2002-06-26 patefirst cut at a release testing howto
2002-06-26 amillarMake directory variable name more explanatory
2002-06-26 amillarFix display of marc tag labels and indicators
2002-06-26 amillarRemoved subroutines now existing in modules: extractmar...
2002-06-26 tonnesenInstaller creates a backup of httpd.conf
2002-06-26 amillarMoved acqui.simple MARC handling to new module SimpleMa...
2002-06-26 amillarNew module for Z39.50 searching
2002-06-26 amillarNew subs to streamline biblio additions: addcompletebib...
2002-06-26 amillarSubroutine for pull-down list from key table
2002-06-26 amillarClean up systempreferences code to be table-driven
2002-06-26 dragon28sample data not installed as first mysql directive...
2002-06-25 tonnesenBarcodes aren't necessarily numeric
2002-06-25 tonnesenReplaced text box with drop down showing list of bookfunds.
2002-06-25 tonnesenNow remembers locations of cvs checkouts. Prettied...
2002-06-25 tonnesenRemoved check for Net::Z3950 as it reported it missing...
2002-06-25 tonnesenCosmetic clean ups.
2002-06-25 tonnesenLogic bug fixed.
2002-06-25 tonnesenAdded support for sampledata files (gzips before tarbal...
2002-06-25 tonneseninstaller.pl will now offer to install the sample data.
2002-06-25 tonnesenFixed up loan lengths and charges for itemtypes in...
2002-06-25 tonnesenSample Data for Koha 1.2
2002-06-25 tonnesenFixed bug which caused apache to restart regardless...
2002-06-25 tonnesenChanged response check on restarting apache web server.
2002-06-25 tonnesenMissing parameter in startmenu() call
2002-06-25 tonnesenChecks for Net::Z3950 module and warns if it is missing.
2002-06-25 tonnesenConsidered adding Net::Z3950 to the perl modules checke...
2002-06-25 tonnesenFix for Debian's apache which require the includes_modu...
2002-06-25 tonnesenFixed missing semicolons.
2002-06-25 tonnesenFixed error.
2002-06-25 tonnesenChanged the apache configuration to use ports based...
2002-06-25 tonnesenCommented opac-html cleanup
2002-06-25 tonnesenBug fix. Again, it's not sufficient that they are...
2002-06-25 tonnesenBug Fix. It's not good enough that the field is define...
2002-06-25 tonnesenFixed bug. $sth->execute after $sti->prepare.
2002-06-25 tonnesenPopulate systempreferences table with values for acquis...
2002-06-25 tonnesenMissed some changes in my last commit
2002-06-25 tonnesenAdded section to add a branch and printer in installer.pl.
2002-06-25 tonnesenAdded code to remove extraneous files from tarball.
2002-06-25 dragon28fixed a typo
2002-06-25 dragon28fixed a typo
2002-06-25 dragon28fixed a couple of typo's
2002-06-24 tonnesenChange reference to blackdot.gif to remove leading...
2002-06-24 tonnesenModification to date sprintf line fixes problem with...
2002-06-24 rangiHave added missing borrowernumber field to the statisti...
2002-06-24 tonnesenRemoved "use warnings"
2002-06-24 tonnesenA script to automate building releases R_1-1-1RC1
2002-06-24 tonnesenAdding some files that are included in the release... R_1-2-1RC6
2002-06-24 tonnesenCheck that OPAC and INTRANET directories are different.
2002-06-24 tonnesenSwitched from "Add New Members" to "Add New" graphic.
2002-06-24 tonnesenAdded create_priv and drop_priv to koha's mysql user...
2002-06-24 tonnesenmkdir now checks for existence of parent directories...
2002-06-24 tonnesenRemoved "use warnings;" as it does not work with perl...
2002-06-24 tonnesenchanges ownership of directories to root.$httpduser...
2002-06-24 tonnesenMissing '/' after cgi-bin in intranet virtual host...
2002-06-24 tipaulmerging rel-1-2 and main branches
2002-06-24 tipaulmerge of rel-1-2 and main branch
2002-06-24 tonnesenPerl 5.005 doesn't like the -I after the script name.
2002-06-23 tonnesenFixes bug in adding branch... branchcode parameter...
2002-06-22 tonnesenBug fix. Changed acquisitions link to /acquisitions
2002-06-22 tonnesenCheck for existence of apache init script before running.
2002-06-22 tonnesenBug fixes. More remaining.
2002-06-21 tonnesenUncommented "use CDK;" line
2002-06-21 tipaulmerging branches 1.2 and main.
next