Time |
Nick |
Message |
07:03 |
|
rfrasur joined #evergreen |
07:27 |
|
rfrasur_ joined #evergreen |
07:39 |
|
rfrasur joined #evergreen |
07:43 |
|
kworstell-isl joined #evergreen |
07:47 |
|
BDorsey joined #evergreen |
08:22 |
|
mantis1 joined #evergreen |
08:28 |
|
collum joined #evergreen |
08:39 |
|
dguarrac joined #evergreen |
09:13 |
|
Dyrcona joined #evergreen |
09:25 |
Dyrcona |
A big fix...for the bug fix. :) |
09:26 |
Dyrcona |
Oof... |
09:26 |
Dyrcona |
A bug fix for the bug fix. :) |
09:36 |
|
Christineb joined #evergreen |
10:59 |
|
kworstell_isl joined #evergreen |
11:03 |
Dyrcona |
dpearl++ # His final contribution made it into Evergreen after nearly 5 years languishing on Launchpad. |
11:04 |
Dyrcona |
That was mostly my fault.... |
11:05 |
pinesol |
News from commits: LP1754455: Sanity checking and auto-strip 852s when using --items <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=6cb814b9940efed81fe33b0a3df20780ec623d98> |
11:05 |
pinesol |
News from commits: LP 1754455: Update Release Notes for Latest Template <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=2a85b220a6dcbd1372cf53a3f9b1af6190a6ea56> |
11:05 |
pinesol |
News from commits: LP1754455 Add Ability to remove fields or subfields in marc_export <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=029c6c855b62e667e77cecc61226e864826ecd62> |
11:17 |
|
rfrasur joined #evergreen |
11:32 |
|
kworstell_isl joined #evergreen |
11:35 |
pinesol |
News from commits: LP#1999065: update eg-pbx-mediator.pl to reflect RPC::XML::Server change <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=b5967aeaf0361cef2a45b9ae089809aa040eb246> |
11:35 |
pinesol |
News from commits: LP#1999944: fix bug that can break drawing the folder tree for reports <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=bbfe05bf5432c27d72c075d5b110164284de7ae0> |
11:56 |
|
jihpringle joined #evergreen |
12:05 |
Dyrcona |
oof... patches missing from my oils_sip.xml in this branch.... |
12:05 |
Dyrcona |
That's the trouble with multiple repositories.... |
12:07 |
Dyrcona |
OK. git show can fix it. :) |
12:15 |
mantis1 |
had a question about syntac for what the email notification templates use |
12:15 |
mantis1 |
was wondering if this is technically valid |
12:16 |
mantis1 |
[%- IF user.pref_first_given_name IS NOT NULL %] |
12:16 |
mantis1 |
...blah |
12:16 |
Dyrcona |
mantis1: [%- IF user.pref_first_given_name %] -- Null or undef is automatically false. |
12:17 |
Dyrcona |
I do something like this in our templates : first_name = user.pref_first_given_name || user.first_given_name; |
12:18 |
Dyrcona |
mantis1: Here's a complete example of our autorenewal email template: https://pastebin.com/hHk4TM1d |
12:19 |
mantis1 |
Dyrcona++ thank you! |
12:20 |
Dyrcona |
And, here's the documentation for TT2 Syntax: http://template-toolkit.org/docs/manual/Syntax.html |
12:20 |
Dyrcona |
You are welcome. |
12:20 |
mantis1 |
Ok I see what you did |
12:20 |
Dyrcona |
OK. Think I'll cherry-pick the oils_sip.xml update into my current production branch just for completeness' sake. |
12:21 |
mantis1 |
awesome thanks again; I don't know TT2 very well and it's always a syntax issue whenever I try to edit something |
12:21 |
Dyrcona |
Yeah, I think assigning to a new variable simplifies things later in the template. |
12:22 |
Dyrcona |
I've referred to the documentation quite a lot, so I have it bookmarked. |
12:34 |
|
collum joined #evergreen |
12:40 |
|
collum joined #evergreen |
13:03 |
* Dyrcona |
ponders implementing a GUI to send SIP messages for testing purposes. Might be nice to test if check out works, etc. |
13:05 |
Dyrcona |
Not today, though. |
14:23 |
Dyrcona |
My dog is funny. I got some cashews for a snack. She likes them, too, so I gave her some. She won't eat them if I put them in a bowl or on a plate. I have to hand them to her or drop them on the floor. |
14:36 |
pinesol |
News from commits: LP#2007880: fix open-ils.actor.ou_setting.ancestor_default <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=13adaa938b5621f28ee1e30d200d9cb9787f23a3> |
15:29 |
csharp_ |
@band add Git Show |
15:29 |
pinesol |
csharp_: Band 'Git Show' added to list |
15:44 |
Dyrcona |
:) |
15:50 |
|
mantis1 joined #evergreen |
15:55 |
|
abowling joined #evergreen |
15:56 |
abowling |
performed a 3.10 upgrade on Saturday and am getting a white screen for patron search. anyone else run into this? |
15:57 |
abowling |
i'm suspecting maybe a custom template issue |
15:57 |
Bmagic |
abowling: strip it down to stock templates to rule that out. That's easy enough |
15:58 |
Bmagic |
did you run autogen on the application server? |
15:58 |
abowling |
Bmagic: yep. my next step. |
15:58 |
abowling |
I did |
16:00 |
abowling |
ugh. not a template. |
16:00 |
Bmagic |
reinstall Evergreen on the app |
16:01 |
Bmagic |
Any errors in the logs? |
16:01 |
Bmagic |
tail -f /var/log/apache2/*log /openils/var/log/*log /var/log/syslog /var/log/nginx/*log |
16:12 |
abowling |
Bmagic: none. it's frustrating. also, i updated the actor. usr table (as per the scripts) to add locale. is that required to be populated, do you know? |
16:14 |
Dyrcona |
abowling: I don't think it has to be populated, no. |
16:15 |
abowling |
Dyrcona: agreed. just checked another instance. |
16:15 |
rhamby |
abowling: I can confirm what Dyrcona said, no, it does not need to be populated |
16:17 |
jeffdavis |
any errors in the browser console? |
16:18 |
jeffdavis |
(in Chrome: F12, select the Console tab, reload page) |
16:18 |
csharp_ |
JS won't make it to the server log fore shore |
16:18 |
abowling |
jeffdavis: none |
16:20 |
Dyrcona |
abowling: With the dev tools open in Chrome try a clear cache and hard reload. It's available if you right click on the reload button. |
16:21 |
abowling |
Dyrcona: yep. nothing. |
16:22 |
Dyrcona |
Did you install this clean or on top of a previous installation? If the latter you might want to rm -rf /openils/* and reinstall both OpenSRF and Evergreen. |
16:23 |
Dyrcona |
If it was a git checkout, I find that git clean -xfd and then a complete rebuild with autoreconf sometimes helps. Assuming that the problem could be mismatched versions of files... |
16:36 |
pinesol |
News from commits: LP1841871: Add a test for creating authority record from bib field <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=35338601f56e3961672e44b1c6001469be9d05c9> |
16:38 |
csharp_ |
unfortunately our fixes for the view_perm thing for the Library Settings Editor broke holds pull lists and probably other things |
16:38 |
csharp_ |
there's another bug in one of the subs - I'll file it as soon as I get a chance, but it is not this day |
16:39 |
csharp_ |
another use case for better test coverage |
16:43 |
Dyrcona |
csharp_: Have you tested that with Galen's latest patch for Lp 2007880 that I pushed this afternoon? |
16:43 |
pinesol |
Launchpad bug 2007880 in Evergreen " open-ils.actor.ou_setting.ancestor_default broken" [High,Fix committed] https://launchpad.net/bugs/2007880 |
16:43 |
Bmagic |
sorry abowling, I stepped away. But everyone else's suggestions are perfect! |
16:44 |
csharp_ |
lawd - I chased my tail for about an hour on that without realizing gmcharlt had already found it |
16:45 |
csharp_ |
Dyrcona++ # will test on another day |
16:45 |
csharp_ |
today has accomplished its apparent mission of kicking my ass |
16:45 |
Dyrcona |
heh.... |
16:58 |
* Dyrcona |
calls it a day. |
18:41 |
|
jihpringle joined #evergreen |