Time |
Nick |
Message |
04:23 |
|
eby joined #evergreen |
06:30 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
06:38 |
|
jeffdavis joined #evergreen |
07:08 |
|
rjackson_isl joined #evergreen |
07:10 |
|
JBoyer joined #evergreen |
08:00 |
|
agoben joined #evergreen |
08:20 |
|
eby joined #evergreen |
08:24 |
|
rlefaive joined #evergreen |
08:42 |
|
mmorgan joined #evergreen |
08:59 |
|
Dyrcona joined #evergreen |
08:59 |
|
bos20k joined #evergreen |
09:07 |
|
rlefaive joined #evergreen |
09:09 |
|
dwgreen joined #evergreen |
09:22 |
|
yboston joined #evergreen |
09:26 |
|
collum joined #evergreen |
09:37 |
|
jvwoolf joined #evergreen |
10:03 |
|
mmorgan1 joined #evergreen |
10:07 |
|
rlefaive joined #evergreen |
10:23 |
|
mmorgan joined #evergreen |
10:31 |
|
troy__ joined #evergreen |
11:28 |
|
ngf42 joined #evergreen |
11:47 |
JBoyer |
Quick pcrud question. If multiple permissions are specified on a class (say, ADMIN_, MANAGE_, and VIEW_) does that mean you can do the specified action if you have any one of them, or only if you have all of them? |
11:48 |
berick |
any one of them |
11:49 |
JBoyer |
Cool. That's what I was hoping, and was just beginning to dig around in oils_sql.c. |
11:49 |
JBoyer |
berick++ |
12:16 |
|
jvwoolf left #evergreen |
12:18 |
csharp |
9b2690bb |
12:18 |
pinesol_green |
csharp: [sipserver|Jason Stephenson] LP 1463943: More Encoding Improvements. - <http://git.evergreen-ils.org/?p=SIPServer.git;a=commit;h=9b2690b> |
12:54 |
Dyrcona |
csharp: Having issues with encoding? |
12:55 |
* Dyrcona |
is trying to make sense out of LVS/heartbeat documentation. |
12:59 |
|
khuckins_ joined #evergreen |
13:15 |
|
jvwoolf joined #evergreen |
13:25 |
|
jvwoolf1 joined #evergreen |
13:31 |
|
khuckins__ joined #evergreen |
13:43 |
csharp |
Dyrcona: yeah - we had some tickets about diacritics breaking SIP2 clients and I finally read the release notes about the SIPServer encoding changes |
13:43 |
Dyrcona |
csharp: Were they helfpul? |
13:43 |
csharp |
our config specified ascii under <implementation_config> so I changed it to utf8 |
13:43 |
Dyrcona |
helpful, maybe? |
13:44 |
csharp |
yeah - definitely put me on the right track ;-) |
13:44 |
Dyrcona |
Well, utf8 will leave the diacritics, ascii should strip them. |
13:44 |
Dyrcona |
Wasn't it working for you? |
13:56 |
|
rlefaive joined #evergreen |
14:01 |
csharp |
Dyrcona: it was Bibliotheca clients falling offline when hitting diacritics |
14:02 |
csharp |
I was assuming since we were telling the clients we're ascii and we're actually utf8, that would fix the problem |
14:02 |
csharp |
oh actually... |
14:02 |
csharp |
maybe I should leave the config alone after pulling in the changes |
14:02 |
Dyrcona |
csharp: The configuration is what SIPServer is supposed to send. |
14:02 |
Dyrcona |
Yeah, maybe. |
14:03 |
csharp |
(we were running an older "version" of SIPServer without realizing it didn't include the encoding fixes |
14:03 |
csharp |
) |
14:03 |
Dyrcona |
There were some places where UTF-8 would sneak through before. Those should be fixed, now. |
14:03 |
Dyrcona |
Yeah. |
14:03 |
csharp |
ah |
14:04 |
Dyrcona |
The new code applies the encoding to the whole message before calculating the length and sending it. |
14:04 |
csharp |
ok, I've reverted the config but when we restart SIP tonight it will encorporate the changes |
14:05 |
csharp |
so we're saying "ascii" again under <implementation_config> |
14:05 |
Dyrcona |
Yeah, that's what you want, I think. |
14:10 |
berick |
anyone know if it's possible to store XUL local settings/prefs in the C:\ProgramData directory instead of C:\Program Files when using a "permachine" build ? |
14:13 |
Dyrcona |
berick: I don't think so, not without coding. |
14:14 |
JBoyer |
berick, I imagine it's extremely unlikely without a newer version of XULRunner. It looks like the options are only "Write in the User dir" or "Don't that." |
14:15 |
berick |
heh |
14:15 |
JBoyer |
I was hoping to find a directory somewhere in aa_per_machine.js but that's not looking good. |
14:15 |
berick |
was just looking at that.. |
14:15 |
berick |
yeah, boolean setting |
14:15 |
berick |
hm |
14:16 |
JBoyer |
(being intrigued though, I'm already looking at what pulls that pref though.) |
14:16 |
JBoyer |
I am also bad at copy editing. |
14:17 |
Dyrcona |
Yeah. It looks like you'd have to hack XULRunner to do it. |
14:17 |
csharp |
@blame xulrunner h4x0rs |
14:17 |
pinesol_green |
csharp: xulrunner h4x0rs stole bshum's tux doll! |
14:17 |
Dyrcona |
Oh, wait. |
14:19 |
Dyrcona |
Line 33 of Open-ILS/xul/staff_client/chrome/util/file.js |
14:19 |
Dyrcona |
That sets the path to uchrome. Maybe there's a way to get the program data path in there. |
14:20 |
JBoyer |
Or more specifically lines 45-49? I think the path="uchrome" path is if it IS user specific. |
14:20 |
JBoyer |
Bah. Meetings. |
14:21 |
Dyrcona |
Yeah, something like that. |
14:21 |
berick |
heh, reading about directoryservice, links from the xul page no longer work. wee. |
14:22 |
Dyrcona |
Well, xul is dead as far as Mozilla is concerned. |
14:25 |
|
b_bonner joined #evergreen |
14:34 |
|
collum joined #evergreen |
14:54 |
|
BLAmstutz joined #evergreen |
15:00 |
|
collum joined #evergreen |
15:37 |
JBoyer |
berick, it may be worth finding out what "DefProfRt" points to on Windows (Some things are redirected to ProgramData without the application knowing). Otherwise it looks like hard-coding "C:\\ProgramData\\..." if possible. |
15:38 |
JBoyer |
Found this, if you're interested: https://developer.mozilla.org/en-US/docs/Archive/Add-ons/Code_snippets/File_I_O |
15:42 |
berick |
JBoyer: ah, good, i found something similar, but I what I found was probably too modern.. |
15:42 |
pinesol_green |
[evergreen|Cesar Velez] LP#1739648 - fix item duplication in itemsout and holds grids - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=4cdc7cd> |
15:42 |
pinesol_green |
[evergreen|Cesar Velez] LP#1739648 - fix grid nextPage button by setting grid.totalCount - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=b35f0c0> |
15:42 |
berick |
whereas this looks appropriately scary |
16:05 |
jeff |
cl |
16:06 |
* jeff |
actuates the / key with a slightly greater amount of force this time |
16:09 |
Dyrcona |
heh |
16:12 |
|
khuckins joined #evergreen |
16:46 |
jeff |
Is there a current convention for the reporter vs extend_reporter schemas? |
16:50 |
csharp |
jeff: it looks like more than one convention ;-) |
16:50 |
jeff |
heh. |
16:50 |
csharp |
I've tended to use reporter., but I always feel like I need a shower afterwards :-) |
17:04 |
|
mmorgan left #evergreen |
17:55 |
miker |
jeff: we "won't" add stuff to extend_reported. it's meant to be a conflict-free namespace |
17:56 |
miker |
for local tables and views |
18:30 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
19:14 |
|
beanjammin joined #evergreen |
20:04 |
|
beanjammin joined #evergreen |