Main Koha release repository https://koha-community.org
Find a file
2007-07-03 13:50:20 +00:00
acqui Adding startdate and enddate parameters to GetBookfundBreakdown call. 2007-05-28 15:28:28 +00:00
admin do not use REPLACE in SQL statements : it is not standard SQL, and don't work with integrity contraints : it's a delete/insert, not an UPDATE if the row exist. fixes the problem for borrower categories 2007-07-03 08:48:14 +00:00
authorities fix to avoid an error when removing an authority 2007-07-02 09:49:40 +00:00
barcodes Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
bookshelves functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
C4 improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer... 2007-07-03 13:50:20 +00:00
catalogue some fixes (and only fixes) 2007-06-15 13:44:44 +00:00
cataloguing leader length checking bugfix : 25 and not 24 2007-07-02 09:51:28 +00:00
circ removing a compilation warn. 2007-06-05 09:48:31 +00:00
export functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
installer improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer... 2007-07-03 13:50:20 +00:00
koha-tmpl fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely 2007-07-03 13:47:44 +00:00
localfile/modified_authorities synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
members Fix for bug 1296, making surnames uppercase a systems preference 2007-07-02 02:30:15 +00:00
misc french translations 2007-07-02 09:15:40 +00:00
opac improving opac default CSS to have a npl/ccfls like theme (look at http://o15.bureau.paulpoulain.com to see the result) 2007-06-06 13:07:15 +00:00
reports add zipcode list and bsort1 list 2007-06-21 15:43:39 +00:00
reserve some fixes (and only fixes) 2007-06-15 13:44:44 +00:00
reviews functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
rss rel_3_0 moved to HEAD 2007-03-09 15:12:54 +00:00
serials serials-edit.pl 2007-06-30 06:23:10 +00:00
suggestion functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
t Adding more tests, it now tests the exported functions 2007-06-24 22:48:50 +00:00
tools Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
updater Fix for bug 1296, making surnames uppercase a systems preference 2007-07-02 02:30:15 +00:00
.htaccess Solution for error pages 2004-07-30 14:04:20 +00:00
about.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
help.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
mainpage.pl I forgot this script. 2007-04-24 13:56:06 +00:00