Hello koha-devel, Chris & I had a discussion during KohaCon, to try to have a step by step (and small steps) plan to move ahead and introduce searchengine options into Koha. The result of our discussion (no code provided) is on the wiki: http://wiki.koha-community.org/wiki/KohaCon13_searchengine_plan Feedback/comments welcomed ! -- Paul POULAIN - BibLibre http://www.biblibre.com Free & Open Source Softwares for libraries Koha, Drupal, Piwik, Jasper
Hi Just a note about " * Fix zebra facet things. Jared is working on fixing zebra configuration file, so we can get facets from Zebra. that would remove a large part of getRecords sub code." For improving the facets, I began to work on a patch to make them configurable with - a separate page on staff interface for chosing the facets to show and their order (jquery used for drag/dropping the facets) - the config encoded in a json string, stored in a syspref (not to be edited by hand). It is not testable yet. But of course I did not try to use zebra built in facets, so this patch won't change the construction of facets. Mathieu Paul Poulain a écrit :
Hello koha-devel,
Chris & I had a discussion during KohaCon, to try to have a step by step (and small steps) plan to move ahead and introduce searchengine options into Koha.
The result of our discussion (no code provided) is on the wiki: http://wiki.koha-community.org/wiki/KohaCon13_searchengine_plan
Feedback/comments welcomed !
-- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10891 Mathieu Saby a écrit :
Hi Just a note about "
* Fix zebra facet things. Jared is working on fixing zebra configuration file, so we can get facets from Zebra. that would remove a large part of getRecords sub code."
For improving the facets, I began to work on a patch to make them configurable with - a separate page on staff interface for chosing the facets to show and their order (jquery used for drag/dropping the facets) - the config encoded in a json string, stored in a syspref (not to be edited by hand). It is not testable yet. But of course I did not try to use zebra built in facets, so this patch won't change the construction of facets.
Mathieu
Paul Poulain a écrit :
Hello koha-devel,
Chris & I had a discussion during KohaCon, to try to have a step by step (and small steps) plan to move ahead and introduce searchengine options into Koha.
The result of our discussion (no code provided) is on the wiki: http://wiki.koha-community.org/wiki/KohaCon13_searchengine_plan
Feedback/comments welcomed !
-- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
------------------------------------------------------------------------
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org 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/
-- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
Hi! I've replaced jquery.hotkeys.min.js in *bug 11035* (in waiting for sign off), and got a message today that a new file was using it, *circ/offline-mf.tt*. No biggy, such things can happen: rebase, patch again. Now, my question is that I couldn't understand what this file was doing with it. Can anyone enlighten me on the usage of offline-mf.tt ? It looks kinda like a .inc file, but I grep all usages and found nothing. Your feedbacks could help me ... not break things :-) Thanks a lot, Blou
Blou, That file is the HTML5 manifest for the Koha offline circulation. It lists all the files that are required by the circ interface (including JS, CSS, etc.) so that the web browser will know to download them. Regards, Jared On Wed, Oct 23, 2013 at 4:20 PM, Philippe Blouin < philippe.blouin@inlibro.com> wrote:
Hi!
I've replaced jquery.hotkeys.min.js in *bug 11035* (in waiting for sign off), and got a message today that a new file was using it, *circ/ offline-mf.tt*.
No biggy, such things can happen: rebase, patch again.
Now, my question is that I couldn't understand what this file was doing with it. Can anyone enlighten me on the usage of offline-mf.tt ? It looks kinda like a .inc file, but I grep all usages and found nothing.
Your feedbacks could help me ... not break things :-)
Thanks a lot, Blou
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org 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/
-- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
Ah, nice. But is it possible it wasn't used yet? The "plan" was to replace that script because it doesn't work with latest jquery. So I've removed it from the main Koha code. thanks, Blou On 13-10-23 04:23 PM, Jared Camins-Esakov wrote:
Blou,
That file is the HTML5 manifest for the Koha offline circulation. It lists all the files that are required by the circ interface (including JS, CSS, etc.) so that the web browser will know to download them.
Regards, Jared
On Wed, Oct 23, 2013 at 4:20 PM, Philippe Blouin <philippe.blouin@inlibro.com <mailto:philippe.blouin@inlibro.com>> wrote:
Hi!
I've replaced jquery.hotkeys.min.js in *bug 11035* (in waiting for sign off), and got a message today that a new file was using it, *circ/offline-mf.tt <http://offline-mf.tt>*.
No biggy, such things can happen: rebase, patch again.
Now, my question is that I couldn't understand what this file was doing with it. Can anyone enlighten me on the usage of offline-mf.tt <http://offline-mf.tt> ? It looks kinda like a .inc file, but I grep all usages and found nothing.
Your feedbacks could help me ... not break things :-)
Thanks a lot, Blou
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> 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/
-- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com <mailto:jcamins@cpbibliography.com> (web) http://www.cpbibliography.com/
-- Philippe Blouin, Responsable du développement informatique Tél. : (888) 604-2627 philippe.blouin@inLibro.com <mailto:philippe.blouin@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
Blou, Ah, nice. But is it possible it wasn't used yet?
The manifest is used in offline.tt: [% IF (AllowOfflineCirculation) %] [% SET manifestattr = 'manifest="/cgi-bin/koha/circ/offline-mf.pl"' %] [% END %] The hotkey script is required because it's included in doc-head-close.inc. The "plan" was to replace that script because it doesn't work with latest
jquery. So I've removed it from the main Koha code.
Yay! I'm all for that! Regards, Jared -- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
Excellent, thanks a lot for the clarifications! The patch fix doc-head-close.inc as well, so it's all good. regards, Blou On 13-10-23 04:35 PM, Jared Camins-Esakov wrote:
Blou,
Ah, nice. But is it possible it wasn't used yet?
The manifest is used in offline.tt <http://offline.tt>:
[% IF (AllowOfflineCirculation) %] [% SET manifestattr = 'manifest="/cgi-bin/koha/circ/offline-mf.pl <http://offline-mf.pl>"' %] [% END %]
The hotkey script is required because it's included in doc-head-close.inc.
The "plan" was to replace that script because it doesn't work with latest jquery. So I've removed it from the main Koha code.
Yay! I'm all for that!
Regards, Jared -- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com <mailto:jcamins@cpbibliography.com> (web) http://www.cpbibliography.com/
-- Philippe Blouin, Responsable du développement informatique Tél. : (888) 604-2627 philippe.blouin@inLibro.com <mailto:philippe.blouin@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
participants (4)
-
Jared Camins-Esakov -
Mathieu Saby -
Paul Poulain -
Philippe Blouin