← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
12:39 | shantanoo | hi! |
12:40 | need little help with apache config | |
12:40 | Forbidden | |
12:40 | You don't have permission to access / on this server. | |
12:41 | using apache 2.2 | |
12:42 | :( | |
16:00 | pate-away | kados, you about? |
19:49 | owen | chris around by any chance? |
19:50 | chris | yep whats up owen? |
19:50 | owen | I have a question for a Perl expert |
19:51 | chris | heh |
19:51 | ill do my best | |
19:51 | owen | In opac-addbookbybiblionumber.pl a CGI::scrolling_list gets built of existing shelves |
19:52 | But really it should build the CGI::scrolling_list only if there are items to go in it, i.e. existing virtual shelves | |
19:52 | chris | ok |
19:53 | this in rel_2_2 ? | |
19:53 | owen | Yes |
19:53 | Around line 60 | |
19:54 | chris | right i see |
19:55 | so if tehre are no shelves there is no point outputing an item dropdown list | |
19:56 | heres what id do | |
19:56 | id change this line | |
19:56 | my $CGIbookshelves=CGI::scrolling_list( -name => 'shelfnumber', | |
19:56 | to | |
19:56 | $CGIbookshelves=CGI::scrolling_list( -name => 'shelfnumber', | |
19:56 | and before it | |
19:56 | my $CGIbookshelves; | |
19:57 | if (#@shelvesloop > 0){ | |
19:58 | then do the $CGIbookshelves=CGI::scrolling_list( -name => 'shelfnumber', | |
19:58 | etc | |
19:58 | } | |
19:58 | ie, if there is at least one element in the array, make the dropdown | |
19:58 | otherwise it will just be empty so it wont get printed | |
19:58 | does that make sense | |
19:58 | ? | |
19:59 | i can make the changes and commit if you like and you can give it a test | |
20:07 | owen | Sorry--got interrupted. I'm testing it now, and it looks like it works great! |
20:07 | Thanks for your help. I'm going to be making some other commits anyway, so I'll take care of it. | |
20:08 | chris | sweet |
20:08 | owen | When do you guys leave for France? |
20:08 | chris | the 30th nz time |
20:08 | so the 29th for you | |
20:09 | owen | I sure wish I could be there. I hope you guys have a blast. |
20:10 | chris | thanks |
02:06 | btoumi | high everybody |
02:07 | hi everybody | |
02:07 | pierrick_ | hi btoumi |
02:23 | btoumi | hi pierrick |
05:35 | hdl | hi |
05:43 | pierrick | hi hdl |
05:43 | hdl | hi pierrick. |
06:47 | paul | hello world, i'm back |
06:47 | btoumi: are u around ? | |
07:02 | cvs -q update -P -d | |
07:27 | hdl | paul ? |
07:37 | btoumi | hello hdl |
07:38 | hdl | hello btoumi |
07:51 | hi owen | |
07:51 | owen | Hi |
07:55 | Quiet around here lately :) | |
07:55 | pierrick_lunch | hi owen |
07:56 | hdl | owen: was it ? :) |
07:57 | Paul was away, kados also, ... I was working without irc..... | |
07:57 | owen: Do you use some multi hierarchical thesaurus ? | |
07:58 | Do you know some ? | |
07:58 | owen | No |
07:58 | I'm not even sure what it is | |
08:35 | paul | merchi pierrick, et bonjour ;-) |
08:35 | pierrick | bonjour paul, de rien |
09:59 | kados | bonjour a tous |
09:59 | owen | Hey kados |
10:01 | paul | hello the "frenchie/swiss guy" ;-) |
10:04 | just to let everybody know : | |
10:04 | * 75 registrations for May 2nd | |
10:04 | * 45 for may 3rd | |
10:07 | kados | w00t |
10:07 | paul: so I have started compiling a outline for my talk at KohaCon | |
10:07 | paul: is it OK to just have a two or three page outline? | |
10:07 | paul: or is it expected to have a fancy brochure? :-) | |
10:08 | paul | you just have to remember that most ppl will speak french poorly. |
10:08 | so it's better to have a good outline. | |
10:09 | to help them understanding what you're speaking of. | |
10:09 | even if we will translate, of course | |
10:11 | owen | kados: do you have time to talk opac detail screens? |
10:11 | kados | sure |
10:11 | owen | So basically the problem is: how do you coordinate the bibliodefaultview preference with possible settings that would hide other detail screens |
10:12 | kados | right |
10:12 | owen | I don't know that we can assume the system is set up properly :) |
10:12 | kados | what would really be cool |
10:12 | is a method where the librarian could pick which elements on a given page | |
10:12 | are visible | |
10:12 | using checkboxes | |
10:12 | or something | |
10:13 | does that make sense? | |
10:13 | owen | Yeah |
10:13 | kados | so then the next question is how do we acomplish that? :-) |
10:14 | owen | One column of checkboxes and one column of radio buttons |
10:14 | kados | y'know ... |
10:14 | owen | The checkboxes are for which are visible, the radio button is for which is default |
10:14 | kados | take that one step further |
10:14 | so they can customize the text for each | |
10:14 | so if they want 'SEARCH' or "SEARCH CIRC", etc. | |
10:15 | one thing I'm not sure of is what that would do to performance | |
10:16 | owen | Does each system preference affect performance a certain amount? |
10:16 | kados | I've no idea |
10:16 | paul: do you know? | |
10:18 | paul | kados & owen : for sure it affect perfs. The question being : a lot or a little. I don't know, but i would be cautious with such improvements. |
10:18 | kados | yep, perhaps we need to do some tests |
10:18 | paul | we might reach a perf problem + a stability/maintainancy problem. |
10:18 | kados | right |
10:21 | owen: so I'll give it some further thought | |
10:21 | owen: perhaps we can introduce a new feature that will somehow be cached for sure and won't affect performance | |
10:21 | owen: rather than rely on the current system preferences | |
10:22 | owen | So hold off on any show/hide preferences for opac detail views for now? |
10:22 | kados | yea, I'd say so |
10:22 | owen | Okay |
10:24 | tumer | hi all |
10:24 | kados | hey tumer |
10:25 | tumer | kados:hi, settled down at some city now? |
10:25 | kados | tumer: heh, not yet, finished the WIPO training today |
10:26 | tumer: I leave for Laussane in a few minutes | |
10:26 | tumer | kados:lucky you:) |
10:26 | kados | tumer: tomorrow I may travel all day |
10:26 | tumer: but Saturday and Sunday I should have all day to work :-) | |
10:26 | Monday too it hink | |
10:26 | thingk even | |
10:27 | tumer | So will I on sunday |
10:27 | kados | tumer: one question, the files you sent me include the Koha installation |
10:27 | tumer | ??? |
10:27 | kados | tumer: but how can I create the bib database for that system? |
10:27 | tumer | you don't need to. That should work with standart 2.2 system |
10:28 | kados | and I can update Zebra how? |
10:28 | tumer | I thought you had zebra updating. I merely send the search processess |
10:28 | kados | ahh |
10:29 | yes, I can get Zebra wrking | |
10:29 | but in my method, data is usually deleted from Koha tables | |
10:29 | marc-* tables I mean | |
10:29 | paul | kados: where will you be this week end ? |
10:29 | kados | paul: Paris of course ;-) |
10:30 | tumer | Dont worry I'll send you necessary files once you start workng on it |
10:30 | kados | tumer: ok, sounds great |
10:30 | thx | |
10:30 | paul: in fact, on Saturday I will start in Laussane | |
10:30 | paul: and will travel to Paris in the late afternoon | |
10:31 | paul: on Sunday, Paris is closed ... | |
10:31 | paul: Monday too unless I'm mistaken | |
10:31 | paul: so I hope I can find a good wifi cafe or hang out in a train station all day to work ;-) | |
10:36 | so mambo? | |
10:36 | or opencms maybe? | |
10:36 | (I recently heard from someone here that opencms is quite nice) | |
10:37 | huh, the admindb seems unaccessible for the mailman install | |
10:37 | woops | |
10:38 | wrong channel for all of the above :-) | |
10:46 | paul | kados: "paris is closed" = what do you mean ? it's a closed day, for sure, but many cafe or places are open in Paris ! |
10:47 | hdl | even some marketplaces :D |
10:47 | kados | paul: good news :-) |
10:47 | monospace? | |
10:47 | paul | a car for 7-9 ppl |
10:47 | hdl | a big car |
10:47 | kados | ahh |
10:47 | maybe just take the busses? | |
10:47 | paul | because we will be more than 15 and 3 cars won't be enough |
10:47 | kados | or a train? |
10:48 | paul | except we can't reach SAN-OP with busses or train. |
10:48 | kados | ahh |
10:48 | too bad | |
10:49 | tumer | and I am not even able to stay at the same hotel as you lot. All booked |
10:49 | kados | wow |
10:50 | paul | tumer: wait a minut |
10:59 | pierrick | paul, are devWeek evenings planned? |
11:00 | I mean, do you know when afters will occur? | |
11:01 | paul | hélas, not yet. |
11:01 | I asked SAN twice, but got no answers from them :-( | |
11:01 | pierrick | I want to tell my friends in Marseille when I'll be available. I'll also ask if I can borrow a car |
11:01 | paul | you'll ask ineo ? |
11:01 | I tried to phone jps & flc but they are away | |
11:01 | pierrick | no, my friends in Marseille |
11:02 | you want me to ask if I can reserv a car? | |
11:02 | s/reserve/rent | |
11:02 | paul | what's your phone (fixe, my portable is out of power) |
11:02 | bye kados | |
11:05 | kados | hey pate-away |
11:05 | pate-away | hiya |
11:05 | is anyone taking good notes at KohaCon? | |
11:05 | kados | pate-away: anything you need to ask me before I jet? |
11:06 | pate-away | well, I'm looking for data from KohaCon so I can plug it into my writing plans |
11:06 | kados | ahh, right |
11:06 | pate-away | you can jet ... nothing I have is urgent |
11:06 | kados | so I think much of the con will be available via a video feed |
11:06 | pate-away | I'll try to jump on early tomorrow and see I I can catch people |
11:07 | kados | tomorrow's a vacation day :-) |
11:07 | ok, I gotta catch a train | |
11:07 | ciao | |
11:07 | pate-away | tchuss |
11:25 | hdl | hi pate-away |
11:26 | you also have some information on wiki.koha.org |
← Previous day | Today | Next day → | Search | Index