Time |
S |
Nick |
Message |
00:37 |
|
|
inlibro joined #koha |
01:37 |
|
|
inlibro joined #koha |
02:34 |
|
|
kathryn joined #koha |
02:37 |
|
|
inlibro joined #koha |
03:37 |
|
|
inlibro joined #koha |
04:37 |
|
|
inlibro joined #koha |
05:37 |
|
|
inlibro joined #koha |
06:18 |
|
ashimema |
mornin' #koha |
06:28 |
|
|
magnuse joined #koha |
06:28 |
|
|
fridolin joined #koha |
06:34 |
|
|
sophie_m joined #koha |
06:34 |
|
|
reiveune joined #koha |
06:34 |
|
reiveune |
hello |
06:34 |
|
wahanui |
hey, reiveune |
06:38 |
|
|
inlibro joined #koha |
06:40 |
|
|
paul_p joined #koha |
06:41 |
|
magnuse |
bonjour #koha! |
06:57 |
|
matts |
hello #koha ! |
07:01 |
|
|
alex_a joined #koha |
07:01 |
|
alex_a |
Bonjour |
07:01 |
|
wahanui |
what's up, alex_a |
07:25 |
|
|
andreashm joined #koha |
07:27 |
|
|
marcelr joined #koha |
07:27 |
|
marcelr |
hi #koha |
07:38 |
|
|
inlibro joined #koha |
07:44 |
|
|
laurence joined #koha |
07:53 |
|
|
cait joined #koha |
07:58 |
|
|
andreashm joined #koha |
08:03 |
|
magnuse |
\o/ |
08:17 |
|
cait |
good morning #koha .9 |
08:17 |
|
cait |
:) |
08:29 |
|
|
andreashm joined #koha |
08:38 |
|
|
inlibro joined #koha |
08:39 |
|
ashimema |
anyone here know if there's any way to grab js errors via selenium? |
08:47 |
|
tuxayo |
hi #koha o/ |
08:48 |
|
tuxayo |
ashimema: Which is the exact testing stack ? |
08:48 |
|
tuxayo |
Which perl lib? |
08:48 |
|
tuxayo |
I guess the rest is WebDriver + Selenium + Firefox right? |
08:48 |
|
ashimema |
yup |
08:48 |
|
ashimema |
as in.. the tests that are currently failing on master |
08:53 |
|
ashimema |
I'm going for adding 'window.onerror' js into the page in question and dumping to screen and taking a screenshot with selenium |
08:53 |
|
ashimema |
bit hackish |
08:53 |
|
ashimema |
got the bugger :) |
08:53 |
|
ashimema |
I should document that.. works a treat |
08:55 |
|
magnuse |
document all the things! |
08:55 |
|
tuxayo |
Indeed, that was I was going to propose. https://stackoverflow.com/ques[…]error-in-selenium |
08:55 |
|
ashimema |
it's a lovely horrible hack.. hehe |
08:58 |
|
ashimema |
hmm |
09:00 |
|
ashimema |
`ReferenceError: KohaTale is not defined` |
09:00 |
|
ashimema |
* `ReferenceError: KohaTable is not defined` |
09:00 |
|
|
cait joined #koha |
09:09 |
|
|
paul_p joined #koha |
09:10 |
|
|
khall joined #koha |
09:24 |
|
|
theodoros joined #koha |
09:33 |
|
|
andreashm joined #koha |
09:36 |
|
liliputech_asu |
hi koha :) |
09:36 |
|
* cait |
waves |
09:38 |
|
|
inlibro joined #koha |
09:53 |
|
ashimema |
wow.. trailing comma's can really upset JS in some cases. |
10:05 |
|
huginn |
News from kohagit: Bug 23612: (RM follow-up) Fix failing tests <http://git.koha-community.org/[…]66eb0db3430e29042> |
10:05 |
|
ashimema |
@later tell oleonard we need to be careful will trailing comma's in javascript.. seems they can trip up the js running in selenium tests (whilst browsers happily compensate for them) |
10:05 |
|
huginn |
ashimema: The operation succeeded. |
10:06 |
|
ashimema |
one more test to fix (I hope it's only one) |
10:11 |
|
koha-jenkins |
Project Koha_Master_D10 build #9: STILL FAILING in 5 min 49 sec: https://jenkins.koha-community[…]oha_Master_D10/9/ |
10:16 |
|
|
sev_q joined #koha |
10:16 |
|
tuxayo |
<ashimema "@later tell oleonard we need to "> Strange, it's running a standard Firefox right? |
10:16 |
|
sev_q |
Hello #koha :) |
10:17 |
|
ashimema |
That's certainly what I thought |
10:17 |
|
tuxayo |
o/ sev_q |
10:17 |
|
ashimema |
but perhaps headless firefox is somehow subtly different |
10:17 |
|
ashimema |
I certainly couldn't replicate the issue locally.. only in koha-dev-box under selenium tests |
10:18 |
|
sev_q |
oyo tuxayo ! |
10:19 |
|
tuxayo |
ashimema: cool, there is a headless Firefox! :D https://developer.mozilla.org/[…]fox/Headless_mode |
10:19 |
|
ashimema |
lol |
10:19 |
|
ashimema |
indeed.. that is how we run selenium |
10:21 |
|
* liliputech_asu |
waves @ sev_q |
10:21 |
|
* liliputech_asu |
waves @ cait also :) |
10:22 |
|
|
nlegrand joined #koha |
10:22 |
|
nlegrand |
Hallo! |
10:22 |
|
sev_q |
hi liliputech_asu ! |
10:23 |
|
tuxayo |
ashimema: and the perl part is this one right? https://metacpan.org/pod/Selenium::Remote::Driver |
10:23 |
|
tuxayo |
As found in https://github.com/Koha-Commun[…]/patrons_search.t |
10:24 |
|
ashimema |
yup.. |
10:24 |
|
ashimema |
though we wrap it in t/lib/Selenium |
10:26 |
|
tuxayo |
thanks, good to know |
10:30 |
|
|
andreashm joined #koha |
10:36 |
|
koha-jenkins |
Project Koha_Master_D9 build #901: STILL UNSTABLE in 32 min: https://jenkins.koha-community[…]ha_Master_D9/901/ |
10:38 |
|
|
inlibro joined #koha |
10:39 |
|
koha-jenkins |
Project Koha_Master_D8 build #444: STILL UNSTABLE in 28 min: https://jenkins.koha-community[…]ha_Master_D8/444/ |
10:40 |
|
|
JBoyer joined #koha |
11:03 |
|
koha-jenkins |
Project Koha_Master_U18 build #382: STILL UNSTABLE in 58 min: https://jenkins.koha-community[…]a_Master_U18/382/ |
11:13 |
|
huginn |
News from kohagit: Bug 18084: (RM follow-up) Fix authentication tests <http://git.koha-community.org/[…]deb2fe39834fb880c> |
11:17 |
|
|
laurence joined #koha |
11:19 |
|
magnuse |
ashimema: have you announced dates for feature slush/freeze etc? |
11:20 |
|
koha-jenkins |
Project Koha_Master_D10 build #10: STILL FAILING in 5 min 11 sec: https://jenkins.koha-community[…]ha_Master_D10/10/ |
11:23 |
|
|
oleonard joined #koha |
11:25 |
|
oleonard |
Hi everyone |
11:27 |
|
|
andreashm joined #koha |
11:27 |
|
ashimema |
sponsorship in the release notes.. |
11:27 |
|
ashimema |
anyone got any preferences as to whether we translate institution names or not.. |
11:28 |
|
ashimema |
i.e. 'Universitets Biblioteket Lunds Universitet' vs 'University Library Lunds University' |
11:28 |
|
oleonard |
Hi ashimema |
11:29 |
|
oleonard |
My opinion would be no |
11:30 |
|
oleonard |
got your @later about commas in JS... I wondered if that was the issue |
11:31 |
|
oleonard |
That's a good argument for the eslint coding guideline |
11:32 |
|
ashimema |
i.e. 'Universitets Biblioteket Lunds Universitet' vs 'University Library Lunds University' |
11:39 |
|
|
inlibro joined #koha |
11:45 |
|
|
alex_a joined #koha |
11:47 |
|
koha-jenkins |
Yippee, build fixed! |
11:47 |
|
wahanui |
Congratulations! |
11:47 |
|
koha-jenkins |
Project Koha_Master_D9 build #902: FIXED in 32 min: https://jenkins.koha-community[…]ha_Master_D9/902/ |
11:49 |
|
koha-jenkins |
Project Koha_Master_D8 build #445: STILL UNSTABLE in 28 min: https://jenkins.koha-community[…]ha_Master_D8/445/ |
11:51 |
|
magnuse |
ashimema: i would say keep whatever is in the "Sponsored-by:" line |
11:51 |
|
magnuse |
unless that gives both translated and untranslated versions... |
11:57 |
|
|
vfernandes joined #koha |
12:01 |
|
huginn |
News from kohagit: Bug 23007: DBRev 19.06.00.034 <http://git.koha-community.org/[…]82faa54032ba26600> |
12:01 |
|
huginn |
News from kohagit: Bug 23039: Compiled CSS <http://git.koha-community.org/[…]22bc73cebbffcad13> |
12:01 |
|
huginn |
News from kohagit: Bug 23710: (follow-up) Add tests for new features in Koha::REST::V!::Holds::add and... <http://git.koha-community.org/[…]e81198dafb92c703e> |
12:01 |
|
huginn |
News from kohagit: Bug 23730: Fix export of reports <http://git.koha-community.org/[…]344486932c30d899a> |
12:01 |
|
huginn |
News from kohagit: Bug 23723: using exit inside eval to stop sending output to browser doesn't work... <http://git.koha-community.org/[…]2b3ab3607755e4b6d> |
12:01 |
|
huginn |
News from kohagit: Bug 23710: (follow-up) Human readable error messages in request.tt, check AllowHoldPo... <http://git.koha-community.org/[…]746e2c48a569a0b3d> |
12:01 |
|
huginn |
News from kohagit: Bug 23589: Discharge notice does not show non-latin characters <http://git.koha-community.org/[…]e9256ecd2f967b223> |
12:01 |
|
huginn |
News from kohagit: Bug 23710: Use API to place holds for patrons <http://git.koha-community.org/[…]00df187dbb96275d3> |
12:01 |
|
huginn |
News from kohagit: Bug 23671: Elasticsearch shouldn't throw exception on an uppercase subfield identifier <http://git.koha-community.org/[…]4d73fd1b7256bb181> |
12:01 |
|
huginn |
News from kohagit: Bug 23670: Load Koha::Exceptions::ElasticSearch module in Koha::SearchEngine::Elastic... <http://git.koha-community.org/[…]cc4a218bda2c964c6> |
12:01 |
|
huginn |
News from kohagit: Bug 23039: Don't hide the checkin dialogs <http://git.koha-community.org/[…]6d11bb370a664985d> |
12:01 |
|
huginn |
News from kohagit: Bug 23039: Hold found modal on checkin screen ( circulation.pl ) obscures Check in... <http://git.koha-community.org/[…]cff5df846d3e52ee1> |
12:01 |
|
huginn |
News from kohagit: Bug 23007: Add TransfersBlockCirc system preference <http://git.koha-community.org/[…]74e3a15bd75af371e> |
12:01 |
|
huginn |
News from kohagit: Bug 23007: Retain focus on 'barcode' input if transfers don't block circ <http://git.koha-community.org/[…]0a71fb5b41343af81> |
12:01 |
|
huginn |
News from kohagit: Bug 21343: Respect patron language preference in automtic renewals <http://git.koha-community.org/[…]8283a37a675bb44c4> |
12:09 |
|
|
nlegrand joined #koha |
12:12 |
|
koha-jenkins |
Yippee, build fixed! |
12:12 |
|
wahanui |
Congratulations! |
12:12 |
|
koha-jenkins |
Project Koha_Master_U18 build #383: FIXED in 56 min: https://jenkins.koha-community[…]a_Master_U18/383/ |
12:12 |
|
|
cait joined #koha |
12:12 |
|
oleonard |
Hi cait |
12:13 |
|
magnuse |
bonjour le cait |
12:19 |
|
cait |
oh hi :) |
12:20 |
|
cait |
not sure if there is ever a good time to enter a supermarket here - but that was not it |
12:32 |
|
koha-jenkins |
Project Koha_Master_D8 build #446: STILL UNSTABLE in 29 min: https://jenkins.koha-community[…]ha_Master_D8/446/ |
12:35 |
|
oleonard |
Should we upgrade TinyMCE and add a fix for Bug 22661 at the same time? |
12:35 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=22661 normal, P5 - low, ---, koha-bugs, NEW , TinyMCE/WYSIWYG editor doesn't translate |
12:35 |
|
cait |
ashimema++ |
12:35 |
|
cait |
looks like you did quite some hunting for fixing tests |
12:35 |
|
oleonard |
The interface is very different |
12:36 |
|
cait |
is it a bit prettier? :) |
12:36 |
|
cait |
i think updating in general sounds like a good idea and translatability too |
12:36 |
|
cait |
and it's not super great right now, so hoping for general improment |
12:38 |
|
koha-jenkins |
Project Koha_Master_D10 build #11: STILL FAILING in 5 min 29 sec: https://jenkins.koha-community[…]ha_Master_D10/11/ |
12:39 |
|
cait |
kidclamp: pling |
12:39 |
|
|
inlibro joined #koha |
12:39 |
|
kidclamp |
yes?> |
12:39 |
|
cait |
actually i need khall :) |
12:39 |
|
cait |
bug 23761 and bug 21701 - intersted in how they relate to each other |
12:39 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=23761 minor, P5 - low, ---, kyle, Signed Off , Allow PayPal return url to be set based on current domain, not OPACBaseURL |
12:39 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=21701 enhancement, P5 - low, ---, techservspec, Signed Off , Have PayPal optionally return to originating OPAC url rather than OPACBaseURL |
12:39 |
|
oleonard |
If we could get good translations from Koha folks we could contribute back to TinyMCE... lots of languages at less than 100% translated... |
12:40 |
|
cait |
oleonard: I'd be willing to do German if you can give me some pointers maybe |
12:40 |
|
kidclamp |
pinged him cait |
12:40 |
|
oleonard |
You back home kidclamp? |
12:40 |
|
cait |
thx! |
12:40 |
|
kidclamp |
indeed |
12:40 |
|
oleonard |
Sorry. :( |
12:41 |
|
cait |
why sorry? |
12:41 |
|
oleonard |
(no offense to, y'know, your family ;) ) |
12:41 |
|
oleonard |
cait: Because Hackfest is great |
12:42 |
|
cait |
oleonard: sorry, don't get it :( |
12:43 |
|
oleonard |
I'm offering my condolences that he has to return to reality after spending a week in Marseille |
12:43 |
|
cait |
oh! |
12:43 |
|
* kidclamp |
is finding reality difficult |
12:43 |
|
magnuse |
not enough cheese? |
12:43 |
|
oleonard |
Like stumbling out of the wardrobe and finding out you're not only not King anymore but you're not allowed to drink all the mead you want |
12:44 |
|
magnuse |
Jeppe? |
12:45 |
|
magnuse |
https://en.wikipedia.org/wiki/Jeppe_on_the_Hill |
12:47 |
|
cait |
... and being a kid again |
12:47 |
|
oleonard |
The Lion the Witch and the Wardrobe |
12:48 |
|
magnuse |
ah |
12:50 |
|
oleonard |
I like yours too magnuse, especially the sly dig at kidclamp for being a drunken bum |
12:51 |
|
* kidclamp |
drinks more coffee, maybe then I'l; have a witty response |
12:51 |
|
* kidclamp |
hic |
12:53 |
|
magnuse |
mohahaha |
12:55 |
|
|
khall joined #koha |
12:56 |
|
magnuse |
khall! |
12:57 |
|
khall |
magnuse! |
12:57 |
|
wahanui |
magnuse is really waiting for the self check vendor to tell me if they can send 99 less often |
13:03 |
|
magnuse |
ah, those were the days |
13:03 |
|
|
andreashm joined #koha |
13:09 |
|
koha-jenkins |
Project Koha_Master_D9 build #903: UNSTABLE in 57 min: https://jenkins.koha-community[…]ha_Master_D9/903/ |
13:10 |
|
huginn |
News from kohagit: Bug 23039: (RM follow-up) Fix basic_workflow test <http://git.koha-community.org/[…]20f1b4e48dd73377d> |
13:13 |
|
koha-jenkins |
Project Koha_Master_D10 build #12: STILL FAILING in 3 min 32 sec: https://jenkins.koha-community[…]ha_Master_D10/12/ |
13:17 |
|
koha-jenkins |
Project Koha_Master_U18 build #384: UNSTABLE in 39 min: https://jenkins.koha-community[…]a_Master_U18/384/ |
13:20 |
|
huginn |
News from kohagit: Bug 18421: DBRev 19.06.00.035 <http://git.koha-community.org/[…]09388b012224041da> |
13:20 |
|
huginn |
News from kohagit: Bug 23611: (follow-up) Exclude "actions" column from export <http://git.koha-community.org/[…]cf6f1658d09f15efd> |
13:20 |
|
huginn |
News from kohagit: Bug 23611: (follow-up) Correct ID of table <http://git.koha-community.org/[…]61b34de29e6e7c722> |
13:20 |
|
huginn |
News from kohagit: Bug 23680: Incorrect conversion of Perl boolean to js <http://git.koha-community.org/[…]0aa1c6cf80f464eb0> |
13:20 |
|
huginn |
News from kohagit: Bug 23611: Add export option to authorized values administration <http://git.koha-community.org/[…]e9ed216516b63c5b9> |
13:20 |
|
huginn |
News from kohagit: Bug 23606: Add columns configuration and export options to item types administration <http://git.koha-community.org/[…]5d07a24865af1e15e> |
13:20 |
|
huginn |
News from kohagit: Bug 22884: Show separator between 440 and 490 fields <http://git.koha-community.org/[…]7caf0851d067cf811> |
13:20 |
|
huginn |
News from kohagit: Bug 8778: Add Keyword phrase to OPAC advanced search <http://git.koha-community.org/[…]8657e94b7a1ce2f41> |
13:20 |
|
huginn |
News from kohagit: Bug 23389: Add 'All' option to report dropdowns <http://git.koha-community.org/[…]b7773c5b8705d10d3> |
13:20 |
|
huginn |
News from kohagit: Bug 23123: Add missing suggestion status to template for translation <http://git.koha-community.org/[…]718b920e24498ac1b> |
13:20 |
|
huginn |
News from kohagit: Bug 22884: (follow-up) Remove ending . from 440 in OPAC detail <http://git.koha-community.org/[…]32f91e7924950ec0a> |
13:20 |
|
huginn |
News from kohagit: Bug 22884: Remove field ending . from XSLT templates <http://git.koha-community.org/[…]de628ff3857a98613> |
13:20 |
|
huginn |
News from kohagit: Bug 18421: (follow-up) Center image in results table <http://git.koha-community.org/[…]c865b366e092a73f2> |
13:20 |
|
huginn |
News from kohagit: Bug 18421: (follow-up) Adding missing filters <http://git.koha-community.org/[…]e9ba377b9170f9992> |
13:20 |
|
huginn |
News from kohagit: Bug 18421: (follow-up) QA fixes <http://git.koha-community.org/[…]e55390988bf91d6cd> |
13:20 |
|
huginn |
News from kohagit: Bug 18421: Add Coce to the staff intranet <http://git.koha-community.org/[…]8523258d641e312e4> |
13:20 |
|
huginn |
News from kohagit: Bug 17851: Add Elasticsearch config to koha-conf.xml - Add missing entries to koha... <http://git.koha-community.org/[…]e8781aac347380bda> |
13:20 |
|
huginn |
News from kohagit: Bug 17851: Add elasticsearch config to koha-conf.xml <http://git.koha-community.org/[…]9e05873b5161e7280> |
13:20 |
|
cait |
hui |
13:21 |
|
cait |
hi khall |
13:21 |
|
wahanui |
hi khall is my consciousness present in this realm? |
13:21 |
|
khall |
hi cait ! |
13:22 |
|
cait |
hi khall :) |
13:22 |
|
magnuse |
hi khall |
13:22 |
|
wahanui |
hi khall is my consciousness present in this realm? |
13:25 |
|
koha-jenkins |
Project Koha_Master_D10 build #13: STILL FAILING in 7 min 49 sec: https://jenkins.koha-community[…]ha_Master_D10/13/ |
13:27 |
|
cait |
ashimema: time to fill up your queue again :) |
13:28 |
|
cait |
khall: as you are around - could you have a look at the mailing list too? a question about the recalls plugin |
13:28 |
|
khall |
can do! |
13:29 |
|
cait |
yay :) |
13:29 |
|
cait |
general list from earlier today |
13:32 |
|
|
laurence left #koha |
13:39 |
|
|
inlibro joined #koha |
13:47 |
|
koha-jenkins |
Project Koha_Master_D9 build #904: STILL UNSTABLE in 33 min: https://jenkins.koha-community[…]ha_Master_D9/904/ |
13:49 |
|
cait |
khall++ |
13:53 |
|
|
wizzyrea joined #koha |
13:53 |
|
oleonard |
ashimema thanks for your extra help with Bug 23611 |
13:53 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=23611 enhancement, P5 - low, ---, oleonard, Pushed to master , Add export option to authorized values administration |
13:56 |
|
koha-jenkins |
Project Koha_Master_D8 build #447: STILL UNSTABLE in 43 min: https://jenkins.koha-community[…]ha_Master_D8/447/ |
14:05 |
|
koha-jenkins |
Project Koha_Master_U18 build #385: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]a_Master_U18/385/ |
14:28 |
|
cait |
oleonard: just saw the follow-up on bug 14862 |
14:28 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=14862 normal, P5 - low, ---, oleonard, Signed Off , Upgrade jQuery from 1.7 to 3.4.1 in OPAC |
14:28 |
|
cait |
should this not go on the branch? |
14:28 |
|
oleonard |
I mean... technically... |
14:29 |
|
* oleonard |
got distracted by the next shiny thing |
14:29 |
|
cait |
:) |
14:29 |
|
cait |
ready to switch to pqa with the follow-up from my side |
14:35 |
|
oleonard |
Okay, added to the branch |
14:39 |
|
|
inlibro joined #koha |
14:43 |
|
cait |
oleonard: PQA :) |
14:43 |
|
oleonard |
Thanks cait! |
14:43 |
|
cait |
bbiab |
14:46 |
|
|
laurence joined #koha |
15:04 |
|
reiveune |
bye |
15:04 |
|
|
reiveune left #koha |
15:07 |
|
|
fridolin left #koha |
15:24 |
|
huginn |
News from kohagit: Bug 14862: (follow-up) Add minified version of jQuery 3.4.1 <http://git.koha-community.org/[…]044e7e7e31353bc26> |
15:24 |
|
huginn |
News from kohagit: Bug 14862: Upgrade jQuery from 1.7 to 3.4.1 in OPAC <http://git.koha-community.org/[…]9fd332a79d5759e06> |
15:25 |
|
bag |
morning |
15:25 |
|
wahanui |
morning is always someone's afternoon |
15:25 |
|
bag |
true |
15:28 |
|
oleonard |
Hi bag |
15:28 |
|
bag |
heya oleonard |
15:28 |
|
wahanui |
oleonard is seeing some buggy stuff though |
15:29 |
|
oleonard |
It is my destiny, wahanui , my quest. |
15:31 |
|
koha-jenkins |
Project Koha_Master_D10 build #14: STILL FAILING in 5 min 58 sec: https://jenkins.koha-community[…]ha_Master_D10/14/ |
15:39 |
|
|
inlibro joined #koha |
15:56 |
|
koha-jenkins |
Yippee, build fixed! |
15:56 |
|
wahanui |
Congratulations! |
15:56 |
|
koha-jenkins |
Project Koha_Master_D9 build #905: FIXED in 32 min: https://jenkins.koha-community[…]ha_Master_D9/905/ |
15:57 |
|
|
laurence joined #koha |
16:06 |
|
koha-jenkins |
Project Koha_Master_D8 build #448: STILL UNSTABLE in 43 min: https://jenkins.koha-community[…]ha_Master_D8/448/ |
16:10 |
|
koha-jenkins |
Yippee, build fixed! |
16:10 |
|
wahanui |
Congratulations! |
16:10 |
|
koha-jenkins |
Project Koha_Master_U18 build #386: FIXED in 39 min: https://jenkins.koha-community[…]a_Master_U18/386/ |
16:14 |
|
oleonard |
Anyone around who is familiar with editing .po files? |
16:16 |
|
|
laurence left #koha |
16:19 |
|
oleonard |
@later tell cait Please ping me when you get a moment |
16:19 |
|
huginn |
oleonard: The operation succeeded. |
16:39 |
|
|
inlibro joined #koha |
16:43 |
|
|
bdonnahue joined #koha |
16:43 |
|
|
cait joined #koha |
16:54 |
|
|
paul_p joined #koha |
16:54 |
|
|
oleonard_ joined #koha |
17:11 |
|
|
JBoyer joined #koha |
17:40 |
|
|
inlibro joined #koha |
18:11 |
|
|
sonOfRa joined #koha |
18:28 |
|
|
oleonard joined #koha |
18:32 |
|
wizzyrea |
hi, apparently there are requests for wiki permissions, and I don't seem to be able to do that. |
18:32 |
|
wizzyrea |
the one I'm thinking of specifically is Augustin |
18:32 |
|
wizzyrea |
agustin. (sorry i'm terrible at spelling) |
18:32 |
|
wizzyrea |
cait, gmcharlt |
18:33 |
|
cait |
i can moderate new accounts |
18:33 |
|
cait |
but not permissions |
18:33 |
|
wizzyrea |
that's what I think needs doing |
18:33 |
|
wizzyrea |
moderate a new account |
18:33 |
|
cait |
i am having a look |
18:33 |
|
wizzyrea |
cait++ |
18:33 |
|
wizzyrea |
thank you |
18:33 |
|
cait |
oleonard: pling |
18:33 |
|
oleonard |
Hi |
18:33 |
|
cait |
you wanted to be pinged :) |
18:34 |
|
cait |
wizzyrea: the queue is clean |
18:34 |
|
cait |
do you know who was asking? |
18:35 |
|
oleonard |
cait: I'm working on the test plan for the upgraded TinyMCE plugin and wondering if it's accurate to say that one should remove the "fuzzy" line when modifying the .po file for testing |
18:35 |
|
cait |
yes |
18:35 |
|
cait |
with fuzzy it won't translate it |
18:35 |
|
cait |
it happens for things 'similar' to before, like a 'needs checking' flag |
18:36 |
|
|
khall joined #koha |
18:36 |
|
oleonard |
Okay that's what I thought but though I should double-check. |
18:36 |
|
cait |
khall: pling |
18:36 |
|
cait |
can i ask you something about bug 8030? |
18:36 |
|
huginn |
Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8030 enhancement, P5 - low, ---, nick, CLOSED FIXED, Change pickup location of a hold from patron record |
18:36 |
|
cait |
hm not that one |
18:36 |
|
cait |
bug 23507 |
18:36 |
|
huginn |
Bug http://bugs.koha-community.org[…]_bug.cgi?id=23507 enhancement, P5 - low, ---, kyle, Signed Off , Add ability to show and print change given on fee receipt from FinePaymentAutoPopup |
18:36 |
|
oleonard |
I'm slowly getting better at writing test plans for translation-related stuff |
18:37 |
|
khall |
cait sure! |
18:37 |
|
cait |
i don't seem to be getting the ACCOUNT_CREDIT to print |
18:40 |
|
|
inlibro joined #koha |
18:40 |
|
cait |
oh |
18:40 |
|
cait |
now i got it working |
18:40 |
|
cait |
khall: all good |
18:40 |
|
khall |
excellent! |
18:40 |
|
wahanui |
darn tootin' it is. |
18:40 |
|
khall |
lol |
18:40 |
|
cait |
is there a reason you only want to print it on the ifrst time? |
18:40 |
|
oleonard |
darn tootin' |
18:40 |
|
cait |
it seems a little confusing |
18:41 |
|
cait |
especially since it's always in the template |
18:50 |
|
cait |
oleonard: PatronAutocompletion - good as a replacement for CircAutoCompl? |
18:50 |
|
cait |
wondering if PatronAutoComplete would be better |
18:51 |
|
oleonard |
I do like PatronAutoComplete |
18:51 |
|
cait |
I'll do a follow-up and blame you ;) |
18:55 |
|
* oleonard |
is very blameable |
18:56 |
|
* oleonard |
caused the Great Chicago Fire of 1871 |
18:56 |
|
cait |
that's quite ... an achievement |
19:00 |
|
oleonard |
See y'all later, I'm off to cause the 1903 San Francisco earthquake! |
19:00 |
|
cait |
too fast... again! |
19:21 |
|
|
kathryn joined #koha |
19:34 |
|
ashimema |
Wow.. lots happened whilst I've been offline.. |
19:34 |
|
ashimema |
Darn matrix |
19:35 |
|
cait |
should you be online now? |
19:37 |
|
ashimema |
My IRC has been down all day |
19:37 |
|
ashimema |
Just catching up now it's come back up |
19:38 |
|
cait |
oops |
19:40 |
|
|
inlibro joined #koha |
19:46 |
|
cait |
ashimema: putting a lot of easy ones in your queue |
19:47 |
|
ashimema |
Thanks. 😀 |
20:01 |
|
|
khall joined #koha |
20:03 |
|
|
bdonnahue joined #koha |
20:22 |
|
ashimema |
@later tell magnuse Initial thoughts on dates are now up on the community calendar, email to follow soon. |
20:22 |
|
huginn |
ashimema: The operation succeeded. |
20:30 |
|
|
bdonnahue joined #koha |
20:38 |
|
|
andreashm joined #koha |
20:40 |
|
|
inlibro joined #koha |
21:18 |
|
|
bdonnahue joined #koha |
21:40 |
|
|
inlibro joined #koha |
21:45 |
|
cait |
@later tell kidclamp speedy follow-up for bug 17179 please |
21:45 |
|
huginn |
cait: The operation succeeded. |
22:05 |
|
|
kathryn_ joined #koha |
22:40 |
|
|
inlibro joined #koha |
23:07 |
|
|
bdonnahue joined #koha |
23:15 |
|
|
kathryn__ joined #koha |
23:17 |
|
|
inlibro joined #koha |
23:41 |
|
|
inlibro joined #koha |