← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:10 | inlibro joined #koha | |
| 00:31 | kathryn joined #koha | |
| 01:10 | inlibro joined #koha | |
| 01:26 | talljoy joined #koha | |
| 02:10 | inlibro joined #koha | |
| 03:11 | inlibro joined #koha | |
| 04:11 | inlibro joined #koha | |
| 04:14 | hayleymapley_ joined #koha | |
| 05:11 | inlibro joined #koha | |
| 06:01 | chris joined #koha | |
| 06:11 | inlibro joined #koha | |
| 06:29 | dj joined #koha | |
| 06:30 | calire joined #koha | |
| 06:31 | irma joined #koha | |
| 06:36 | cait joined #koha | |
| 07:11 | inlibro joined #koha | |
| 07:35 | reiveune joined #koha | |
| 07:35 | reiveune | hello |
| 07:40 | calire left #koha | |
| 07:50 | davidnind joined #koha | |
| 07:53 | alex_a joined #koha | |
| 07:53 | huginn | News from kohagit: Bug 24113: guarantor info lost when a duplicate is found <http://git.koha-community.org/[…]35f11c63b7a66ade8> |
| 07:53 | alex_a | Bonjour |
| 07:53 | wahanui | hi, alex_a |
| 07:58 | calire joined #koha | |
| 08:04 | huginn | News from kohagit: Bug 24120: (follow-up) input_name too <http://git.koha-community.org/[…]d2ceea22752b8714e> |
| 08:04 | News from kohagit: Bug 24120: URI filter search terms in sort dropdowns <http://git.koha-community.org/[…]38f4a173a9e38b479> | |
| 08:07 | liliputech_asu joined #koha | |
| 08:11 | inlibro joined #koha | |
| 08:13 | cait joined #koha | |
| 08:31 | koha-jenkins | Project Koha_Master_D9 build #1019: SUCCESS in 37 min: https://jenkins.koha-community[…]a_Master_D9/1019/ |
| 08:38 | Project Koha_Master_U18 build #492: SUCCESS in 43 min: https://jenkins.koha-community[…]a_Master_U18/492/ | |
| 08:41 | Project Koha_Master_D9_My8 build #29: FAILURE in 44 min: https://jenkins.koha-community[…]Master_D9_My8/29/ | |
| 08:42 | paul_p joined #koha | |
| 08:43 | andreashm joined #koha | |
| 08:45 | sev_q joined #koha | |
| 08:45 | sev_q | hello #koha !! |
| 08:47 | cait | hi sev_q :) |
| 08:48 | sev_q | good morning cait :) |
| 08:57 | lilipute1h_asu joined #koha | |
| 09:01 | koha-jenkins | Yippee, build fixed! |
| 09:01 | wahanui | Congratulations! |
| 09:01 | koha-jenkins | Project Koha_Master_D8 build #551: FIXED in 29 min: https://jenkins.koha-community[…]ha_Master_D8/551/ |
| 09:06 | fridolin joined #koha | |
| 09:07 | fridolin | hi |
| 09:07 | ashimema | morning #koha |
| 09:07 | cait about? | |
| 09:12 | inlibro joined #koha | |
| 09:20 | huginn | News from kohagit: Bug 23927: Do not copy invoiceid for a new duplicated order <http://git.koha-community.org/[…]195ec4d131ee16928> |
| 09:21 | News from kohagit: Bug 23927: Add tests <http://git.koha-community.org/[…]3cda71eab333029f9> | |
| 09:21 | koha-jenkins | Project Koha_Master_D9 build #1020: SUCCESS in 43 min: https://jenkins.koha-community[…]a_Master_D9/1020/ |
| 09:28 | Project Koha_Master_D9_My8 build #30: STILL FAILING in 6 min 23 sec: https://jenkins.koha-community[…]Master_D9_My8/30/ | |
| 09:32 | paxed | can koha plugins have translated texts? |
| 09:32 | huginn | News from kohagit: Bug 23958: Compiled CSS <http://git.koha-community.org/[…]e726799b7f1622a03> |
| 09:32 | News from kohagit: Bug 23955: Compiled CSS <http://git.koha-community.org/[…]c53720873bbb77473> | |
| 09:32 | News from kohagit: Bug 23958: Use Font Awesome icon to replace "new window" icon image <http://git.koha-community.org/[…]3dffc157c02c0905d> | |
| 09:32 | News from kohagit: Bug 23955: Replace famfamfam icon in OPAC holds template <http://git.koha-community.org/[…]13fda4ae4e9631212> | |
| 09:33 | ashimema | paxed see https://gitlab.com/thekesoluti[…]in-pay-via-paypal for an example of a translated plugin |
| 09:34 | paxed | ashimema: ah, thanks |
| 09:34 | ashimema | I don't know whose tested it, if anyone.. it's all a bit new |
| 09:34 | but.. I'm told it works well.. I just need ot have a play with it myself some time too | |
| 09:39 | andreashm joined #koha | |
| 09:40 | paxed | ah, i uses a plugin specific template, passes the language to it, and then the template does [% lang = "$plugin_dir/i18n/$lang_dialect"_".inc" %] to get strings. |
| 09:40 | it* | |
| 09:41 | ashimema | interseting |
| 09:41 | * interesting.. even | |
| 09:41 | paxed | not ... quite what i had in mind. |
| 09:41 | koha-jenkins | Project Koha_Master_U18 build #493: UNSTABLE in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_U18/493/ |
| 09:41 | ashimema | what were you thinking? |
| 09:42 | * ashimema | would have liked to see it use the template toolkit plugin jajm developed |
| 09:42 | ashimema | that looks pretty promising |
| 09:42 | paxed | i was thinking of the perl i18n stuff, but i guess that would only work for the core koha stuff |
| 09:43 | ashimema | perl i18n ? |
| 09:43 | link? | |
| 09:43 | wahanui | link is strange, add / at the end |
| 09:43 | paxed | hm, let me see if i can find it ... |
| 09:46 | oh, i guess it's the same thing as the tt i18n plugin | |
| 09:47 | ashimema | :) |
| 09:47 | paxed | i think it can also be used in perl code directly |
| 09:47 | ashimema | yeah.. I like that.. |
| 09:47 | I intend to push it a bit harder next cycle | |
| 09:47 | sophie_m joined #koha | |
| 09:48 | ashimema | we aught to do a performance check on it though.. it'll be doing allot at runtime compared to now |
| 09:48 | paxed | i'm just not sure how i'd have a plugin with a template, and then pass the (parsed) template back to koha UI |
| 09:48 | the paypal example plugin redirects to the plugin page | |
| 09:49 | redirects to the plugin's own template page | |
| 09:50 | ashimema | :confused: |
| 09:50 | what sort of plugin are you trying to build? | |
| 09:51 | paxed | a plugin that performs pre-save stuff in addbiblio.pl, then returns anything to the UI |
| 09:51 | just not sure how i'd handle the plugin return values or texts in i18n way and have then shown to the user. | |
| 09:54 | * ashimema | is distracted today |
| 09:56 | Joubu | fridolin: did you see bug 24075 for next 19.05.x? |
| 09:56 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=24075 blocker, P5 - low, ---, kyle, Pushed to master , Backdating a return to the exact due date and time results in the fine not being refunded |
| 09:58 | koha-jenkins | Project Koha_Master_D9 build #1021: SUCCESS in 37 min: https://jenkins.koha-community[…]a_Master_D9/1021/ |
| 10:06 | fridolin | Joubu: ah oki bad |
| 10:06 | ashimema: do you think we can add it to this month release ? | |
| 10:08 | ashimema | I imagine so |
| 10:08 | fridolin | oki i apply it to 19.05.x |
| 10:08 | looks like a safe code | |
| 10:08 | ashimema | 'm just going through the security bugs for the master branch now and will then be building my release |
| 10:08 | aiming for some time this afternoon | |
| 10:09 | andreashm joined #koha | |
| 10:10 | fridolin | ashimema: oki. We will create a new tag v19.05.05-1 |
| 10:12 | inlibro joined #koha | |
| 10:26 | koha-jenkins | Project Koha_Master_D8 build #552: SUCCESS in 45 min: https://jenkins.koha-community[…]ha_Master_D8/552/ |
| 10:34 | alex_a_ joined #koha | |
| 10:37 | koha-jenkins | Project Koha_Master_D9_My8 build #31: NOW UNSTABLE in 38 min: https://jenkins.koha-community[…]Master_D9_My8/31/ |
| 10:44 | Joubu | @later tell kidclamp seen bug 24070? |
| 10:44 | huginn | Joubu: The operation succeeded. |
| 11:04 | kidclamp | sent it out to devs and system Joubu, I don't know where they live in our infrastructure |
| 11:06 | ashimema | huh |
| 11:06 | Joubu | thanks kidclamp |
| 11:07 | Does anybody know how I can access the mysql cli, in root, from the docker container? | |
| 11:09 | ashimema | er.. |
| 11:09 | for you koha instance db | |
| 11:09 | koha-mysql works | |
| 11:12 | Joubu | I need to create a new DB |
| 11:12 | inlibro joined #koha | |
| 11:12 | ashimema | ah.. |
| 11:12 | in which case.. pass | |
| 11:12 | I have done it before.. but can't for the life of me remember how | |
| 11:13 | I had to ask tcohen | |
| 11:13 | Joubu | yes but this lazy guy is always sleeping when we need his help |
| 11:14 | koha-jenkins | Project Koha_Master_D9 build #1022: SUCCESS in 37 min: https://jenkins.koha-community[…]a_Master_D9/1022/ |
| 11:16 | kidclamp | Joubu: docker exec -it koha_db_1 bash |
| 11:16 | mysql -p | |
| 11:16 | https://gitlab.com/koha-commun[…]pose.mariadb9.yml | |
| 11:16 | the password is super complex | |
| 11:17 | Joubu | Arg! I should have guessed it! |
| 11:17 | thanks kidclamp | |
| 11:23 | andreashm joined #koha | |
| 11:27 | koha-jenkins | Project Koha_Master_U18 build #494: STILL UNSTABLE in 1 hr 1 min: https://jenkins.koha-community[…]a_Master_U18/494/ |
| 11:31 | huginn | News from kohagit: Bug 20954: (RM follow-up) Add Sponsor <http://git.koha-community.org/[…]ec698e12c79003650> |
| 11:31 | News from kohagit: Bug 20292: (RM follow-up) Add Sponsor <http://git.koha-community.org/[…]2bf93ca64ff6cdd79> | |
| 11:31 | News from kohagit: Bug 17168: (RM follow-up) Add Sponsors <http://git.koha-community.org/[…]7631ac4d3f295e9af> | |
| 11:31 | News from kohagit: Bug 20595: (RM follow-up) Add Sponsor <http://git.koha-community.org/[…]6b5dc9f7cac82eac8> | |
| 11:31 | News from kohagit: Bug 23522: (RM follow-up) Add Sponsors <http://git.koha-community.org/[…]be113c8607024aaa8> | |
| 11:31 | News from kohagit: Bug 14570: (RM follow-up) Add Sponsors <http://git.koha-community.org/[…]9b1872674ddd64709> | |
| 11:32 | vfernandes joined #koha | |
| 11:43 | khall joined #koha | |
| 11:58 | chris joined #koha | |
| 12:07 | andreashm joined #koha | |
| 12:12 | inlibro joined #koha | |
| 12:16 | koha-jenkins | Project Koha_Master_D9_My8 build #32: FAILURE in 44 min: https://jenkins.koha-community[…]Master_D9_My8/32/ |
| 12:29 | calire left #koha | |
| 12:29 | calire joined #koha | |
| 12:33 | fridolin joined #koha | |
| 12:38 | alex_a joined #koha | |
| 12:47 | andreashm joined #koha | |
| 12:48 | tallerjoy joined #koha | |
| 12:58 | talljoy joined #koha | |
| 13:00 | koha-jenkins | Project Koha_Master_D8 build #553: SUCCESS in 44 min: https://jenkins.koha-community[…]ha_Master_D8/553/ |
| 13:00 | Project Koha_Master_D9 build #1023: SUCCESS in 38 min: https://jenkins.koha-community[…]a_Master_D9/1023/ | |
| 13:05 | corilynn | is anyone around for "dbic" help? I ran it, but I'm getting an error: unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 245. |
| 13:06 | I also don't know what is supposed to happen when I run it... | |
| 13:06 | sev_q joined #koha | |
| 13:08 | Joubu | corilynn: in which environment are you? |
| 13:08 | corilynn | kohadevbox |
| 13:09 | Joubu | try: sudo koha-shell kohadev |
| 13:09 | then try again | |
| 13:09 | corilynn | bash: dbic: command not found |
| 13:09 | Joubu | the "unable to locate koha-conf" error means that $KOHA_CONF is not correctly exported |
| 13:10 | corilynn | https://wiki.koha-community.or[…]/Database_updates says I should be able to run the command directly |
| 13:11 | Joubu | try this, as the vagrant user: KOHA_CONF=/path/to/your/koha-conf.xml dbic |
| 13:12 | inlibro joined #koha | |
| 13:13 | Joubu | if it still does not work, try manually, inside a koha-shell you run misc/devel/update_dbix_class_files.pl with the parameters --db_name --db_user and --db_passwd (the values are the ones from the koha-conf file) |
| 13:14 | * Joubu | is going to signoff bug 21177 |
| 13:14 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=21177 enhancement, P5 - low, ---, julian.maurice, Needs Signoff , Use koha-conf.xml in misc/devel/update_dbix_class_files.pl |
| 13:14 | tallerjoy joined #koha | |
| 13:15 | corilynn | no joy on the first command, Joubu |
| 13:16 | Joubu | corilynn: I always ran it manually when I was using kohadevbox |
| 13:16 | corilynn | k, trying that now |
| 13:18 | no error this time... | |
| 13:20 | Joubu | however, it will not do the same thing as the dbic alias. It will generate the schema files using the structure of the database, not using kohastructure.sql |
| 13:26 | corilynn | so, it made "Schema/Result/AdvancedEditorMacro.pm" and I've been making all my .pm as "Macro", do I need to rename that to make it line up? I'm not sure I understand the foo |
| 13:31 | Joubu | Koha/Macro.pm? |
| 13:31 | JesseM_ joined #koha | |
| 13:32 | Joubu | corilynn_away: you should take a look at Koha::City and Koha::Cities, they can be used as example. |
| 13:52 | khall joined #koha | |
| 13:52 | talljoy joined #koha | |
| 13:55 | andreashm joined #koha | |
| 14:00 | talljoy joined #koha | |
| 14:01 | wizzyrea joined #koha | |
| 14:01 | koha-jenkins | Project Koha_Master_U18 build #495: STILL UNSTABLE in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_U18/495/ |
| 14:07 | caroline_catlady | hi all! |
| 14:12 | inlibro joined #koha | |
| 14:14 | wizzyrea | hiu |
| 14:14 | er, hi | |
| 14:21 | corilynn | I looked at Koha:Cities, but I'll look again |
| 14:21 | Joubu ;) | |
| 14:22 | Joubu | I would not named the module 'Koha::Macro', too generic |
| 14:23 | corilynn | okie dokie |
| 14:26 | fridolin joined #koha | |
| 14:37 | corilynn | I think i found the foo! |
| 14:37 | cities was the right thing to look at | |
| 14:38 | paul_p joined #koha | |
| 14:56 | caroline_crazycatlady joined #koha | |
| 14:58 | fridolin joined #koha | |
| 15:03 | fridolin left #koha | |
| 15:13 | inlibro joined #koha | |
| 15:15 | davidnind left #koha | |
| 15:28 | andreashm joined #koha | |
| 15:41 | calire left #koha | |
| 15:46 | corilynn | well, i'm back where I started.. it's still not finding the macros |
| 16:11 | cait left #koha | |
| 16:13 | inlibro joined #koha | |
| 16:20 | Marie-Luce joined #koha | |
| 16:42 | cait joined #koha | |
| 16:43 | * cait | waves |
| 16:43 | lisettelatah joined #koha | |
| 16:57 | jeff joined #koha | |
| 17:05 | urra[m] | Hello I am looking for a Koha docker container.. the Oslo Public Library announced that it will be deprecated soon. Is there another docker container of Koha going on as collaboration project...can we work on that? |
| 17:09 | ashimema | koha-testing-docker is a docker based development environment |
| 17:10 | koha-sandboxes-docker is a sandboxes system that utilisese koha-testing-docker to setup instances quickly for testers and signoff | |
| 17:10 | there's no project that I'm aware of yet that's designed for production running though | |
| 17:12 | urra[m] | I mean a Koha community docker container |
| 17:12 | ashimema | the two above ar community maintained dockers |
| 17:13 | I'm not sure what you're asking | |
| 17:13 | inlibro joined #koha | |
| 17:14 | ashimema | how are you using the oslo one.. it's not something I am familiar with at all |
| 17:14 | andreashm joined #koha | |
| 17:16 | amoyano_ joined #koha | |
| 17:17 | koha-jenkins joined #koha | |
| 17:22 | andreashm joined #koha | |
| 17:23 | tcohen | urra[m]: at Theke we are planning to submit some work on a docker image |
| 17:31 | reiveune | bye |
| 17:31 | reiveune left #koha | |
| 17:36 | khall joined #koha | |
| 17:43 | urra[m] | I was looking for dockerized Koha installations to facilitate deployments ... I will look your suggestions |
| 17:44 | Is the Theke solution planned for the community ? | |
| 17:47 | <tcohen "urra: at Theke we are planning t"> Tcohen I was seeing the Theke site | |
| 17:49 | ashimema: I found their solution in a their gitlab repository but they are announcing the deprecation | |
| 17:51 | tcohen | urra[m]: of course |
| 18:04 | urra[m] | <tcohen "urra: of course"> How can I connect with that effort? |
| 18:10 | tcohen | we will comment on the mailing list |
| 18:13 | inlibro joined #koha | |
| 18:31 | tallerjoy joined #koha | |
| 18:54 | caroline_catlady joined #koha | |
| 18:56 | tallerjoy joined #koha | |
| 19:13 | inlibro joined #koha | |
| 19:22 | talljoy joined #koha | |
| 19:23 | urra[m] | <tcohen "we will comment on the mailing l"> Thanks |
| 19:35 | talljoy joined #koha | |
| 19:48 | koha-jenkins | Project Koha_Master_U18 build #496: STILL UNSTABLE in 46 min: https://jenkins.koha-community[…]a_Master_U18/496/ |
| 19:57 | hayley joined #koha | |
| 20:14 | inlibro joined #koha | |
| 20:19 | andreashm joined #koha | |
| 20:33 | tallerjoy joined #koha | |
| 21:14 | inlibro joined #koha | |
| 21:32 | tallestjoy joined #koha | |
| 21:54 | talljoy joined #koha | |
| 21:59 | deb-CSPL joined #koha | |
| 22:14 | inlibro joined #koha | |
| 22:41 | kathryn joined #koha | |
| 23:14 | inlibro joined #koha |
← Previous day | Today | Next day → | Search | Index