[Bug 6935] New: SYStem preference XISBNDailyLimit preference text error
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Bug #: 6935 Summary: SYStem preference XISBNDailyLimit preference text error Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: cmeech@waitaki.govt.nz QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com XISBNDailyLimit Only use the xISBN service times a day. Unless you are paying for the xISBN service, you should leave this at the default of 999 (as detailed above) default should be 499 rather than 999 eg XISBNDailyLimit Only use the xISBN service times a day. Unless you are paying for the xISBN service, you should leave this at the default of 499 (as detailed above) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |5774 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Blocks|5774 | --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-09-29 05:02:01 UTC --- The limit was changed to 999 a while ago: http://koha-community.org/oclc-raises-daily-noncommercial-usage-limits-for-x... But it seems 499 is correct? http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp 'The xISBN Web service is free for non-commercial use when usage does not exceed 500 requests per day. Free usage is governed by the WorldCat Affiliate Terms and Conditions. See the xISBN API for instructions.' -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-10-13 05:44:35 UTC --- *** Bug 5774 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-10-13 05:45:19 UTC --- I can make a patch to correct it, but which value do we want? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 --- Comment #4 from Nicole C. Engard <nengard@gmail.com> 2011-10-14 14:15:21 UTC --- 999 (because the max is 1000) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-10-18 06:19:32 UTC --- I have checked the pref file, the text there is correct: OCLC: - - pref: XISBN choices: yes: Use no: "Don't use" - the OCLC xISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on). - - Use the <a href="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">OCLC affiliate ID</a> - pref: OCLCAffiliateID - to access the xISBN service. Note that unless you have signed up for an ID, you are limited to 1000 requests per day. - - Only use the xISBN service - pref: XISBNDailyLimit class: integer - times a day. Unless you are paying for the xISBN service, you should leave this at the default of 999 (as detailed above). Perhaps this is a problem in the po files of the installed language? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-30 07:01:16 UTC --- In my newly created database the value is set to 499 instead of 999 - investigating. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_4 |master Severity|enhancement |minor -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-30 07:16:48 UTC --- Created attachment 6464 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6464 Bug 6935: Correct XISBNDailyLimit for new installations This corrects the value of XISBNDailyLimit in the system preferences installation file to 999 instead of 499. The file was missed in an earlier update, so new installations have different values than older installations that were updated. Another patch with a database update is needed. Sending this patch first, until it's clear how database updates will work for 3.8. To test: 1) Recreate your database from scratch 2) Check your system preference XISBNDailyLimit shows 999 instead of 499, matching the description of the system preference. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6464|0 |1 is obsolete| | --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2011-12-13 08:14:34 UTC --- Created attachment 6736 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6736 Bug 6935: Correct XISBNDailyLimit for new installations This corrects the value of XISBNDailyLimit in the system preferences installation file to 999 instead of 499. The file was missed in an earlier update, so new installations have different values than older installations that were updated. Another patch with a database update is needed. Sending this patch first, until it's clear how database updates will work for 3.8. To test: 1) Recreate your database from scratch 2) Check your system preference XISBNDailyLimit shows 999 instead of 499, matching the description of the system preference. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|master |rel_3_6 Patch Status|Signed Off |Patch Pushed --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> 2011-12-13 15:47:56 UTC --- QA comment: trivial patch, passed QA patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6935 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #10 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This was included in the 3.6 branch prior to 3.6.4. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org