← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:02 | cait joined #koha | |
| 00:23 | mtompset | Have a great day. #koha |
| 00:38 | dpk_ joined #koha | |
| 00:43 | dpk__ joined #koha | |
| 00:50 | dpk_ joined #koha | |
| 01:13 | dpk_ joined #koha | |
| 03:06 | Scott-CSPL joined #koha | |
| 03:09 | deb-CSPL joined #koha | |
| 04:50 | saiful joined #koha | |
| 04:57 | janPasi joined #koha | |
| 05:17 | cait joined #koha | |
| 05:46 | calire joined #koha | |
| 05:53 | saiful2 joined #koha | |
| 06:17 | marcelr joined #koha | |
| 06:17 | marcelr | hi #koha |
| 06:18 | calire | hi marcelr |
| 06:18 | marcelr | hi calire |
| 06:44 | alex_a joined #koha | |
| 06:44 | alex_a | bonjour |
| 06:44 | wahanui | bonjour, alex_a |
| 06:46 | marcelr | hi alex_a |
| 06:46 | alex_a | hello marcelr |
| 06:54 | paul_p joined #koha | |
| 06:54 | AndrewIsh joined #koha | |
| 07:07 | cait joined #koha | |
| 07:07 | cait | good morning #koha |
| 07:09 | marcelr | hi cait; thx for qaing the upload patch |
| 07:13 | cait | np |
| 07:13 | was a bit too busy this week, wanted to do more | |
| 07:20 | sophie_m joined #koha | |
| 07:24 | fridolin joined #koha | |
| 07:24 | fridolin | hi there |
| 07:27 | gaetan_B joined #koha | |
| 07:27 | gaetan_B | hello |
| 07:29 | marcelr | hi fridolin and gaetan_B |
| 07:33 | * cait | waves |
| 07:35 | magnuse joined #koha | |
| 07:38 | ashimema_ joined #koha | |
| 07:40 | marcelr | hi magnuse and ashimema |
| 07:40 | julian around | |
| 07:41 | i guess not.. | |
| 07:41 | o yes | |
| 07:41 | jajm ? | |
| 07:41 | wahanui | i think jajm is saying that in principle we could have the REST implementation in Mojo without a full Auth rewrite, the only issue is that we will end up hooking perm checks on the controllers instead of declaring it in swagger |
| 07:42 | marcelr | jajm bug 17247 |
| 07:42 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=17247 normal, P5 - low, ---, julian.maurice, BLOCKED , ILS-DI HoldTitle and HoldItem should check if patron is debarred |
| 07:42 | marcelr | what about moving the debarred check to CanBookBeReserved instead of each time in Item ? |
| 07:45 | jajm | marcelr, i'm here |
| 07:46 | marcelr | hi jajm ^^ |
| 07:46 | jajm | hi! |
| 07:47 | marcelr, the debarred check has to be done also for item-level hold, right ? | |
| 07:48 | marcelr | hmm strictly speaking yes, but not sure if the check has been done in the interface too somewhere before |
| 07:49 | if we have a lot of items, we could stop | |
| 07:49 | at least i prefer to have it in book too | |
| 07:58 | jajm | marcelr, having it in canbookbereserved too makes sense |
| 07:58 | marcelr | shall i add it or do you ? |
| 08:02 | dersmon joined #koha | |
| 08:03 | * AndrewIsh | waves to the assembled masses |
| 08:03 | AndrewIsh | Hey all. I need to log changes to the Illrequest object's status property. I was originally going to overload the $request->status accessor, however, this won't catch cases where the code does something like: $request->store({ status => 'updated' }); So my question is, what would be the recommended way of achieving this? Overloading the "store" method? Or something else? |
| 08:04 | jajm | marcelr, i will, but not today, feel free to add it if you want |
| 08:04 | marcelr | ok jajm i will do it |
| 08:04 | sophie_m joined #koha | |
| 08:05 | jajm | ok, thanks |
| 08:18 | dersmon | hi everyone |
| 08:23 | misilot_ joined #koha | |
| 08:42 | magnuse joined #koha | |
| 08:43 | noor joined #koha | |
| 08:44 | noor | hi there, I am nooruddin from Karachi Pakistan. I need your support with reference to reports. |
| 08:45 | the data entry of books is done by two catalogers, how can i filter which books are entered by which cataloger? | |
| 08:45 | similarly, our circulation staff works in shifts, i want to generate a list of circulated books based on staff id? is there a way to get the list | |
| 08:48 | cait | you can theoreticalyl figure that out from action_logs, but at least here it would cause quite some trouble with data privacy |
| 09:04 | noor | thanks cait. What is the procedure, can these action_logs accessed based on date range?\ |
| 09:09 | i am asking it because one of our patron's is not accepting that she has checked out books from the library and I want to know which staff member has issued / checkedout the books to her. | |
| 09:11 | tuxayo | hi #koha o/ |
| 09:12 | magnuse joined #koha | |
| 09:19 | Guest1726 | Project Koha_16.11_D8 build #105: FAILURE in 2 min 41 sec: https://jenkins.koha-community[…]oha_16.11_D8/105/ |
| 09:23 | bag joined #koha | |
| 09:23 | Guest1726 | Project Koha_17.05_D8 build #96: FAILURE in 2 min 30 sec: https://jenkins.koha-community[…]Koha_17.05_D8/96/ |
| 09:31 | cait | noor: try checking the log viewer in tools |
| 09:42 | noor | Thanks cait. I have been able to access the report. |
| 10:06 | ashimema | anyone got any examples of forms with logical required fields in koha.. i.e. "at least one of fields x, y and z is required" type logic |
| 10:07 | I can't think of any right now, but didn't want to re-invent the wheel if we've already got a standard way of achieving it. | |
| 10:26 | marcelr | see you later #koha |
| 10:43 | cait | ashimema: patron category |
| 10:43 | wahanui | patron category is in the works ... gimme a sec. |
| 10:43 | cait | end date vs. months field |
| 10:44 | ashimema | cheers cait |
| 10:44 | cait | wahanui: forget patron category |
| 10:44 | wahanui | cait: I forgot patron category |
| 10:45 | alexbuckley joined #koha | |
| 10:47 | alex_a_ joined #koha | |
| 10:50 | magnuse joined #koha | |
| 11:28 | meliss joined #koha | |
| 11:41 | oleonard joined #koha | |
| 11:41 | oleonard | Hi all |
| 11:41 | calire | hi oleonard |
| 11:41 | wahanui | hi oleopard |
| 12:00 | calire left #koha | |
| 12:11 | ncbaratta joined #koha | |
| 12:40 | caroline_ joined #koha | |
| 12:43 | blou joined #koha | |
| 12:51 | * Joubu | offers dcook 3min of his spare time to let him edit the wiki... |
| 12:51 | kmlussier joined #koha | |
| 12:52 | Joubu | marcelr: around? |
| 12:53 | nope | |
| 12:54 | gaetan_B joined #koha | |
| 12:55 | Dyrcona joined #koha | |
| 12:55 | Joubu | oleonard: seen my comment on bug 20729? |
| 12:55 | wahanui | I haven't seen 'my', Joubu |
| 12:55 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20729 enhancement, P5 - low, ---, oleonard, In Discussion , Update style of datepickers |
| 12:56 | oleonard | Because of the border Joubu? |
| 12:56 | kellym joined #koha | |
| 12:57 | oleonard | Your screenshot does highlight the difference in border and padding between the two fields |
| 12:57 | Joubu | oleonard: and the size, height is smaller and width is bigger |
| 12:58 | andrew joined #koha | |
| 13:05 | oleonard | What browser is that Joubu? |
| 13:10 | LeeJ joined #koha | |
| 13:12 | Joubu | FF |
| 13:12 | * LeeJ | waves |
| 13:12 | LeeJ | hi #koha |
| 13:12 | Joubu | oleonard: FF |
| 13:14 | oleonard | Okay Joubu I'll have to test on more platforms because I don't see it the same on Windows |
| 13:16 | Joubu | oleonard: I will retest now to make sure it's not a cache issue, but I think I double-checked yesterday |
| 13:17 | oleonard | The only problem I have is with the width. I think the root of the problem is OS-based so I'll test more. |
| 13:19 | Joubu | oleonard: confirmed, it does not work. Hint: the borders are curved when the input is selected |
| 13:19 | I am only testing DoB when editing a patron | |
| 13:21 | * cait | waves |
| 13:21 | * LeeJ | waves to cait |
| 13:48 | Margaret joined #koha | |
| 13:53 | gaetan_B | hi cait! alex_a_ and I are looking at the feature introduced by bug 7910 and it looks like alex_a_ has found a bug |
| 13:53 | huginn | Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7910 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Batch renewal of serials |
| 13:54 | gaetan_B | that is, if you select a few serials to renew and click on renew, you are sent to the form to describe how your renewel will be done |
| 13:54 | but the data in the database is already altered at his stage, without any confirmation having been given | |
| 13:55 | cait | hm |
| 13:55 | gaetan_B | can you (or someone else) confirm this ? |
| 13:55 | cait | you should not see the form |
| 13:55 | gaetan_B | oh |
| 13:55 | cait | in my testing it always only displayed a success message int he form |
| 13:55 | so something must have changed | |
| 13:55 | Joubu | same as cait |
| 13:55 | cait | and we shoudl rename serials to subscriptions in the bug title |
| 13:55 | gaetan_B | it is pretty weird indeed, because not only do we see the form, but the form is taking the whole screen, and after validating we juste see a plain text message |
| 13:56 | i'll test it again | |
| 13:56 | cait | gaetan_B: maybe some conflict after my testing? can't confirm right now, sorry |
| 13:56 | but i will change the bug title :) | |
| 13:56 | gaetan_B | we're going to investigate a bit more |
| 13:57 | cait | it shoudl open the window, but witout the form, just saying something about successful renewal |
| 13:57 | clear cache and all that? restart_all? | |
| 13:58 | gaetan_B | i am having the same issue as alex_a_, testing on http://pro.user01-koha.sandbox.biblibre.eu |
| 13:58 | cait | pass? |
| 13:58 | Joubu | gaetan_B: : you are right, it's a bug |
| 13:58 | let me check | |
| 14:01 | gaetan_B: second patch on the bug report has been obsoleted and not pushed | |
| 14:03 | cait | my fault? |
| 14:03 | sounds like a git bz mistake | |
| 14:03 | alex_a_ | Joubu, cait: also, can we speak about bug 17656 ? I have to rebase it upon 7910. But it seems (seeing the "multi-renew" code) impossible to handle permanent irregularities on multi-renewals |
| 14:03 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=17656 major, P2, ---, alex.arnaud, Failed QA , Irregularities in serial prediction pattern are planned only for current subscription |
| 14:03 | Joubu | cait: not sure there is a " - useless?" in the commit message |
| 14:04 | cait | hm |
| 14:04 | Joubu | but we definitely need it |
| 14:04 | cait | alex_a_: can't we just keep them on reneweing? |
| 14:04 | like is | |
| 14:04 | if you choose multi-renew | |
| 14:04 | like it does assume the stnadard renewal period | |
| 14:06 | alex_a_ | if i remember correctly what i did for 17656, irregularities should be confirmed on the renewal popup |
| 14:07 | Joubu | alex_a_: we could remove the multi renew checkbox for them? |
| 14:09 | tuxayo | Joubu: hi, thanks for the heads up about bug 20623, will check ASAP |
| 14:09 | So any other bug tagged rel_18_05_candidate must get some attention right? | |
| 14:09 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20623 minor, P5 - low, ---, victor.grousset, Failed QA , PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table |
| 14:10 | alex_a_ | Joubu, you mean remove checkboxes for subscriptions with irregularities? |
| 14:10 | Joubu | tuxayo: must have got, yes |
| 14:10 | alex_a_: yes | |
| 14:11 | alex_a_ | Why not |
| 14:12 | First i will reapply this bug on an older version because i forgot how it works exctly | |
| 14:12 | And will make a proposal | |
| 14:12 | huginn | News from kohagit: Bug 20623: (QA follow-up) Remove one find call <http://git.koha-community.org/[…]c6ca47ddcbeb0f179> |
| 14:12 | News from kohagit: Bug 20745: koha-zebra doesn't return the correct error codes <http://git.koha-community.org/[…]418ea91d040ead03a> | |
| 14:12 | News from kohagit: Bug 20719: USE Branches in TT files <http://git.koha-community.org/[…]314c08841ce5252d1> | |
| 14:12 | News from kohagit: Bug 20722: Display search results when searching only by ITEMTYPECAT <http://git.koha-community.org/[…]71dc5aa09ee258f42> | |
| 14:12 | News from kohagit: Bug 20719: Add missing USE Branches to files.tt <http://git.koha-community.org/[…]d39db2271aa5f2e26> | |
| 14:12 | News from kohagit: Bug 11943: Add unit test for double accepts <http://git.koha-community.org/[…]8e1e95984bae85204> | |
| 14:12 | News from kohagit: Bug 11943: Prevent double accepts in Koha::Virtualshelfshare <http://git.koha-community.org/[…]eef91781984c55f7b> | |
| 14:12 | News from kohagit: Bug 20695: Fix multiple upload result in tools/upload script <http://git.koha-community.org/[…]df3869c87c1ef83a7> | |
| 14:12 | News from kohagit: Bug 19181: Add new tests <http://git.koha-community.org/[…]45b9bdaae990c5fd1> | |
| 14:12 | News from kohagit: Bug 20623: Fix basket group PDF when itemtype not itemtype table <http://git.koha-community.org/[…]c6867059776ee9281> | |
| 14:12 | News from kohagit: Bug 7910: Give feedack when the subscriptions have been renewed <http://git.koha-community.org/[…]0ac75839af45fa300> | |
| 14:12 | News from kohagit: Bug 20746: Move it-IT files to optional <http://git.koha-community.org/[…]c1ed01335d0e6f909> | |
| 14:12 | News from kohagit: Bug 19792: Few minor fixes <http://git.koha-community.org/[…]07ee41d7874591fdd> | |
| 14:12 | News from kohagit: Bug 19792: (QA follow-up) Move anonymous sub out of GetHierarchy <http://git.koha-community.org/[…]895cbc2d3dbf64534> | |
| 14:12 | News from kohagit: Bug 19579: Do not confirm the registration if email already used - PatronSelfRegistra... <http://git.koha-community.org/[…]5604b28d6f2d5c21c> | |
| 14:12 | News from kohagit: Bug 19792: Performance boost for GetBudgetHierarchy <http://git.koha-community.org/[…]07ee8c3301273891f> | |
| 14:12 | News from kohagit: Bug 19181: Change to use ENV, fix login and passwords <http://git.koha-community.org/[…]65df027745c2a8f66> | |
| 14:12 | News from kohagit: Bug 19181: Selenium test for logging into the Koha intranet and OPAC <http://git.koha-community.org/[…]6fd9ceaf94de93a18> | |
| 14:14 | tuxayo | Joubu: Is it too late for the others? To know if I should also focus on them or only the one that you notified me about. |
| 14:14 | Joubu | tuxayo: I pushed them... |
| 14:14 | tuxayo: I pushed patched on bug 20623, please follow-up | |
| 14:15 | tuxayo: it's not too late | |
| 14:31 | jorgeR joined #koha | |
| 14:33 | Guest1726 | Project Koha_17.05_D8 build #97: NOW UNSTABLE in 39 min: https://jenkins.koha-community[…]Koha_17.05_D8/97/ |
| 14:36 | Dyrcona joined #koha | |
| 14:38 | Guest1726 | Project Koha_Master_D8 build #470: UNSTABLE in 20 min: https://jenkins.koha-community[…]ha_Master_D8/470/ |
| 14:38 | * m.de.rooy: Bug 11943: Prevent double accepts in Koha::Virtualshelfshare | |
| 14:38 | * m.de.rooy: Bug 11943: Add unit test for double accepts | |
| 14:38 | * alexbuckley: Bug 19181: Selenium test for logging into the Koha intranet and OPAC | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=11943 normal, P5 - low, ---, m.de.rooy, Pushed to Master , Koha::Virtualshelfshare duplicates rows for the same list |
| 14:38 | Guest1726 | * mtompset: Bug 19181: Change to use ENV, fix login and passwords |
| 14:38 | * Jonathan Druart: Bug 19181: Add new tests | |
| 14:38 | * Tomás Cohen Arazi: Bug 20745: koha-zebra doesn't return the correct error codes | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19181 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Intranet and OPAC authentication selenium test |
| 14:38 | Guest1726 | * Jonathan Druart: Bug 20746: Move it-IT files to optional |
| 14:38 | * amit.gupta: Bug 20719: Add missing USE Branches to files.tt | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20745 major, P1 - high, ---, tomascohen, Pushed to Master , indexing/searching not active at end of installation |
| 14:38 | Guest1726 | * mtompset: Bug 20719: USE Branches in TT files |
| 14:38 | * m.de.rooy: Bug 20695: Fix multiple upload result in tools/upload script | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20746 normal, P3, ---, jonathan.druart, Pushed to Master , Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer |
| 14:38 | Guest1726 | * Jonathan Druart: Bug 20722: Display search results when searching only by ITEMTYPECAT |
| 14:38 | * victor.grousset: Bug 20623: Fix basket group PDF when itemtype not itemtype table | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20719 minor, P5 - low, ---, amitddng135, Pushed to Master , Home library not displayed on all patron account tabs |
| 14:38 | Guest1726 | * m.de.rooy: Bug 20623: (QA follow-up) Remove one find call |
| 14:38 | * Jonathan Druart: Bug 19579: Do not confirm the registration if email already used - | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20695 normal, P5 - low, ---, m.de.rooy, Pushed to Master , Upload does not show all results when uploading multiple files |
| 14:38 | Guest1726 | * david.bourgault: Bug 19792: Performance boost for GetBudgetHierarchy |
| 14:38 | * m.de.rooy: Bug 19792: (QA follow-up) Move anonymous sub out of GetHierarchy | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20722 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Searching only for an ITEMTYPECAT itemtype is impossible |
| 14:38 | Guest1726 | * Jonathan Druart: Bug 19792: Few minor fixes |
| 14:38 | * Jonathan Druart: Bug 7910: Give feedack when the subscriptions have been renewed | |
| 14:38 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20623 minor, P5 - low, ---, victor.grousset, Failed QA , PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table |
| 14:38 | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19579 normal, P5 - low, ---, jonathan.druart, Pushed to Master , PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail | |
| 14:39 | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19792 normal, P5 - low, ---, charles.farmer, Pushed to Master , Reduce number of SQL calls in GetBudgetHierarchy | |
| 14:39 | Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7910 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Batch renewal of subscriptions | |
| 14:39 | sonOfRa joined #koha | |
| 14:42 | Joubu | tcohen: ^ new selenium tests just pushed (authentication.t), they hit OPAC side and fails, any ideas? |
| 14:42 | they pass locally | |
| 14:44 | mirkh | Hi, is it normal that the sandboxes I try to setup all go into maintenance mode, and that the username/pw that is stated doesn't work? |
| 14:45 | (I first tried a couple of the biblibre sandboxes and then one from ptfs europe.) | |
| 14:45 | LeeJ | mirkh: I ran into that problem recently as well..login to the sandbox and run reset_all |
| 14:47 | mirkh | LeeJ: do you mean that's a function in the staff interface? |
| 14:47 | LeeJ | ah sorry my mind was in a different place |
| 14:47 | cait | mirkh: did you select a database? |
| 14:47 | mirkh | Yes the mini marc21 |
| 14:48 | (tiny) :) | |
| 14:48 | LeeJ: But perhaps I can just run it with "No change". | |
| 14:49 | cait | did you pick a marc21 database too? |
| 14:49 | it's listed on the sandboxes | |
| 14:49 | mirkh | Yes |
| 14:50 | I also wanted to inform that both Sandbox 05 and Sandbox 14 are in maintenance mode after my tries... sorry. | |
| 14:50 | (BibLibre sandboxes) | |
| 14:50 | LeeJ | unfortunately that's out of my area of expertise since I'm not one of the sandbox maintainers :) |
| 14:51 | mirkh | No problem. I'll try the "No change" db with Sandbox 13. :) |
| 14:52 | Joubu | mirkh: I was trying on sandbox13 |
| 14:53 | mirkh | Joubu: were you using it now? |
| 14:53 | Joubu | I was using it 2 min ago, yes |
| 14:53 | trying to see where was stuck the staff interface | |
| 14:53 | mirkh | I'm sorry I didn't see that. :( |
| 14:53 | Joubu | and it works |
| 14:53 | wahanui | But it also eats babies. |
| 14:54 | mirkh | This is the first time I got a mail, and it says it wasn't ready, and it had problems with setting up patches for my bug. |
| 14:55 | Joubu | it is a problem with the patches you were trying to apply then |
| 14:55 | mirkh | Ok. |
| 15:00 | TGoat joined #koha | |
| 15:05 | jorgeR left #koha | |
| 15:06 | oleonard joined #koha | |
| 15:29 | rocio joined #koha | |
| 15:31 | alex_a joined #koha | |
| 15:48 | tuxayo | Joubu: is bug 20623 ok now? |
| 15:48 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20623 minor, P5 - low, ---, victor.grousset, Passed QA , PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table |
| 15:58 | paul_p joined #koha | |
| 16:07 | fridolin left #koha | |
| 16:17 | Joubu | tuxayo: I will take a look later, merci! |
| 16:18 | tuxayo | de rien! |
| 16:19 | cait joined #koha | |
| 16:56 | KeithS joined #koha | |
| 17:12 | huginn | News from kohagit: Bug 20623: (QA follow-up) avoid fetch() calls in some cases <http://git.koha-community.org/[…]959aeb991f10a0239> |
| 17:12 | News from kohagit: Bug 20737: Use https for baker and taylor cover images <http://git.koha-community.org/[…]de368d0877cf24652> | |
| 17:12 | News from kohagit: Bug 20707: Replace circ/search.pl circulate permission requirement with catalogue <http://git.koha-community.org/[…]63f4eca3b45677f47> | |
| 17:30 | tcohen | Joubu followup for bug 20428 attached |
| 17:30 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20428 major, P5 - low, ---, tomascohen, ASSIGNED , MARC import fails on Debian Stretch |
| 17:43 | Joubu | tcohen: which status? |
| 17:43 | tcohen | it is PQA to me |
| 17:43 | I forgot | |
| 17:46 | Guest1726 | Project Koha_Master_D8 build #471: STILL UNSTABLE in 33 min: https://jenkins.koha-community[…]ha_Master_D8/471/ |
| 17:46 | * Nick Clemens: Bug 20707: Replace circ/search.pl circulate permission requirement with | |
| 17:46 | * Nick Clemens: Bug 20737: Use https for baker and taylor cover images | |
| 17:46 | * victor.grousset: Bug 20623: (QA follow-up) avoid fetch() calls in some cases | |
| 17:46 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20707 normal, P5 - low, ---, nick, Pushed to Master , Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly |
| 17:46 | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20737 normal, P5 - low, ---, nick, Pushed to Master , Use https for Baker and Taylor cover images | |
| 17:46 | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20623 minor, P5 - low, ---, victor.grousset, Pushed to Master , PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table | |
| 17:46 | * cait | waves |
| 18:01 | * kidclamp | waves |
| 18:02 | tuxayo | Joubu++ |
| 18:09 | caroline_ | git remote -v |
| 18:09 | oops! sorry! Wrong window, lol! | |
| 18:24 | Marti-Fuerst joined #koha | |
| 18:44 | Joubu | ports-- |
| 18:44 | huginn | News from kohagit: Bug 19181: Fix jenkins failure <http://git.koha-community.org/[…]2dd2c49f1cfaa80fc> |
| 18:48 | saiful joined #koha | |
| 19:09 | cait | one qa on bug 20404 plz |
| 19:09 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20404 enhancement, P5 - low, ---, katrin.fischer, Signed Off , Extended patron attributes should always be on |
| 19:11 | kellym left #koha | |
| 19:12 | Joubu | cait: done |
| 19:13 | cait | lol ok |
| 19:13 | i am ok with this :) | |
| 19:14 | Joubu | I see 4 "+1" and it's a 1 character change, I will push it along with the next round |
| 19:18 | cait | :) |
| 19:18 | one of the +1 is from me | |
| 19:18 | you shouldn#t count that one ;) | |
| 19:32 | LeeJ | when does rangi normally pop in? |
| 19:35 | tcohen | #endmeeting |
| 19:35 | LeeJ | >_> |
| 19:35 | tcohen | you missed it, right? :-P |
| 19:35 | hi LeeJ | |
| 19:35 | LeeJ | no..? |
| 19:35 | wahanui | http://i.imgur.com/hVVuP.jpg |
| 19:35 | tcohen | LeeJ: great job with the docs, I'm impressed about the progress on this cycle |
| 19:36 | LeeJ | thanks tcohen! :D |
| 19:36 | I have cait caroline_ and davidnind to thank | |
| 19:36 | caroline_ | +1 |
| 19:36 | bag | it’s Saturday for rangi |
| 19:37 | caroline_ | We have a good leader! ;) |
| 19:37 | tcohen | of course is team work, but I thought it was worth saying it |
| 19:37 | LeeJ | ooooh thanks bag |
| 19:37 | tcohen: I think the biggest factor was migrating the workflow to Taiga | |
| 19:43 | tcohen: side note...I work like a machine when I have a great team supporting me :) | |
| 19:44 | cait: merged :) | |
| 20:01 | Joubu | I lost 2 hours today, so I wrote a patch, please test bug 20757 |
| 20:01 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=20757 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Capture a screenshot on selenium errors |
| 20:04 | cait | LeeJ: rangi is already in hte weekend - nz is in the future |
| 20:04 | bag | hiya cait |
| 20:04 | cait | LeeJ: didn't do anything today? |
| 20:04 | hiya bag | |
| 20:04 | :) | |
| 20:10 | Joubu | @later tell rangi can we agree on a day to move kohadocs and koha-dashboard to the gitlab.com/koha-community group? Maybe few days after the release? |
| 20:10 | huginn | Joubu: The operation succeeded. |
| 20:11 | tcohen | Joubu: https://snag.gy/DrRVnI.jpg |
| 20:12 | Joubu | tcohen: should not we be exported from a .shellrc? |
| 20:12 | if you do not run the tests, you have to export them manually | |
| 20:13 | (just a question, not asking you to do it) | |
| 20:13 | can be done later | |
| 20:13 | tcohen | I struggled at some point with how docker-compose makes env variables available |
| 20:13 | that's why I put them in every place | |
| 20:13 | a cleanup should be done | |
| 20:14 | Joubu | yes, you can put this last sentence in an infinite loop... |
| 20:17 | tcohen | Joubu, have to leave |
| 20:17 | let me know any issues you run into with this changes | |
| 20:17 | * tcohen | knows when to leave the boat :-P |
| 20:19 | * Joubu | is leaving too :) |
| 20:19 | cait | lazy people :) |
| 20:20 | ;) | |
| 20:20 | Joubu | I am thirsty and I need to cross the whole city! |
| 20:20 | cait | excuses :P |
| 20:20 | wahanui | cait: Failure to adjust for daylight savings time. |
| 20:20 | cait | where are you? |
| 20:22 | paul_p joined #koha | |
| 20:27 | caroline_ | cait: I finished transferring the sample serials to the wiki. So I just erase the section from the misc chapter and commit it like that? |
| 20:27 | cait | yep |
| 20:27 | you can also search for links to it | |
| 20:27 | and replace them by links to the wiki | |
| 20:28 | caroline_ | ok thanks! |
| 20:30 | cait | thank you :) |
| 20:35 | caroline_ | Is there a faster way to search for links other than opening each .rst file and doing a string search? |
| 20:35 | LeeJ | caroline_: there should be a search box along the top |
| 20:35 | cait | hm i think you can do it from the top too |
| 20:35 | hah :) | |
| 20:35 | LeeJ | :D |
| 20:36 | caroline_ | of gitlab? |
| 20:36 | LeeJ | caroline_: yes |
| 20:36 | well I'm heading out | |
| 20:36 | caroline_ | ok thanks! |
| 20:36 | cait | are you working on gitlab or locally on your computer? |
| 20:36 | caroline_ | Bye LeeJ |
| 20:36 | cait | if you use git git grep is nice too |
| 20:36 | caroline_ | locally |
| 20:36 | cait | git grep 'search terms' |
| 20:36 | it gives you a nice list with the occurrences | |
| 20:36 | caroline_ | cool |
| 20:36 | LeeJ | if any of you need me, feel free to email or leave a taiga comment for me cait caroline_ :) |
| 20:37 | cait | are you gone for longer? |
| 20:37 | caroline_ | will do! |
| 20:37 | LeeJ | I'll be back on monday but I won't be on IRC |
| 20:37 | *won't be on IRC until then | |
| 20:37 | cait | aah ok :) have anice weekend |
| 20:38 | LeeJ | you too! |
| 20:42 | caroline_ | in English, do we say "on the wiki" or "in the wiki"? |
| 20:43 | bag | actually I think both work |
| 20:43 | cait | i think i was wondering the same last time :) |
| 20:44 | caroline_ | I found a way to work around it ;) |
| 20:45 | oh, never mind, I still have to use "on" or "in". Oh well, I'll just choose one and stick with it | |
| 20:46 | cait | sounds like a plan :) |
| 20:47 | bag | :D |
| 21:19 | caroline_ | Is there a standing bug for typos? |
| 21:19 | cait | in taiga or in koha? |
| 21:19 | caroline_ | in bugzilla |
| 21:19 | for a typo in koha | |
| 21:19 | cait | ah no |
| 21:20 | i usually make a new one | |
| 21:21 | caroline_ | It seems so trivial to open a bug for that. I wonder if it will ever get checked, signed off, pushed, etc. etc. for one character |
| 21:24 | cait | usually they go fast :) |
| 22:01 | caroline_ | have a good weekend everybody! |
| 22:01 | caroline_ left #koha | |
| 22:07 | andrew joined #koha | |
| 22:32 | jbeno joined #koha | |
| 23:35 | jbeno joined #koha |
← Previous day | Today | Next day → | Search | Index