Time |
S |
Nick |
Message |
00:04 |
|
|
davi left #koha |
00:14 |
|
|
Nate left #koha |
00:26 |
|
|
druthb left #koha |
00:46 |
|
|
Nate joined #koha |
00:47 |
|
|
Nate left #koha |
00:48 |
|
|
owen joined #koha |
00:56 |
|
|
HBankhead left #koha |
01:20 |
|
* owen |
is relaxing with a little Perl |
01:45 |
|
brendan_l |
@wunder 93117 |
01:45 |
|
munin |
brendan_l: The current temperature in Northwest Goleta, Goleta, California is 12.8�C (5:48 PM PST on December 17, 2010). Conditions: Overcast. Humidity: 90%. Dew Point: 11.0�C. Pressure: 29.90 in 1012.4 hPa (Steady). |
01:52 |
|
eter |
hi owen |
01:52 |
|
owen |
Hi eter |
01:53 |
|
eter |
i ned some help |
01:53 |
|
|
druthb joined #koha |
01:53 |
|
owen |
Hi druthb |
01:53 |
|
druthb |
hi, owen! :) |
01:54 |
|
owen |
eter, go ahead and ask your question. If anyone can they'll answer |
01:55 |
|
eter |
i've being serching thru Makefile.PL trying to find the area where it creates /etc/koha/koha-httpd but i can only find one reference, where is was referenced in the pl_files array |
01:57 |
|
owen |
eter: Why? |
01:57 |
|
eter |
i want to make some addition to the final /etc/koha/koha-httpd.conf at install time, i do see the skel file but i'm not sure where it is populated |
01:58 |
|
eter |
btw i'm just trying to learn perl from here "http://www.webmonkey.com/2010/[…]al_for_beginners/" |
02:00 |
|
eter |
i also wanted to add another optional configuration block to makefile.pl that will optionally ask for things like servername staffclient name and or port ec |
02:00 |
|
owen |
Speaking as someone who is a Perl beginner, sounds very ambitious. |
02:01 |
|
eter |
lol |
02:01 |
|
eter |
whilst i dont have lots of time, i think i have motivation...lol |
02:03 |
|
jcamins_a |
eter: I would think it would be easier to just modify the configuration file. |
02:05 |
|
eter |
yes i know but i remember when i first started this, i wondered what was causing me not to see site only then i realize conf needed adjustment so i would love to have that in by default therefore i tought maybe i could donate that as my little bit |
02:07 |
|
eter |
i looked at here http://koha.pastebin.com/DUh8d3L8 in makefile.pl but wasn't to sure of the trace on that assignment statement. |
02:08 |
|
jcamins_a |
I'm currently preparing a mailing, but here's how I remember it works. |
02:08 |
|
eter |
ok |
02:08 |
|
eter |
great go ahead |
02:08 |
|
jcamins_a |
There should be a number of placeholders that look like __KOHA_INSTALL_DIR__ and are replaced with the values in a hash. |
02:08 |
|
jcamins_a |
You should be able to add entries to that hash. |
02:09 |
|
jcamins_a |
Say, __STAFF_VHOST__ |
02:09 |
|
eter |
ok i saw that in the skel koha-http.conf file |
02:09 |
|
eter |
i figure i could just do the modification there |
02:10 |
|
eter |
but there is only one issue, if i added a block to makefile.pl to get some user values for those areas i want to make sure they get to where they should properly |
02:11 |
|
jcamins_a |
%config_defaults, I think |
02:11 |
|
jcamins_a |
http://git.koha-community.org/[…]408f;hb=HEAD#l399 |
02:12 |
|
jcamins_a |
I would not know how to get user input in the Makefile, though. |
02:12 |
|
eter |
ok i think i was looking at that too but wasnt sure...i will get going on it and see what i yields, |
02:13 |
|
eter |
i think i've figured how to get the user input there |
02:13 |
|
* owen |
accomplishes his minor task, heads for bed |
02:13 |
|
|
owen left #koha |
02:15 |
|
eter |
just havent figure where to pull local system info for eg "__WEBSERVER_IP__" i dont know if thats and env variable that returns ip or it was just created inside one of the scriptss |
02:16 |
|
jcamins_a |
What do you mean? |
02:22 |
|
eter |
i saw that in the skel koha-httpd.conf file and whilst examining Makefile.pl i noted to retrieve some system data and display it as say default value. i would like to do the same... for example if i asked the user for virtual host ip i would want to display the default of eg 10.10.10.10 which would be retrieved form the current host or give them the option of selecting * so that it listen on all local interfaces |
02:25 |
|
eter |
i one of my installs i had a server connected with 3 networks(separate NICs) and the conf ony placed one ip for the virtual host, i had to manually replace tha ip with * |
02:25 |
|
jcamins_a |
There's not going to be a reliable environment variable. |
02:26 |
|
eter |
ok |
02:28 |
|
eter |
well i'll see waht i can get done in a few then |
02:29 |
|
jcamins_a |
You could default to '*' for your first version. |
02:29 |
|
eter |
i'm thinking that i will |
02:32 |
|
jcamins_a |
eter: rewrite-config.PL |
02:33 |
|
eter |
i was looking at that file but i ned to get a hold of the meaning of some of these perl operators |
02:33 |
|
jcamins_a |
(that's where you need to do the substitution) |
02:34 |
|
eter |
ok i see |
02:35 |
|
jcamins_a |
Anyway, time to get some sleep. |
02:35 |
|
jcamins_a |
Work in a few hours. |
02:35 |
|
jcamins_a |
Good night (again), #koha |
02:36 |
|
eter |
ok thx |
03:18 |
|
|
kevinD joined #koha |
03:19 |
|
kevinD |
Hi |
03:19 |
|
ibot |
hi, kevinD |
03:20 |
|
kevinD |
How difficult is a koha install do you use Wamp if local? |
03:40 |
|
|
kevinD left #koha |
04:14 |
|
|
Oak joined #koha |
04:14 |
|
Oak |
\o |
04:14 |
|
druthb |
o/ |
04:16 |
|
Oak |
:) |
04:27 |
|
|
chris_n left #koha |
04:27 |
|
|
chris_n joined #koha |
05:03 |
|
|
druthb left #koha |
05:20 |
|
brendan_l |
@wunder 93117 |
05:20 |
|
munin |
brendan_l: The current temperature in Northwest Goleta, Goleta, California is 12.8�C (9:18 PM PST on December 17, 2010). Conditions: Light Rain. Humidity: 91%. Dew Point: 11.0�C. Pressure: 29.95 in 1014.1 hPa (Steady). Flash Flood Watch in effect for the recent burn areas from Saturday afternoon through Sunday evening... |
06:05 |
|
chris |
@wunder wellington nz |
06:05 |
|
munin |
chris: The current temperature in Wellington, New Zealand is 23.0�C (6:00 PM NZDT on December 18, 2010). Conditions: Partly Cloudy. Humidity: 69%. Dew Point: 17.0�C. Pressure: 29.80 in 1009 hPa (Steady). |
06:05 |
|
chris |
gah, too hot |
06:18 |
|
brendan_l |
heh - heya chris |
06:32 |
|
chris |
heya congrats on los gatos |
06:37 |
|
brendan_l |
:) |
08:39 |
|
|
davi joined #koha |
09:23 |
|
|
robin-hom joined #koha |
09:27 |
|
|
robin-hom left #koha |
09:35 |
|
|
cait joined #koha |
09:35 |
|
cait |
hi #koha |
10:13 |
|
|
magnus joined #koha |
10:13 |
|
magnus |
kia ora, #koha |
10:18 |
|
cait |
hi magnus :) |
10:19 |
|
magnus |
hi cait |
10:19 |
|
cait |
having fun with koha on your weekend? |
10:22 |
|
magnus |
catching up with some of the koha list mails - i have 83 unread threads... |
10:22 |
|
cait |
lots of bug mails? |
10:23 |
|
magnus |
nah, i have been deleting them along the way - no way i could keep up with the hundreds that have been pouring in lately ;-) |
10:26 |
|
cait |
:) |
10:28 |
|
magnus |
guess i should organize my folders and sorting better - pipe the new bugs into a separate folder, for example |
10:30 |
|
cait |
Ido it by lists |
10:30 |
|
cait |
but the sorting only works when my computer at work is on |
10:33 |
|
|
magnus is now known as magnus_a |
12:13 |
|
|
Brooke joined #koha |
12:13 |
|
Brooke |
TÄ“nÄ koutou |
12:20 |
|
* cait |
waves to Brooke |
12:20 |
|
* Brooke |
smiles at Cait |
12:22 |
|
Brooke |
curious |
12:22 |
|
Brooke |
http://catalog.losgatosca.gov/[…]he+band+played+on |
12:39 |
|
* Brooke |
wishes that Cait could go to the gallery this morning. |
12:41 |
|
cait |
to which gallery? |
12:47 |
|
Brooke |
National Gallery of Art |
12:47 |
|
Brooke |
Ruth and I are invading the PreRaphaelite lens soonish |
12:48 |
|
cait |
:) |
12:48 |
|
cait |
have a lot of fun! |
12:48 |
|
Brooke |
on the other hand, it means you thankfully miss out on my art mumblings |
12:48 |
|
cait |
I am hiding at home today - too many people in town for christmas shopping |
12:48 |
|
cait |
you would eventually get tired of translating every sentence into easy english soon ;) |
12:50 |
|
Brooke |
bah, I'll eventually get back round to Berlin |
12:50 |
|
Brooke |
and I think if I stood in the ancient pottery division long enough |
12:50 |
|
Brooke |
I might be able to half translate me mumblings ;) |
12:51 |
|
cait |
? |
12:54 |
|
Brooke |
I suspect I would cop on to art talk in another language after a little while, but it would have to be on a topic that I'd know well. |
12:54 |
|
cait |
ah |
12:55 |
|
cait |
I will be in Berlin in June ;) |
12:55 |
|
Brooke |
tempt me not! |
12:58 |
|
cait |
hehe |
13:09 |
|
|
Brooke left #koha |
15:05 |
|
|
Oak left #koha |
15:59 |
|
chris |
hmmm |
16:23 |
|
cait |
hmm? |
16:24 |
|
|
cait left #koha |
16:24 |
|
|
cait joined #koha |
16:48 |
|
|
ybeddyj left #koha |
16:52 |
|
|
eter left #koha |
17:41 |
|
* chris |
loses patience |
17:54 |
|
munin |
New commit(s) kohagit: Deleted old sample budget sql-data for Ukrainian and Russian <http://git.koha-community.org/[…]3f8b7dd0ab82be1ed> |
17:59 |
|
hudsonbot |
Starting build 226 for job Koha_Master (previous build: STILL UNSTABLE -- last SUCCESS #188 11 days ago) |
18:11 |
|
* cait |
hands chris a chocolate cookie |
18:11 |
|
chris |
getting sick of talking, so doing some doing instead :) |
18:12 |
|
cait |
good plan :) |
18:12 |
|
cait |
I am trying to make jo's fudge recipe |
18:12 |
|
cait |
lots of sugar... |
18:12 |
|
chris |
hehe yes |
18:12 |
|
chris |
you have to go for 1km run for every slice you eat :-) |
18:14 |
|
munin |
New commit(s) kohagit: Bug 5510: prepend output with system name <http://git.koha-community.org/[…]7e6d86fa888f62fa3> |
18:18 |
|
cait |
chris: if it goes well I plan on feeding it to my coworkers ;) |
18:19 |
|
chris |
:) |
18:21 |
|
cait |
I see a lot of bubbles... |
18:21 |
|
cait |
not sure this is how it should look ilke |
18:21 |
|
cait |
and of course I have nothing to find out how hot it is |
18:22 |
|
hudsonbot |
Project Koha_Master build #226: STILL UNSTABLE in 22 min: http://hudson.koha-community.o[…]/Koha_Master/226/ |
18:22 |
|
hudsonbot |
Serhij Dubyk {Сергій Дубик}: Deleted old sample budget sql-data for Ukrainian and Russian |
18:23 |
|
hudsonbot |
Starting build 227 for job Koha_Master (previous build: STILL UNSTABLE -- last SUCCESS #188 11 days ago) |
18:24 |
|
munin |
New commit(s) kohagit: bug4891 - sort facets in search sidebar (OPAC and staff client) <http://git.koha-community.org/[…]c4d1e79ecce49ed4d> / Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections <http://git.koha-community.org/[…]4f23e4b286f55d830> |
18:24 |
|
cait |
where is jcamins when you need him? |
18:24 |
|
cait |
or jo of cource |
18:24 |
|
cait |
course |
18:27 |
|
chris |
heh |
18:27 |
|
chris |
having lives and not on irc like us two? :) |
18:29 |
|
cait |
hm, probably |
18:32 |
|
cait |
...then beat until the mixture leaves a trail on itself... |
18:32 |
|
chris |
right so if you scoop some and dribble it out over itself |
18:33 |
|
chris |
it doesnt sink in right away |
18:33 |
|
chris |
does that make sense now? |
18:33 |
|
cait |
much more : |
18:33 |
|
cait |
:) |
18:33 |
|
chris |
:) |
18:34 |
|
munin |
New commit(s) kohagit: Adding another developer to the history <http://git.koha-community.org/[…]245d9b9c6d1e2874a> |
18:34 |
|
chris |
121 |
18:35 |
|
chris |
im hoping for 150 by the end of 2011 |
18:35 |
|
chris |
will be 122 soon |
18:35 |
|
chris |
as soon as eter's patch gets signed off |
18:38 |
|
cait |
the docs patch? |
18:38 |
|
chris |
yup |
18:39 |
|
chris |
seems harmless so should get signed off fast |
18:39 |
|
cait |
i can do itlater |
18:39 |
|
chris |
yay |
18:44 |
|
cait |
ok |
18:44 |
|
munin |
New commit(s) kohagit: Fix for Bug 5470 - improvements to results display in the staff client <http://git.koha-community.org/[…]0dfd93afc2256cf44> / Fix for Bug 5513 - staff client display screwy if you don't have all permissions <http://git.koha-community.org/[…]60cb88929bea70012> |
18:45 |
|
cait |
fudge sits in tin now |
18:46 |
|
cait |
ok, where is this patch? |
18:46 |
|
chris |
5516 |
18:46 |
|
chris |
is the bug, should be on the patches mailing list |
18:46 |
|
cait |
args |
18:46 |
|
chris |
want me to attach it to the bug for you? |
18:46 |
|
cait |
that would be wonderful |
18:47 |
|
hudsonbot |
Project Koha_Master build #227: STILL UNSTABLE in 24 min: http://hudson.koha-community.o[…]/Koha_Master/227/ |
18:47 |
|
hudsonbot |
* Srdjan Jankovic: Bug 5510: prepend output with system name |
18:47 |
|
hudsonbot |
* Owen Leonard: Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections |
18:47 |
|
hudsonbot |
* Robin Sheat: bug4891 - sort facets in search sidebar (OPAC and staff client) |
18:47 |
|
hudsonbot |
Starting build 228 for job Koha_Master (previous build: STILL UNSTABLE -- last SUCCESS #188 11 days ago) |
18:50 |
|
chris |
done |
18:51 |
|
cait |
wow long header |
18:52 |
|
chris |
:) |
18:56 |
|
cait |
will send later... have problems with my mail account |
18:57 |
|
cait |
git tells me: Sorry, this system is currently down for maintenance. |
18:59 |
|
chris |
your mail is? |
18:59 |
|
chris |
bummer |
19:00 |
|
cait |
yeah, will wait a little and try again |
19:03 |
|
cait |
done |
19:09 |
|
hudsonbot |
Project Koha_Master build #228: STILL UNSTABLE in 22 min: http://hudson.koha-community.o[…]/Koha_Master/228/ |
19:09 |
|
hudsonbot |
* Chris Cormack: Adding another developer to the history |
19:09 |
|
hudsonbot |
* Owen Leonard: Fix for Bug 5513 - staff client display screwy if you don't have all permissions |
19:10 |
|
hudsonbot |
* Owen Leonard: Fix for Bug 5470 - improvements to results display in the staff client |
19:10 |
|
|
Brooke joined #koha |
19:11 |
|
Brooke |
TÄ“nÄ koutou |
19:12 |
|
cait |
chris: you were wrong |
19:12 |
|
cait |
wb Brooke |
19:12 |
|
cait |
how as the gallery? |
19:12 |
|
Brooke |
:) |
19:13 |
|
Brooke |
there was a huge series of landscape portraits |
19:13 |
|
* Brooke |
was antsy |
19:13 |
|
Brooke |
a slew of Camerons though |
19:13 |
|
brendan |
@wunder 93117 |
19:13 |
|
munin |
brendan: The current temperature in Northwest Goleta, Goleta, California is 12.4�C (11:11 AM PST on December 18, 2010). Conditions: Rain. Humidity: 92%. Dew Point: 11.0�C. Pressure: 29.98 in 1015.1 hPa (Steady). Flash Flood Watch in effect for the recent burn areas from this afternoon through Sunday evening... |
19:13 |
|
chris |
cait: ? |
19:13 |
|
Brooke |
and a Fenton series of 4 that was a serious treat. |
19:13 |
|
chris |
hey brendan and Brooke |
19:13 |
|
* Brooke |
salutes Chris with respect. |
19:14 |
|
cait |
chris: it's more like 2 km a piece |
19:14 |
|
cait |
hi brenan |
19:14 |
|
cait |
brendan |
19:15 |
|
chris |
cait: hehehe |
19:15 |
|
chris |
brendan: im guessing no daughter yet? |
19:16 |
|
cait |
but oh so yummy |
19:16 |
|
brendan |
heya all |
19:16 |
|
brendan |
nope not yet |
19:16 |
|
cait |
added crushed walnuts and cranberries instead of cashews |
19:17 |
|
* Brooke |
waves to Brendan |
19:17 |
|
* brendan |
waves back |
19:17 |
|
Brooke |
mmm cranberries |
19:17 |
|
Brooke |
not as good as dried cherries, but good enough for gummint work. |
19:17 |
|
cait |
talking about that: http://lesttheybelost.blogspot[…]ew-nut-fudge.html |
19:18 |
|
* Brooke |
drools |
19:19 |
|
cait |
this is made to send a person into sugar shock |
19:20 |
|
|
brendan left #koha |
19:24 |
|
munin |
New commit(s) kohagit: Adding another developer to history <http://git.koha-community.org/[…]16f569256b6f9c4a4> / bug 5516: Corrected git url in Install Documentation Corrected the git clone url... <http://git.koha-community.org/[…]40c382ad00d7a9a3c> |
19:25 |
|
chris |
122 |
19:25 |
|
cait |
:) |
19:29 |
|
hudsonbot |
Starting build 229 for job Koha_Master (previous build: STILL UNSTABLE -- last SUCCESS #188 11 days ago) |
19:30 |
|
|
brendan joined #koha |
19:38 |
|
chris |
wb brendan |
19:38 |
|
brendan |
:D |
19:47 |
|
chris |
That's enough patches for a sunday |
19:47 |
|
Brooke |
see you about, Chris. |
19:48 |
|
chris |
Ill be around still just not pushing any more :) |
19:48 |
|
* Brooke |
cheers |
19:48 |
|
Brooke |
as long as you don't spend your wedding birthday on IRC ;) |
19:49 |
|
chris |
Heh |
19:51 |
|
cait |
:) |
19:51 |
|
hudsonbot |
Project Koha_Master build #229: STILL UNSTABLE in 22 min: http://hudson.koha-community.o[…]/Koha_Master/229/ |
19:51 |
|
hudsonbot |
* Edward Allen: bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid |
19:51 |
|
hudsonbot |
* Chris Cormack: Adding another developer to history |
20:21 |
|
|
Brooke left #koha |
21:51 |
|
cait |
good night all :) |
21:51 |
|
|
cait left #koha |
21:55 |
|
|
ivanc joined #koha |
21:56 |
|
|
ivanc left #koha |
22:49 |
|
|
ivanc joined #koha |
22:49 |
|
|
ivanc left #koha |
22:50 |
|
|
magnus_a left #koha |
23:11 |
|
|
davi left #koha |
23:23 |
|
|
ivanc joined #koha |
23:32 |
|
|
ivanc left #koha |
23:54 |
|
|
Brooke joined #koha |
23:55 |
|
Brooke |
TÄ“nÄ koutou |