Hello, I spoke on the chat with chris of the integration of our branches on official Koha. The BibLibre-memb-circ-upd is huge, and hard to deal with. So I have rewritten it: * git reset --soft to master * recommit everything, file (or group of files) by file. It means you won't have the history of our commits, but only the final result (it also means it seems i'm the author of all of this, which is not true)
That result in 54 commits, much more readable than the previous branch. I will send-email them on patches@ in a few seconds, *chris c*, if you want me to push -f it on git.koha-community.org, you'll have to enable me, just let me know. Note about updatedatabase : all DB updates are in a single patch (the #51). If you plan to test an individual patch, pls double check if there is DB update needed in case of any problem. I've tested this branch vs master yesterday, and everything works well (on a fresh install, not tested update from a 3.2), except for 2 javascript glitches I couldn't fix: on circulation.pl, the 2 tabs at the bottom (with checkout(s) and holds are not tabbed. on opac-detail.pl, same problem with the new "rebounds" on subjects & author : some js should hide a tab, and it's not the case (see http://cat-bib.nimes.fr/cgi-bin/koha/opac-detail.pl?biblionumber=1413) to see how it should be. feedback welcomed ! cheers -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
