← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:03 | papa joined #koha | |
00:29 | rambutan joined #koha | |
01:08 | wizzyrea | augh, tell me, someone, where I added a gst rate if I didn't add it in the sysprefs |
01:08 | in the budget? in the fund? | |
01:08 | on the basket? | |
01:08 | I can't find it! | |
01:09 | rangi | the vendor |
01:09 | wizzyrea | AHA |
01:10 | thank you that was the one place I didn't look >.K< | |
01:10 | I think that must be something stabbing me in the eye | |
01:22 | eythian | jcamins: what on earth is the framework field "01e" |
01:23 | I'm mentally throwing a NaN due to it. | |
01:23 | jcamins | eythian: RLIN. |
01:23 | eythian | yeah, but what is it doing there without a number? |
01:23 | or rather, with a letter | |
01:23 | wizzyrea | and swtf is it |
01:23 | what would a librarian put in it | |
01:24 | (and which librarians would do it) | |
01:24 | jcamins | RLIN used weird tags. |
01:24 | I have _no_ idea. | |
01:24 | wizzyrea | oh this http://en.wikipedia.org/wiki/R[…]h_Libraries_Group |
01:24 | jcamins | Right. |
01:25 | eythian | RLIN is used for auth linking, right? |
01:26 | jcamins | No. |
01:26 | RLIN is a defunct union catalog. | |
01:26 | wizzyrea | soooo we don't know what it's used for |
01:26 | jcamins | Right. |
01:26 | eythian | oh, so we're overloading $9 for auth linking? |
01:26 | jcamins | I have no idea why kados decided to call local subfields "RLIN" |
01:26 | wizzyrea | and we don't know what people would put in it |
01:27 | jcamins | No, $9 has nothing to do with RLIN. |
01:27 | eythian | ('650', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 6, '', '', '', 0, -5, '', '', '', NULL), |
01:27 | wizzyrea | rlin actually merged with OCLC |
01:27 | eythian | the framework begs to differ :) |
01:27 | jcamins | Yeah, I have no idea why kados decided to do that. |
01:27 | wizzyrea | in 06 |
01:27 | jcamins | $9 is by definition a local subfield. |
01:27 | eythian | oh right. so $9 is linking, and someone called it RLIN for unknown/crazy reasons? |
01:27 | jenkins_koha | Starting build #2 for job Koha_Docs_3.8.x (previous build: FAILURE) |
01:28 | eythian | who is kados? |
01:28 | jenkins_koha | Yippie, build fixed! |
01:28 | Project Koha_Docs_3.8.x build #2: FIXED in 19 sec: http://jenkins.koha-community.[…]oha_Docs_3.8.x/2/ | |
01:28 | nengard: update encoding | |
01:28 | jcamins | Josh Ferraro. The one who came up with most of our dumb concepts. |
01:28 | wizzyrea | ohsnap. |
01:28 | eythian | ah right |
01:28 | wizzyrea | /me gets out the burn cream. |
01:28 | jcamins | In Koha we use $9 for linking. It's not used for that in other systems. |
01:29 | eythian | ah OK. But this 01e thing is actually RLIN? |
01:29 | jcamins | I'm pretty sure, yeah. |
01:30 | But I haven't a clue what it's for. | |
01:30 | What is in it? | |
01:30 | eythian | dunno, nothing I suspect. |
01:30 | Just had a librarian asking if it was an error | |
01:31 | because it's not a number, for one thing. | |
01:31 | wizzyrea | and "it just looks weird" |
01:31 | jcamins | Yeah, it pretty much just looks weird. |
01:51 | tcohen joined #koha | |
01:59 | wajasu | i got an email from my librarian (on 3.0), and he found a pattern for why he got duplicate authorities. not our current code base, but something to consider |
02:01 | when he had an authority generated where there was only as $a and no other ($d or such) then the authorities linked to one. but when he had some with dates ($d) too, he got dups. | |
02:01 | it might have been fixed that sort of thing since 3.0, but maybe not. | |
02:01 | jcamins | wajasu: yes, authorities were entirely broken prior to 3.6. |
02:02 | wajasu | i'm goint to try to figure out how to deal with bug 9110 |
02:02 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9110 major, P5 - low, ---, gmcharlt, NEW , GetAuthorizedHeading Can't call method "field" on an undefined |
02:03 | jcamins | It's easy. If no record is retrieved by GetAuthority, don't continue. |
02:03 | wajasu | its only when LinkerRelink =Do is set |
02:03 | jcamins | Yes, of course. |
02:04 | When LinkerRelink is not set to "Do," that section of code never runs. | |
02:50 | mtj | anyone spotted this weird plack error running the opac, on master |
02:50 | "Could not compile /home/mason/g/head/opac/opac-main.pl: "GetDailyQuote" is not exported by the C4::Koha module | |
02:50 | Can't continue after import errors at /home/mason/git.xen1/head/opac/opac-main.pl line 26." | |
02:51 | wizzyrea | sounds like related to quote of the day |
02:51 | mtj | the confusing thing is… GetDailyQuote() looks to be exported just fine :/ |
02:51 | wizzyrea | ok well that is weird then. |
02:52 | mtj | i cant work out whats wrong, and how to fix this one - other than commenting out the 'get quote' line in opac-main.pl |
02:53 | C4:Koha says ' @EXPORT_OK = qw( &GetDailyQuote ); ' | |
02:53 | opac-main.pl says 'use C4::Koha qw( GetDailyQuote );' | |
02:53 | looks teh good?! | |
02:54 | eythian | is it actually exported from C4::Koha? |
02:56 | mtj | um, it wasnt originally - but, i did fix that - and still the error |
02:57 | eythian | is the Perl module cached still? |
02:57 | mtj | so, now ' @EXPORT = qw( … &GetDailyQuote ); ' too |
02:58 | eythian | you can remove the &, it hasn't been needed for about ever. |
02:58 | mtj | hmm, not quite sure on that |
02:58 | eythian | restart your plack server? |
02:58 | mtj | ok |
02:59 | rangi | you need to restart your plack server anytime you change anything |
02:59 | unless you have the module that watches for changes (do not ever run that config in production) | |
02:59 | but it can be useful for dev | |
03:00 | mtj | ive been running 'plackup --reload ' |
03:01 | rangi | yeah i wouldnt trust that |
03:01 | mtj | which seems to be detecting code changes, so-far |
03:01 | rangi | not for a module change |
03:01 | id stop and start to be sure | |
03:02 | mtj | oops, that fixed it :/ |
03:02 | ok, i learnt a lesson there :) | |
03:02 | rangi | yeah, reload should only reload config |
03:02 | basically all the imports are done at start up | |
03:02 | thats what makes it fast | |
03:03 | mtj | i was running the 'plackup -E shotgun ?' command for a while... |
03:03 | jcamins_away | mtj: yeah, --reload isn't going to help with... well, anything... for Koha. |
03:03 | Koha is just too big. | |
03:03 | mtj | perhaps that was the arg detecting code changes? |
03:04 | jcamins_away | No, shotgun just means that you have all the overhead for loading/importing every time a page is accessed. |
03:05 | Well... sort of. | |
03:05 | http://search.cpan.org/dist/Pl[…]Loader/Shotgun.pm | |
03:06 | mtj | hmm, pass... |
03:07 | jcamins_away | --reload is supposed to watch the file system and detect code changes. |
03:07 | However, it is intended to monitor Plack applications not entire libraries consisting of dozens of files.. | |
03:07 | mtj | im really looking for some reliable way to do dev stuff without having to restart plackup, after every edit |
03:08 | jcamins_away | There isn't. |
03:08 | rangi | thats the whole point |
03:08 | eythian | I mind the restart command to a button in vim |
03:08 | *bind | |
03:08 | jcamins_away | mtj: http://git.cpbibliography.com/[…]068feef56c4c65f6d |
03:08 | I hate gitweb URLs. | |
03:08 | Couldn't they use the short references? | |
03:09 | Take a look at stopplack, startplack, and restartplack. | |
03:09 | mtj | ok , thanks for all the info |
03:10 | now that i know --reload and -L shotgun dont work, i'll sort a shortcut to restart plack | |
03:11 | jcamins_away | Also, git-start and git-qa are worth looking at. |
03:11 | And you're going to want to consult the example.* files. | |
03:11 | eythian | jcamins_away: there's no guarantee that a short ref will remain unique |
03:12 | jcamins_away | eythian: but git uses them for all its display internally? |
03:12 | I mean, with git blame, etc. | |
03:12 | eythian | display yeah, because it can change them if they become not unique |
03:12 | URLs are more permenant | |
03:12 | jcamins_away | True. |
03:12 | In that case, I wish it only included one hash. :P | |
03:12 | eythian | heh |
03:16 | mtj | jcamins_away ^^ agreed :) |
03:20 | ah, and when i said previously '--reload and -L shotgun dont work' , i really meant 'dont work, as i expected them too' :) | |
03:21 | * jcamins_away | understood. |
03:23 | wajasu | when an auth record is generated, I see " d Dates associated wit 1509-1564. " Where can I find the string containing "wit"? |
03:23 | i think it should be "with" | |
03:24 | jcamins_away | In the authorities framework section, and I'm pretty sure it is. |
03:24 | It's limited to 20 characters. | |
03:25 | wajasu | in the biblio its " d Dates associated with a name 1509-1564. " so the auth create must be just copying it in. |
03:26 | jcamins_away | No, the authority only includes "1509-1564" |
03:29 | wajasu | I see the default framework had "Dates associated with a name" and the MARC Auth record clips it. |
03:30 | jcamins_away | Yes, that's in the display. |
03:31 | wajasu | would that be a bug? for a MARC view of the Auth record? |
03:31 | jcamins_away | Probably. |
03:36 | pastebot | "wajasu" at 127.0.0.1 pasted "authority links as many authority records" (46 lines) at http://paste.koha-community.org/279 |
03:36 | wajasu | That aside, now i am linking again with link_bibs_to_authorities.pl. if I have these results ^^^^^ |
03:37 | * jcamins_away | has no idea what would cause that. |
03:37 | jcamins_away | I don't use that script for generating authorities. |
03:37 | wajasu | do you have a better one? |
03:37 | jcamins_away | No. |
03:38 | wajasu | ok. its up to me then to figure it out. |
03:38 | jcamins_away | Yup. |
03:51 | wajasu | i'm starting to understand the value add of authorities. the LC auth has over 10 different variations of Calvin, Jean (Calvin, John ...) and my autogenerated ones are anemic |
03:53 | jcamins_away | Yes. |
03:53 | That's why I don't generate authorities. | |
04:57 | trea left #koha | |
05:07 | thd-away joined #koha | |
06:04 | cait joined #koha | |
06:20 | rangi | evening |
06:21 | cait | hi rangi |
06:21 | and good morning #koha | |
06:32 | WaqarAzeem joined #koha | |
07:11 | sophie_m joined #koha | |
07:25 | alex_a | bonjour |
07:25 | wahanui | hello, alex_a |
07:26 | * magnuse | waves |
07:27 | laurence joined #koha | |
07:28 | magnuse | rangi: mind if i quote that blogpost in extenso on libriotech.no? with attribution, of course |
07:29 | rangi | nope, that's fine |
07:29 | magnuse | cool, thanks |
07:29 | cait | hello all :) |
07:29 | magnuse | kia ora cait and rangi and #koha |
07:29 | cait | hm, had to fail qa on bug 8800 |
07:29 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 blocker, P5 - low, ---, tomascohen, Failed QA , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
07:30 | cait | I really hope we can that fixed, the patch is almost there |
07:30 | rangi | hi magnuse and alex_a |
07:30 | magnuse | cait++ for being mean ( = thorough ) :.) |
07:30 | cait | yeah, but we need to get tat fixed |
07:31 | can't release a koha that can't calculate due dates | |
07:32 | rangi | did you move it up to blocker? |
07:33 | ah yep i see it | |
07:34 | cait | it already is, that's why I started with that patch |
07:34 | :) | |
07:35 | rangi | cool |
07:35 | cait | magnuse: could you try bug 9122? |
07:35 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9122 blocker, P5 - low, ---, koha-bugs, NEW , Writing off fees broken |
07:35 | cait | or rangi? |
07:35 | wahanui | I LIKE ALMONDS! HAVE SOME NUTS! |
07:35 | rangi | hopefully someone will get the chance to look at it tomorrow |
07:35 | cait | just add a fine to a patron account and try to write it off instead of paying |
07:35 | rangi: or today, europe is just waking up :) | |
07:36 | cait? | |
07:36 | wahanui | you are qam, not your secretary |
07:36 | cait | magnuse? |
07:36 | wahanui | magnuse is afraid that we added another 10000 bugs while he was eating pizza. |
07:36 | cait | :) |
07:36 | magnuse | :-) |
07:37 | rangi | ill try it now |
07:39 | * magnuse | imagines what would happen if every one of those spam accounts decided to add one page of spam at the same time |
07:39 | magnuse | ...in the wiki, that is |
07:42 | rangi | i confirm you cant write off in master |
07:43 | cait | EEK. I was hoping it was me. |
07:43 | rangi | you can in 3.8.x |
07:43 | exact same data | |
07:43 | trying 3.10.x now | |
07:43 | cait | magnuse: the plan is to make registrations moderated - I added it to the next meeting |
07:44 | magnuse: gmcharlt suggested it and it seems evergreen does it that way - I think it would be better than so many people spending precious time on cleaning up | |
07:45 | rangi | broken in 3.10.x too |
07:45 | im gonna bisect on master to find the commit | |
07:45 | magnuse | cait: excellent idea |
07:46 | cait | ok, work time, brb :) |
07:46 | lds joined #koha | |
07:47 | lds | hello |
07:51 | rangi | hi lds |
07:57 | lds | hi rangi |
07:57 | magnuse | bonjour lds |
08:00 | lds | bonjour magnuse |
08:00 | Joubu joined #koha | |
08:00 | Joubu | hello |
08:02 | rangi | tracked down what is breaking writeoffs (and probably other things) |
08:02 | bug 9122 | |
08:02 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9122 blocker, P5 - low, ---, koha-bugs, NEW , Writing off fees broken |
08:04 | gaetan_B joined #koha | |
08:05 | gaetan_B | hello |
08:06 | julian_m joined #koha | |
08:25 | kf joined #koha | |
08:25 | kf | good morning #koha |
08:31 | rangi | hmm i dont think i have the energy to answer that email |
08:33 | paul_p joined #koha | |
08:43 | kf | there |
08:43 | morning paul_p | |
08:43 | rangi | kf++ |
08:43 | hi paul_p | |
08:44 | paul_p | hi kf & rangi & others |
08:46 | magnuse | @arewethereyet |
08:46 | huginn | magnuse: Not yet - wait 1 day |
08:46 | magnuse | hm, does that run on nz time or something? |
08:47 | kf | paul_p: we got 2 blockers for 3.10 :( |
08:51 | paul_p | kf = which ones ? |
08:51 | kf | due date calculaton and writing off fines |
08:56 | paul_p | kf = in the FIXME NOW query, I see 8 blockers |
08:58 | kf | ouch! |
08:58 | so why is noone panickingß | |
09:00 | well, I am. | |
09:03 | paul_p | kf = that won't be the 1st time a release is made with some blockers. I'm working on translation to french of the release notes this morning, and will work on those blo after the lunch |
09:04 | kf = there are some blockers that are blockers only if you use some features. For 95% of our libraries, bug 9122 won't be a problem (fines in days in most french libraries) | |
09:04 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9122 blocker, P5 - low, ---, koha-bugs, NEW , Writing off fees broken |
09:04 | paul_p | -which does not mean it does not need to be fixed. don't misunderstand me !- |
09:04 | rangi | bug 9065 |
09:04 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9065 blocker, P5 - low, ---, gmcharlt, NEW , Upload local cover image permission implementation error |
09:04 | rangi | isnt a blocker |
09:05 | * rangi | downgrades |
09:07 | rangi | bug 9064 is, bug 9122 is, 9052 is but for packages so that doesnt block tarball release, bug 8970 isnt |
09:07 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9064 blocker, P5 - low, ---, kyle, NEW , statistics.ccode specified inconsistently |
09:07 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8970 blocker, P5 - low, ---, gmcharlt, NEW , MARC import gives error under Starman/Plack | |
09:08 | magnuse | looks like bug 8381 was pushed to master, then set to "in discussion" because of a problem with chrome that has since been fixed? |
09:08 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8381 blocker, P1 - high, ---, alex.arnaud, In Discussion , Paging broken in OPAC search results |
09:09 | rangi | bug 8800 is, bug 8770 is, bug 8381 needs to be rechecked |
09:09 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 blocker, P5 - low, ---, tomascohen, Failed QA , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
09:09 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8770 blocker, P5 - low, ---, koha-bugs, NEW , amount does not equal amountoutstanding on a fine with no payments or credits | |
09:09 | rangi | so down to 5 + maybe 1 more |
09:09 | yeah, i think 8381 is no longer an issue | |
09:09 | i think 5 true blockers | |
09:10 | specially the ones to do with money, you mess up fines, patrons get very very angry | |
09:12 | http://www.scribd.com/doc/1140[…]C-Tool-Kiwicon-VI <-- this would be handy for tracking lots of things, not just opsec stuffs | |
09:17 | magnuse | st00pid question of the day: is Chrome and Chromium the same thing? |
09:17 | kf | paul_p: for 100% of our libraries bug 8800 would be a big problem |
09:17 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 blocker, P5 - low, ---, tomascohen, Failed QA , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
09:18 | paul_p | kf = that will probably be the same for frenchies |
09:18 | kf | and the same for fines paul |
09:18 | we can't release if we can't write off fines | |
09:18 | that's basic functionality | |
09:19 | paul_p | magnuse = chromium is the OpenSource version of chrome. based on the same source code, with some things removed (mainly privacy things afaik) |
09:19 | kf | very very basic |
09:19 | functionality | |
09:19 | wahanui | i guess functionality is the most important thing |
09:20 | magnuse | ah, someone with access to Chrome should probably test and close bug 8381 then |
09:20 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8381 blocker, P1 - high, ---, alex.arnaud, In Discussion , Paging broken in OPAC search results |
09:20 | rangi | reverting a8b168dc63df9d60e8e562f368f8bdbec520ffd8 |
09:21 | would allow writeoffs to work again | |
09:21 | laurence joined #koha | |
09:21 | rangi | if it isnt fixed in time, thats the other option |
09:24 | kf | the problem is the database update maybe, if someone already updated .... people are doing crazy things sometime |
09:24 | paul_p | pfew... i'll need 2 or 3 days to translate the 43 pages... |
09:25 | kf | paul_p: I think maybe it's ok if they are a little late? or you could delegate? |
09:25 | paul_p | kf I think they'll be late ;-) (we're already working on translating koha itself) |
09:26 | s/already/also/ | |
09:26 | so no more spare staff at BibLibre | |
09:26 | why the hell don't everybody speak the same language ? (french, of course ;-) ) | |
09:26 | babel's tower-- | |
09:31 | drojf joined #koha | |
09:31 | drojf | good morning #koha |
09:37 | magnuse | paul_p: it would sure make things a lot easier... |
09:55 | lms1 joined #koha | |
11:04 | laurence joined #koha | |
11:07 | thd-away` joined #koha | |
11:08 | Irma joined #koha | |
11:13 | gaetan_B | hmm can someone tell me what "c-format" means in po files ? kf ? |
11:14 | magnuse | "The c-format flag indicates that the untranslated string and the translation are supposed to be C format strings. When the c-format flag is given for a string the msgfmt program does some more tests to check the validity of the translation." |
11:14 | vfernandes joined #koha | |
11:14 | vfernandes | hi guys |
11:15 | magnuse | gaetan_B: search for c-format here: http://www.gnu.org/software/ge[…]ode/PO-Files.html |
11:15 | hiya vfernandes | |
11:15 | wahanui joined #koha | |
11:15 | gaetan_B | aah, thanks magnuse |
11:16 | vfernandes | i'm trying to upgrade from 3.2 to 3.8 and I have a little question... in the 3.2 i've done some modifications to the includes (nav, masthead, etc) to have some links, texts in many translations and added those translations to the .po |
11:17 | my question is: it's possible to added directly on the system preference OPACnav HTML to different languages | |
11:17 | jcamins_away | vfernandes: no. |
11:18 | vfernandes | that's bad because it turns the system more difficult to mantain.... and with Javascript? |
11:19 | jcamins_away | Probably could be done, but I don't know how to. |
11:20 | vfernandes | i'm thinking about having different div's for different languages and controll them with javascript... |
11:20 | jcamins | That makes sense. |
11:20 | vfernandes | using display: block and display: none |
11:21 | damn this upgrade will be harder than I tought :) | |
11:24 | drojf | http://www.africafornorway.no/ <- should we be concerned magnuse? :D |
11:25 | vfernandes | another question: I have some changes to the code (.pl and .pm) and I want to make them indepent of the version |
11:26 | which is the best way to do this? | |
11:26 | jcamins | A) don't do it. |
11:26 | B) do it in git. | |
11:26 | I favor option A, but option B is probably the one to go with. | |
11:27 | You can then build your own packages with the changed code. | |
11:27 | magnuse | drojf: i think it's working... |
11:27 | @wunder boo | |
11:27 | huginn | magnuse: The current temperature in Bodo, Norway is 10.0°C (12:20 PM CET on November 21, 2012). Conditions: Mostly Cloudy. Humidity: 71%. Dew Point: 5.0°C. Pressure: 29.56 in 1001 hPa (Steady). |
11:27 | vfernandes | option A is out of question... some modifications are client requisits that Koha don't support |
11:28 | magnuse | vfernandes: are they so specific it would not be interesting to get them into koha? |
11:28 | jcamins | Then you just rebase your patches every version. |
11:28 | drojf | @wunder berlin, germany |
11:28 | huginn | drojf: The current temperature in Prenzlauer Berg, Berlin, Germany is 6.0°C (12:12 PM CET on November 21, 2012). Conditions: Mostly Cloudy. Humidity: 84%. Dew Point: 3.0°C. Windchill: 3.0°C. Pressure: 30.09 in 1019 hPa (Steady). |
11:29 | magnuse | drojf: yup, it must be working |
11:29 | drojf | almost twice as cold as northern norway! |
11:29 | :) | |
11:29 | vfernandes | I've already thougth doing patches... |
11:29 | jcamins | Yes, that is the only option. Track your changes in git. |
11:29 | vfernandes | i'm not very famirialy with git |
11:30 | jcamins | git? |
11:30 | wahanui | git is probably http://wiki.koha-community.org[…]Control_Using_Git |
11:30 | jcamins | Now is your chance to learn. |
11:30 | If you don't learn how to use git, you'll just end up stuck on Koha 3.8 when everyone else is on Koha 3.18. :( | |
11:30 | drojf | or koha X chocolate chip cooke |
11:30 | jcamins | Right. |
11:30 | drojf | cookie even |
11:31 | vfernandes | that's want we want to avoid |
11:31 | kf | the chocolate chip cookie? :) |
11:31 | yum | |
11:32 | drojf | vfernandes: B+) use git and submit your changes to koha. if it's not too special and/or crazy |
11:32 | vfernandes | jcamins imagine that I done some modifications to Biblio.pm and tomorrow is out Koha 3.8.7 |
11:32 | how git works? | |
11:32 | jcamins | vfernandes: right, so you rebase your changes onto 3.8.7. |
11:33 | If you don't use git, you have to do your changes all over again in production. | |
11:33 | vfernandes | I'll check the modifications that I've done to 3.2... and then passed to 3.8 using git |
11:34 | if they are important I'll send it to the community | |
11:34 | jcamins | If they are generally applicable you should submit them. |
11:35 | By adding a syspref, you can greatly reduce the amount of work needed. | |
11:35 | (when you upgrade) | |
11:36 | vfernandes | some are very specific... for example Biblio.pm and Authorithies.pm for field 100 automatically field it with "50fre " or something like that |
11:36 | but the client wants "50por " | |
11:37 | jcamins | In that case you should make a syspref to make it configurable. |
11:37 | magnuse | vfernandes: you could make a syspref for the default value |
11:37 | drojf | isn't that just a change to the framework settings? |
11:37 | jcamins | drojf: not for UNIMARC. |
11:37 | magnuse | gah, too slow |
11:37 | jcamins | It's hardcoded. |
11:37 | drojf | jcamins: oh. didn't know that |
11:38 | also, why? | |
11:38 | wahanui | also, why are you awake? |
11:38 | drojf | and that too wahanui, thanks :D |
11:40 | vfernandes | koha 3.8.7 or koha 3.10 stable is will here soon? |
11:40 | jcamins | drojf: no idea. |
11:40 | vfernandes: 3.10.0 will be released tomorrow, yes. | |
11:40 | And 3.8.7 will be released this afternoon. | |
11:41 | * jcamins | wouldn't go to a .0 version. |
11:41 | drojf | somebody has to :P |
11:41 | vfernandes | ok thanks jcamins :) |
11:41 | jcamins | drojf: yes, someone who is not me. :P |
11:42 | vfernandes | now i'll learn how to work with git |
11:45 | magnuse | @arewethereyet |
11:45 | huginn | magnuse: Not yet - wait 1 day |
11:46 | vfernandes | changes that I've done in koha 3.8.X will appear in koha 3.10? |
11:46 | jcamins | You have to submit patches against master. |
11:47 | So the patches would go into 3.12, then could be backported to 3.10. | |
11:48 | vfernandes | i'm confused right now :P i want to make the modifications available in future versions so I have to submit patches to the master branch right? |
11:49 | jcamins | Yes. |
11:49 | Exactly right. | |
11:49 | laurence left #koha | |
11:49 | tcohen joined #koha | |
11:49 | vfernandes | it's easy to create a new syspref? for example to receipt templates? |
11:49 | jcamins | Very easy to create a new syspref. |
11:50 | sysprefs? | |
11:50 | wahanui | sysprefs are "System Preferences", found on my Koha admin homepage |
11:50 | jcamins | syspref? |
11:50 | wahanui | syspref is probably only there, so people can switch to zebra |
11:50 | jcamins | new syspref? |
11:50 | new sysprefs? | |
11:50 | adding a syspref? | |
11:50 | Oh well. | |
11:50 | vfernandes | :D |
11:50 | jcamins | Wahanui doesn't know. |
11:50 | wahanui | jcamins: huh? |
11:50 | jcamins | vfernandes: http://wiki.koha-community.org[…]ystem_Preferences |
11:51 | vfernandes | but it's possible to create a syspref in the correct tab: Staff Client, OPAC, etc? |
11:51 | jcamins | Yes, that page explains how to do it. |
11:51 | magnuse | vfernandes: http://wiki.koha-community.org[…]system_preference |
11:52 | kf | tcohen: around? |
11:52 | vfernandes | thanks jcamins and magnuse |
11:52 | tcohen | yes kf |
11:52 | kind of buys | |
11:53 | kf | tcohen: first of all: thx a lot for your work on the due date bug |
11:53 | vfernandes | this update will be harder than I tought, but I think it will be usefull for me and the community |
11:53 | kf | that was you, right? |
11:53 | tcohen | bug 9074 i added some db dependent tests that expose that expceptions bug |
11:53 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9074 normal, P5 - low, ---, tomascohen, Needs Signoff , DB dependent tests for is_holiday |
11:53 | tcohen | and bug 9078 for fixing it |
11:53 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9078 normal, P5 - low, ---, tomascohen, NEW , is_holiday should honour holiday exceptions |
11:53 | tcohen | but... |
11:53 | vfernandes | I have some good modifications to add to the community |
11:54 | kf | uhoh |
11:54 | but? | |
11:54 | wahanui | rumour has it but is there another instance on this machine that successfully reindexed |
11:54 | jcamins | vfernandes++ |
11:54 | tcohen | when I fixed is_holiday |
11:54 | all tests failed | |
11:54 | (previously working) | |
11:54 | so i needed more time to check the test cases | |
11:54 | kf | oh ouch. |
11:54 | I see | |
11:54 | tcohen | (i belive the problem is in the tests themselves) |
11:54 | kf | do yout hink we can get this moving somehow? I can test tonight |
11:55 | probably, because of the new sample data? | |
11:55 | tcohen | exactly |
11:55 | i belive the tests didn't take exceptions into account | |
11:56 | kf | tcohen: I have to meet coworkers for lunch - if you could get me a summary on how to test (which bugs, patches to be applied in which order) on one of the bugs, that would be great |
11:56 | tcohen: yeah :( | |
11:56 | tcohen | (kf, i'll try to provide the fix, thanks for your offer) |
11:56 | kf | I can try testing tonight, which will be good, because my test cases for this morning will still work :) |
11:56 | bbl | |
11:56 | nengard joined #koha | |
11:59 | tcohen | kf, did u provide your pdf? |
12:35 | tcohen joined #koha | |
12:41 | jwagner joined #koha | |
12:52 | kf | tcohen: it's on the bug |
12:52 | tcohen: as attachement | |
12:52 | on 8800 | |
12:53 | tcohen | thanks kf, i asked for test cases before with null response |
12:53 | i'll try to make unit tests from that | |
12:54 | how did you produce that awesome pdf? | |
12:55 | paul_p | bug 9064 is needing signoff ! |
12:55 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9064 blocker, P1 - high, ---, paul.poulain, Needs Signoff , statistics.ccode specified inconsistently |
12:56 | kf | tcohen: libre office :) |
12:58 | jcamins_away | libreoffice++ |
13:05 | oleonard joined #koha | |
13:06 | tcohen | can anyone help me understand why 9074 wont apply anymore? |
13:06 | kf | tcohen: glad you think it's helpful, I needed to write it down |
13:09 | oleonard | tcohen: CONFLICT (content): Merge conflict in installer/data/mysql/en/optional/sample_holidays.txt |
13:09 | Though I'm not sure why that file is a problem for git, seems like a simple change. | |
13:10 | tcohen | exactly |
13:10 | it's too simple to fail | |
13:11 | oleonard | Can someone please unsubscribe sjohnsonhpplnj.org from the patches list? I don't want to be getting out of office replies for the next 20 days |
13:24 | ericar joined #koha | |
13:31 | edveal joined #koha | |
13:36 | francharb joined #koha | |
13:37 | francharb | hello |
13:40 | talljoy joined #koha | |
13:41 | libsysguy joined #koha | |
13:43 | jenkins_koha | Starting build #234 for job Koha_Docs (previous build: STILL FAILING) |
13:43 | Project Koha_Docs build #234: STILL FAILING in 28 sec: http://jenkins.koha-community.[…]ob/Koha_Docs/234/ | |
13:43 | nengard: fix typo | |
13:50 | tcohen | kf, would you do that tests again over the patches from 8800 and 9078 (in that order)? |
13:50 | kf | yes, but not before 6pm or so |
13:52 | NateC joined #koha | |
13:56 | wajasu | i will be around later tonight (12 hours from now) and can work on signoffs. I don't know if that will be helpful for someone to QA before tomorrow. |
13:59 | kf | tcohen: is there a way we could fix the failing tests? |
13:59 | magnuse | wajasu: signing off is never wrong ;-) |
14:00 | * magnuse | waves to druthb |
14:00 | druthb | o/ |
14:00 | magnuse | \o |
14:00 | kf | hi dr |
14:00 | hi druthb :) | |
14:00 | druthb | hi, kf! :) |
14:01 | tcohen | kf, yes |
14:01 | but i'm in the middle of other problems | |
14:03 | BigRig joined #koha | |
14:03 | Callender joined #koha | |
14:03 | ericar joined #koha | |
14:03 | moodaepo joined #koha | |
14:09 | kf | tcohen: ok, I undertand...same here |
14:11 | oleonard | khall: Are you working from a clear cache when testing Bug 9117? It works for me with Chrome/Ubuntu |
14:11 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9117 enhancement, P5 - low, ---, julian.maurice, Signed Off , Reports hierarchies management improvements |
14:11 | oleonard | Sorry, wrong bug |
14:11 | Bug 9115 | |
14:11 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9115 normal, P5 - low, ---, oleonard, Needs Signoff , basket window should close automatically when placing a hold |
14:12 | khall | perhaps not, I'll clear my cache and retest. |
14:13 | francharb joined #koha | |
14:14 | oleonard | Thanks |
14:18 | tcohen joined #koha | |
14:19 | khall | oleonard: good call. clearing my cache causes it to work as advertised. should I Sign Off? |
14:20 | oleonard | That would be great, if it works as advertised (and seems like a good idea) |
14:20 | khall | indeed. oleonard++ |
14:26 | kf | khall: sorry, if I misunderstand something, but I was wondering about your command on bug 904 |
14:26 | huginn | 04Bug http://bugs.koha-community.org[…]ow_bug.cgi?id=904 enhancement, P2, ---, paul.poulain, CLOSED FIXED, Unimarc plugin |
14:27 | kf | hm bug 9074 |
14:27 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9074 normal, P5 - low, ---, tomascohen, Patch doesn't apply , DB dependent tests for is_holiday |
14:27 | kf | --- git am -s /tmp/Bug-9074---DB-dependent-tests-for-isholiday-eiKuaq.patch - why not -3? |
14:27 | khall | kf, I think that's my bad! I'll retest |
14:28 | -s was meant to be -3 | |
14:28 | kf | aaah ok :) |
14:28 | may still fail, but worth a try :) | |
14:29 | khall: maybe also take a look at bug 8800 - I did some testing there this morning and I think the test cases are related to it | |
14:29 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 blocker, P5 - low, ---, tomascohen, Failed QA , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
14:29 | khall | will do |
14:30 | tcohen joined #koha | |
14:31 | tcohen | khall, can u help me rebase bug 9074? I cannot figure what the problem is |
14:36 | khall | tcohen, I attached a rebased version of 9074 |
14:40 | tcohen | thanks khall |
14:40 | khall | np |
14:42 | tcohen | khall, the problem is with the code |
14:42 | khall | that's what I thought |
14:43 | maximep joined #koha | |
14:43 | tcohen | (provided you filled your test db with sample_holidays.sql) |
14:43 | i filled bug 9078 for fixing that | |
14:43 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9078 normal, P5 - low, ---, tomascohen, NEW , is_holiday should honour holiday exceptions |
14:45 | khall | tcohen, trying to test 9078, fatal: sha1 information is lacking or useless (Koha/Calendar.pm). |
14:45 | can't apply the patch | |
14:47 | tcohen | oh my |
14:47 | whats wrong with me today?? | |
14:47 | paul_p | khall 'morning. if you can ask melia to have a look at bug 8770, that would be nice |
14:47 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8770 blocker, P5 - low, ---, koha-bugs, NEW , amount does not equal amountoutstanding on a fine with no payments or credits |
14:48 | khall | will do! |
14:48 | tcohen | oh, khall, forgot to mention it depends on bug 8800 |
14:48 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 blocker, P5 - low, ---, tomascohen, Failed QA , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
14:48 | khall | gotcha, thanks! |
15:02 | gaetan_B | oleonard: hello, im still trying your patch, i can't get it to work under anything else than firefox on ubuntu :( but i'm starting to suspect something is wrong with the instance i am testing on... |
15:02 | (i've tested it with chromium under ubuntu, chrome, safari and firefox (various versions) on a mac, to no avail !) | |
15:03 | oleonard | gaetan_B: khall signed off, so it's in QA's hands now. Thanks for testing though. |
15:03 | gaetan_B | ok i'll it there then :) |
15:08 | tcohen | khall, looks like your signoff added an extra charset="utf8" that breaks the merge |
15:08 | khall | which bug? |
15:09 | tcohen | 8800 at least |
15:09 | 9074 and 9078 too | |
15:09 | its a git config issue | |
15:10 | is it safe to edit the patch on bugzilla and remove it? | |
15:10 | khall | do you know what I should do to fix it? |
15:10 | I've no idea | |
15:11 | i don't see a reason why you can't just edit the patch on bugzilla | |
15:12 | tcohen | we had (a while ago) a problem with git which didn't insert the encoding definition |
15:12 | which was fixed by git people | |
15:13 | we had a workaround in ~/.gitconfig | |
15:13 | that inserted the charset stuff | |
15:14 | but current git just appends every charset definition it finds | |
15:14 | the bug was reported to git, and was indeed fixed, but i'm not sure what git version has it fixed | |
15:17 | magnuse | anyone got an installation of the latest squeeze-dev koha-common for testing? ido, ad i have loaded a 3.8.6 dbdump, run koha-upgrade-schema and koha-rebuild-zebra, but i can't search... |
15:17 | i get "You did not specify any search criteria." in the title bar and " Can't call method "raw" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 461. " on the page | |
15:17 | khall | it looks like I'm using the latest version of git from lenny packages |
15:18 | tcohen | you should remove from ~/.gitconfig some prefs that says |
15:18 | format.headers | |
15:19 | khall | gotcha, fixed |
15:21 | kf | paul_p: I am still here :) |
15:22 | paul_p | kf = uploading my screencast |
15:22 | kf | too late, now I commented :) |
15:23 | Callender_ joined #koha | |
15:23 | kf | but I will watch your screencast too |
15:24 | paul_p | kf= my problem is that I don't see anything wrong with my tests :( |
15:25 | kf | oh |
15:25 | rangi confirmed | |
15:25 | so I am not too worried it was my setup | |
15:25 | let's see | |
15:26 | paul_p: not sure that will work on my work computer | |
15:28 | paul_p: I can't open the file format | |
15:29 | paul_p | no ogg vorbis reader maybe ? |
15:29 | kf | paul_p: yep, but can't install anything on this computer |
15:29 | paul_p | kf: :(((( |
15:30 | kf | what I did was: create a fine - click on "write off fine" |
15:30 | pop up said: do you really want to? - I said yes | |
15:30 | it looked like it was working, but the total due never got removed | |
15:30 | so everything looked ok, but the fee/fine was still there | |
15:35 | paul_p | kf = just added what I did on the bug |
15:37 | kf | paul_p: not sure what is different for you, but that's exactly what I did and it didn't work on master of last night |
15:38 | paul_p | kf= are you on a fresh install or an updated from 3.8 ? |
15:38 | kf | rangi confirmed, I am not sure where the problem is |
15:38 | hm | |
15:38 | I was on a fresh installation | |
15:38 | I redid all my databases recently | |
15:38 | like 2 weeks ago... qam preparations | |
15:38 | I have to work on soemthing with a coworker, will be back in a hwile | |
15:38 | paul_p | OK, that could be the reason then. I'm running an updated. investigating... |
15:38 | kf | it's a good idea |
15:39 | sorry to run out, we are updating libraries tomorrow... some testing to be done | |
15:41 | oleonard | julian_m++ # for Bug 9117 |
15:41 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9117 enhancement, P5 - low, ---, julian.maurice, Signed Off , Reports hierarchies management improvements |
15:42 | julian_m | oleonard, i'm glad you like it ;) |
15:47 | tcohen | found it kf, khall! |
15:49 | kf | tcohen: yay! |
15:49 | julian_m: I like it too :) | |
15:50 | tcohen | the add_holiday function that is only used for the tests, it adds special holidays as exeption holidays :-D |
15:51 | that's why the tests worked until the exceptions were fixed | |
15:51 | maximep | the 9117 patch has "<option value="0" selected="selelcted">" |
15:51 | kf | so it confuses unique holdiays and exceptions? |
15:51 | maximep | selelcted o_O |
15:51 | tcohen | the tests worked before because of the bug |
15:51 | oleonard | maximep: I guess my validation tests missed that one |
15:52 | tcohen | the question now is, where should I attach the patch? |
15:52 | hehe | |
15:52 | i made a real mess with those bugs / patches dependencies | |
15:52 | oleonard | maximep: At least I caught "<option value="1">Yes</public>" |
15:52 | maximep | hahaha |
15:52 | tcohen | kf, a new bug? |
15:53 | kf | hm not sure |
15:53 | maybe it will make things more confusing? | |
15:53 | I will need a test drive plan and sequence :) | |
15:53 | tcohen++ btw | |
15:53 | tcohen | i'll attach it to 9078 |
15:54 | as it introduced the 'problem' with the test | |
15:54 | s | |
15:59 | yayyyyyyyyyyyyyyyyy | |
15:59 | hehe | |
16:00 | tcohen joined #koha | |
16:10 | JesseM joined #koha | |
16:28 | kf | paul_p: logs were clean :( |
16:31 | jenkins_koha joined #koha | |
16:33 | kf | bye - will be back later |
16:33 | kf left #koha | |
16:39 | SJeffery joined #koha | |
17:00 | melia joined #koha | |
17:03 | drojf joined #koha | |
17:03 | drojf | good evenig #koha |
17:06 | thd-away joined #koha | |
17:06 | thd-away joined #koha | |
17:10 | nengard | paul_p and I need some feedback on bug 8723 - how do you all think it should be handled? |
17:10 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8723 critical, P5 - low, ---, koha-bugs, NEW , holds don't transfer when moving items |
17:10 | gaetan_B | what does UF: mean for authorities ? |
17:11 | paul_p | nengard you'll read the answers, but not me. family time here ;-) Bye & see you tomorrow morning #koha ! |
17:12 | nengard | :) |
17:12 | tomorrow is a holiday here so see you next week! :) | |
17:12 | Joubu left #koha | |
17:14 | tcohen joined #koha | |
17:16 | tcohen | khall, i've attached a followup on bug 9078 that fixes the failing tests |
17:16 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9078 normal, P5 - low, ---, tomascohen, Needs Signoff , is_holiday should honour holiday exceptions |
17:18 | khall | excellent! |
17:20 | tcohen | you should ask jcamins, but maybe your signoffs should be redone to remove that charset definition |
17:20 | i mean, jcamins_away | |
17:24 | khall | I'll try to fix what I can |
17:28 | tcohen | khall, thanks, just let me know anything i can contirbute |
17:28 | khall | no problem! |
17:29 | let me know if you notice any patches I've missed | |
17:31 | cait joined #koha | |
17:35 | tcohen | great khall, only 9074 missing |
17:35 | khall | thanks tcohen! |
17:36 | * cait | waves |
17:38 | tcohen | hi cait |
17:40 | cait | tcohen: I will prepare dinner and then test duedate :) |
17:40 | drojf: ping | |
17:53 | tcohen | cait, I hope your dinner wouldnt burn, and the tests go ok, of course |
17:53 | cait | :) |
18:34 | rangi | Morning |
18:34 | wahanui | Morning is probably a state of mind. or whenever the cat wants breakfast. |
18:34 | cait | morning rangi |
18:39 | francharb | see ya |
18:41 | chris_n | howdy rangi, cait |
18:45 | whoever said open source software is free apparently never had to do any real work | |
18:47 | rangi | Hehe |
18:48 | cait | hi chris_n :) |
18:51 | * chris_n | hates it when he turns down the wrong IF on a server across campus :-P |
19:05 | trea joined #koha | |
19:12 | drojf1 joined #koha | |
19:29 | kohanoob joined #koha | |
19:29 | oleonard | Hi kohanoob |
19:30 | * cait | waves to oleonard |
19:48 | wizzyrea | hi peeps |
19:48 | oleonard | Hi volcano girl |
19:48 | * cait | waves at wizzyrea |
19:49 | wizzyrea | lol |
19:50 | bag | heh I like it volcano girl |
19:51 | wizzyrea | that sort of makes it sound like I'll spew hot lava on you at any moment. |
19:51 | cait | only at the bugs |
19:51 | :) | |
19:51 | wizzyrea | hehe |
19:52 | cait | which reminds me... I should start testing :) |
19:55 | kathryn joined #koha | |
20:10 | nengard left #koha | |
20:23 | cait | @later tell tcohen can you ping me when you are around? |
20:23 | huginn | cait: The operation succeeded. |
20:23 | cait | and hi kathryn :) |
20:26 | kathryn | hi cait :) |
20:39 | oleonard | wizzyrea: Are you cooking a humongous turkey for all your NZ friends tomorrow? |
20:41 | trea | today = tomorrow |
20:42 | wizzyrea | ^^ |
20:42 | well I just got word that my shipment arrives today so... no, probably not | |
20:42 | lol. | |
20:42 | kathryn | good point oleanard. I can't wait for my turduckin and pieinapieinapie! |
20:42 | wizzyrea | kathryn: you'll have a better chance of getting that out of me once I have my kitchen back :) |
20:42 | oleonard | Well wizzyrea I assumed it must be tomorrow since you're not at home slaving over a hot stove ;) |
20:43 | kathryn | d'oh! |
20:43 | oh I read that wizzyrea assumed it must be tomorrow cos I'M not slaving over a hot stove! :) | |
20:44 | ah food, sure to wake me from wherever I may be concentrating | |
20:44 | wizzyrea | lol |
20:44 | oleonard | There hasn't been enough food talk around here lately. |
20:45 | * oleonard | sees this as a sign that jcamins_away is busier than he should be |
20:45 | kathryn | Well, what do you do for thanksgiving dinnner, if you do it :) |
20:46 | oleonard | I usually bring one or two side-dishes to a family potluck. This year mashed potatoes, mushroom gravy, and maybe a pumpkin pie |
20:47 | kathryn | we do family potluck for christmas :) |
20:47 | * oleonard | tried a vegetarian mushroom gravy recipe recently that was delicious |
20:47 | wizzyrea | that sounds yum |
20:47 | kathryn | I'd put that on steak |
20:48 | ooops you're vege ay | |
20:48 | oleonard | But I wouldn't slap the gravy out of your hand for putting it on steak kathryn |
20:48 | kathryn | :) mmmnnn good cos i already ate in my head |
20:48 | trea | i had this idea for a variation on pecan pie. pecan custard, on a pecan shortbread crust, topped with toasted pecans. |
20:49 | it sounded pretty ridiculous | |
20:49 | wizzyrea | wait, why have we not done this yet. |
20:49 | >.> | |
20:49 | trea | because I just thought of it yesterday |
20:49 | wizzyrea | ! |
20:50 | * oleonard | has a favorite chocolate-pecan pie which originated at the Paradise Cafe |
20:50 | kathryn | ooohhh |
20:52 | wizzyrea | I promise to bring in strange treats from american holidays |
20:56 | ibeardslee | yay! |
20:57 | wizzyrea | assuming of course I can find reasonable substitutes for the ingredients :) |
20:57 | (but I'm pretty clever in that regard so I'm not too worried) | |
20:58 | oleonard | See you later #koha |
20:58 | wizzyrea | bye oleonard |
21:15 | trea | Mars Curiosity rover team set to announce 'major discovery' on surface of Red Planet that 'will be one for the history books' http://goo.gl/OtZkq |
21:19 | drojf | announcing an announcement, so i guess it's a new iphone? |
21:19 | cait | maybe they found santa? |
21:19 | the announcement will be made early next month | |
21:20 | reindeer... something | |
21:20 | drojf | or some of obama's drones |
21:20 | trea | they found santa; he was behind the sofa the entire time |
21:22 | drojf | when did "needs signoff" turn back into a three digit number? :( |
21:24 | cait | trea: that#s a scary thought |
21:24 | trea | :D |
21:24 | * cait | keeps looking over her shoulder now |
21:36 | kohanoob | anyone having problems with the opac login screen for the latest version of mozilla and IE 9 |
21:37 | wizzyrea | what kind of problems? |
21:40 | kohanoob | the page shows "#!/usr/bin/perl # This file is pa [...]" |
21:40 | it loads for me in ie 8, safari, and mozilla 8 | |
21:41 | wizzyrea | what version? |
21:41 | of koha | |
21:43 | kohanoob | 3.4 |
21:44 | wizzyrea | no, there are no reported problems of that nature, but 3.4 is pretty old now. |
21:44 | rangi | sounds more like an apache issue |
21:45 | wizzyrea | ^ |
21:45 | rangi | if its serving you the code, not executing it |
21:46 | drojf | file permissions maybe? |
21:47 | wizzyrea | hrm I'm not getting my confirmation emails from the lists :( |
21:48 | I did from the main koha one. | |
21:50 | rangi | i think something is up with the koha-devel one maybe |
21:54 | wizzyrea | hrmmm |
21:56 | cait | wizzyrea: confirmation mails? |
21:56 | wizzyrea | yea, trying to subscribe |
22:09 | * drojf | mumbles something about google groups |
22:16 | cait | hm |
22:17 | wizzyrea: I made changes on bugzilla, but there are no new mails ont he bugs list | |
22:17 | maybe something wrong with the list server? | |
22:17 | rangi | yeah |
22:17 | this happened the other day too | |
22:17 | then they came through in a flood | |
22:17 | i think something is up with the list serv | |
22:17 | its a different server to the main list | |
22:18 | wizzyrea | right, well I'll just wait then |
22:18 | no biggie i still get mails on my other account. | |
22:19 | moodaepo joined #koha | |
22:36 | papa joined #koha | |
22:47 | edveal-away left #koha | |
22:53 | gaetan_B | bye ! |
23:01 | cait left #koha | |
23:07 | thd-away` joined #koha | |
23:45 | tcohen joined #koha |
← Previous day | Today | Next day → | Search | Index