← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
03:55 | Oak joined #koha | |
06:12 | reiveune joined #koha | |
06:17 | lmstrand joined #koha | |
07:12 | ashimema | Mornin' |
07:21 | marcelr joined #koha | |
07:21 | marcelr | hi #koha |
07:27 | gooble_gobble_1 joined #koha | |
07:28 | reiveune | hello |
07:28 | wahanui | bonjour, reiveune |
07:29 | marcelr | o/ |
07:40 | alex_a joined #koha | |
07:41 | alex_a | Bonjour |
07:41 | wahanui | what's up, alex_a |
07:46 | fridolin joined #koha | |
07:47 | fridolin | Joubu: https://sandboxes.biblibre.eu/ is down 503 |
08:05 | ashimema | mornin' |
08:22 | alex_a joined #koha | |
08:28 | marcelr | hi ashimema |
08:29 | thx fridolin++ | |
08:31 | fridolin | i love the patch |
08:31 | ashimema | ? |
08:31 | hi marcelr, fridolin | |
08:31 | nice to see you both | |
08:32 | fridolin | i'm nearly gone ^^ |
08:32 | ashimema | wow.. loads og bugmail to go through this morning |
08:32 | people were busy yesterday | |
08:32 | fridolin | ... release is coming |
08:33 | * ashimema | would love a level activity even half this but throughout the cycle |
08:33 | marcelr | probably they all are too late |
08:33 | ashimema | exactly |
08:33 | there's loads of 'enhancement' activity still a the moment | |
08:34 | lots of cool stuff | |
08:34 | but all a bit late in the day | |
08:34 | marcelr | 2205 will be so nice :) |
08:34 | ashimema | and a bit of a distraction from the important bugs |
08:34 | marcelr | nice features combine with nasty bugs |
08:35 | ashimema | We're a .11 shop at PTFS-E now |
08:40 | marcelr | what a .11 shop ? |
08:40 | whats | |
08:41 | ashimema | As in, we skip the .05 releases and support .11 ones only |
08:42 | We spread ourselves to thin on versions we support otherwise.. | |
08:42 | Victim of our own success really.. | |
08:43 | * ashimema | would love to do monthly rolling release instead personally |
08:43 | marcelr | ok |
08:43 | well i do .11 too nowadays | |
08:43 | but i have been jumping 3 versions too | |
08:44 | ashimema | Smaller gaps to get features to users that way.. and thus quicker fixes because you see the bugs quicker whilst you still have a clue how you wrote the feature |
08:44 | marcelr | yeah |
08:44 | being a victim of your own success sounds nice | |
08:44 | ashimema | We have a massive spread of installs still.. this is our attempt to bring us down to at least a smaller set |
08:45 | Which reminds me.. I should start putting together a job add.. I need another dev :) | |
08:45 | marcelr | oops |
08:46 | you are running next to your bike, no time to step up | |
08:46 | ashimema | Be great to grow my team again.. whilst the company is in good shape |
08:46 | Haha, I like that analogy.. | |
08:47 | marcelr | we love bikes here |
08:54 | fridolin | have fun, see you |
08:54 | fridolin left #koha | |
09:27 | Joubu | fridolin: yes, I know, they are broken and I have no idea how to fix them |
09:29 | thanks marcelr for focussing on the correc things :) | |
09:29 | correct* | |
09:33 | marcelr | bug 29496 |
09:33 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29496 blocker, P5 - low, ---, jonathan.druart+koha, Needs Signoff , can't save an order with mandatory items subfields |
09:35 | Joubu | marcelr: bug 29341 - did you retest the whole "pseudo" process? |
09:35 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29341 critical, P5 - low, ---, jonathan.druart+koha, Passed QA , If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC |
09:39 | marcelr | no i tested the dbrev |
09:40 | how should it affect the process with less checks | |
09:40 | you can insert everything now | |
09:44 | Joubu | because.. koha? |
09:59 | marcelr: if you want more fun, there are the flatpickr bugs. See bug 29478 and friends | |
09:59 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29478 major, P5 - low, ---, jonathan.druart+koha, Needs Signoff , flatpickr misses quick shortcut to "Today" date |
10:00 | marcelr | i was following the priorities keyword |
10:18 | Joubu question on 29496 | |
10:22 | Joubu | no idea, I just copied the fix where it could be a problem |
10:23 | it is a problem where CheckMandatorySubfields is called from | |
10:24 | cait joined #koha | |
10:25 | Joubu | marcelr: indeed, it is not needed on acqui/addorderiso2709.tt, but shouldn't hurt either |
10:26 | marcelr | hmm i dont like fixes that add changes to places unneeded |
10:26 | doesnt hurt is not a quality argument :) | |
10:27 | question on 29113 too | |
10:28 | Joubu | marcelr: it matches the pattern, and the pattern is: select with name="field_value" has input_marceditor class |
10:29 | if we don't add on addorderiso, it will be the only place where input_marceditor is not set to selects with name="field_value" | |
10:29 | but drop it if you are not confident with it | |
10:30 | marcelr | ok you are more convincing now lol |
10:30 | 29113? | |
10:30 | tmp_code | |
10:30 | Joubu | yes, trying to explain correctly |
10:30 | IIRC the code is mandatory at DB level | |
10:30 | so we must add a temporary code during the insert, then update it after | |
10:31 | does it make sense? I am applying the patch to get the whole context | |
10:32 | marcelr | i was expecting a sort of replace based on looking for that code or so? |
10:32 | which is not a nice pattern btw but ok | |
10:32 | Joubu | I feel like it should actually be 'tmp_code' always, at this point we are creating a new entry and $code should never be set |
10:33 | marcelr: no it's not nice, I am open to suggestion | |
10:34 | marcelr | will see |
10:34 | Joubu | the thing is: we set code=News_$id during a previous upgrade, so it would make sense to continue doing it for new entry |
10:36 | marcelr: we could have this on top: http://paste.koha-community.org/5497 | |
10:36 | code shouldn't be passed for new entries | |
10:38 | (added in a comment) | |
10:41 | marcelr | so actually NULL could well serve as tmp_code too? Remove the NOT NULL ? |
10:41 | tcohen | bonjour! |
10:42 | marcelr | hola tcohen |
10:43 | tcohen | hola! |
10:44 | Joubu | marcelr: but we need a code, we shouldn't remove NOT NULL |
10:45 | marcelr: what you could do is transaction, LOCK WRITE, get the max id, increment it, then INSERT | |
10:45 | I prefer the ugly tmp_code :D | |
10:46 | or generate a random code, but that's not nice either | |
10:48 | gooble_gobble joined #koha | |
10:49 | marcelr | or handle in the Koha object store instead of controller ? |
10:51 | Joubu | what would do store? |
10:54 | marcelr | the same more or less |
10:54 | codewise perhaps a bit prettier | |
10:54 | anyway i added my SO | |
10:58 | see you later #koha | |
11:05 | tcohen | do we have access to the objects class in the singular one? |
11:08 | Joubu | tcohen: $o->rs->koha_object_class |
11:11 | * cait | waves |
11:23 | Joubu | $o->rs->koha_objects_class for the plural |
12:01 | magnuse | what are the meanings of reserves.found again? W=waiting on the pickup shelf, T=? |
12:02 | Joubu | transfer |
12:04 | magnuse | ah, of course, thanks Joubu! |
12:04 | Joubu++ | |
12:30 | claw joined #koha | |
12:31 | jzairo joined #koha | |
12:54 | magnuse | sign, not a big fan of schema.k-c only showing 10 columns at a time... |
12:54 | s/sign/sigh/ | |
13:03 | khall joined #koha | |
13:09 | khall_ joined #koha | |
13:25 | Joubu | Can we get bug 29113, bug 29478 and bug 29500 ready to be pushed today, please? |
13:25 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29113 major, P5 - low, ---, jonathan.druart+koha, Signed Off , New "code" field for additional contents is not useful for the end users |
13:25 | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29478 major, P5 - low, ---, jonathan.druart+koha, Needs Signoff , flatpickr misses quick shortcut to "Today" date | |
13:25 | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29500 major, P5 - low, ---, jonathan.druart+koha, Signed Off , Flatpickr accepting original date in the past for futuredate but also other dates in the past | |
13:27 | Dyrcona joined #koha | |
14:15 | Joubu | Is everybody enjoying the weekend already? |
14:16 | KotH joined #koha | |
14:16 | cait | not quite yet.. translating |
14:26 | finished! | |
14:26 | huginn` | News from kohagit: Bug 29341: DBIC schema changes <https://git.koha-community.org[…]8b23ad2854c6f7fa3> |
14:26 | News from kohagit: Bug 5229: DBRev 21.06.00.049 <https://git.koha-community.org[…]ed849e9d2766c49a0> | |
14:26 | News from kohagit: Bug 29341: DBRev 21.06.00.048 <https://git.koha-community.org[…]7375a3da98a302471> | |
14:26 | News from kohagit: Bug 29437: (QA follow-up) Update TODO in Breeding.t <https://git.koha-community.org[…]35950f41b4d007b5d> | |
14:26 | News from kohagit: Bug 29437: (QA follow-up) Remove Business::ISBN from addbooks <https://git.koha-community.org[…]149e790794e6c126e> | |
14:26 | News from kohagit: Bug 29387: (QA follow-up) Fix modules in test <https://git.koha-community.org[…]6dbfd65d3356e3456> | |
14:26 | News from kohagit: Bug 29496: (bug 27526 follow-up) Fix item form validation <https://git.koha-community.org[…]27fad319f8b2f8cf2> | |
14:26 | News from kohagit: Bug 29341: Remove foreign keys on pseudonymized_transactions <https://git.koha-community.org[…]36494895d063dacb4> | |
14:26 | News from kohagit: Bug 29496: CheckMandatorySubfields don't work properly with select field in serials... <https://git.koha-community.org[…]99cc63c64714cd472> | |
14:26 | News from kohagit: Bug 29456: (bug 18532 follow-up) handle Auto_Renewals messages in category <https://git.koha-community.org[…]10a038a3f9b232290> | |
14:26 | News from kohagit: Bug 5229: Remove from searching.pref <https://git.koha-community.org[…]11a0e11be4359aa4e> | |
14:26 | News from kohagit: Bug 29456: Add Hold_Reminder description to patron categories overview page <https://git.koha-community.org[…]a8dbef11a62fe0d19> | |
14:26 | News from kohagit: Bug 5229: Remove system preference 'OPACItemsResultsDisplay' <https://git.koha-community.org[…]b11b77c17ea1caf6f> | |
14:26 | News from kohagit: Bug 29463: Escape utf8 characters before appending search query to url <https://git.koha-community.org[…]43efed3a3f7654f30> | |
14:26 | News from kohagit: Bug 29437: Unit tests <https://git.koha-community.org[…]a6e9792517c039d30> | |
14:26 | News from kohagit: Bug 29437: Search reservoir for term as title, author, or variations of ISBN <https://git.koha-community.org[…]c5013cf760fe076c6> | |
14:26 | News from kohagit: Bug 29387: Stringify exceptions for other background job modules <https://git.koha-community.org[…]c5b6267b087b30b50> | |
14:26 | News from kohagit: Bug 29387: Stringify exception when logging error during a batch mod biblio <https://git.koha-community.org[…]70c020fbabb44fb1b> | |
14:31 | marion joined #koha | |
14:33 | oleonard | o/ |
14:45 | cait | hi oleonard :) |
14:54 | alex_a joined #koha | |
15:01 | koha-jenkins | Project Koha_Master_D11_CPAN build #477: SUCCESS in 33 min: https://jenkins.koha-community[…]ter_D11_CPAN/477/ |
15:10 | Project Koha_Master_U21 build #29: SUCCESS in 42 min: https://jenkins.koha-community[…]ha_Master_U21/29/ | |
15:17 | Project Koha_Master_D11_MDB_Latest build #733: SUCCESS in 51 min: https://jenkins.koha-community[…]1_MDB_Latest/733/ | |
15:27 | Project Koha_Master_U_Stable build #322: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]ter_U_Stable/322/ | |
15:28 | Project Koha_Master_D12 build #29: FAILURE in 10 min: https://jenkins.koha-community[…]ha_Master_D12/29/ | |
15:29 | Project Koha_Master_U20 build #245: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_U20/245/ | |
15:36 | Project Koha_Master_D11_My8 build #696: SUCCESS in 34 min: https://jenkins.koha-community[…]ster_D11_My8/696/ | |
15:37 | Project Koha_Master build #1823: UNSTABLE in 1 hr 8 min: https://jenkins.koha-community[…]Koha_Master/1823/ | |
15:53 | Project Koha_Master_D9 build #1824: SUCCESS in 42 min: https://jenkins.koha-community[…]a_Master_D9/1824/ | |
16:14 | Project Koha_21.05_D10 build #144: STILL UNSTABLE in 38 min: https://jenkins.koha-community[…]ha_21.05_D10/144/ | |
16:18 | Project Koha_Master_D11 build #452: SUCCESS in 50 min: https://jenkins.koha-community[…]a_Master_D11/452/ | |
16:19 | Project Koha_21.05_U16 build #103: FAILURE in 4 min 28 sec: https://jenkins.koha-community[…]ha_21.05_U16/103/ | |
16:32 | Project Koha_21.05_U20 build #105: STILL UNSTABLE in 58 min: https://jenkins.koha-community[…]ha_21.05_U20/105/ | |
16:32 | Project Koha_21.05_U21 build #25: STILL UNSTABLE in 54 min: https://jenkins.koha-community[…]oha_21.05_U21/25/ | |
16:35 | Project Koha_21.05_U18 build #96: STILL UNSTABLE in 41 min: https://jenkins.koha-community[…]oha_21.05_U18/96/ | |
16:45 | reiveune | bye |
16:45 | reiveune left #koha | |
16:52 | koha-jenkins | Project Koha_21.05_D12 build #38: STILL UNSTABLE in 33 min: https://jenkins.koha-community[…]oha_21.05_D12/38/ |
16:57 | khall joined #koha | |
17:11 | koha-jenkins | Project Koha_Master_D11_My8 build #697: UNSTABLE in 52 min: https://jenkins.koha-community[…]ster_D11_My8/697/ |
17:14 | Project Koha_21.05_D11 build #119: STILL UNSTABLE in 38 min: https://jenkins.koha-community[…]ha_21.05_D11/119/ | |
17:20 | Project Koha_21.05_U16 build #104: STILL FAILING in 6 min 31 sec: https://jenkins.koha-community[…]ha_21.05_U16/104/ | |
17:26 | Project Koha_21.05_U20 build #106: STILL UNSTABLE in 33 min: https://jenkins.koha-community[…]ha_21.05_U20/106/ | |
17:26 | Project Koha_Master_D12 build #30: STILL FAILING in 5 min 17 sec: https://jenkins.koha-community[…]ha_Master_D12/30/ | |
17:28 | Project Koha_21.05_D9 build #100: STILL UNSTABLE in 1 hr 0 min: https://jenkins.koha-community[…]oha_21.05_D9/100/ | |
17:32 | Project Koha_21.05_U_Stable build #94: STILL UNSTABLE in 59 min: https://jenkins.koha-community[…]1.05_U_Stable/94/ | |
17:37 | Project Koha_21.05_D10 build #145: STILL UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]ha_21.05_D10/145/ | |
17:58 | Project Koha_21.05_D12 build #39: STILL UNSTABLE in 32 min: https://jenkins.koha-community[…]oha_21.05_D12/39/ | |
18:04 | Project Koha_21.05_U16 build #105: STILL FAILING in 5 min 53 sec: https://jenkins.koha-community[…]ha_21.05_U16/105/ | |
18:07 | Project Koha_21.05_U21 build #26: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]oha_21.05_U21/26/ | |
18:15 | Project Koha_Master build #1824: STILL UNSTABLE in 37 min: https://jenkins.koha-community[…]Koha_Master/1824/ | |
18:24 | Project Koha_21.05_U20 build #107: STILL UNSTABLE in 55 min: https://jenkins.koha-community[…]ha_21.05_U20/107/ | |
18:24 | Project Koha_21.05_U18 build #97: STILL UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]oha_21.05_U18/97/ | |
18:29 | tcohen | git checkout master |
18:29 | <.< | |
18:34 | koha-jenkins | Project Koha_21.05_D10 build #146: STILL UNSTABLE in 1 hr 2 min: https://jenkins.koha-community[…]ha_21.05_D10/146/ |
18:40 | Project Koha_21.05_D9 build #101: STILL UNSTABLE in 36 min: https://jenkins.koha-community[…]oha_21.05_D9/101/ | |
18:46 | Project Koha_21.05_D11 build #120: STILL UNSTABLE in 39 min: https://jenkins.koha-community[…]ha_21.05_D11/120/ | |
18:55 | cait joined #koha | |
18:57 | fridolin joined #koha | |
19:08 | oleonard | unapi busted. |
19:08 | cait | oh no |
19:09 | who can we blame? | |
19:09 | :P | |
19:10 | oleonard | I think Bug 5927 first, then maybe more after that |
19:10 | huginn` | Bug https://bugs.koha-community.or[…]w_bug.cgi?id=5927 enhancement, P5 - low, ---, nick, CLOSED FIXED, Show series information in search results page |
19:10 | cait | oh |
19:12 | koha-jenkins | Project Koha_21.05_D10 build #147: STILL UNSTABLE in 57 min: https://jenkins.koha-community[…]ha_21.05_D10/147/ |
19:19 | Project Koha_21.05_U20 build #108: STILL UNSTABLE in 55 min: https://jenkins.koha-community[…]ha_21.05_U20/108/ | |
19:26 | Project Koha_21.05_U_Stable build #95: STILL UNSTABLE in 51 min: https://jenkins.koha-community[…]1.05_U_Stable/95/ | |
20:02 | oleonard | A correction to MARC21slim2MODS.xsl fixes the first error, but then we have this one: |
20:02 | Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_opac_unapi::GetXmlBiblio called at /kohadevbox/koha/opac/unapi line 119 | |
20:02 | Please have that on my desk by Monday!! | |
20:19 | koha-jenkins | Project Koha_21.05_U_Stable build #96: STILL UNSTABLE in 52 min: https://jenkins.koha-community[…]1.05_U_Stable/96/ |
21:08 | mynameis joined #koha | |
21:10 | mynameis left #koha | |
21:12 | alcume joined #koha | |
21:40 | jzairo left #koha | |
23:31 | alcume | Hi. I'm testing koha at home :) |
23:32 | This is the situation: single IP, one http server (arch+nginx), one https server (debian+koha) | |
23:33 | connecting from LAN all seems to works fine. Outside LAN is not working | |
23:33 | only unencripted server works for internet | |
23:34 | I'm almost done, but I don't know what I'm doing wrong... | |
23:45 | tuxayo | alcume: hi :) |
23:49 | It's likely that you had to do something at your router to have http://public-ip reach your local server. If so, the same work must be done so that https://public-ip reaches it. Because it's the 443 port instead of the 80 | |
23:59 | fridolin joined #koha |
← Previous day | Today | Next day → | Search | Index