Time |
S |
Nick |
Message |
00:02 |
|
|
Irma joined #koha |
00:11 |
|
|
Irma joined #koha |
00:24 |
|
|
tcohen joined #koha |
00:25 |
|
tcohen |
@later tell santy, check http://es.koha-community.org/manual and please subscribe to koha-es mailing list on yahoo |
00:25 |
|
huginn |
tcohen: The operation succeeded. |
00:26 |
|
tcohen |
fredericd, druthb_away, did u take a look at http://es.koha-community.org/manual? |
00:27 |
|
rangi |
tcohen++ |
00:29 |
|
tcohen |
hi rangi |
00:29 |
|
tcohen |
i lost the track to my friend that went to nz |
00:30 |
|
tcohen |
last thing i heard was he was a sysadmin collecting apples in some farm |
00:33 |
|
rangi |
:) |
00:37 |
|
tcohen |
dinner, good night #koha |
01:08 |
|
|
druthb left #koha |
01:15 |
|
mtj |
random friday plack question…. |
01:15 |
|
mtj |
has anyone spotted this error running plack on staff/intranet |
01:15 |
|
mtj |
"Could not compile /home/mason/g/head/installer/install.pl: Can't locate InstallAuth.pm in " |
01:17 |
|
mtj |
(i'm running this on master, and ive updated the db via the usual cgi method) |
01:18 |
|
jcamins |
Yeah, you need to add C4/Installer to your lib. |
01:18 |
|
mtj |
i'm about to check whether ive got some bits wrong in my config and startup script |
01:19 |
|
jcamins |
You do. |
01:19 |
|
jcamins |
Isn't that what I just said? |
01:20 |
|
jcamins |
Oh, excuse me, it's installer not C4/Installer: use lib("/home/jcamins/kohaclone/installer"); |
01:20 |
|
wahanui |
jcamins: Mouse chewed through power cable |
01:21 |
|
mtj |
thanks, also… irc lag happens |
01:22 |
|
* jcamins |
wasn't sure how his instructions were interpreted, hence the baffled response. |
01:24 |
|
mtj |
ah, ok - ive used dobrica's 'intranet.psgi' example, its missing that bit |
01:26 |
|
jcamins |
I suspect he probably always ran updatedatabase from the command line, since you have to restart Plack after running it anyway. |
01:26 |
|
mtj |
cool, thanks for the brainslap |
01:28 |
|
mtj |
a dumb questions, but…. why does a 'plackup --reload' not handle an updatedb.pl ? |
01:28 |
|
jcamins |
Hm. |
01:28 |
|
jcamins |
Maybe it would. |
01:28 |
|
jcamins |
Oh, wait, I see. |
01:29 |
|
jcamins |
--reload is to tell the script to restart if the code changes. |
01:29 |
|
mtj |
yeah, code == files |
01:29 |
|
jcamins |
Because the state of the MySQL database is changed directly. |
01:30 |
|
jcamins |
Specifically, sysprefs (like the version!) which are cached. |
01:30 |
|
jcamins |
(badly) |
01:31 |
|
mtj |
yow, thats more info than i wanna know |
01:31 |
|
jcamins |
But doesn't that motivate you to go work on Koha's caching mechanisms? |
01:32 |
|
mtj |
yep, (after i sort out my dev plack koha) |
01:32 |
|
jcamins |
I have a patch that'll help, sort of. |
01:32 |
|
jcamins |
Bug 9005 |
01:32 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9005 major, P5 - low, ---, jcamins, Pushed to Master , Changing sysprefs requires restart under Plack |
01:33 |
|
jcamins |
Oh, it's already pushed. |
01:33 |
|
jcamins |
I'd forgotten. |
01:33 |
|
jcamins |
If you add the line: C4::Context->disable_syspref_cache(); |
01:34 |
|
jcamins |
before the Plack::App creation, you won't need to restart Plack after an update. |
01:34 |
|
mtj |
jcamins++ 'use lib('/home/mason/git/head/installer') ' fixed it :) |
01:34 |
|
jcamins |
Usually. |
01:35 |
|
jcamins |
Are you using Plack + MariaDB? |
01:36 |
|
mtj |
yeah |
01:37 |
|
jcamins |
In that case you'll want to be aware of... |
01:37 |
|
jcamins |
@query mariadb |
01:37 |
|
huginn |
jcamins: Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5366 enhancement, P5 - low, ---, gmcharlt, NEW , Standing enh req for code changes enabling database agnosticism |
01:37 |
|
huginn |
jcamins: Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9066 critical, P5 - low, ---, jcamins, Needs Signoff , VirtualShelves database access not Plack + MariaDB compatible |
01:37 |
|
jcamins |
Bug 9066 |
01:37 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9066 critical, P5 - low, ---, jcamins, Needs Signoff , VirtualShelves database access not Plack + MariaDB compatible |
01:38 |
|
mtj |
cool, ill attempt to signoff today |
01:38 |
|
jcamins |
Thanks. |
01:38 |
|
jcamins |
You'll notice it pretty quickly. |
01:39 |
|
jcamins |
First time you take a break and come back to use the staff client, in fact. |
01:40 |
|
mtj |
i'm kinda slapping myself for not sorting a plack-koha for testing sooner :/ |
01:46 |
|
jcamins |
Well, it's not at all ready for production, so it's not really that surprising that you wouldn't. |
01:48 |
|
jcamins |
It does catch lots of bugs we probably wouldn't otherwise, though. |
01:48 |
|
|
Irma joined #koha |
01:49 |
|
|
Irma joined #koha |
02:32 |
|
|
trea left #koha |
03:47 |
|
|
WaylonR joined #koha |
03:47 |
|
WaylonR |
greetings all |
05:12 |
|
WaylonR |
Bug 9055 |
05:12 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
05:12 |
|
WaylonR |
Woooot! |
05:12 |
|
WaylonR |
my first bugs.koha-community.org patch is ready for someone to look at it. |
05:58 |
|
|
cait joined #koha |
06:01 |
|
cait |
good morning #koha |
06:04 |
|
bag |
evening cait |
06:04 |
|
cait |
hi bag |
06:08 |
|
WaylonR |
hiya cait. bug 9055 |
06:08 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
06:12 |
|
|
francharb joined #koha |
06:13 |
|
francharb |
hello #koha |
06:22 |
|
WaylonR |
hello francharb |
06:37 |
|
* magnuse |
waves |
06:54 |
|
* cait |
waves |
06:54 |
|
magnuse |
\o/ |
06:54 |
|
cait |
:) |
07:00 |
|
WaylonR |
anyone care to comment on bug 9055? |
07:00 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
07:08 |
|
|
laurence joined #koha |
07:29 |
|
|
francharb joined #koha |
07:48 |
|
|
paul_p joined #koha |
07:50 |
|
paul_p |
good morning #koha |
07:53 |
|
|
francharb` joined #koha |
07:56 |
|
|
julian_m joined #koha |
08:03 |
|
|
lds joined #koha |
08:04 |
|
lds |
Hello |
08:08 |
|
|
sophie_m joined #koha |
08:17 |
|
|
kf joined #koha |
08:17 |
|
kf |
good morning #koha |
08:18 |
|
|
francharb joined #koha |
08:18 |
|
magnuse |
wb kf |
08:19 |
|
kf |
heya magnuse :) |
08:20 |
|
* kf |
starts the day translating for 3.8.x |
08:23 |
|
* magnuse |
should do that too |
08:23 |
|
magnuse |
are there a lot of changes? |
08:23 |
|
kf |
nope |
08:23 |
|
kf |
100 and something |
08:25 |
|
magnuse |
good |
08:30 |
|
kf |
done |
08:30 |
|
kf |
in 11 mins :) |
08:31 |
|
magnuse |
yay |
08:31 |
|
kf |
testing the files now |
08:31 |
|
magnuse |
opac done |
08:32 |
|
paul_p |
100 strings in 11mn ? that's 10/mn, 6seconds on each string... quite fast... |
08:32 |
|
magnuse |
german efficiency :-) |
08:32 |
|
kf |
I am a fast typer and there were no marc21 terms this time:) |
08:33 |
|
kf |
... and now files are pootle checked, no problems - yay :) |
08:33 |
|
kf |
good mornign paul_p btw :) |
08:33 |
|
magnuse |
kf++ |
08:33 |
|
paul_p |
good morning kf & magnuse btw |
08:34 |
|
paul_p |
still problems with koha-devel mail recieve for me... our sysop is investigating... |
08:34 |
|
magnuse |
bonjour paul_p |
08:34 |
|
magnuse |
@wunder marseille |
08:34 |
|
huginn |
magnuse: The current temperature in Marseille, France is 12.0°C (9:00 AM CET on November 16, 2012). Conditions: Mostly Cloudy. Humidity: 94%. Dew Point: 11.0°C. Pressure: 30.09 in 1019 hPa (Steady). |
08:34 |
|
magnuse |
@wunder boo |
08:34 |
|
huginn |
magnuse: The current temperature in Bodo, Norway is 7.0°C (9:20 AM CET on November 16, 2012). Conditions: Mostly Cloudy. Humidity: 81%. Dew Point: 4.0°C. Windchill: 3.0°C. Pressure: 29.44 in 997 hPa (Falling). |
08:34 |
|
magnuse |
ooh, almost summer ;-) |
08:38 |
|
magnuse |
mtj around? |
08:39 |
|
WaylonR |
hey all! |
08:39 |
|
magnuse |
kia ora WaylonR |
08:39 |
|
WaylonR |
bug 9055 awaits someones attention and comments. |
08:39 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
08:47 |
|
|
sophie_m joined #koha |
09:09 |
|
|
sophie_m1 joined #koha |
09:17 |
|
kf |
ie-- |
09:23 |
|
|
gerundio joined #koha |
09:27 |
|
kf |
ie-- |
09:27 |
|
kf |
ie-- |
09:44 |
|
kf |
ie-- |
09:54 |
|
|
lms1 joined #koha |
09:57 |
|
|
sophie_m joined #koha |
10:02 |
|
magnuse |
yeah ie-- |
10:02 |
|
kf |
took me an hour to figure out why the logos appeared in different places.... |
10:02 |
|
kf |
there goes the time |
10:03 |
|
magnuse |
so it does |
10:03 |
|
magnuse |
friday? |
10:03 |
|
wahanui |
friday is It's Friday, Friday Gotta get down on Friday |
10:03 |
|
magnuse |
nah, friday is pizzaday! |
10:03 |
|
kf |
hehe |
10:22 |
|
WaylonR |
wahanui, forget friday |
10:22 |
|
wahanui |
WaylonR: I forgot friday |
10:22 |
|
WaylonR |
friday is pizzaday! |
10:22 |
|
WaylonR |
friday? |
10:22 |
|
wahanui |
i think friday is pizzaday! |
10:22 |
|
* WaylonR |
nods. |
10:28 |
|
|
newa34 joined #koha |
11:00 |
|
magnuse |
kf: you have seen the AutoEmailOpacUser system, right? |
11:01 |
|
magnuse |
maybe expand on that for bug 9097 |
11:01 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9097 enhancement, P5 - low, ---, koha-bugs, NEW , 'Welcome mail' for new library users |
11:02 |
|
magnuse |
s/system/syspref/ |
11:05 |
|
kf |
yes, but that's only on creation |
11:05 |
|
kf |
if you import patron data and they have to go and register properly, get their password etc. it doesn't work |
11:05 |
|
kf |
and it was more an "on deman" thing, like a button |
11:05 |
|
kf |
not an automated process |
11:05 |
|
kf |
if I understood the library directly |
11:08 |
|
kf |
correctly |
11:09 |
|
kf |
magnuse: I updated the bug :) |
11:10 |
|
magnuse |
ah, i see |
11:11 |
|
slef |
I know one library wanting to switch to IndependentBranches, to stop branches messing with each others' patrons, but there's that big scary warning in the docs about not changing that post-installation - anyone remember why? |
11:13 |
|
slef |
I'm searching and just finding years of bugs that appear if you have IndependentBranches on from the start... ;-) but nothing yet about switching it on later. |
11:14 |
|
slef |
hmmm or is it IndependantBranches |
11:14 |
|
WaylonR |
slef, messing with others' patrons? |
11:16 |
|
slef |
WaylonR: let me check what they're trying to do |
11:16 |
|
slef |
"We don't want staff at one library to have access to patron information of the other institutions and prevent them from editing item records which don't belong to them" |
11:17 |
|
slef |
"two other organizations which joined our catalog" ... the "austerity" cuts are hitting charities hard :-( |
11:17 |
|
WaylonR |
hmm. Im thinking, Independant Branches + my security mod. |
11:18 |
|
WaylonR |
security mod would hide the existence of other branches in all branch lists. |
11:18 |
|
slef |
WaylonR: that may be a longer-term solution, yes. |
11:19 |
|
WaylonR |
and would only allow a search on branches that exist, for that patron. |
11:19 |
|
WaylonR |
this solves it from the patron side. |
11:19 |
|
slef |
WaylonR: I suspect, like most cut-back libraries, they won't pay for mods :-/ but we'll try it. |
11:19 |
|
WaylonR |
Independant branches i suggest, would take it from the staff side. |
11:20 |
|
WaylonR |
I think anyway.. hmmmm. |
11:20 |
|
WaylonR |
yeah, you need to find out about switching on independant branches. |
11:20 |
|
kf |
slef: I am not sure about the warning |
11:20 |
|
WaylonR |
And look at my mod: bug 9055 |
11:20 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
11:20 |
|
kf |
slef: for testing I never ran into problems - so not sure |
11:21 |
|
slef |
kf: thanks. I'll go ask on-list in a bit. |
11:21 |
|
kf |
maybe go in git and find out who wrote the line? ) |
11:21 |
|
kf |
:) |
11:21 |
|
slef |
kf: do you think the manual source changelog might reveal the r.... SNAP! |
11:21 |
|
kf |
heh |
11:21 |
|
kf |
I think it used to be there in the old sys pref editor |
11:21 |
|
kf |
so if you checked out something like 3.2 |
11:23 |
|
slef |
kf: they're just upgrading from something like 3.2, asked if they can have IndependentBranches switched on now or if it will break stuff. |
11:23 |
|
kf |
ah |
11:24 |
|
kf |
do they have an installation where they can test the update? |
11:25 |
|
slef |
no but I could use one of our dev installations |
11:26 |
|
WaylonR |
slef, my mods done by the way, so. yeah.. no need to pay for it. |
11:26 |
|
slef |
WaylonR: they'd need to pay for its installation+support (and any money you'd like me to ask to send you...) |
11:27 |
|
* paul_p |
head for lunch. bbs |
11:27 |
|
WaylonR |
ooo... okay. |
11:27 |
|
slef |
(been a while since I asked that - we don't get into installing locally-modded versions much any more... too many bad experiences... RFID, EDI, :-( :-( ) |
11:28 |
|
kf |
slef: understandable |
11:28 |
|
slef |
Talking of cut-back libraries, it's mentioned in this live interview with Cory Doctorow at the New America Foundation http://archive.org/details/Tcl[…]torowAboutcontext which you might find interesting. |
11:28 |
|
WaylonR |
money not important, in fact, can't pay me cause even $1 will go over my social security threashold and would cut that dollar by 30 cents. |
11:29 |
|
kf |
slef: WaylonR is looking for someone to test his patches in bugzilla :) |
11:29 |
|
slef |
kf: maybe we could do that, if the library agrees. |
11:29 |
|
* WaylonR |
nods. "That too. but yea, id be happy to help out. |
11:30 |
|
WaylonR |
and if you really want to, you can gift me steam.skyrim for christmas., slef . |
11:30 |
|
slef |
huginn: @google steam.skyrim |
11:30 |
|
huginn |
slef: I've exhausted my database of quotes |
11:30 |
|
slef |
huginn: you suck |
11:30 |
|
huginn |
slef: I'll give you the answer as soon as RDA is ready |
11:30 |
|
WaylonR |
@google skyrim |
11:30 |
|
huginn |
WaylonR: The Elder Scrolls Official Site | Skyrim: <http://www.elderscrolls.com/skyrim/>; The Elder Scrolls V: Skyrim: <http://www.elderscrolls.com/>; The Elder Scrolls V: Skyrim - Wikipedia, the free encyclopedia: <http://en.wikipedia.org/wiki/T[…]Scrolls_V:_Skyrim>; Skyrim - The Elder Scrolls Wiki: <http://elderscrolls.wikia.com/wiki/Skyrim>; Skyrim:Skyrim - UESPWiki: (1 more message) |
11:31 |
|
WaylonR |
Skyrim (game) is only available via steam (game marketplace/download manager) |
11:32 |
|
WaylonR |
slef, https://support.steampowered.c[…]e.php?p_faqid=549 is how one would gift a steam game. |
11:35 |
|
slef |
WaylonR: ah. Proprietary software? That would cause me problems. |
11:36 |
|
WaylonR |
yeah. I know. hrm. and non-propietary software is usually free.. ah... so really, I can't get any payment. |
11:36 |
|
WaylonR |
Which is fine, really. |
11:50 |
|
slef |
anyone know how big a kohadocs.git clone is? I can't find mine. |
11:55 |
|
|
tcohen joined #koha |
11:58 |
|
slef |
446Mb |
12:07 |
|
* WaylonR |
whistles. |
12:08 |
|
WaylonR |
sounds like i haven't read the koha manual in some time then. |
12:15 |
|
slef |
koha log message of when the IndependentBranches warning was added is commit c2885b75d1dd8085df072fcd0af17d1bbe046f90 "integrate wayne state manual contents" |
12:15 |
|
slef |
kohadocs.git |
12:16 |
|
slef |
asking koha-devel |
12:18 |
|
|
jwagner joined #koha |
12:38 |
|
|
tcohen joined #koha |
12:40 |
|
|
edveal joined #koha |
12:40 |
|
francharb |
hi all |
12:41 |
|
francharb |
is jcamins around? |
12:42 |
|
slef |
damnit what's Mirco's nick? |
12:42 |
|
slef |
@seen jcamins |
12:42 |
|
huginn |
slef: jcamins was last seen in #koha 10 hours, 53 minutes, and 55 seconds ago: <jcamins> It does catch lots of bugs we probably wouldn't otherwise, though. |
12:42 |
|
slef |
Mirko even |
12:42 |
|
slef |
IRC? |
12:42 |
|
wahanui |
i heard IRC was http://irc.koha-community.org/irclog/koha/ |
12:43 |
|
slef |
wahanui: nicknames? |
12:43 |
|
wahanui |
i haven't a clue, slef |
12:43 |
|
slef |
wahanui: nicks? |
12:43 |
|
wahanui |
no idea, slef |
12:43 |
|
slef |
wahanui: IRC nicknames? |
12:43 |
|
wahanui |
no idea, slef |
12:43 |
|
slef |
wahanui: nicknames is http://wiki.koha-community.org/wiki/IRC_Regulars |
12:43 |
|
wahanui |
OK, slef. |
12:43 |
|
slef |
wahanui: Mirko? |
12:43 |
|
wahanui |
i don't know, slef |
12:43 |
|
slef |
wahanui: Mirko is drojf |
12:43 |
|
wahanui |
OK, slef. |
12:44 |
|
slef |
wahanui: drojf |
12:44 |
|
wahanui |
drojf is from Germany and developing Koha on a raspberry pi! |
12:45 |
|
|
tcohen_ joined #koha |
12:50 |
|
tcohen_ |
morning #koha |
12:55 |
|
|
paul_p joined #koha |
12:57 |
|
kf |
Mirko? |
12:57 |
|
wahanui |
well, Mirko is drojf |
13:04 |
|
|
ericar joined #koha |
13:12 |
|
tcohen_ |
hi wahanui |
13:12 |
|
wahanui |
bonjour, tcohen_ |
13:20 |
|
|
oleonard joined #koha |
13:24 |
|
oleonard |
So, #koha. |
13:24 |
|
kf |
hi oleonard :) |
13:32 |
|
|
NateC joined #koha |
13:35 |
|
* oleonard |
digs up Bug 6261 again |
13:35 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6261 enhancement, P5 - low, ---, oleonard, ASSIGNED , Consolidate patron toolbar include files |
14:02 |
|
|
Callender joined #koha |
14:02 |
|
|
senator joined #koha |
14:09 |
|
|
libsysguy joined #koha |
14:15 |
|
|
talljoy joined #koha |
14:32 |
|
|
maximep joined #koha |
14:36 |
|
libsysguy |
so question: would it be helpful to have a flag in the rebuild script to put a site into maintenance mode |
14:37 |
|
kf |
zebra? |
14:37 |
|
wahanui |
somebody said zebra was a fielded free text indexing and retrieval engine with a Z39.50 front-end. You can use any compatible, commercial, or freeware Z39.50 client to access data stored in Zebra. or the search engine koha uses |
14:40 |
|
libsysguy |
yeah |
14:41 |
|
libsysguy |
Solr? |
14:41 |
|
wahanui |
Solr is probably fast, really fast, faster than me! And koha wiki has a page about it, found at http://wiki.koha-community.org[…]ene_Documentation |
14:50 |
|
libsysguy |
kf http://thedavisdesign.com:8060/users/Koha_Master |
14:50 |
|
|
chris_n joined #koha |
14:51 |
|
kf |
reminding me of my poor commit history for this release? ;) |
14:52 |
|
kf |
libsysguy: whatkind of toy is that? :) |
14:53 |
|
libsysguy |
hehe |
14:53 |
|
libsysguy |
no I was just showing you |
14:53 |
|
libsysguy |
mine hasn't been great for this release either |
14:53 |
|
kf |
there is always a next release, right? :) |
14:54 |
|
libsysguy |
yeah I have high hopes for 3.12 since you are QAM and I am a QAA |
14:54 |
|
kf |
... and some of my patches are waiting for qa |
14:54 |
|
kf |
hopefully :) |
14:54 |
|
libsysguy |
yeah we can't let any carp get by us |
14:55 |
|
libsysguy |
speaking of carp |
14:55 |
|
kf |
carp? |
14:55 |
|
libsysguy |
crap** |
14:56 |
|
oleonard |
Too early for carp, it's only November! |
14:57 |
|
|
talljoy1 joined #koha |
15:00 |
|
|
juan-sieira joined #koha |
15:00 |
|
libsysguy |
hehe |
15:05 |
|
libsysguy |
oleonard that makes me think of ice fishing for some reason |
15:06 |
|
oleonard |
A venerable Texas tradition. |
15:06 |
|
libsysguy |
heh |
15:15 |
|
tcohen |
libsysguy, the use of shadow records for indexing is what copes with that 'avoid maintenance mode' thing |
15:15 |
|
tcohen |
(i think) |
15:23 |
|
|
vfernandes joined #koha |
15:24 |
|
vfernandes |
I guys... today after some time and some advices here, i'm trying to upgrade from 3.2.6 to 3.8.6 |
15:25 |
|
vfernandes |
the upgrade worked fine using the web install, but i'm having a little problem using the Zebra |
15:25 |
|
vfernandes |
the searches for authorities are working but the searches for biblio are giving the error: Search biblios ERROR 114 |
15:32 |
|
kf |
vfernandes: did you run the script to remove items from the xml? |
15:32 |
|
kf |
did you reindex? |
15:37 |
|
vfernandes |
kf I reindex |
15:38 |
|
vfernandes |
I think that in Koha 3.2 the records was dom... in 3.8 I choose grs1 |
15:38 |
|
vfernandes |
could be something with that? |
15:43 |
|
|
senator joined #koha |
15:47 |
|
vfernandes |
could be the ICU? "Completeness queries return an unsupported use attribute error, error 114, when using the ICU. Aside from actually working correctly, an unsupported completeness attribute error, error 122, would be a more appropriate error." |
15:49 |
|
vfernandes |
i'm also having some problems with encodings |
15:49 |
|
vfernandes |
in the authorities |
15:53 |
|
vfernandes |
the problem with the encodings was already in the koha 3.2 so it's not a problem |
15:53 |
|
vfernandes |
I can't solve the error 114 :/ |
15:54 |
|
vfernandes |
I've turned off the ICU and still having the same problem |
15:55 |
|
|
talljoy joined #koha |
15:57 |
|
kf |
vfernandes: sorry, I am not sure |
15:57 |
|
kf |
did you run the script? |
15:57 |
|
kf |
remove_items_from_bibs or something similar |
15:59 |
|
vfernandes |
no I didn't... but I think that i've figured out the problem...suppress :P |
16:13 |
|
chris_n |
g'morning |
16:20 |
|
kf |
vfernandes: you have to |
16:20 |
|
kf |
run the script |
16:20 |
|
kf |
vfernandes: seriously, it's in the release notes and it's mandatory coming from 3.2 |
16:27 |
|
|
kf left #koha |
16:31 |
|
tcohen |
vfernandez, you need to run remove_items_from_biblioitems.pl and then touch_all_biblios.pl for them to reindex |
16:32 |
|
tcohen |
(otherwise u can run rebuild_zebra instead of course) |
16:43 |
|
|
libsysguy joined #koha |
16:53 |
|
vfernandes |
I know kf... I will run it tomorrow |
16:53 |
|
vfernandes |
today I only doing some tests |
17:01 |
|
|
melia joined #koha |
17:06 |
|
jcamins |
francharb: slef: I'm around now. |
17:06 |
|
francharb |
hi jcamins |
17:06 |
|
francharb |
how are you doing? |
17:06 |
|
jcamins |
francharb: I'm doing well. How about you? :) |
17:08 |
|
francharb |
I feel good but I worked too much lately... all I do is work/eat/sleep... |
17:08 |
|
jcamins |
francharb: did you start your own company? :P |
17:08 |
|
francharb |
nope, still with biblibre! :) |
17:09 |
|
francharb |
but I should think about it later... ;) |
17:09 |
|
francharb |
anyway |
17:10 |
|
francharb |
big plans for the future but not sure where it will bring me actually... |
17:10 |
|
francharb |
so, we will talk about it later! ;) |
17:10 |
|
francharb |
so |
17:10 |
|
jcamins |
:) |
17:10 |
|
francharb |
guess what jcamins, I have a question about the linker feature |
17:10 |
|
francharb |
:) |
17:11 |
|
francharb |
it's about the LinkerKeepStale syspref |
17:11 |
|
francharb |
I tried to explaned it yesterday |
17:11 |
|
francharb |
and... |
17:11 |
|
francharb |
failed |
17:11 |
|
francharb |
:) |
17:11 |
|
francharb |
I dig up the code |
17:12 |
|
francharb |
and realised that it was only used when running the link_bibs_to_authorities.pl |
17:12 |
|
jcamins |
Right. |
17:12 |
|
francharb |
Am I good? |
17:12 |
|
francharb |
ok |
17:12 |
|
jcamins |
It doesn't make sense in the case of the cataloging module. |
17:12 |
|
francharb |
that's right |
17:12 |
|
wahanui |
I know. |
17:13 |
|
francharb |
I realised that when I was explaining it... hehe |
17:13 |
|
francharb |
but the thing is jcamins |
17:14 |
|
francharb |
if the heading is linked to the authority |
17:14 |
|
francharb |
how is it possible that the linker doesnt find any record |
17:14 |
|
francharb |
it may be different |
17:14 |
|
francharb |
and the link would change |
17:14 |
|
jcamins |
Unfortunately, it's easy. :( |
17:15 |
|
jcamins |
Deleted authorities, or bibs that were imported from another database. |
17:15 |
|
francharb |
hummm |
17:15 |
|
francharb |
never realised that |
17:15 |
|
francharb |
but |
17:15 |
|
francharb |
but |
17:15 |
|
francharb |
btu |
17:16 |
|
francharb |
you cant delete |
17:16 |
|
francharb |
an authorite record |
17:16 |
|
francharb |
if there are still biblios linked |
17:16 |
|
jcamins |
You can't delete an authority record if there are still biblios linked _and_ the Zebra index is up to date. |
17:16 |
|
francharb |
for the imported records situation, I understand that |
17:17 |
|
francharb |
ok I see |
17:17 |
|
francharb |
:) |
17:18 |
|
francharb |
thank you. I now have an example to explain how it works! |
17:19 |
|
francharb |
I'm going to finish my documentation and I soon as I can translate it for magnuse ! |
17:19 |
|
jcamins |
I actually wrote that especially for kf... in a union catalog they could import bibs before authorities. |
17:19 |
|
jcamins |
francharb++ |
17:19 |
|
francharb |
jcamins++ |
17:19 |
|
francharb |
;) |
17:19 |
|
magnuse |
francharb++ |
17:19 |
|
francharb |
++ day |
17:19 |
|
francharb |
:) |
17:19 |
|
francharb |
thank you |
17:19 |
|
francharb |
but wait for my translation to ++ me ;) |
17:22 |
|
francharb |
on that positive note, I'm going to take a break! :) |
17:22 |
|
francharb |
see ya #koha |
17:22 |
|
|
cait joined #koha |
17:24 |
|
magnuse |
kia ora cait |
17:25 |
|
cait |
hi magnuse :) |
17:25 |
|
* cait |
will have pizza friday too |
17:26 |
|
* jcamins |
won't. |
17:26 |
|
jcamins |
:( |
17:26 |
|
* magnuse |
will :) |
17:26 |
|
cait |
oh |
17:26 |
|
cait |
what are you goin gto have instead? |
17:26 |
|
jcamins |
Not sure. |
17:26 |
|
jcamins |
Baked potato, probably. |
17:28 |
|
cait |
oh healthy friday |
17:29 |
|
jcamins |
Baked potato? Healthy? |
17:29 |
|
jcamins |
Not sweet potato. |
17:29 |
|
|
chris_n joined #koha |
17:29 |
|
jcamins |
Just regular potato. |
17:30 |
|
cait |
okok |
17:32 |
|
chris_n |
paul_p: C4/Auth.pm line 588 must also be changed |
17:32 |
|
chris_n |
now it works as expected |
17:32 |
|
paul_p |
chris_n ??? (speaking of new update DB patch ?) |
17:32 |
|
chris_n |
right |
17:33 |
|
chris_n |
is jonathan in channel? |
17:34 |
|
chris_n |
I'd like to sign-off on this set before the weekend |
17:41 |
|
|
laurence left #koha |
17:42 |
|
|
chris_n joined #koha |
17:43 |
|
jenkins_koha |
Starting build #12 for job Koha_3.10.x (previous build: SUCCESS) |
17:47 |
|
|
drojf joined #koha |
17:47 |
|
drojf |
good evening #koha |
17:47 |
|
cait |
hi drojf |
17:48 |
|
drojf |
hi cait :) |
18:00 |
|
chris_n |
paul_p: I'm headed out; I'll pick back up on this Monday |
18:12 |
|
slef |
hi drojf |
18:14 |
|
tcohen |
jcamins, #koha, have a nice weekend fellows! |
18:25 |
|
jenkins_koha |
Project Koha_3.10.x build #12: SUCCESS in 42 min: http://jenkins.koha-community.[…]b/Koha_3.10.x/12/ |
18:25 |
|
jenkins_koha |
* nunyo: Bug 6428 - refered column 'items.coded_location_qualifier' does not exist |
18:25 |
|
jenkins_koha |
* jcamins: Bug 6428: Increment version number |
18:25 |
|
jenkins_koha |
* fridolyn.somers: Bug 8996: In result page items with negative notforloan are available |
18:25 |
|
jenkins_koha |
* jcamins: Bug 5490: smsoverdues.pl is an orphan |
18:25 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6428 blocker, P2, ---, nunyo, Pushed to Master , refered column 'items.coded_location_qualifier' does not exist |
18:25 |
|
jenkins_koha |
* jcamins: Bug 9053: Test::MockModule and DBD::Mock should be required |
18:25 |
|
jenkins_koha |
* f.demians: Bug 8915 A script fixing missing MySQL contraints |
18:25 |
|
jenkins_koha |
* jonathan.druart: Bug 8915: Followup FIX QA issues |
18:25 |
|
jenkins_koha |
* cnighswonger: Bug 7119 - tidy t/00-load.t |
18:25 |
|
jenkins_koha |
* cnighswonger: Bug 9036 - 00-load.t checks Koha::Cache::Memcached when it should not this patch adds code to skip this module during this test |
18:25 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8996 normal, P5 - low, ---, fridolyn.somers, Pushed to Stable , In result page items with negative notforloan are available |
18:25 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5490 trivial, P5 - low, ---, henridamien, Pushed to Master , Is smsoverdues.pl an orphan |
18:25 |
|
jenkins_koha |
* jcamins: Bug 9054: 00-load should not try to load modules with optional dependencies |
18:25 |
|
jenkins_koha |
* Paul Poulain: Bug 8892 fix Plack scoping in acquisition |
18:25 |
|
jenkins_koha |
* nengard: Bug 8945: Add missing acq help file |
18:25 |
|
jenkins_koha |
* jcamins: Bug 9050: Use safer adelete when deleting records from Zebra index |
18:25 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9053 critical, P5 - low, ---, jcamins, Pushed to Master , Test::MockModule and DBD::Mock should be required |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8915 normal, P5 - low, ---, frederic, Pushed to Master , Referential integrity constraints and InnoDB vs MyISAM storage engine |
18:26 |
|
jenkins_koha |
* cnighswonger: Bug 9039 - Tests in the basic test suite should only test code based on required dependencies/modules |
18:26 |
|
jenkins_koha |
* nunyo: Bug 6428 [Follow-up] refered column 'items.coded_location_qualifier' does not exist |
18:26 |
|
jenkins_koha |
* jcamins: Bug 6428 follow-up: Increment version number |
18:26 |
|
jenkins_koha |
* oleonard: Bug 7500 [Lists follow-up] Use CSS Sprites for faster page loading |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7119 critical, P5 - low, ---, paul.poulain, Pushed to Master , general code-cleaning, tidy/whitespace omnibus |
18:26 |
|
jenkins_koha |
* f.demians: Bug 8968 "Add to cart" translatable on OPAC result page |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9036 critical, P5 - low, ---, cnighswonger, Pushed to Master , 00-load.t checks Koha::Cache::Memcached when it should not |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9054 critical, P5 - low, ---, jcamins, Pushed to Master , 00-load should not try to load modules with optional dependencies |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8892 major, P1 - high, ---, paul.poulain, Pushed to Master , Plack variable scoping in basket.pl |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8945 major, P5 - low, ---, nengard, Pushed to Master , Koha 3.10 Help Files Update |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9050 major, P5 - low, ---, gmcharlt, Pushed to Master , rebuild_zebra should use the adelete action so it doesn't fail when deleting a record not in the index |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9039 major, P5 - low, ---, cnighswonger, Pushed to Master , Tests in the basic test suite should only test code based on required dependencies/modules |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7500 minor, P5 - low, ---, oleonard, Pushed to Master , Use CSS Sprites for faster page loading |
18:26 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8968 enhancement, P5 - low, ---, frederic, Pushed to Master , JavaScript String not translatable |
18:31 |
|
drojf |
hi slef behind that wall of jenkins_koha and huginn |
18:53 |
|
rangi |
Off to kiwicon, i'll be in total radio silence |
18:53 |
|
cait |
kiwicon - cool! |
18:53 |
|
cait |
have fun :) |
18:53 |
|
rangi |
I'm not mental enough to leave my phone turned on |
18:54 |
|
rangi |
In a room with 700 hackers |
18:54 |
|
jcamins |
lol |
18:54 |
|
jcamins |
I'd probably pull the battery just to be safe. |
18:55 |
|
rangi |
Yep I usually do |
18:55 |
|
rangi |
No rfid stuff either |
18:56 |
|
rangi |
One of the talks today is hacking nfc stuffs |
18:56 |
|
* jcamins |
realizes after a moment you're not talking about Unicode normalization. |
18:56 |
|
drojf |
sounds like fun :) |
18:57 |
|
rangi |
Yeah I always learn a lot of useful stuff |
18:58 |
|
rangi |
I wonder how wizzyrea enjoyed girl geek dinner last night |
18:58 |
|
cait |
girl geek dinner! |
19:00 |
|
rangi |
https://kiwicon.org/the-con/events/#e81 |
19:01 |
|
cait |
can't look |
19:01 |
|
cait |
will only get jealous :) |
19:02 |
|
rangi |
Really looking forward to this talk too |
19:02 |
|
rangi |
https://kiwicon.org/the-con/talks/#e57 |
19:06 |
|
rangi |
Ok I'm out |
19:07 |
|
cait |
have fun :) |
19:07 |
|
drojf |
have fun with the hax0rs rangi ;) |
19:39 |
|
|
rambutan joined #koha |
20:30 |
|
|
NateC joined #koha |
20:47 |
|
oleonard |
Have a good weekend #koha |
20:57 |
|
|
melia left #koha |
20:57 |
|
|
cait left #koha |
21:02 |
|
|
moodaepo joined #koha |
21:13 |
|
|
WaylonR joined #koha |
21:13 |
|
WaylonR |
hiya all |
21:13 |
|
WaylonR |
elliott? |
21:14 |
|
WaylonR |
WaylonR? |
21:14 |
|
wahanui |
i think WaylonR is the 33rd developer of Koha, currently working for Mandumah.com, a digital library archive. Hes currently porting koha 3.0 modifications to Koha 3.10. So far so good, with one patch on bugzilla already. Bug 9055. |
21:14 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9055 enhancement, P5 - low, ---, wrobertson1981, Needs Signoff , Mandumah.com's multiple branch search, multiple branch security mod |
21:14 |
|
WaylonR |
huh..thought i fixed that.. |
21:14 |
|
WaylonR |
forget WaylonR |
21:14 |
|
wahanui |
WaylonR: I forgot waylonr |
21:14 |
|
WaylonR |
WaylonR is the 34rd developer of Koha, currently working for Mandumah.com, a digital library archive. Hes currently porting koha 3.0 modifications to Koha 3.10. So far so good, with one patch on bugzilla already. Bug 9055 |
21:20 |
|
|
talljoy1 joined #koha |
21:39 |
|
|
talljoy joined #koha |
21:59 |
|
WaylonR |
prehaps some koha people would like to weigh in: http://ask.slashdot.org/story/[…]ge-a-home-library |
22:10 |
|
|
drojf1 joined #koha |
22:22 |
|
rambutan |
of course it might be tempting to recommend Koha to the slashdot poster, but really, if you don't have at least a basic understanding of cataloging then Koha is probably "too much" |
22:23 |
|
rambutan |
kinda makes you wonder if there isn't a place for a "Koha-lite" project. |
22:24 |
|
rambutan |
Something for individuals, and perhaps even very small libraries to start with and then grow into Koha regular. |
22:25 |
|
|
JesseM_away left #koha |
22:30 |
|
|
maximep left #koha |
22:38 |
|
|
edveal left #koha |
22:57 |
|
|
drojf joined #koha |
23:09 |
|
|
rambutan left #koha |
23:35 |
|
|
lms1 left #koha |