| # | Time | Nick | Message |
|---|
| # | 00:14:27 | jeff | hrm. i should re-watch my opac screencast at some point to see what's changed and needs updating. |
| # | 00:20:55 | jeff | not bad. no updates needed. interface is a little different, but within tolerances. :) |
| # | 00:35:27 | mrpeters-isl3 has joined #openils-evergreen |
| # | 02:51:01 | natschil has joined #openils-evergreen |
| # | 03:58:11 | mrpeters-isl3 has quit IRC |
| # | 09:28:51 | sarabee has quit IRC |
| # | 09:28:59 | sarabee has joined #openils-evergreen |
| # | 09:38:29 | mrpeters-isl3 has joined #openils-evergreen |
| # | 10:15:04 | mrpeters-isl3 has quit IRC |
| # | 10:57:26 | sarabee has quit IRC |
| # | 10:57:26 | jeffdavis has quit IRC |
| # | 10:57:26 | phasefx2 has quit IRC |
| # | 10:57:26 | rsinger has quit IRC |
| # | 10:57:26 | berick has quit IRC |
| # | 10:57:26 | miker_ has quit IRC |
| # | 10:57:26 | phase_bb has quit IRC |
| # | 10:57:26 | arnt1 has quit IRC |
| # | 10:57:26 | jeff has quit IRC |
| # | 10:57:26 | dbs has quit IRC |
| # | 10:57:26 | till_ has quit IRC |
| # | 10:57:26 | lmcfarland has quit IRC |
| # | 10:57:26 | kados has quit IRC |
| # | 10:57:26 | phasefx has quit IRC |
| # | 10:57:55 | sarabee has joined #openils-evergreen |
| # | 10:57:55 | dbs has joined #openils-evergreen |
| # | 10:57:55 | phase_bb has joined #openils-evergreen |
| # | 10:57:55 | rsinger has joined #openils-evergreen |
| # | 10:57:55 | jeffdavis has joined #openils-evergreen |
| # | 10:57:55 | phasefx has joined #openils-evergreen |
| # | 10:57:55 | phasefx2 has joined #openils-evergreen |
| # | 10:57:55 | lmcfarland has joined #openils-evergreen |
| # | 10:57:55 | miker_ has joined #openils-evergreen |
| # | 10:57:55 | berick has joined #openils-evergreen |
| # | 10:57:55 | till_ has joined #openils-evergreen |
| # | 10:57:55 | arnt1 has joined #openils-evergreen |
| # | 10:57:55 | jeff has joined #openils-evergreen |
| # | 10:57:55 | kados has joined #openils-evergreen |
| # | 11:30:58 | natschil has quit IRC |
| # | 12:14:24 | natschil has joined #openils-evergreen |
| # | 12:37:43 | natschil | Hello, just wondering, what would it take to display evergreen from right to left for languages like arabic? |
| # | 12:39:45 | phasefx | my first concern would be bib records.. do arabic marc records get encoded left to right? |
| # | 12:41:22 | natschil doesn't know, but he thinks its possible to use the MARC editor to create arabic records |
| # | 12:49:17 | phasefx | looks like css (direction: rtl) works for xul textboxes |
| # | 12:50:57 | phasefx | it's not making the input go in backwards though.. it's just throwing the cursor to the far right.. don't know if it would behave different with an arabic locale and character set |
| # | 12:54:41 | phasefx | I'd experiment with server/skin/global.css and add *.* { direction: rtl; } and see what happens |
| # | 12:55:35 | phasefx | not sure where the equivalent css file is for the opac |
| # | 12:56:28 | dbs | natschil: do you only care about the OPAC? |
| # | 13:01:17 | Chris2222 has joined #openils-evergreen |
| # | 13:01:53 | Chris2222 | Hi all |
| # | 13:02:04 | natschil | dbs: well, actually I think the opac has more "parts" that would benefit from left to right, i.e "Heading : Value" parts. The staff client will mainly be used in our library to checkin/out books, so it isn't such a problem. |
| # | 13:02:36 | dbs | natschil: right, that's what I was thinking - the opac would be a more containable piece (at least to start with) |
| # | 13:03:11 | Chris2222 | I've just reinstalled evergreen (this time on debian) I got all the way to the end and tried to restart apache and get the following error NameVirtualHost *:80 has no VirtualHosts -- Now it won't start. Any suggestions? |
| # | 13:03:36 | natschil | Chris2222: did you enable the evergreen site (a2ensite eg.conf) |
| # | 13:03:49 | Chris2222 | natschil: yes |
| # | 13:05:22 | natschil | phasefx: but adding the directopn:rtl part would also reverse the direction for english, wouldn't it ? |
| # | 13:07:21 | phase_bb | natschil: doesn't appear too.. Just makes english right justified |
| # | 13:09:32 | Chris2222 | Interesting. According to the directions on Debian i'm not supposed to delete the "Listen 443" in eg.conf. I commented it out and I get the error but the webserver is working now |
| # | 13:10:11 | dbs | the "has no VirtualHosts" message doesn't matter. |
| # | 13:10:21 | Chris2222 | Is the error. [warn] NameVirtualHost *:80 has no VirtualHosts" important |
| # | 13:10:27 | Chris2222 | opps you answered it |
| # | 13:10:35 | Chris2222 | Thanks dbs |
| # | 13:11:14 | Chris2222 | i'm going to try to continue by the way this IRC chat is a great resource. You guys have been very good to me and I really really appreciate it. |
| # | 13:11:49 | dbs | natschil: In the OPAC, at least, I think it would be possible to detect the language based on the URL and apply the RTL property accordingly |
| # | 13:12:18 | dbs | ... or create an RTL skin as a really basic approach ... |
| # | 13:14:09 | natschil | dbs: ok, I'll look into it, but I'm happy that its a possibility |
| # | 13:15:46 | natschil | with the current arabic translations.... I plugged google translator into the po files, and now I have them somewhat working. The only problem is that now when going into "detailed" view of a record, it is completely empty :(. Any suggestions to what might be wrong? |
| # | 13:16:01 | natschil | sorry, I meant record summary. |
| # | 13:16:19 | Chris2222 has quit IRC |
| # | 13:16:43 | dbs | natschil: any errors in apache error log |
| # | 13:17:26 | natschil | [Sat Mar 07 21:16:06 2009] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? |
| # | 13:17:35 | dbs | nope, not that |
| # | 13:17:39 | natschil | [Sat Mar 07 21:14:08 2009] [error] [client 192.168.1.2] unable to include "page_${OILS_PAGE}" in parsed file /openils/var/web/opac/skin/default/xml/body.xml, referer: http://192.168.1.1/opac/ar-EG/skin/default/xml/rresult.xml?rt=keyword&tp=keyword&t=kepple&l=1&d=0&f= |
| # | 13:17:45 | dbs | natschil: typically, something like an entity definition not ound |
| # | 13:17:59 | natschil | [Sat Mar 07 21:14:08 2009] [error] [client 192.168.1.2] XMLENT XML Parse Error: syntax error at line 1: parsing /openils/var/web/opac/skin/default/xml/page_rdetail.xml: data [an error occurred while processing this directive], referer: http://192.168.1.1/opac/ar-EG/skin/default/xml/rresult.xml?rt=keyword&tp=keyword&t=kepple&l=1&d=0&f= |
| # | 13:18:40 | lisppaste6 | natschil pasted "apache errors" at http://paste.lisp.org/display/76623 |
| # | 13:18:52 | natschil | sorry, that's just one of the errors |
| # | 13:20:24 | dbs | okay, so what's line 1976 of /openils/var/web/opac/skin/default/xml/common/cn_browse.xml? |
| # | 13:21:33 | dbs | oh wait, that's probably really1976 of opac.dtd |
| # | 13:22:01 | dbs | or some combination thereof |
| # | 13:22:18 | dbs | Apache server-side includes mess up the numbering a tad |
| # | 13:24:00 | mib_tmydvq has joined #openils-evergreen |
| # | 13:24:07 | dbs | anyways, probably one of those entities defined in cn_browse.xml is missing a corresponding definition in opac.dtd |
| # | 13:24:32 | mib_tmydvq has quit IRC |
| # | 13:27:43 | natschil | dbs:so what exactly should I do? |
| # | 13:28:44 | dbs | natschil: figure out with entity defined in cn_browse.xml is missing a corresponding definition in opac.dtd, and add the definition? |
| # | 13:28:47 | christoph_ has joined #openils-evergreen |
| # | 13:28:53 | christoph_ is now known as natschil_ |
| # | 13:29:08 | dbs | natschil: for now, you could just turn cn_browse.xml into an empty file I suppose |
| # | 13:29:47 | dbs | it's pretty much impossible for me to diagnose the problem |
| # | 13:30:04 | natschil | how do I edit opac.dtd |
| # | 13:30:50 | dbs | it should be generated from opac.dtd.po, and gets installed in /openils/var/web/opac/locale/<locale>/ directory |
| # | 13:31:00 | natschil | ok, I got it in a text editor, I'll see what's missing. |
| # | 13:31:15 | dbs | so if opac.dtd is wrong, then there's something wrong with opac.dtd.po |
| # | 13:34:04 | natschil | ok |
| # | 13:34:37 | natschil | I'm not sure if you understand my problem correctly though, my problem is that all of the fields in the record summary are empty, not the translations. |
| # | 13:38:54 | dbs | oh, the fields are empty? right, when you said the detailed view was completely empty, I thought you meant it was just a blank page |
| # | 13:39:07 | natschil_ | sorry, I was a little unclear on that. |
| # | 13:40:08 | dbs | yeah. the 'unable to include "page_${OILS_PAGE}"' error is definitely the focal point, but I don't know why it's not able to include it :( |
| # | 13:41:01 | dbs | still sounds like an entity definition error |
| # | 13:41:11 | _natschil has joined #openils-evergreen |
| # | 13:42:15 | natschil has quit IRC |
| # | 13:42:19 | _natschil is now known as natschil |
| # | 13:42:55 | natschil | I though the problem might be that we don't have arabic marc records in the library, so I set the marc code for ar-EG to eng in config.i18n.locale, but that didn't help |
| # | 13:44:16 | natschil | well, I have to go now, sorry. Thanks for the help, I'll write an email to OPEN-ILS-DEV with all the logs, etc when I have time. |
| # | 13:44:54 | natschil | and I'll look into that right to left stuff in the staff client phasefx. |
| # | 13:50:57 | natschil has quit IRC |
| # | 14:02:34 | mrpeters-isl3 has joined #openils-evergreen |
| # | 14:05:08 | jamesrf has joined #openils-evergreen |
| # | 14:13:30 | natschil_ has quit IRC |
| # | 14:44:07 | mrpeters-isl3 has quit IRC |
| # | 14:51:18 | Chris2222 has joined #openils-evergreen |
| # | 14:53:22 | Chris2222 | Ok, i'm up and running on Evergreen and I added my orgs and some patron groups. I imported a bib record and I could add a volume but it won't let me add an item. It just times out. When I tried this on Ubuntu I was told I would have to apply the patches located at http://svn.open-ils.org/trac/OpenSRF/changeset/1665 and http://svn.open-ils.org/trac/OpenSRF/changeset/1667 . . . Do i need to do this on my debian install??? |
| # | 14:59:01 | Chris2222 | hello? |
| # | 15:01:35 | Chris2222 has quit IRC |
| # | 15:06:39 | dbs | @later tell Chris2222 Yes, the same patches for OpenSRF need to be applied everywhere. |
| # | 15:06:40 | pinesol | dbs: The operation succeeded. |
| # | 15:56:04 | jamesrf_ has joined #openils-evergreen |
| # | 16:14:39 | jamesrf has quit IRC |
| # | 17:12:17 | jamesrf_ has quit IRC |
| # | 17:19:13 | jamesrf has joined #openils-evergreen |
| # | 18:56:35 | jamesrf has quit IRC |