Time  Nick         Message
02:03 mtj          hey #koha
02:03 mtj          dcook_: thanks for the comment on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893#c33
02:03 huginn       Bug 26893: normal, P5 - low, ---, mtj, ASSIGNED , New version of JSON::Validator (D11) breaks our REST API routes
02:04 mtj          i think your idea is possible :)
02:04 dcook_       mtj: Oh great!
02:04 dcook_       Apologies for not being more involved. Life has been hectic O_O.
02:04 mtj          amen
02:04 dcook_       Or hectic * hectic
02:04 dcook_       heh
02:06 mtj          i think we would have to build 3-ish packages, with some careful 'control:*' syntax
02:08 mtj          ..but the win might be that koha* packages will instead without any /etc/apt $os-version keywords
02:08 mtj          s/instead/install/
02:10 mtj          anyhoo,.. something to add to the tuit list
02:12 mtj          good news is d11 support is restored again
02:31 mtj          we might need to build libjson-validator-perl, libmojolicious-plugin-openapi-perl and libmojolicious-perl
07:36 reiveune     hello
07:52 fridolin     hi there
07:53 alex_a       Bonjour
08:22 nlegrand     Bonjour !
08:50 magnuse      \o/
09:51 gk_          hi
09:54 gk_          OS: Ubuntu 20.04 Intallation Type: Package Koha : 20.11.03 version Test Mail Sending: Success EnhancedMessagingPreference= Allow Enabled email  Email Status: always pending Upon running process_message_queue I get the following error: root@vps223611:/usr/share/koha/bin/cronjobs# export PERL5LIB=/usr/share/koha/lib/ root@vps223611:/usr/share/koha/bin/cronjobs# export KOHA_CONF=/etc/koha/sites/nmit/koha-conf.xml root@vps223611:/usr/share/k
09:55 gk_          root@vps223611:/usr/share/koha/bin/cronjobs# ./process_message_queue.pl unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 245. Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/Templates.pm line 154. unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 245. unable to locate Koha configuration file koha-conf.xml at
09:57 gk_          OS: Ubuntu 20.04
09:57 gk_          Intallation Type: Package
09:57 gk_          Koha : 20.11.03 version
09:57 gk_          Test Mail Sending: Success
09:57 gk_          EnhancedMessagingPreference= Allow
09:58 gk_          Enabled email for the instance
09:58 gk_          Email Status: always "pending"
09:58 gk_          Upon running process_message_queue I get the following error:
09:58 gk_          export PERL5LIB=/usr/share/koha/lib/
09:59 gk_          export KOHA_CONF=/etc/koha/sites/nmit/koha-conf.xml
09:59 gk_          ./process_message_queue.pl
09:59 gk_          unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 245.
09:59 gk_          Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/Templates.pm line 154.
09:59 gk_          unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 245.
10:00 gk_          Use of uninitialized value in require at (eval 1606) line 1.
10:00 gk_          Use of uninitialized value in require at (eval 1610) line 1
10:00 gk_          Use of uninitialized value in require at (eval 1612) line 1.
10:01 gk_          unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 245.
10:01 nlegrand     gk_: use command koha-shell
10:02 nlegrand     Oh.
10:07 gk_          You mean koha-email-enable instance
10:10 magnuse      no, something like this:
10:10 magnuse      sudo koha-shell -c "perl /usr/share/koha/bin/cronjobs/process_message_queue.pl" nmit
10:10 magnuse      that will take care of permissions, setting paths to KOHA_CONF etc
10:10 * magnuse    wanders off in search of lunch
10:24 gk_          Bounced with error: Invalid 'to' parameter: ankitachoudhary2345@gmail,comroot@vps223611:/usr/share/koha/bin/cronjobs#
10:34 Joubu        the email addresses are not valid
10:57 gk_          I could send mails when I used koha-shell; how to fix configuration errors so that crontab to takecare of
11:01 Joubu        gk_: you need to identify where in your DB your have this email value
11:01 Joubu        but first search it in the message_queue table
11:02 Joubu        select * from message_queue where to_address like "%vps223611%"
11:03 severine_q   hello #koha :)
11:09 tcohen       bonjour
11:09 wahanui      bonjour, tcohen
11:09 gk_          Thank you very much
11:49 ashimema     humm..
11:49 ashimema     we seem to have a few approaches to sorting dates in a datatable..
11:49 ashimema     is there a reason to choose one over the other?
11:55 tcohen       not sure, ashimema
11:56 ashimema     I'm getting more confused now.. lol
11:56 kidclamp     if there is more than one way, it probably means you should find a new way to do it :-)
11:57 ashimema     I'm not sure which actually work now
11:57 ashimema     seems there were some generic attempts
11:58 ashimema     but many got broken by bug 15400
11:58 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400 enhancement, P5 - low, ---, josef.moravec, Pushed to master , Display patron age in useful places in the staff interface
11:58 * ashimema   is working on bug 27926
11:58 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926 normal, P5 - low, ---, martin.renvoize, NEW , Since bug 15400 date of birth sorting when British English format is applied is broken.
12:11 ashimema     not sure I like the 'title-string' hack
12:11 ashimema     'title' attributes are also used for tooltips
12:11 ashimema     feels odd to have british english display and us english in tooltip
12:31 severine_q   Hi kidclamp and ashimema !
12:31 severine_q   could we imagine to have a "Full ElasticSearch Reindex" option in sandbox ?
12:35 * ashimema   can't think what the command for that is off the top of my head
12:35 ashimema     but once I know that I can't see it being too hard to add
12:36 kidclamp     perl misc/search_tools/rebuild_elasticsearch.pl -d
12:38 ashimema     looks like for the zebra rebuild we use the koha- commands
12:38 ashimema     koha-rebuild-zebra -f -v $name
12:38 ashimema     is there an equivilent for es kidclamp?
12:39 kidclamp     sudo koha-elasticsearch -d
12:39 ashimema     aha
12:39 ashimema     :)
12:39 kidclamp     even without -d it is full, but -d rebuilds the indexes
12:39 kidclamp     and you can add the -v too
12:40 ashimema     so.. as the right koha instance user..
12:40 ashimema     koha-elasticsearch -d -v $name
12:40 * ashimema   tihnks
12:40 * ashimema   will try
12:41 severine_q   *severine_q crosses her all fingers... :)
12:43 ashimema     lol
12:43 ashimema     needs --rebuild
12:43 ashimema     else it does nothing
12:43 kidclamp     ah, yes
12:46 ashimema     ok.. try in around 1 minute severine_q
12:46 ashimema     the services are jsut restarting
12:46 ashimema     you caught me at a good moment ;)
12:47 ashimema     looks good to me :)
12:47 ashimema     thought is does squeek allot aobut a deprecation warning
12:48 severine_q   indeed ! I asked the question and hoped to see it in the next few months, not the few minutes :D
12:48 ashimema     ;)
12:48 * ashimema   wants sandboxes to work as well as they can for everybody.. so tends to keep them fairly high up his priorities list
12:48 ashimema     especially easy things like this :)
12:49 ashimema     Joubu and I are testing some updates to git-bz in relation to warning when patches don't apply properly on sandboxes btw
12:49 ashimema     once we've varified I've not broken anything for devs daily workflows I'll take a look at the sandboxes side.. see if we can have nicer error handling for those cases
12:50 severine_q   nice !
12:53 ashimema     khall you have three sandbox merge requests inbound.. the first one updates to python3 and might be more interesting to apply.. might cause some dependancies fun on your running systems
12:53 ashimema     the second is translations and the third is the es rebuild
12:55 magnuse      ashimema++
12:56 magnuse      severine_q++
13:00 severine_q   yeah !! thanks a lot ashimema and kidclamp !
13:01 severine_q   can't wait tot try it :)
13:17 khall        ashimema excellent!
13:22 khall        ashimema can you check master now? I merged your first pull request and the other two just disappeared from github!
13:22 khall        it looks like they all get merged though
13:23 ashimema     they were all addad on top of each other rather than discrete patches
13:23 ashimema     so you probably just merged the last one in the set adn got the lot :)
13:25 ashimema     looks perfect to me khall
13:25 khall        excellent!
13:25 wahanui      darn tootin' it is.
13:30 severine_q   ashimema, ES on sandbox works perfectly for what I saw, thanks so much !!
13:33 ashimema     :)
13:33 ashimema     pleasure
13:33 ashimema     nice to know people are using them and using ES :)
13:36 severine_q   oh believe me, I will !
14:07 nlegrand     :D
14:55 nlegrand     severine_q++
15:40 huginn       News from kohagit: Bug 27930: Move _escape_* from acqui/parcel.tt to js/staff-global.js <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=68c37861c0f4ee6b3b985ee69f87e58b454fa6df>
15:40 huginn       News from kohagit: Bug 26273: (QA follow-up) Use escape_str/price for escaping <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=29de576ae94f947e47d054dca3e615473045061a>
15:40 huginn       News from kohagit: Bug 22569: (QA follow-up) Use itemtype description <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3c65a3cdfeb513c3ca68a0e29307d18506cabd60>
15:40 huginn       News from kohagit: Bug 22569: (QA follow-up) Make 'reason' translatable <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bc452492916e9f2cd22cbaf9024aa9ea5f6f2612>
15:40 huginn       News from kohagit: Bug 27813: Restore default order on suggestion list view <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=25f391b00df34f452e341039abf448c780df1d7d>
15:40 huginn       News from kohagit: Bug 27820: add all missing use in misc/cronjobs/plugins_nightly.pl <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5a2dfc5ea36d45d7af9c0e4102f92a601e192b46>
15:40 huginn       News from kohagit: Bug 27820: fix missing import in plugins_nightly.pl <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3267648dedd04085f0adaa0bd70979cd839e7344>
15:40 huginn       News from kohagit: Bug 26273: (follow-up) Add 'Cashier' to the cashups table <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1ff61e7206169cb814f464a2a575c755c09e5311>
15:40 huginn       News from kohagit: Bug 26273: (follow-up) Format dates and money correctly. <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=45baee1aaede0c83e7afa26b596b7748db1a97fd>
15:40 huginn       News from kohagit: Bug 26273: Add historic cashups table to register page <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=26419d5560c52d8137f5e060b250eb54ee635426>
15:40 huginn       News from kohagit: Bug 22569: Add Unit Tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=320f82857c521b2fc194ef14fb55918c5039c44a>
15:40 huginn       News from kohagit: Bug 22569: Add a 'Transfers to send' report <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a8df1af9e51e02785e5adeceb0010adbb707a246>
15:40 huginn       News from kohagit: Bug 8426: Diacritics not being mapped for searching <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9140ea69150520f7a9b4fcc453020af91bd6ed38>
16:10 koha-jenkins Project Koha_Master_D11 build #238: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_Master_D11/238/
16:23 koha-jenkins Project Koha_Master_D9_MDB_Latest build #546: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/546/
16:26 koha-jenkins Project Koha_Master_U2010 build #130: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/130/
16:37 koha-jenkins Project Koha_Master_D9_My8 build #530: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/530/
16:40 koha-jenkins Project Koha_Master build #1598: SUCCESS in 56 min: https://jenkins.koha-community.org/job/Koha_Master/1598/
16:48 koha-jenkins Project Koha_Master_D9 build #1599: SUCCESS in 1 hr 4 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1599/
17:01 koha-jenkins Project Koha_Master_D10_CPAN build #271: UNSTABLE in 1 hr 17 min: https://jenkins.koha-community.org/job/Koha_Master_D10_CPAN/271/
18:27 reiveune     bye