[Koha-patches] [PATCH] [3.0.x](bug #3144) Added antispam filter for anonymous suggestions

2009-06-22 Thread Jean-André Santoni
This antispam is based on Mollom. You will need to register and get an API key to access it, then set the Mollom* sysprefs. This patch only use the statistic way to filter spam. A future patch could add a captcha if Mollom can't determinate if content is spam or ham. ---

Re: [Koha-patches] [PATCH] Bug 3226 - Extended characters inconsistantly displayed

2009-06-22 Thread LAURENT Henri-Damien
hi Why not use preferredRecordSyntax=XML ? rather than hardcoding get('xml') I have never had this problem. But it seems to me that adding a preference to connection would be safer than hardcoding a get param. -- Henri-Damien LAURENT Frédéric Demians a écrit : When displayed on result page,

Re: [Koha-patches] [PATCH] Bug 3226 - Extended characters inconsistantly displayed

2009-06-22 Thread Frédéric DEMIANS
Why not use preferredRecordSyntax=XML ? rather than hardcoding get('xml') No specific reason. I can add that in Context::_new_Zconn function. I have never had this problem. I get this issues on result page on all Koha installations using stable or development version, with UNIMARC DB and

[Koha-patches] [PATCH] (bug #3348) fix funds and budget table

2009-06-22 Thread Nahuel ANGELINETTI
This fix how the funds and budget table is calculated. Some old values are included when they shouldn't. Then it disallow the user to receive non-closed baskets. And fix a the spent/commited budget page, to show (and calculate) only closed baskets. --- C4/Acquisition.pm |5 -

[Koha-patches] [PATCH] added back itemtypes.replacement_price

2009-06-22 Thread Galen Charlton
--- admin/itemtypes.pl |7 +-- installer/data/mysql/kohastructure.sql |1 + .../data/mysql/updatedatabase_replacement_price.pl |8 .../prog/en/modules/admin/itemtypes.tmpl |5 + 4 files changed, 19