https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817 --- Comment #72 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Caroline Cyr La Rose from comment #71)
I had a bit of trouble applying the patch. I had to add member-flags.tt and then continue applying the patch. I don't know if that's normal or not.
Yes, conflict. I am going to re-attached a rebased version of these patches.
I went to Global system preferences and clicked on the tab for circulation. When I clicked help, the manual was at the beginning of the sysprefs section. I don't know if it's possible at all to point to the right sub-section? It's just that are sooooo many system preferences...
It should be the same behaviour as prior to the patch. We can imagine a link close to each pref to point to the dedicated section of the manual. TODO later ;)
My KohaManualLanguage is on Arabic by default. I'm guessing it's the first language in the list, but if I don't change it will this be the default? Should we put English by default instead of Arabic?
I guess you did not execute the updatedatabase.pl script. The default value is "en".
I also don't see the edit button mentioned in comment 7. Was that implemented or just an idea for a future development? It could be a second patch. People don't currently have the ability to modify from the staff interface, so it wouldn't necessarily be a step back. More advanced users can still use their own help files.
The original plan was to provide a full help system, local editing (on top of git repository), etc. I have asked several time on the mailing lists and during IRC meetings to get feedbacks and ideas. I did not get answers and I am no longer willing to provide such enhancements. Maybe later...
I wasn't able to test switching languages because my master is only installed in English.
You can install a couple with: sudo koha-translate --install fr-CA --dev kohadev sudo koha-translate --install it-IT --dev kohadev
It's a great development! It will be much easier to translate, no need to translate the help file, just the manual. It will also be more uniform.
-- You are receiving this mail because: You are watching all bug changes.