Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 03:10 | rachel | evening |
| 06:42 | hdl | paul_away : Le serveur z3950 de Koha renvoie le bon nombre de notices bib trouvées, mais jamais les résultats ne viennent s'afficher. |
| 06:46 | Argument "XXX" isn't numeric in numeric lt (<) at /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 507. | |
| 07:02 | paul_away :Global symbol "$bidid" requires explicit package name at /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 478. | |
| 07:02 | paul_away | héhé... |
| 07:02 | hdl | Cela m'est renvoyé après l'ajout de warn $bibid. |
| 07:02 | paul_away | JAMAIs de warn $variable |
| 07:02 | warn "".$variable va mieux marcher | |
| 07:03 | hdl | jc ce que j'ai fait. |
| 07:03 | paul_away | même pas vrai ;-) |
| 07:03 | hdl | warn "bibid :". $bidid |
| 07:04 | paul_away | manquerait pas un ; par hasard ? |
| 07:04 | warn paul | |
| 07:05 | hdl | non il n'était pas sélectionné pour le copy-paste |
| 07:05 | paul | pas d'idée. amha, la vérité est ailleurs. |
| 07:07 | hdl | X-Variable ;) |
| 07:08 | commenté, ça passe. | |
| 07:08 | J'afficherai bibid dans le zed-server. | |
| 07:11 | visiblement, il trouve et renvoie un record: | |
| 07:11 | Exemple : | |
| 07:12 | here is my record: 00760 2200217 4500010001500000090001500015101001300030200011300043210002600156215001700182606002400199606001500223606004100238606001500279686000900294700002600303700003500329700003000364995007400394995007400468 a2212114087 99865a9865 afrecfre aProgrammation orientée aspect pour Java / J2EEfPAWLAK, RenaudgRETAILLE, Jean-Philippeg SEINTURIER, Lionel aPariscEyrollesd2004 | |
| 07:19 | kados/Joshua ? | |
| 07:20 | paul | bon, alors ca, ca a l'air de fonctionner. |
| 07:21 | tu peux faire un warn "rec : ".$record->as_formatted ? | |
| 07:21 | (avec ; bien sûr) | |
| 07:23 | kados | hdl: good morning |
| 07:24 | hdl | hi kados,how are you ? |
| 07:24 | kados | well ... still sleepy ;-) |
| 07:25 | hdl | ;) |
| 07:25 | Sorry to bother you. | |
| 07:25 | kados | working on the Z39.50 server for unimarc? |
| 07:25 | hdl | For USMARC just for now. |
| 07:25 | kados | ahh ... having a problem? |
| 07:25 | hdl | Trying to understand what you did. |
| 07:25 | Yes. | |
| 07:25 | kados | right ... it's pretty sloppy |
| 07:26 | hdl | Searches returns no results |
| 07:26 | kados | back then my perl was quite poor |
| 07:27 | which version do you have (version in the header) | |
| 07:28 | hdl | yes. |
| 07:31 | I was ejected. | |
| 07:31 | sorry. | |
| 07:31 | paul | hehe... no more than 7 lines at once ;-) |
| 07:32 | hdl | I understood. |
| 07:34 | kados : the old version fetch_handler you wrote seems to raise less warns than the new fetch_handler. Why ? | |
| 07:36 | kados | what are the warns you're getting? |
| 07:36 | paul | hi joshua, good morning |
| 07:37 | hdl | see the lines above : Argument XXX asaf |
| 07:37 | paul | (working on SAN feature plans at the moment. leaving for the doctor in a few minuts...) |
| 07:38 | kados | paul: good news! |
| 07:38 | paul | (what going to the doctor ?) |
| 07:38 | kados | hdl: try this version: zed-koha-server.pl.old |
| 07:38 | paul | (not really ;-) ) |
| 07:38 | kados | paul: no ;-) |
| 07:39 | hdl: sorry http://kados.org/zed-koha-server.pl.old | |
| 07:39 | hdl: I think the one in CVS may be broken | |
| 07:39 | hdl: but I'll have to investigate why | |
| 07:42 | hdl | tx a lot. |
| 07:42 | investgating diffs. | |
| 07:43 | kados | hdl: I'll see if I can get to that later today or tomorrow |
| 07:46 | hdl | kados : looking at diffs, you are not using marc_biblio but koha structure in your old zed-server, no query on bibid |
| 07:51 | no improvements in the ancient version. | |
| 07:52 | Seems that records are fetched OK but with no LDR. And are returned but never received by the client. | |
| 07:53 | paul | (in fact, they are returned. But without Leader, I bet Koha is not happy ;-) ) |
| 08:08 | kados | hdl: the leader problem is familiar |
| 08:08 | I think you must add a leader manually to Koha | |
| 08:09 | hdl: http://lists.katipo.co.nz/publ[…]/2004/002694.html | |
| 08:09 | I'm not sure if that solution will work for a UNIMARC Koha | |
| 08:17 | hdl | kados : is the leader part always the same ? |
| 08:17 | kados | not technically |
| 08:17 | but it will work for MARC21 (not sure for UNIMARC) | |
| 08:18 | hdl | tx. |
| 08:18 | kados | I'm not sure if Koha marc tables store a leader for the records or not (they must but I don't know where) |
| 08:30 | paul | kados : you're not right. |
| 08:30 | (or partially right) | |
| 08:30 | technically, all records have a leader. | |
| 08:30 | it's functionnaly, that the leader is not correct. | |
| 08:31 | the problem it seems is that something weird happends between lines 273 and 337 of the zed-koha-server | |
| 08:31 | (not sure, of the origin of the problem, but a good track to follow imho) | |
| 08:31 | (beeping hdl) | |
| 08:32 | hdl | yes |
| 09:33 | JYL57 | Hello ! paul hdl, dispo 5 mn pour un ou deux conseils ?! |
| 09:50 | hdl | 2 minutes 30 |
| 10:13 | JYL57 : quid ? | |
| 10:18 | JYL57 | hdl ?!2'30'' X 2 :-)) |
| 10:18 | hdl | On peut toujours voir mais n'exagérons pas. |
| 10:18 | JYL57 | salut ! |
| 10:18 | hdl | salut |
| 10:19 | JYL57 | mes utilisateurs cherchent dans l'OPAC dans la zone auteur "Prénom + Nom" |
| 10:19 | et ils ne trouvent rien because 700a nom 700b prénom | |
| 10:19 | Faut-il que je crée de toute pièce une autre zone prénom + nom ?! | |
| 10:20 | bon... 2ème question ! | |
| 10:21 | Comment gérer les nouveautés dans Koha ?! | |
| 10:21 | On a commencé en créant des types : nouveau roman, nouveau périodique ...etc... dans itemtype | |
| 10:22 | mais alors le type de document n'est plus utilisable | |
| 10:22 | Les bibliothécaires souhaiteraient classer en nouveauté ET que lors du retour du document, Koha leur dise : | |
| 10:22 | "Faites gaffe ! c'est une nouveauté!" | |
| 10:23 | Et enfin question 3 ! ;-) | |
| 10:23 | hdl | On n'a pas de message attachés aux items. pas possible. |
| 10:23 | C'est juste aux membres. | |
| 10:23 | JYL57 | Ok |
| 10:24 | hdl | Pour ce qui concerne la question 1, pourquoi ne pas sugérer aux lecteurs de n'utiliser que le nom de l'auteur ??? |
| 10:24 | JYL57 | Lorsque l'on interdit le prêt dans les "règles de diffusion" (ou de prêt) |
| 10:24 | On reçoit un message : "trop de prêt en cours b0/0" ! | |
| 10:24 | Puis-je personnaliser ce message | |
| 10:25 | En fait si on interdit la diffussion==> nbre exemplaire = 0 dans les "règles de prêt" alors on devrait dire dans la circulation : | |
| 10:25 | "Pas autorisé à ce type de document" ! | |
| 10:26 | hdl | koha-tmpl/intranet-tmpl/default/fr/circ/circulation.tmpl |
| 10:26 | JYL57 | " pourquoi ne pas sugérer aux lecteurs de n'utiliser que le nom de l'auteur ??" :-)) Je les connais pas tous et il utilisent aussi d'autres bibliothèques avec d'autres soft ! |
| 10:27 | hdl | C'est le fichier qu'il faut modifier pour pouvoir cahger le message. |
| 10:27 | JYL57 | Ok ! vais m'y coller, mais ne penses-tu pas que ma suggestion est bonne ?! |
| 10:28 | Ok ! j'ai dépassé les 5 mn, merci ! à bientôt ! | |
| 10:28 | hdl | Pourquoi pas, mais pour une solution en local, il suffit de changer ton fichier. |
| 10:30 | Pour ton problème Nom+prénom, il n'y a pas de solution simple, vu que en plus les lecteurs font souvent des fautes de frappe. | |
| 10:31 | Sinon, tu peux tester le dictionnaire qui fait appel aux authorités pour présenter des listes aux lecteurs. | |
| 11:38 | paul : si tu peux tester les changements effectués : 8084 et 8085 pour y avoir accès. |
Today | Next day → | Search | Index