Summary: | opaccloud missing from the system preferences interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | System Administration | Assignee: | Mirko Tietgen <mirko> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, kyle, liz, mirko, paul.poulain, veron |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 4177 opaccloud missing from the system preferences interface
Bug 4177 opaccloud missing from the system preferences interface |
Description
Chris Cormack
2010-05-21 01:24:02 UTC
OpacBrowser appears now. Still no OpacCloud. Is that feature still functional? I find the following in prog\en\modules\admin\preferences\opac.pref: # - # This system preference does not actually affect anything # - pref: OpacBrowser # choices: # yes: Show # no: "Don't show" # - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>). # - # opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page # - pref: OpacCloud # choices: # - If ON, enables subject cloud on OPAC At an other place, OpacBrowser is re-implemented, the appropriate lines can be deleted here. Regarding OpacCloud: If I activate the syspref (restoring missing choices) and set the preference to "ON", I get an additional menu item and text as follows: --------------- Subject cloud Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script. --------------- I find additional references to OpacCloud in: admin\systempreferences.pl installer\data\mysql\sysprefs.sql installer\data\mysql\update22to30.pl C4\Auth.pm koha-tmpl\opac-tmpl\ccsr\en\includes\masthead.inc Questions remain: Is that feature still functional? Dead code? To be removed? I have been using the Opaccloud before, it needed some fiddling but worked. It's been a while ago, have not looked into using it with 3.8 yet but was planning on using this eventually. We got it working in the past too - I am against removing it. I think keeping it out of the standard feature set (system preferences) is ok for now. Created attachment 12680 [details] [review] Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Added the option to the admin interface. Does not touch the actual feature. The feature works as intended when enabled and the script related to this feature has been run. Created attachment 12703 [details] [review] Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Inserted tags manually, enabled system preference, tag subject cloud displays nicely. The patch adds a missing pref in the .pref file. Marked as Passed QA. Patch pushed to master String changes, held for 3.8.7 Pushed to 3.8.x, will be in 3.8.7 pushed to 3.6, will be in 3.6.11 |