[Bug 3712] New: [3.0.x] Missing syspref in english definition file
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 Summary: [3.0.x] Missing syspref in english definition file Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: tajoli@cilea.it CC: tajoli@cilea.it Estimated Hours: 0.0 Change sponsored?: --- In version 3.0.x the standard defintion file is data/mysql/en/mandatory/sysprefs.sql Checking the situation for transalte I found errors. I used the test script xt/syspref.t --Variabiles missing that are clear used in templates, scripts, API: AmazonCoverImages, AuthDisplayHierarchy, OPACAmazonCoverImages, ReadingHistory --Variables present in standard place (like others .sql and/or in admin/systempreferences.pl and installer/data/mysql/updatedatabase.pl ) but not used in others places: ReceiveBackIssues maxItemsInSearchResults AllowNotForLoanOverride is used and is present in data/mysql/en/mandatory/sysprefs.sql but the script can't see it, so report it as an error. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 hdlaurent <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henridamien@koha-fr.org OS/Version|Windows 2000 |Linux - Debian -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Zeno Tajoli <tajoli@cilea.it> 2009-10-15 13:25:25 --- More information about this bug -- AllowNotForLoanOverride is a easy fix, only to write the sql code in better way -- We need need more info 'ReadingHistory' It is not present in the manuals It is not present in data/mysql/en/mandatory/sysprefs.sql of 3.0.x and 3.2 It is used only in C4/Members.pm, lines 1071-1075 for 3.2; for 3.0.x in lines 1066-1070. It seems a specific feature for HLT With more info i can decide if delete it or insert it in data/mysql/en/mandatory/sysprefs.sql -- We need more info also about 'ReceiveBackIssues' It is not present in the manuals It is not present in data/mysql/en/mandatory/sysprefs.sql of 3.0.x and 3.2 I don't find code lines that use it It seem relatete with France Is it a variable for a future use ? -- maxItemsInSearchResults is a preference to delete It is not used in 3.0.x or in 3.2. There a specific patch to delete it (bug 2142). -- AmazonCoverImages is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is present in the manual of 3.0.x -- OPACAmazonCoverImages is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is present in the manual of 3.0.x -- AuthDisplayHierarchy is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is NOT present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is NOT present in the manual of 3.0.x or 3.2 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain@biblibre.com |tajoli@cilea.it Severity|enhancement |normal Status|ASSIGNED |NEW -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 hdlaurent <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tajoli@cilea.it |henridamien@koha-fr.org Status|NEW |ASSIGNED --- Comment #2 from hdlaurent <henridamien@koha-fr.org> 2009-10-19 21:51:48 --- Created an attachment (id=1223) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1223) patch proposed issue seems solved -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com