Time  Nick        Message
23:45 eythian     well, if you were in the right IRC channels, you'd know about it.
23:45 ibeardslee  that sounds like an interesting story ..
23:42 wahanui     okay, eythian.
23:42 eythian     wahanui: kathryn is also beaten by a banana.
23:10 wahanui     hi, eythian
23:10 eythian     hi
22:07 * wizzyrea  waves
20:02 cait        morning rangi
19:51 rangi       morning
17:57 cait        currently not afaik
17:53 grharry     ok thanks ... it seems sorting is better ... however is there a way to make sorting so title ="The Book" appear sorted under letter B instead of T ???
17:48 cait        it could also be something in the unimarc setup... i only have used the script on marc21 records a few times and mostly in tests
17:47 cait        youmight want to check your linker settings in the sys prefs
17:47 cait        it's really hard to tell for me
17:47 cait        hm
17:45 grharry     also when repeated this with a small set of 5 books and 1 authority ... the process reported back a match of 3 records in BIBS but ... no linking was done
17:43 grharry     actually no error was reported from the process ... BUT an author appeared to be linked to 500+ books ... which was WRONG
17:41 wahanui     rumour has it paste is found at http://paste.koha-community.org
17:41 cait        paste?
17:41 cait        you can paste the output here
17:41 cait        what kind of errors do you get?
17:41 grharry     yes I refer to the link_bibs_to_authorities.pl script
17:41 cait        ok
17:41 grharry     it does
17:41 cait        by trying to link you are referring to the script?
17:41 grharry     yes
17:41 cait        does manually linking in cataloguing work?
17:41 cait        without seeing the errors it's hard to tell
17:41 cait        hmm
17:40 grharry     cait: ok .. I created the authority types, CO, CO_UNI_TI, FAM, NP, and etc ... plus an extra one for Series which was missing ... entered auth and bibs ... re-indexed and tried to link ... the results where poor ... only a small % of links and quit a few errors
17:28 cait        can you try a step by step description of what you tried and what didn't work?
17:28 cait        grharry: not sure what you mean with the TAMIL contrib
17:13 grharry     with very poor results
17:12 grharry     however
17:12 grharry     etc
17:12 grharry     I also tried Tamil KOHA contrib etx
17:12 grharry     Now the linking ...
17:12 grharry     and from what I see only half of it is there ... so ... good catch !!
17:11 grharry     thanks, hm ... I also tried the lowercase uppercase thing ... it seems I missed to enter the accented chars
17:08 cait        for why the linking not works i need more information - like what steps you are following/what you are trying
17:07 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927 enhancement, P5 - low, ---, fridolyn.somers, In Discussion , Add greek chr lang_def file
17:07 cait        bug 11927
17:07 cait        i think this bug is what you are looking for
17:07 cait        to make sortingon greek letters work correctly
17:07 cait        the sorting is probably due to a file that needs to be added
17:07 cait        but let's see
17:07 cait        ok, not sure what marc format ismost common for greece
17:06 grharry     yes
17:06 grharry     oui
17:06 cait        Greece?
17:06 grharry     GR
17:06 cait        asking becausei wonder about the UNIMARC :)
17:06 cait        where are you from?
17:06 cait        grharry: those 2 are probably unrelated
17:05 grharry     also it's impossible to link bib to auths! no linking is done at all !!
17:04 grharry     I have ICU on with UNIMARC ( non latin alphabet ) , and when I try to get results sorted  A-Z or Z-A , I get strange resutls !!
14:41 cait        :)
14:36 huginn      New commit(s) kohagit: Bug 12343: QA follow-up <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7e694228c29a2a20829d927bbcaeba2d1f4369fb> / Bug 12343: Add regression test for TransformKohaToMarc <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7ca5bb388c3e1d0cd8fc57914421db402a5414ab> / Bug 12343 - TransformKohaToMarc() is adding MARC subfields in random order <http://git.koha-community.org/gitweb/?p=koha.git;a=com
14:25 bgkriegel   hola cait :)
14:25 cait        hola bgkriegel :)
14:21 bgkriegel   tcohen++
14:19 cait        wb tcohen++
14:19 cait        woohoo
14:15 huginn      New commit(s) kohagit: Bug 12396 - MTT FIX: Due notices (DUEDGST) are multiplicated and all of them are... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3e8607e0759261f5c41eeaa13e3a1b5217f1ad66> / Bug 11169: (follow-up) only count orders that have been placed <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bed4c271841e7efcfe6ead21a12ef7d510eef931> / Bug 11169: (follow-up) add more unit tests <http://git.koha-co
12:16 jcamins     arunprakash: Koha must be in /cgi-bin/koha. You can't change the folder.
09:08 cait        or imossible - i don't know
09:08 cait        so it might not be easily possible what you aretrying to do
09:08 cait        i think the pathes are in more conf files
08:31 arunprakash this is my current apache-shared-opac.conf
08:30 arunprakash RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]
08:30 arunprakash RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
08:30 arunprakash RewriteRule ^/bib/([^\/]*)/?$ /some/koha/opac-detail\.pl?bib=$1 [PT]
08:30 arunprakash RewriteRule (.+) $1?%1%2 [N,R,NE]
08:30 arunprakash RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*)
08:30 arunprakash ScriptAlias /opac-search.pl "/usr/share/koha/opac/cgi-bin/opac/opac-search.pl"
08:30 arunprakash ScriptAlias /search "/usr/share/koha/opac/cgi-bin/opac/opac-search.pl"
08:30 arunprakash ScriptAlias /index.html "/usr/share/koha/opac/cgi-bin/opac/opac-main.pl"
08:30 arunprakash ScriptAlias /some/koha/ "/usr/share/koha/opac/cgi-bin/opac/"
08:30 arunprakash DocumentRoot /usr/share/koha/opac/htdocs
08:29 arunprakash so i changed apache-shared-opac.conf
08:28 arunprakash i am trying to change http://library.example.org/cgi-bin/koha/opac-search.pl?q= to http://library.tncpim.org/some/koha/opac-search.pl?q=
08:26 cait        what do you mean by script alias?
08:24 cait        what did you change and where?
08:24 cait        but perhaps i misunderstand what you are trying to do?
08:24 cait        yes, but i tink this is because of your apache configuration
08:14 arunprakash so i am not able to navigate via interface
08:13 arunprakash i fixed it, if i manually enter url it is working fine .. but koha index file still has link with old script alias
08:10 cait        I think you need to fix that in yoru apache configuration
08:01 arunprakash how to fix the pages to work with new script alias
08:00 arunprakash hi ! i have a problem with scriptalias in koha ; i changed the scripalias in apache-shared-opac.conf . it works when we navingate to pages manually but default pages shows the old links
05:34 * cait      waves