koha.git
2002-09-17 tonnesenFound the real culprit. The printers table did not... R_1-2-3RC14
2002-09-17 tonnesenAdded a routine to check the definitions of individual...
2002-09-17 tonnesenFixed printers.pl so that printers can be edited (would...
2002-09-16 finlaytAdded the "global_vars" option to the gettemplate sub.
2002-09-16 finlaytdosearch.pl replaces search.pl for the new templated...
2002-09-12 tonnesenRemoving conflicting lines
2002-09-12 finlaytchanged to use the new gettemplate method.
2002-09-12 rangiquick fix to throw away searches with less than 3 chara...
2002-09-12 finlaytuses the gettemplate method from Output.pm now. Has...
2002-09-12 finlaytadded a gettemplate routine that does all the template...
2002-09-11 finlaytbugg fixes
2002-09-11 finlaytA little more refactoring....
2002-09-11 tonnesenMore checkauth() calls added to intranet scripts
2002-09-11 finlaytAltered to use the new themelanguage method in Output.pm
2002-09-11 finlaytadded a themelanguage subroutine that searchs for templ...
2002-09-11 finlaytadded these opac files temporarily as I sort out the...
2002-09-09 uid41696Adding authentication calls to intranet scripts
2002-09-09 uid41696Adding authentication calls to intranet scripts
2002-09-09 tonnesenBug that broke access flag checking when logging in...
2002-09-09 tonnesenAdding cookie-based authentication calls
2002-09-08 tonnesenFix for Auth.pm when using "super user" account from... R_1-2-3RC13
2002-09-06 tonnesenBug fix... user access flags were not getting set prope...
2002-09-06 tonnesenBug fix... question should have defaulted to y, but...
2002-09-05 tonnesenFixed small bug... my on $borrowerinfo caused the field... R_1-2-3RC12
2002-09-05 tonnesenlogout.pl checks if the server is using basic authentic...
2002-09-03 tonnesenFixed typo.
2002-09-03 tonnesenCall kohareporter from installer.pl and koha.upgrade
2002-09-03 tonnesenScript that will be called by installer/upgrader if...
2002-09-03 tonnesenRemoving hard coded values for apache user and pid...
2002-09-03 tonnesenreplaced > with >= and < with <= in date comparisons.
2002-09-03 tonnesenremoved hard coded budget date from sub bookfunds();
2002-08-30 tonnesenWas checking for 'RC' in installed version
2002-08-27 dragon28small tidy up of branch table output
2002-08-26 tonnesenRemoved hard coded directories (as reported by Ville... R_1-2-3RC11
2002-08-23 finlaytmerged in the version 1.5 from the main branch
2002-08-20 dragon28fixed image alt tag
2002-08-20 dragon28fixed image alt tag
2002-08-19 rangiFix for item search
2002-08-16 rangiMerging across print.pm fixes bug 80
2002-08-16 tonnesenbranchrelations fix needed to be done in two places...
2002-08-16 tonnesenAdded 'IS' and 'CU' flags for default MAIN branch.
2002-08-16 tonnesenSet all .pl scripts in intranet-cgi executable
2002-08-16 tonnesenFixed '_' character between issues, returns, and transf...
2002-08-16 tonnesenAdded missing $accessflagshash chunk to getpatroninform...
2002-08-15 rangiFix for itemissues, fetching the right dates for last...
2002-08-15 rangiMerging branchtransfers and lots of circulation fixes...
2002-08-14 tonnesenAdding copyright statements to all .pl and .pm files...
2002-08-13 tonnesenLittle script to add a copyright statement to all ...
2002-07-27 tonnesenTemplate => HTML::Template
2002-07-27 dragon28now checks for HTML::Template
2002-07-27 tonnesenRenamed button appropriately.
2002-07-27 tonnesenFixed bugs with variable scope after switching some...
2002-07-27 tonnesenNew script for setting user flags. Link from member...
2002-07-27 tonnesenUnintentional duplication of Set::Scalar requirement.
2002-07-27 tonnesenRemoved use C4::Koha line, which caused a looped depend...
2002-07-27 tonnesenAdded new flags field for sample data borrowers. The...
2002-07-27 tonnesenAdded Digest::MD5 to the list of required perl modules...
2002-07-27 tonnesenBeginning flags based authentication. All of the membe...
2002-07-26 tonnesenAdded flags to borrowers table and userflags table...
2002-07-26 tonnesenadded some new modular code to koha.upgrade
2002-07-25 tonnesenFinished modularizing installer.pl
2002-07-25 tonnesenAlmost done modularizing installer.pl
2002-07-25 tonnesenshell scripts now parse the config file to get working...
2002-07-25 tonnesenFixed bug that broke searches with spaces in them.
2002-07-24 tonnesenA bit further on modularizing intaller.pl
2002-07-24 tonnesenMore work on modularizing the installation scripts...
2002-07-23 tonnesenCreating a separate Install.pm module that will be...
2002-07-23 tonnesenFix to permissions on koha.conf on initial install.
2002-07-22 tonnesenRemoving circulation2.pl from other branches
2002-07-22 tonnesenTest for Net::Z3950
2002-07-22 tonnesenNew script copied over from trunk. Templates call...
2002-07-20 rangiFixing missing column (budgetdate) in aqorders
2002-07-17 patesync test with testing doc
2002-07-14 tonnesenUsed wrong environment variable for basic authenticatio...
2002-07-12 tonnesenI had Koha.pm using Database.pm and vice versa. Subrou...
2002-07-11 tonnesenAdding some missing opac scripts
2002-07-11 tonnesenMissed dependency on Koha.pm for new configfile routine
2002-07-11 tonnesenAdded authentication information to installer.pl, modif...
2002-07-11 tonnesenAdded info about the new authentication to koha.upgrade...
2002-07-11 tonnesenRemoved warning lines
2002-07-11 tonnesenCreated a subroutine for loading /etc/koha.conf setting...
2002-07-11 tonnesenAdded module check to koha.upgrade and added HTML:...
2002-07-11 tonnesenNew fields and tables for authentication module.
2002-07-11 tonnesenCommitting changes to add authentication and opac templ... R_1-2-3RC5
2002-07-09 tonnesenAdded warnings if the version to be installed has ...
2002-07-09 tonnesenMoved koha.conf write to after Z39.50 daemon was config...
2002-07-09 tonnesenkoha.upgrade wasn't rewriting the variables in the...
2002-07-09 tonnesenkoha.conf hostname configuration variable was mistakenl...
2002-07-09 tonnesenChecks the MySQL root password is correct and allows...
2002-07-09 tonnesenAdds subjectsearch.pl to the OPAC cgi-bin
2002-07-09 tonnesenBug fix.
2002-07-09 tonnesenuses loadmodules.pl to load the acquisitions page
2002-07-09 tonnesenBug fix.
2002-07-09 tonnesenOriginal logic removed all spaces, then replaced every...
2002-07-05 amillarSecond arg of requireDBI is calling subroutine name
2002-07-05 tonnesenAdded check that programs are being run as root.
2002-07-05 tonnesenFixing some bugs in marcimport.pl that broke uploading...
2002-07-05 tonnesenFixed logic bug in checkvalidisbn routine
2002-07-04 tonnesenBug fixes R_1-2-1
2002-07-04 tonnesenFatal bug in installer.pl was trying to set httpduser...
next