Time |
S |
Nick |
Message |
00:02 |
|
dcook |
alpha? |
00:02 |
|
wahanui |
well, alpha is looking pretty good, (well in the 2 hours ive had it running :)) |
00:02 |
|
dcook |
roadmap? |
00:21 |
|
wajasu |
i've got zebra facet support in my dev. just did authors, libraries(i.e holdingbranch), itemtypes. doing some testing. might get something for others to look at soon. |
00:22 |
|
wajasu |
so far i am able to query zebra facet, and if nothing found, run the current code as fallback. that way IF one adds Author index, etc, they get the benefit. |
00:50 |
|
|
dpk joined #koha |
01:25 |
|
eythian |
http://www.jwz.org/blog/2014/0[…]nt-going-to-work/ |
01:31 |
|
|
mtompset_away joined #koha |
01:32 |
|
mtompset |
Greetings, #koha. |
01:52 |
|
mtompset |
@later tell wizzyrea Thanks for the quick fix. :) |
01:52 |
|
huginn |
mtompset: The operation succeeded. |
01:53 |
|
wizzyrea |
heh. |
01:54 |
|
mtompset |
Patch applies nice now. Saved result looks good in my git when I put the config var in the right place. :) |
01:54 |
|
mtompset |
Going to sign this off after the koha qa test tool. :) |
01:55 |
|
mtompset |
Sweet... got the email. :) |
01:57 |
|
wizzyrea |
;) |
02:02 |
|
mtompset |
Signed off. :) |
02:04 |
|
wizzyrea |
\o/ |
02:07 |
|
mtompset |
:( wizzyrea, I have a question about 11684. |
02:08 |
|
mtompset |
How does this patch solve the mixed content problem? |
02:08 |
|
eythian |
rangi: any idea why we're using Cache::Memcached in C4::Context, rather than ::Fast? |
02:08 |
|
rangi |
fast had issues back in the stuff days |
02:08 |
|
eythian |
ah right |
02:09 |
|
wizzyrea |
what |
02:09 |
|
rangi |
i think its ok for our purposes tho |
02:09 |
|
rangi |
it doesnt consistent hashing onto servers |
02:09 |
|
rangi |
which is what makes it fast |
02:09 |
|
eythian |
ah OK |
02:09 |
|
rangi |
it also makes it suck when the server that hosts your section tree (in stuff) dies |
02:09 |
|
eythian |
yeah |
02:10 |
|
rangi |
but for our purposes in koha, the fact that it supports utf8 properly is probably a bigger win than that downside |
02:11 |
|
eythian |
oh yeah, that'd be good. |
02:12 |
|
|
kathryn joined #koha |
02:34 |
|
|
mtompset_away joined #koha |
02:34 |
|
mtompset |
Greetings, #koha. Firefox restart. :) |
02:45 |
|
pastebot |
"wajasu" at 127.0.0.1 pasted "result hits vs. facet query occur for Author:0 index. Author:p occur shows 38, but term text is mangled." (54 lines) at http://paste.koha-community.org/208 |
02:48 |
|
* wizzyrea |
pokes bug 10944 - yep it's done |
02:48 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=10944 minor, P5 - low, ---, robin, Passed QA , Mixed content warnings in results and detail with Amazon images on https |
03:07 |
|
wajasu |
dis may help cataloguers http://www.youtube.com/watch?v[…]ist=RD3jZZ1-xEjTA |
03:13 |
|
wajasu |
found that i must have the same corresponding set of indexes for 100a, 110s, and 700a for Author:0 to get 38 hits. |
03:16 |
|
wajasu |
also found tht the main search box "Author" does a @attr 4=6, which is word list, so it picks up more entries like Ferguson and Sinclair and B for "Ferguson, Sinclair B." |
03:17 |
|
wajasu |
when i change that dropdown's to use @attr 4=1, which is phrase, then the results have 38 hits in yaz client. |
03:19 |
|
mtompset |
wajasu: I was thinking about the ability to customize facets... C4/Search has a nice filter piece of code... look for type_label... and read the code below there :) |
03:19 |
|
wajasu |
ok |
03:25 |
|
wizzyrea |
I'm wondering if a default circ rule should be mandatory or optional. |
03:25 |
|
wizzyrea |
i'm thinking mandatory. |
03:25 |
|
wizzyrea |
but... |
03:26 |
|
wajasu |
mtompset: building the facet_loop that holds the UI label/link. i am currently working in the part before "BUILD FACETS" and getting the term and counts correct now. |
03:28 |
|
wajasu |
mtompset: i'm sure we could let folks show/hide facet sections based on a syspref, or change the order shown. |
03:28 |
|
mtompset |
Yes, yes we could. It would be really nice too. :) |
03:29 |
|
mtompset |
wizzyrea: Signed off. :) |
03:30 |
|
mtompset |
YAY! I'm number 1 for April... for a few hours at least. :) |
03:30 |
|
wajasu |
mtompset: what do you thnk about the current Author main search box using @attr 4=6 (word list Awuhtor:w) instead of @attr 4=1 (phrase Author:p) |
03:30 |
|
mtompset |
You're speaking code to me. I don't know those inner workings. |
03:31 |
|
mtompset |
I'd as jcamins the query king. |
03:31 |
|
mtompset |
ask jcamins. |
03:31 |
|
wizzyrea |
\o/ |
03:33 |
|
wajasu |
when you search for with Author: it searches for words now. so "Ferguson, Sinclair B." would search for ferguson, sinclair , and b. so we set Fergsuon, Everret as well. and rsults that have "B". |
03:33 |
|
wajasu |
but maybe we want it that "fuzzy" |
03:34 |
|
wizzyrea |
I think best to leave it as is |
03:34 |
|
wizzyrea |
or ask the list, I am sure librarians would love to answer your question |
03:35 |
|
wizzyrea |
they probably do have strong opinions and usually they don't have a lot of say |
03:35 |
|
wajasu |
ok. but it will affect nearby authors inthe facet terms. |
03:35 |
|
wajasu |
we can leave it. and let the clicking on the facet restrict with @attr 4=1. |
03:36 |
|
wizzyrea |
you'll need to spell it out explicitly with examples for them though because they will absolutely not understand your question as posed here :) |
03:36 |
|
wizzyrea |
or there will be a very small subset who will |
03:38 |
|
wajasu |
good point. |
03:40 |
|
wajasu |
which mailing list. developers? http://lists.koha-community.or[…]stinfo/koha-devel |
03:45 |
|
wizzyrea |
naw, main koha |
03:46 |
|
wajasu |
oh. this. http://lists.katipo.co.nz/mailman/listinfo/koha |
03:46 |
|
wizzyrea |
yep :) |
03:46 |
|
wizzyrea |
and I'm sorry in advance if they don't answer you. |
03:46 |
|
wizzyrea |
but at least then you can say you asked. |
04:00 |
|
|
AndChat|687024 joined #koha |
04:37 |
|
mtompset |
Have a great day, #koha wizzyrea wajasu. |
05:20 |
|
|
laurence joined #koha |
06:08 |
|
|
magnuse joined #koha |
06:09 |
|
* magnuse |
waves |
06:12 |
|
* eythian |
collects driftwood |
06:20 |
|
magnuse |
making a fire? |
06:21 |
|
eythian |
the waves washed it up. |
06:22 |
|
|
JesseM_away joined #koha |
06:24 |
|
* magnuse |
hopes eythian is not in his office or at home |
06:24 |
|
* magnuse |
waves to JesseM_away |
06:24 |
|
eythian |
you're the one spreading it everywhere. |
06:24 |
|
eythian |
you just did it again. |
06:26 |
|
magnuse |
? |
06:27 |
|
eythian |
the waves. |
06:28 |
|
* magnuse |
tries not to rock the boat |
06:34 |
|
|
cait joined #koha |
06:36 |
|
|
reiveune joined #koha |
06:36 |
|
reiveune |
hello |
06:36 |
|
* magnuse |
waves to cait and reiveune |
06:37 |
|
* cait |
waves back |
06:37 |
|
* magnuse |
gets the thing about the waves |
06:37 |
|
* magnuse |
is slow |
06:40 |
|
eythian |
homonyms are hard :) |
06:42 |
|
* cait |
is confused |
06:44 |
|
eythian |
don't worry, you're not missing much |
06:45 |
|
cait |
oh good |
06:45 |
|
cait |
or not? |
06:45 |
|
wahanui |
not is, like, maybe removed from my search |
06:47 |
|
magnuse |
cait: good |
06:48 |
|
* cait |
wanders off for a bit to fully wake up |
06:52 |
|
|
marcelr joined #koha |
06:52 |
|
marcelr |
hi #koha |
06:53 |
|
|
alex_a joined #koha |
06:54 |
|
alex_a |
Bonjour |
06:54 |
|
wahanui |
bidet, alex_a |
07:02 |
|
|
alex_a joined #koha |
07:03 |
|
|
lds joined #koha |
07:05 |
|
|
gaetan_B joined #koha |
07:05 |
|
gaetan_B |
hello |
07:10 |
|
nlegrand |
hiya #koha! |
07:10 |
|
magnuse |
bonjour nlegrand and other people from france :-) |
07:10 |
|
magnuse |
@wunder boo |
07:10 |
|
huginn |
magnuse: The current temperature in Bodo, Norway is 1.0°C (8:50 AM CEST on April 07, 2014). Conditions: Clear. Humidity: 56%. Dew Point: -7.0°C. Windchill: -6.0°C. Pressure: 29.74 in 1007 hPa (Steady). |
07:10 |
|
magnuse |
@wunder marseille |
07:10 |
|
huginn |
magnuse: The current temperature in Realtor, CABRIES, France is 10.2°C (9:10 AM CEST on April 07, 2014). Conditions: Clear. Humidity: 49%. Dew Point: -0.0°C. Pressure: 30.10 in 1019 hPa (Rising). |
07:11 |
|
magnuse |
@wunder paris, france |
07:11 |
|
huginn |
magnuse: The current temperature in Paris-centre, France is 13.4°C (9:10 AM CEST on April 07, 2014). Conditions: Clear. Humidity: 90%. Dew Point: 12.0°C. Pressure: 30.02 in 1017 hPa (Falling). |
07:11 |
|
nlegrand |
hey magnuse ^^ |
07:11 |
|
magnuse |
@wunder barcelona |
07:11 |
|
huginn |
magnuse: Error: No such location could be found. |
07:11 |
|
magnuse |
@wunder barcelona, spain |
07:11 |
|
huginn |
magnuse: The current temperature in Gava, Spain is 15.0°C (8:58 AM CEST on April 07, 2014). Conditions: Partly Cloudy. Humidity: 75%. Dew Point: 11.0°C. Pressure: 30.09 in 1019 hPa (Steady). |
07:20 |
|
nlegrand |
I didn't think Norway was that cold at this time :) |
07:20 |
|
* magnuse |
will be there in a week |
07:20 |
|
magnuse |
that's not too cold :-) |
07:21 |
|
nlegrand |
^^ |
07:21 |
|
magnuse |
@wunder kautokeino |
07:21 |
|
huginn |
magnuse: The current temperature in Kautokeino, Norway is -10.0°C (8:00 AM CEST on April 07, 2014). Conditions: Light Snow. Humidity: 73%. Dew Point: -13.0°C. Pressure: 29.84 in 1010 hPa (Steady). |
07:22 |
|
dcook |
rangi++ |
07:23 |
|
dcook |
#for git stuff |
07:23 |
|
nlegrand |
ho ok :) |
07:26 |
|
|
sophie_m joined #koha |
07:27 |
|
magnuse |
bonjour sophie_m |
07:29 |
|
cait |
hay_fever-- |
07:29 |
|
sophie_m |
hello magnuse and cait |
07:29 |
|
cait |
hi sophie_m :) |
07:42 |
|
cait |
@wunder Konstanz |
07:42 |
|
huginn |
cait: The current temperature in Taegerwilen, Taegerwilen, Germany is 8.3°C (9:40 AM CEST on April 07, 2014). Conditions: Clear. Humidity: 96%. Dew Point: 8.0°C. Windchill: 8.0°C. Pressure: 30.12 in 1020 hPa (Steady). |
08:22 |
|
|
atheia joined #koha |
08:23 |
|
atheia |
Mornin' all! |
08:32 |
|
magnuse |
hiya atheia |
08:34 |
|
|
paul_p joined #koha |
08:35 |
|
|
sophie_m joined #koha |
08:54 |
|
paul_p |
hi cait. Answering andreas mail about a quotation now ;-) |
08:54 |
|
cait |
bonjour paul_p and thx |
08:56 |
|
paul_p |
cait = just for not making a mistake : in germany, "Andreas" is male or female ? (in french, it can be both: André or Andrée, but the last "e" let you know, even if orally, there's not difference) |
08:56 |
|
cait |
male |
09:01 |
|
|
ashimema joined #koha |
09:25 |
|
|
liw joined #koha |
09:45 |
|
|
kivilahtio joined #koha |
10:50 |
|
|
gerundio joined #koha |
10:50 |
|
|
tajoli joined #koha |
11:24 |
|
|
lds joined #koha |
11:40 |
|
|
gerundio joined #koha |
11:50 |
|
magnuse |
BobB++ for being helpful on the maillist |
11:55 |
|
|
meliss joined #koha |
11:59 |
|
|
sophie_m joined #koha |
12:01 |
|
|
ashimema joined #koha |
12:08 |
|
|
NateC joined #koha |
12:12 |
|
|
francharb joined #koha |
12:13 |
|
francharb |
good morning #koha |
12:13 |
|
magnuse |
hiya francharb |
12:25 |
|
|
oleonard joined #koha |
12:30 |
|
oleonard |
Hi #koha |
12:39 |
|
magnuse |
kia ora oleonard |
12:42 |
|
|
nengard joined #koha |
12:54 |
|
|
alex_a_ joined #koha |
12:56 |
|
|
edveal joined #koha |
12:57 |
|
|
gerundio joined #koha |
13:00 |
|
cait |
hi oleonard :) |
13:02 |
|
cait |
oleonard: thx for taking a look at the overdrive patch - i think i can pass it now |
13:02 |
|
oleonard |
Yeah it's a simple fix |
13:03 |
|
cait |
yeah, but feeling better now that you took a look, because i can't test with overdrive :) |
13:06 |
|
|
Dyrcona joined #koha |
13:11 |
|
|
rhcl joined #koha |
13:11 |
|
rhcl |
@wunder 64507 |
13:11 |
|
huginn |
rhcl: The current temperature in Wyatt Park, St Joseph, Missouri is 8.2°C (8:11 AM CDT on April 07, 2014). Conditions: Overcast. Humidity: 70%. Dew Point: 3.0°C. Windchill: 8.0°C. Pressure: 29.82 in 1010 hPa (Rising). |
13:12 |
|
|
gerundio joined #koha |
13:12 |
|
druthb |
@wunder 77098 |
13:13 |
|
huginn |
druthb: The current temperature in Greenway Plaza, Houston, Texas is 12.2°C (8:12 AM CDT on April 07, 2014). Conditions: Overcast. Humidity: 89%. Dew Point: 10.0°C. Pressure: 29.81 in 1009 hPa (Steady). |
13:19 |
|
rhcl |
druthb: I'm half-way looking for a job these days. I noticed over the weekend there are a lot of energy/oil-related sysadm positions in Houston |
13:20 |
|
druthb |
There are, yes. It's a happenin' town in the energy sector. |
13:21 |
|
druthb |
also, http://job.listings.cpanel.net[…]tail/a2ldog938ftx, if you've got the chops for it. We need good sys admins. |
13:21 |
|
rhcl |
I believe I'd like to drive a big pink Cadillac with longhorn steer horns mounted to the hood |
13:21 |
|
druthb |
You'd have to go sell a LOT of Mary Kay for that. They're based in Dallas. :P |
13:23 |
|
rhcl |
Naw, I want to live in the hurricane district--south Houston |
13:24 |
|
druthb |
I've got a couple of coworkers who live out that way—Pearland, Baytown, Clear Lake. It's a not-too-evil commute to here. |
13:24 |
|
rhcl |
My couple of brushes with typhoons kinda got me wanting to experience a class 10. |
13:25 |
|
druthb |
I'm told one roars through here every five years or so. Some heftier than others. |
13:25 |
|
rhcl |
Seems like nearly every company that listed benefits mentioned they cater at least one meal per day, and sometimes all three. |
13:26 |
|
rhcl |
I do like food. |
13:26 |
|
druthb |
It's kind of a popular benefit around here, yeah. We bring in lunch every day, and there's some for the second and third shifts in Support. |
13:27 |
|
druthb |
Also, free snacks and drinks. :) |
13:27 |
|
rhcl |
oh man! |
13:27 |
|
rhcl |
pretzels |
13:28 |
|
druthb |
..and cPanel throws *legendary* parties. When Star Trek: Into Darkness came out last year, the boss *bought out* an opening-night showing, and gave us the tix. :) |
13:29 |
|
rhcl |
I need to dig out my resume. |
13:29 |
|
druthb |
:) |
13:30 |
|
druthb |
if you call up cPanel, tell 'em I sent you. There's a bounty, of course. :) |
13:31 |
|
rhcl |
Normally I'd expect you to buy me a Coke, but if they're free anyway.... |
13:32 |
|
druthb |
I'll do one better, and take you out for a fancy dinner somewhere. It's a *big* bounty. |
13:32 |
|
magnuse |
@wunder boo |
13:32 |
|
huginn |
magnuse: The current temperature in Bodo, Norway is 5.0°C (3:20 PM CEST on April 07, 2014). Conditions: Clear. Humidity: 49%. Dew Point: -5.0°C. Windchill: 0.0°C. Pressure: 29.74 in 1007 hPa (Steady). |
13:32 |
|
druthb |
Hi, magnuse! |
13:32 |
|
magnuse |
hiya druthb |
13:33 |
|
* oleonard |
goes back in time to convince himself he wants to be a sysadmin who wants to live in Texas |
13:33 |
|
druthb |
Warmer here, certainly. |
13:34 |
|
druthb |
oh! our UI department is looking for devs, oleonard. ;-) |
13:35 |
|
magnuse |
12 degrees is noce |
13:35 |
|
magnuse |
s/noce/nice/ |
13:35 |
|
druthb |
A pleasantly cool morning here in Houston. |
13:36 |
|
rhcl |
is cpanel privately held? |
13:36 |
|
druthb |
yes. The CEO is the majority owner; all the rest of the shareholders are related to him, as far as I know. |
13:37 |
|
druthb |
his husband is our chief legal counsel, his father the director of facilities, and his mother is the assistant office manager. |
13:40 |
|
rhcl |
sounds like all the bases are covered |
13:40 |
|
magnuse |
nice :-) |
13:41 |
|
druthb |
:) It's a good company to work for. Every org has its' fair share of politics and baloney, and this one is no exception, but the hiring process weeds out obvious bad-actors pretty quickly—there are a lot *fewer* problems here than I would have expected in a tech company. |
13:43 |
|
rhcl |
do you do much linux there? |
13:44 |
|
druthb |
We do almost nothing *but* linux. cPanel runs on RHEL or CentOS, only. |
13:44 |
|
rhcl |
Kool |
13:44 |
|
druthb |
It used to be installable on FreeBSD, but that is no longer supported. |
13:45 |
|
druthb |
The default desktop around here is a Mac Mini or a MacBook Air or Pro—but if you want to tear OSX off of it and install Debian, there's no one to stop you. If you *want* a Windoze desktop, you'll get it. Support staff know they're here to support the geeks, not the other way around. |
13:45 |
|
|
gerundio joined #koha |
13:46 |
|
magnuse |
druthb: sounds awesome! |
13:46 |
|
rhcl |
I think I remember seeing that OpenSuse says they can dual-boot with OSX |
13:47 |
|
druthb |
I know a couple of people with triple-monitor rigs—if you need that to do your job, you *ask for it*, and it happens. I'm on an Air with an external monitor set up as a dually. |
13:48 |
|
druthb |
flexible working hours….oh! and if you come in at 8, you leave at 4, not 5 like most places. Officially, I'm 8-4, but I come in about 7:30, leave about 3:30, most days. |
13:55 |
|
|
talljoy joined #koha |
14:08 |
|
* druthb |
waves to talljoy. |
14:10 |
|
* magnuse |
waves to talljoy too |
14:12 |
|
talljoy |
hiya! |
14:14 |
|
|
nengard joined #koha |
14:19 |
|
|
talljoy1 joined #koha |
14:22 |
|
|
mtompset_away joined #koha |
14:24 |
|
mtompset |
Greetings, #koha. |
14:30 |
|
|
rhcl left #koha |
14:39 |
|
|
rocio joined #koha |
14:40 |
|
|
gerundio joined #koha |
14:48 |
|
nengard |
hello all |
14:49 |
|
mtompset |
Greetings, nengard. :) |
14:49 |
|
|
gerundio joined #koha |
14:51 |
|
|
lds joined #koha |
14:53 |
|
|
meliss joined #koha |
14:57 |
|
|
alex_a joined #koha |
15:00 |
|
|
tgoat joined #koha |
15:00 |
|
|
lds joined #koha |
15:04 |
|
|
nengard joined #koha |
15:15 |
|
|
mario joined #koha |
15:15 |
|
|
mario left #koha |
15:18 |
|
|
francharb joined #koha |
15:25 |
|
|
nengard_ joined #koha |
15:29 |
|
|
kmlussier joined #koha |
15:30 |
|
|
rhcl joined #koha |
15:31 |
|
|
kmlussier left #koha |
15:31 |
|
|
mcooper joined #koha |
15:39 |
|
* chris_n |
suggests bug 12040 for an easy test/sign-off |
15:39 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=12040 enhancement, P5 - low, ---, cnighswonger, ASSIGNED , Add STMP authentication parameters to runreports.pl |
15:39 |
|
reiveune |
bye |
15:39 |
|
|
reiveune left #koha |
15:44 |
|
oleonard |
chris_n: If it is ready for signoff the status should be "needs signoff" |
15:45 |
|
chris_n |
oleondard: fixed, thanks |
15:45 |
|
chris_n |
ouch |
15:45 |
|
chris_n |
oleonard, even |
15:47 |
|
* chris_n |
blames it all on monday |
15:48 |
|
* cait |
waves to gmcharlt |
15:49 |
|
huginn |
New commit(s) kohagit: Bug 11570 - Upgrade jQueryUI to latest version in the staff client <http://git.koha-community.org/[…]f00f9b553e152265a> / Bug 11850: Add -append option to bulkmarcimport.pl to append to logfile <http://git.koha-community.org/[…]17d857f0f092cd20d> / Bug 12024: fix add to list opening the list adding UI in two windows < |
15:56 |
|
|
laurence left #koha |
15:59 |
|
huginn |
New commit(s) kohagit: Bug 10790: fix misalignment in item type form when noItemTypeImages is off <http://git.koha-community.org/[…]814652dcddbee72c9> |
16:21 |
|
rhcl |
does that really work? |
16:23 |
|
oleonard |
rhcl_DND: Hey. |
16:23 |
|
oleonard |
Hey rhcl_DND, hey. |
16:23 |
|
mtompset |
chris_n, oleonard: did you notice wizzyrea's 12031? Those two patches won't apply together. |
16:24 |
|
mtompset |
(untested statement, but believes it) |
16:26 |
|
* chris_n |
looks |
16:27 |
|
chris_n |
mtompset: no |
16:27 |
|
mtompset |
I just tried, it failed. Let me try again. |
16:27 |
|
chris_n |
wizzyrea s patch appears to just touch scheduler.pl |
16:27 |
|
chris_n |
not runreport.pl |
16:27 |
|
chris_n |
unless I've missed something |
16:28 |
|
mtompset |
Did you update? |
16:28 |
|
mtompset |
The conflict is your master isn't current, I think. |
16:29 |
|
chris_n |
hmm.. did a git fetch this morning |
16:29 |
|
|
Sean joined #koha |
16:29 |
|
* chris_n |
looks |
16:30 |
|
Sean |
hi all, reports question: how to get a total of all circ displayed for a report of circ by item type? |
16:30 |
|
chris_n |
sheessh |
16:30 |
|
mtompset |
You blinked, right, chris_n? ;) |
16:30 |
|
* chris_n |
realizes just how long its been since he's worked on koha |
16:31 |
|
Sean |
the report displays total circ broken out by item type, but also need sum total of all circ |
16:31 |
|
chris_n |
I'll update after rebasing now, thank-you |
16:40 |
|
chris_n |
mtompset: it should apply clean now |
16:40 |
|
mtompset |
Let me try. :) |
16:41 |
|
mtompset |
*blink* That was a big pull. |
16:42 |
|
mtompset |
Yep. It worked. :) |
16:43 |
|
chris_n |
yeah, it was a big pull... its be a while :-) |
16:43 |
|
rhcl_DND |
well, cleearly that didn't work |
16:59 |
|
mtompset |
chris_n: Just curious, why were you explicit about the undef? |
17:01 |
|
|
SherryS joined #koha |
17:03 |
|
rhcl |
Vacation's UP! |
17:03 |
|
|
rhcl left #koha |
17:08 |
|
mtompset |
chris_n: Signed off. :) |
17:11 |
|
|
lds joined #koha |
17:16 |
|
bag |
oleonard: you about? |
17:16 |
|
oleonard |
Yes |
17:25 |
|
|
nengard joined #koha |
17:29 |
|
chris_n |
mtompset: thanks! sorry I failed to note that I documented the new params in the perldoc markup |
17:30 |
|
mtompset |
Oh, that was the other thing. |
17:30 |
|
mtompset |
The perldoc stuff bugged me. |
17:30 |
|
mtompset |
single - vs. double -. |
17:30 |
|
mtompset |
There was a lack of consistency. |
17:30 |
|
mtompset |
Also... I just noticed. |
17:30 |
|
|
nengard left #koha |
17:30 |
|
mtompset |
You forgot to modify a part. |
17:31 |
|
chris_n |
I wondered about the single - as well |
17:31 |
|
chris_n |
but decided since the --email sub-options were single -, to go that way |
17:31 |
|
chris_n |
what did I miss? |
17:31 |
|
mtompset |
The top. |
17:31 |
|
wahanui |
the top is not a good indicator |
17:32 |
|
mtompset |
in the Synopsis section. |
17:32 |
|
chris_n |
ahh |
17:32 |
|
chris_n |
will fix |
17:33 |
|
mtompset |
And I'll re-sign. :) |
17:33 |
|
* chris_n |
hands mtompset a box of fudge-dipped coconut chewy granola bars |
17:34 |
|
cait |
mmh |
17:36 |
|
mtompset |
I wouldn't mind karma. :P |
17:36 |
|
chris_n |
mtompset++ |
17:36 |
|
chris_n |
*30 |
17:37 |
|
mtompset |
Thank you. :) |
17:38 |
|
chris_n |
I also fixed up the double/single - some |
17:40 |
|
chris_n |
new patch attached |
17:51 |
|
|
rocio joined #koha |
17:53 |
|
|
SherryS left #koha |
17:53 |
|
|
SherryS joined #koha |
17:54 |
|
mtompset |
chris_n: If I was going to be a pain, I'd ask why didn't you fmt -w79? |
17:55 |
|
mtompset |
But that really doesn't matter. :) |
18:00 |
|
mtompset |
A lot faster to test when you have everything configured. ;) |
18:01 |
|
|
paul_p joined #koha |
18:04 |
|
|
nengard joined #koha |
18:05 |
|
chris_n |
tnx mtompset |
18:05 |
|
mtompset |
No problem. |
18:22 |
|
huginn |
New commit(s) kohagit: Bug 7567: (follow-up) construct values clause in SQL statement more idiomatically <http://git.koha-community.org/[…]7bdccfaf7048fd929> / Bug 7567: (follow-up) make tests of get_opac_new more readable <http://git.koha-community.org/[…]080f273d53990dcd8> / Bug 7567: DBRev 3.15.00.027 <http://git.koha-community.org/gitwe |
18:22 |
|
gaetan_B |
bye! |
18:23 |
|
|
grharry joined #koha |
18:25 |
|
grharry |
Hi I am testing latest koha on debian and I get a bunch of errors when I access the opac a) File does not exist: /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/css/colors.css |
18:25 |
|
grharry |
and opac-search.pl: Use of uninitialized value in hash element at /usr/share/koha/lib/C4/XSLT.pm |
18:26 |
|
grharry |
or Use of uninitialized value in concatenation (.) or string at /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl |
18:27 |
|
oleonard |
grharry: The ccsr theme requires "colors.css" to be specified in the opaccolorstylesheet system preference. Bootstrap does not, and the file doesn't exist in the bootstrap theme |
18:27 |
|
oleonard |
Just empty the opaccolorstylesheet system preference if you're using Bootstrap |
18:29 |
|
oleonard |
grharry: Other errors can probably be ignored if you're not finding that things don't work |
18:29 |
|
oleonard |
grharry: The errors probably mean some kind of code cleanup problem |
18:30 |
|
|
gerundio joined #koha |
18:33 |
|
grharry |
oleonard: Thank's ... I am getting it slowly ... yes the color.css error is gone now ... |
18:33 |
|
grharry |
:) |
18:36 |
|
* mtompset |
cheers, "YAY! Some of my code made it in to master. YAY!" |
18:36 |
|
mtompset |
Thank you, gmcharlt. :) |
18:38 |
|
cait |
oleonard++ :) |
18:38 |
|
wajasu |
mtompset++ |
18:39 |
|
mtompset |
I'm sure wizzyrea will be pleased. :) |
18:43 |
|
|
paul_p joined #koha |
18:48 |
|
cait |
oleonard: do you have a moment? |
18:48 |
|
oleonard |
Yes |
18:49 |
|
cait |
i am looking at a catalog, where the save to cart options and toolbar above the result list vanish when you log in |
18:49 |
|
cait |
it's puzzling |
18:49 |
|
|
kmlussier joined #koha |
18:49 |
|
cait |
when i look at the css it looks like opac.css says display:none |
18:49 |
|
|
kmlussier left #koha |
18:49 |
|
gmcharlt |
cait: apropos of bug 7413, what are your thoughts regarding letting AllowRenewalLimitOverride override renewing items where the renewal permission interval hasn't started yet? |
18:49 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7413 enhancement, P5 - low, ---, h.meissner.82, Passed QA , Allow OPAC renewal x days before due date |
18:49 |
|
cait |
do you have an idea where i should look? the custom javascript seems not guilty |
18:50 |
|
cait |
gmcharlt: i think as it lets you overwrite all other, it should let you overwrite that as well |
18:50 |
|
cait |
i haven't tested the patch, so not sure if it does |
18:50 |
|
gmcharlt |
cait: yes, the syspref allows overriding a "too-soon" renewal block |
18:50 |
|
cait |
oleonard: should javascript set it to display? i am just not ure where to look right now and can't get into staff right now |
18:51 |
|
cait |
gmcharlt: I am ont aware of something it can't overwrite... not sure about holds, but i think that would make sense then |
18:51 |
|
gmcharlt |
cait: and that seems reasonable behavior to me, so I'll content myself with updating the syspref description |
18:51 |
|
cait |
ah |
18:51 |
|
cait |
thx then |
18:52 |
|
gmcharlt |
and leave it to the future whether somebody wants more specificity |
18:52 |
|
cait |
I think holger m. will be very happy once that made it in |
18:52 |
|
gmcharlt |
i.e., allowing folks to override the renewal limit but not let staff doing renewals too early |
18:52 |
|
cait |
I met him last week when we did koha training at the library :) |
18:53 |
|
cait |
oleonard: i guess i am too confusing :( and don't have a test account to that... so i will keep digging |
18:55 |
|
oleonard |
cait: It is the case that the toolbar controls don't appear if JavaScript is disabled, but that shouldn't have anything to do with the user logging in |
18:55 |
|
oleonard |
I really couldn't say without seeing it happen. |
18:55 |
|
gmcharlt |
cait: any difference if you delete all but the Koha user session cookie? |
18:57 |
|
cait |
oleonard: i think it's something in my custom javascript after all - there is an error |
18:57 |
|
cait |
but it doesn#t give me a line number |
18:57 |
|
cait |
just something in jquery.js |
18:57 |
|
cait |
gmcharlt: will try that next thx - the library reported it, so it appears on different computers |
18:57 |
|
oleonard |
Sounds like a custom JavaScript problem cait. Often the error will point to jquery.js instead |
18:58 |
|
cait |
bit hard to spot :) |
18:58 |
|
* oleonard |
was taught once how to track back from that kind of error to the real problem... |
18:58 |
|
cait |
normally if i have a syntax error there it will just break everything - this error seems a bit weird |
18:58 |
|
oleonard |
...but I forgot. |
18:58 |
|
cait |
oh, now you got my hopes up |
18:59 |
|
cait |
i thin i see what it is |
18:59 |
|
wajasu |
does the console report it or firebug help to debug? |
19:00 |
|
cait |
oleonard: i think i used some weird syntax trying to say: this selector does not exist |
19:00 |
|
oleonard |
wajasu: Sometimes the error reported points to jquery.js even though the problem originates in custom JavaScript somewhere |
19:01 |
|
wajasu |
oh |
19:03 |
|
cait |
looks like i fixed the error, but the cart didn't reappear |
19:03 |
|
cait |
gnah. |
19:04 |
|
|
grharry joined #koha |
19:08 |
|
|
Dyrcona1 joined #koha |
19:11 |
|
grharry |
Hi again, we have a local web server in our network that serves biblio covers with a http://local.covers.host/?isbn= .... what way should we move towards to implement it in koha ?? ( thanks for any answers ) |
19:20 |
|
|
nengard_ joined #koha |
19:48 |
|
cait |
mtompset: yould you take a look at a patch maybe? |
19:48 |
|
mtompset |
Depends on if I have to configure things. :) |
19:49 |
|
mtompset |
But sure. Which one? |
19:49 |
|
cait |
Bug 11578 - Improvement of the funds list view |
19:50 |
|
cait |
it's a dependency on anothe rpatch that is already signed off |
19:50 |
|
cait |
i'd like to get that off my list :) |
19:50 |
|
mtompset |
I have a patch I'd like to get off my list too: bug 6874. :P |
19:50 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6874 enhancement, P3, ---, julian.maurice, Needs Signoff , File upload in MARC |
19:51 |
|
cait |
i know... but my list is huge already |
19:51 |
|
cait |
not promising anything |
19:51 |
|
mtompset |
I understand. Such is the life of people in QA. :) |
19:53 |
|
mtompset |
Well, I don't make any promises either, but I'll see. |
19:55 |
|
mtompset |
"[% IF ( else ) %]"?! We had that in our templates?! |
20:01 |
|
|
dac joined #koha |
20:02 |
|
|
Sean joined #koha |
20:02 |
|
|
mtompset_away joined #koha |
20:03 |
|
Sean |
Hi if a .tt file is edited what needs to happen to make the changes take effect? |
20:05 |
|
|
nlegrand_ joined #koha |
20:06 |
|
|
clrh_ joined #koha |
20:06 |
|
|
fredericdem joined #koha |
20:06 |
|
|
ibeardslee joined #koha |
20:09 |
|
mtompset_away |
Refresh the page, assuming you are using the right template in OPAC. :) |
20:16 |
|
|
kathryn joined #koha |
20:17 |
|
cait |
good morning kathryn |
20:18 |
|
rangi |
morning |
20:18 |
|
rangi |
shes not actually here, that was just her computer connecting |
20:18 |
|
cait |
morning rangi |
20:18 |
|
cait |
oh |
20:22 |
|
|
SherryS left #koha |
20:24 |
|
mtompset |
Greetings, rangi. :) |
20:53 |
|
wajasu |
the libraries facet, is it showing the "homebranch" or is it the "holdingbranch"? |
20:54 |
|
cait |
i thought it showed both now in master |
20:54 |
|
cait |
at least i think i tested a patch for that |
20:54 |
|
wajasu |
oh. i haven't pulled in a few days. |
20:54 |
|
cait |
at least when you hve more then one branch |
20:55 |
|
cait |
that would have been longer ago |
20:57 |
|
wajasu |
i am looking at getFacets in C4/Koha.pm marc21 and it uses idx => branch which i think i saw mapped to ccl.properties homebranch. i'll verify. |
21:00 |
|
wajasu |
i'm wondering if the "Titles" facet, which is really Subject-Uniform Title 630a, could be 630ax, so one can see/break up Bible(7) to be Bible Criticism (1), Bible Hermeneutics(1), etc |
21:03 |
|
wajasu |
but maybe that would create too many facet entries to show. |
21:05 |
|
wajasu |
after tweaking the biblio dom indexes and coding a prelimnary zebra query for such indexes, i think i have similiar results as the brute force marc record method, but with search related facet counters |
21:10 |
|
wajasu |
maybe we can make a hover over popup for the general subdivisions. yeah that would be cool. but that could come later. |
21:11 |
|
|
barton_ joined #koha |
21:14 |
|
wajasu |
jcamins: i notice some of the dom indexes (630 subject uniform title) grab all subfields and include the RLIN. do we search by RLIN? maybe in adv search or in staff client? |
21:17 |
|
wajasu |
jcamins: wondering if the index was made to be 630ax would it be OK, because the facets returns with the RLIN number on the end of the term right now. |
21:20 |
|
wizzyrea |
grharry have a look at how we do amazon/openlibrary/google/syndetics covers |
21:20 |
|
wizzyrea |
oh he's gone. bother. |
21:20 |
|
wajasu |
bug 11334 was the holding/home library facet one |
21:20 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=11334 enhancement, P5 - low, ---, kyle, Passed QA , Add facet for home library |
21:32 |
|
|
BobB joined #koha |
21:36 |
|
|
dpk joined #koha |
21:44 |
|
cait |
hm |
21:44 |
|
cait |
conflict in opac.css |
21:44 |
|
cait |
doesone need to recompile files for a fix? or can just do the usual? |
22:13 |
|
eythian |
hi |
22:15 |
|
cait |
hi eythian |
22:21 |
|
bag |
magnuse: HI |
22:21 |
|
wahanui |
niihau, bag |
22:23 |
|
cait |
hi bag |
22:24 |
|
|
nengard left #koha |
22:24 |
|
wizzyrea |
ugh I need to get that patch done. technically they'd need to be recompiled. |
22:24 |
|
wizzyrea |
if it were being done properly |
22:25 |
|
cait |
wizzyrea: it was not your patch - it was the one for list permissions |
22:25 |
|
cait |
it has a follow up from owen for the css |
22:25 |
|
cait |
still getting a bit lost there |
22:25 |
|
wizzyrea |
no I need to get the one for less -> css parity done |
22:25 |
|
wizzyrea |
you reminded me of it |
22:25 |
|
cait |
ohok |
22:38 |
|
|
fprior joined #koha |
22:49 |
|
|
irma joined #koha |
22:55 |
|
gmcharlt |
FYI, OpenSSL has just released a major security fix: http://heartbleed.com/ |
22:58 |
|
cait |
ugh? |
22:59 |
|
eythian |
yeah, go update now. |
23:01 |
|
wizzyrea |
eesh |
23:10 |
|
rangi |
http://www.debian.org/security/2014/dsa-2896 |
23:13 |
|
wajasu |
squeeze is ok then |
23:18 |
|
wajasu |
my wheezy test vm i built a couple of weeks ago is 1.0.1e-2+deb7u4 (using dpkg -l | grep "openssl") . so i'm ok there. |
23:19 |
|
eythian |
> For the stable distribution (wheezy), this problem has been fixed in version 1.0.1e-2+deb7u5. |
23:19 |
|
eythian |
no you're not |
23:19 |
|
wajasu |
ur right |
23:19 |
|
wajasu |
well. next vm build i'll check |
23:22 |
|
wajasu |
my production squeeze is 0.9.8o-4squeeze14 |
23:23 |
|
gmcharlt |
which (squeeze) is fine |
23:24 |
|
cait |
update all the things... i am going to sleep :) |
23:24 |
|
cait |
good night all! |
23:24 |
|
dac |
night, cait :) |
23:24 |
|
dac |
morning everyone else |
23:24 |
|
dac |
Hmm |
23:24 |
|
cait |
hi dcook :) |
23:25 |
|
|
cait left #koha |
23:29 |
|
wajasu |
Only 1.0.1 and 1.0.2-beta releases of OpenSSL are affected including 1.0.1f and 1.0.2-beta1. I suspect these came after squeeze, thus in the newer wheezy/jessie/sid world. (i clicked on Fixed OpenSSL at heartbleed link). |
23:30 |
|
eythian |
The DSA link has that information in it already. |