Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Template toolkit test
Testing the template toolkit migration
Branch new/enh/bug_5917 tracks master and has the template toolkit work in it. Check this out
A koha-tt
directory should have appeared, this contains the 'converted' templates.
Lets move the html template templates out of the way and give the template toolkit set their chance in the spotlight
mv koha-tmpl tmpl-bkp mv koha-tt koha-tmpl
At this point, assuming you were using this directory as the source for your Koha installation, you should be able to use Koha as you normally would.
To get back to the Html Template Pro version of Koha simply perform a
git checkout master
However git may complain about unsaved local changes, if this is the case then
rm -rf koha-tmplmv tmpl-bkp koha-tmplgit checkout master
Testing Koha with TT
Tested templates and found problems
Non-ASCII characters -- In some OPAC pages, non pure ASCII characters may not be properly displayed.
On opac-authorities-home.pl, the combolist containg authority types, does't display accented character of authority type names. Same issue, in staff, Admin > Authorities Types
Template | Status | Found problems |
---|---|---|
login | OK | |
about | OK | |
acqui/supplier | OK | |
admin-home | OK | |
admin/authorised_values | OK | |
admin/branches | Group(s) heading shows up, even when no groups are defined. | |
admin/itemtypes | OK | |
admin/koha2marclinks | OK | |
admin/preferences | OK | |
admin/z3950servers | OK | |
basket/basket | OK | |
catalogue/detail | OK | |
catalogue/MARCdetail | OK | |
catalogue/search | OK | |
cataloguing/addbooks | OK | |
circ/circulation | OK | |
circ/selectbranchprinter | OK | |
help | Help [?] pop up window is empty. help.pl needs to be rewritten to use TT not H::T::P | |
members/member | OK | |
members/memberentry | OK |
|
members/moremember | OK |
|
tools/viewlog | OK | |
opac/opac-detail | OK | |
opac/opac-detail | OK | |
opac/opac-detail |
OK | |
opac/opac-messaging |
OK | |
opac/opac-user | OK | |
opac/opac-user |
OK | |
opac/opac-user | OK | |
opac/opac-userupdate |
OK | |
opac/opac-search |
OK | |
opac/opac-search |
OK | |
opac/opac-search |
OK | |
opac/opac-search |
||
opac/opac-suggestions |
||
opac |
OK | |
opac/opac-readingrecord |
User's name does not appear; Google Jacket images do not appear | |
opac/opac-reserve |
When placing a hold, 'hold starts on date' is missing, 'place on' options are missing, 'pick up location' is missing | |
opac/opac-basket |
'tag' and 'add to list' options missing from the cart popup window | |
opac/opac-shelves |
Individual list pages not appearing ("opac-shelves.pl?viewshelf=59") The list of lists appears instead. Cannot edit individual lists (although you can delete). |