Koha/C4
tipaul c5999dbbbd BUG FIXING :
Serials.pm was not Mysql5 compliant.
(FROM table1, table2 changed to
FROM table1 LEFT JOIN table2 ON....
)
2007-05-25 15:14:43 +00:00
..
Barcodes rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Circulation bug fix : 2007-05-21 07:45:45 +00:00
tests rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Accounts.pm code convention for SQL 2007-04-23 14:06:18 +00:00
Acquisition.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Amazon.pm move Accounts2.pm to Accounts.pm 2007-03-09 23:30:17 +00:00
Auth.pm functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
Auth_with_ldap.pm HUGE COMMIT : code cleaning circulation. 2007-04-04 16:46:22 +00:00
AuthoritiesMarc.pm Koha NoZebra : 2007-05-10 14:45:15 +00:00
Biblio.pm various bugfixes (minor) and french translation updated 2007-05-23 16:19:40 +00:00
Bookfund.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Bookseller.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
BookShelves.pm HUGE COMMIT : code cleaning circulation. 2007-04-04 16:46:22 +00:00
Boolean.pm Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
Branch.pm various bugfixes on parameters modules + adding default NoZebraIndexes systempreference if it's empty 2007-05-04 16:24:08 +00:00
Breeding.pm Code cleaning : 2007-03-29 13:30:31 +00:00
Calendar.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Circulation.pm various bugfixes (minor) and french translation updated 2007-05-23 16:19:40 +00:00
Context.pm Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Input.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Koha.pm Commiting necessary subs for bulkedition. 2007-04-30 14:29:21 +00:00
Labels.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Languages.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Letters.pm Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
Log.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Members.pm bugfixes for acquisition module 2007-05-04 13:59:53 +00:00
NewsChannels.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Output.pm functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
Overdues.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Print.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Record.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Reserves.pm BIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel 2007-04-24 16:10:36 +00:00
Review.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Search.pm Changing GetMarcStructure signature. 2007-05-22 08:50:47 +00:00
Serials.pm BUG FIXING : 2007-05-25 15:14:43 +00:00
Stats.pm Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
Suggestions.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00
Z3950.pm rel_3_0 moved to HEAD 2007-03-09 14:28:54 +00:00