From leandro.regueiro at gmail.com Tue Apr 1 11:56:16 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Tue, 1 Apr 2008 17:56:16 +0200 Subject: [Alexandria-list] Where is the .pot file Message-ID: Hi, I'm reviewing/updating the galician translation but I cannot find the .pot file. Where is the .pot file? Bye, Leandro Regueiro From cathal.alexandria at gnostai.org Tue Apr 1 20:37:29 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Wed, 2 Apr 2008 01:37:29 +0100 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: References: Message-ID: <20080402013729.46b9eec7@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 1 Apr 2008 17:56:16 +0200 "Leandro Regueiro" wrote: > Hi, > I'm reviewing/updating the galician translation but I cannot find the > .pot file. Where is the .pot file? > It has to be generated from the source, (this requires the gettext-utils and ruby-gettext packages, or whatever the equivalents are). Then the .pot file is merged with the .po file. There is a Makefile to handle these tasks. If you have the required packages installed, you can just do this: cd alexandria/po make po make check This last command will tell you the status of your .po file. There is a README inside the po/ directory which explains how the Makefile works. If you don't already have a working source copy of Alexandria, there's a guide in the first half of my journal article here: http://www.gnostai.org/journal/2007/12/28/getting-started-with-alexandria-development/ (I remember now that this *should* all be in the document on the wiki, "How to Translate Alexandria" http://wiki.alexandria-projects.org/wiki/HowToTranslateAlexandria but I never got around to saying exactly how to generate the .pot file. My bad! The developer docs really could be much better...) - Cathal. > Bye, > Leandro Regueiro > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFH8tVQfMAUnRdb+8oRAuzGAKDQsxyxkV6BNXNo7+J//y3ZXW0aagCfZOeQ EliPx8d7AnJ8tGAWLzalUn4= =KlLu -----END PGP SIGNATURE----- From leandro.regueiro at gmail.com Thu Apr 3 05:18:53 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Thu, 3 Apr 2008 11:18:53 +0200 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: <20080402013729.46b9eec7@matilda> References: <20080402013729.46b9eec7@matilda> Message-ID: Then the .pot file isn't in the SVN?? It always should be an up-to-date copy of the .pot file in the SVN, with the .po files. Bye, Leandro Regueiro On Wed, Apr 2, 2008 at 2:37 AM, Cathal Mc Ginley wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Tue, 1 Apr 2008 17:56:16 +0200 > "Leandro Regueiro" wrote: > > > Hi, > > I'm reviewing/updating the galician translation but I cannot find the > > .pot file. Where is the .pot file? > > > > It has to be generated from the source, (this requires the gettext-utils > and ruby-gettext packages, or whatever the equivalents are). Then the > .pot file is merged with the .po file. There is a Makefile to handle > these tasks. If you have the required packages installed, you can just > do this: > > cd alexandria/po > make po > make check > > This last command will tell you the status of your .po file. > > There is a README inside the po/ directory which explains how the > Makefile works. > > If you don't already have a working source copy of Alexandria, there's > a guide in the first half of my journal article here: > > http://www.gnostai.org/journal/2007/12/28/getting-started-with-alexandria-development/ > > (I remember now that this *should* all be in the document on the wiki, > "How to Translate Alexandria" > http://wiki.alexandria-projects.org/wiki/HowToTranslateAlexandria > but I never got around to saying exactly how to generate the .pot file. > My bad! The developer docs really could be much better...) > > - Cathal. > > > Bye, > > Leandro Regueiro > > _______________________________________________ > > Alexandria-list mailing list > > Alexandria-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/alexandria-list > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (GNU/Linux) > Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE > > iD8DBQFH8tVQfMAUnRdb+8oRAuzGAKDQsxyxkV6BNXNo7+J//y3ZXW0aagCfZOeQ > EliPx8d7AnJ8tGAWLzalUn4= > =KlLu > -----END PGP SIGNATURE----- > From ophidian at ophidian.homeip.net Thu Apr 3 11:02:02 2008 From: ophidian at ophidian.homeip.net (Aaron Clark) Date: Thu, 03 Apr 2008 11:02:02 -0400 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: References: <20080402013729.46b9eec7@matilda> Message-ID: <47F4F16A.9010102@ophidian.homeip.net> Leandro Regueiro wrote: > Then the .pot file isn't in the SVN?? It always should be an > up-to-date copy of the .pot file in the SVN, with the .po files. Disagree. Files generated as part of the build process do not belong in source control (assuming I read Cathal's response correctly). Aaron P.S. Please don't top-post. From leandro.regueiro at gmail.com Thu Apr 3 11:16:28 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Thu, 3 Apr 2008 17:16:28 +0200 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: <47F4F16A.9010102@ophidian.homeip.net> References: <20080402013729.46b9eec7@matilda> <47F4F16A.9010102@ophidian.homeip.net> Message-ID: .pot files are not generated on compiling the source code, are generated before for translating them creating the .po, which are commited to the SVN and then, when compiling sourcecode, the .po files could be compiled into .mo libraries. Then, the .pot file should be in the SVN, or the translators couldn't have the .pot file to get up-to-date translations. Bye, Leandro Regueiro On Thu, Apr 3, 2008 at 5:02 PM, Aaron Clark wrote: > Leandro Regueiro wrote: > > Then the .pot file isn't in the SVN?? It always should be an > > up-to-date copy of the .pot file in the SVN, with the .po files. > > Disagree. Files generated as part of the build process do not belong in > source control (assuming I read Cathal's response correctly). > > Aaron > > P.S. Please don't top-post. > > > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list > From cathal.alexandria at gnostai.org Thu Apr 3 20:21:23 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Fri, 4 Apr 2008 01:21:23 +0100 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: References: <20080402013729.46b9eec7@matilda> <47F4F16A.9010102@ophidian.homeip.net> Message-ID: <20080404012123.501f1d13@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Leandro, (Just to note: Ruby is not a compiled language, but the 'build process' does generate some Ruby files and compiles the PO files into MO files.) I imagine that the issue of whether to keep the POT file in SVN is largely a matter of taste. I'm just following the practice which existed before I came to the project (alexandria.pot is in po/.cvsignore - from the old days when Alexandria used CVS). However, keeping the POT file in SVN shouldn't be necessary: * If translators want to keep up to date as development proceeds, it's not too much trouble to run 'make po' once in a while - this will automatically generate the POT file (if you have the requisite gettext software installed) from the Ruby and XML files. * In most cases (for existing translations), translators don't need to deal with the POT file, since at around the time of a "string freeze" I run 'make po' and check in the up-to-date PO files (or, I do when I remember at any rate...) and it's the PO files the translators work with. In any case, that's how it works for the moment, and I have no immediate plan to change it. It seems to work well enough for the current translation team. By the way, this discussion could equally have taken place on the alexandria-i18n-list, but I suppose it's an source control & admin matter rather than strictly to do with translations. - Cathal. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFH9XSMfMAUnRdb+8oRAtLnAJ93A6IJeJMIGtgi/ani4X3KIpj3CQCeI07X SsAaMkKoykfyMrkANG2QSpc= =9Myu -----END PGP SIGNATURE----- From cathal.alexandria at gnostai.org Thu Apr 3 20:35:28 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Fri, 4 Apr 2008 01:35:28 +0100 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: References: Message-ID: <20080404013528.32439917@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 1 Apr 2008 17:56:16 +0200 "Leandro Regueiro" wrote: > Hi, > I'm reviewing/updating the galician translation Huh... I must have been asleep the past few days. I hadn't noticed that you're not the maintainer for the Galician translation. The maintainers are listed here: http://alexandria.rubyforge.org/features/translations.html What I should have said immediately was that if you're interested in helping with translations you should: 1) join the alexandria-i18n-list, and 2) co-ordinate privately with Adri?n Chaves Fern?ndez, the current Galician maintainer (you'll find his e-mail on the Subscriber list once you sign up to alexandria-i18n-list). Thanks, - Cathal. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFH9XfYfMAUnRdb+8oRAj7IAKCzTM/DHE7e+eFN5/nOzKEVG+3ZCgCeIX1c HWhOs8GLaOKH+j5jnSg2Hfs= =jf/T -----END PGP SIGNATURE----- From leandro.regueiro at gmail.com Fri Apr 4 06:56:24 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Fri, 4 Apr 2008 12:56:24 +0200 Subject: [Alexandria-list] Where is the .pot file In-Reply-To: <20080404013528.32439917@matilda> References: <20080404013528.32439917@matilda> Message-ID: > > Hi, > > I'm reviewing/updating the galician translation > > Huh... I must have been asleep the past few days. I hadn't noticed that > you're not the maintainer for the Galician translation. No, but for review/update I have not to be the maintainer :) > The maintainers are listed here: > http://alexandria.rubyforge.org/features/translations.html > > What I should have said immediately was that if you're interested in > helping with translations you should: > > 1) join the alexandria-i18n-list, and I am only updating the translation, it is not neccesary. > 2) co-ordinate privately with Adri?n Chaves Fern?ndez, the current > Galician maintainer (you'll find his e-mail on the Subscriber list once > you sign up to alexandria-i18n-list). I was talking with him to do that. He will commit the updated translation. Bye, Leandro Regueiro From leandro.regueiro at gmail.com Wed Apr 9 07:51:44 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Wed, 9 Apr 2008 13:51:44 +0200 Subject: [Alexandria-list] some bugs in alexandria Message-ID: Hi, I found some bugs in Alexandria: - When hiding columns in list view some columns are not linked to its real being (when you select read to hide it, desappears own column). - When you create a smart library and select date read in last and type a number like 2 or 5 it fails and alexandria doesn't appears until you go to ~/.alexandria/.smart_libraries ,you delete manually the created library and you restart alexandria. And, what is the binding of a book?? It is the only thing I need to complete the translation to galician. Bye, Leandro Regueiro From leandro.regueiro at gmail.com Wed Apr 9 08:20:12 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Wed, 9 Apr 2008 14:20:12 +0200 Subject: [Alexandria-list] some bugs in alexandria In-Reply-To: <1207742712.6268.4.camel@rubidium01> References: <1207742712.6268.4.camel@rubidium01> Message-ID: Hi Lennart > > - When you create a smart library and select date read in last and > > type a number like 2 or 5 it fails and alexandria doesn't appears > > until you go to ~/.alexandria/.smart_libraries ,you delete manually > > the created library and you restart alexandria. > Please report it in our tracker. Ok, I will do it right now. If the tracker let me do it... > > And, what is the binding of a book?? It is the only thing I need to > > complete the translation to galician. > This indicates how a book is bound, e.g. paperback, hard cover, > magazine, etc. A lot of thanks. The translation is now completed. The other galician translator will submit it to you. Bye, Leandro Regueiro From lennart at karssen.org Wed Apr 9 08:05:11 2008 From: lennart at karssen.org (L.C. Karssen) Date: Wed, 09 Apr 2008 12:05:11 +0000 Subject: [Alexandria-list] some bugs in alexandria In-Reply-To: References: Message-ID: <1207742712.6268.4.camel@rubidium01> Hi Leandro, On Wed, 2008-04-09 at 13:51 +0200, Leandro Regueiro wrote: > Hi, I found some bugs in Alexandria: Thanks! Please report them in our bug tracker at http://rubyforge.org/tracker/?atid=863&group_id=205&func=browse > > - When hiding columns in list view some columns are not linked to its > real being (when you select read to hide it, desappears own column). This is bug 18414 and has been fixed in SVN r958. Thanks anyway! > > - When you create a smart library and select date read in last and > type a number like 2 or 5 it fails and alexandria doesn't appears > until you go to ~/.alexandria/.smart_libraries ,you delete manually > the created library and you restart alexandria. Please report it in our tracker. > > > And, what is the binding of a book?? It is the only thing I need to > complete the translation to galician. This indicates how a book is bound, e.g. paperback, hard cover, magazine, etc. > > Bye, > Leandro Regueiro Lennart Karssen. > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list -- ---------------------------------------------------- L.C. Karssen Utrecht The Netherlands lennart at karssen.org Stuur me aub geen Word of Powerpoint bestanden! Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html ---------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/alexandria-list/attachments/20080409/75f12f2a/attachment.bin From leandro.regueiro at gmail.com Wed Apr 9 12:20:13 2008 From: leandro.regueiro at gmail.com (Leandro Regueiro) Date: Wed, 9 Apr 2008 18:20:13 +0200 Subject: [Alexandria-list] galician translation update Message-ID: Hi, here you have the Alexandria galician translation update. Bye, Leandro Regueiro -------------- next part -------------- A non-text attachment was scrubbed... Name: alexandria_galician_translation.tar.gz Type: application/x-gzip Size: 8479 bytes Desc: not available Url : http://rubyforge.org/pipermail/alexandria-list/attachments/20080409/17af239a/attachment-0001.gz From lennart at karssen.org Fri Apr 11 04:32:05 2008 From: lennart at karssen.org (L.C. Karssen) Date: Fri, 11 Apr 2008 10:32:05 +0200 Subject: [Alexandria-list] Alexandria 0.6.3 in Ubuntu Hardy LTS Message-ID: <1207902725.18642.11.camel@barabas.karssen.org> Hi all, I just got an e-mail from the Launchpad Janitor that Alexandria 0.6.3 is now officially in the Universe repository of Ubuntu Hardy Heron (8.04). This is an important milestone, since the last four Ubuntu releases shipped with 0.6.1 (a.k.a. "The Buggy One" ;-)). And since Ubuntu Hardy is a so called Long Term Support release which will be supported for 5 years, it was even more important to get all our fixes and updates approved for this release. Many thanks go to Joseph who has made and re-made, and re-made the package until the Ubuntu Masters of the Universe were satisfied. Without him this would not have been possible. With only two weeks to go until release this was really a close call and I'm glad we made it! Let's celebrate that this bug (https://bugs.launchpad.net/bugs/191905) is now fixed (\me passes beers around). Lennart. -- ---------------------------------------------------- L.C. Karssen Utrecht The Netherlands lennart at karssen.org http://www.karssen.org Stuur me aub geen Word of Powerpoint bestanden! Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html ---------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/alexandria-list/attachments/20080411/f3d3b3cc/attachment.bin From tristil at gmail.com Fri Apr 11 18:51:58 2008 From: tristil at gmail.com (Joseph Method) Date: Fri, 11 Apr 2008 18:51:58 -0400 Subject: [Alexandria-list] Alexandria 0.6.3 in Ubuntu Hardy LTS In-Reply-To: <1207902725.18642.11.camel@barabas.karssen.org> References: <1207902725.18642.11.camel@barabas.karssen.org> Message-ID: <167b6aa00804111551i5ef1504eudf0c046cc52a0026@mail.gmail.com> Lennart really made this happen. I gave up several times, and each time he pushed the process forward. That bug report is epic :) Unfortunately, I was so focused on turning out different packages that I wasn't really testing rigorously. It now looks to me like Alexandria is basically broken for a new user using the 0.6.3 package on Ubuntu. I didn't see any problems when I was testing the packages on my development machine, but now that I install Alexandria on a fresh install I see: * Message "Can't load hpricot, hence provider Amazon not available" on startup * A search for "Basic Works of Aristotle" spins and comes up with two books without covers * Adding the first and mousing over causes Alexandria to crash with iconviews.rb: `label_for_book': undefined method `size' for nil:NilClass (this is fixed in trunk, I believe) * Installing the hpricot gem or libhpricot-ruby deb doesn't improve search results for "Basic Works of Aristotle", and a search for "Harry Potter" returns mostly French results. Pretty bad :( My only excuse is that these problems *might* have been picked up if the packages had been uploaded sooner. The only thing to do is to release a quick 0.6.4 addressing these problems and get this into Debian and hardy-backports. Will someone else take the lead in assuming responsibility for this? I will help with the technical details of packaging, but obviously I need another pair of eyes on this. On Fri, Apr 11, 2008 at 4:32 AM, L.C. Karssen wrote: > Hi all, > > I just got an e-mail from the Launchpad Janitor that Alexandria 0.6.3 is > now officially in the Universe repository of Ubuntu Hardy Heron (8.04). > This is an important milestone, since the last four Ubuntu releases > shipped with 0.6.1 (a.k.a. "The Buggy One" ;-)). And since Ubuntu Hardy > is a so called Long Term Support release which will be supported for 5 > years, it was even more important to get all our fixes and updates > approved for this release. > > Many thanks go to Joseph who has made and re-made, and re-made the > package until the Ubuntu Masters of the Universe were satisfied. Without > him this would not have been possible. > > With only two weeks to go until release this was really a close call and > I'm glad we made it! Let's celebrate that this bug > (https://bugs.launchpad.net/bugs/191905) is now fixed (\me passes beers > around). > > > Lennart. > > -- > ---------------------------------------------------- > L.C. Karssen > Utrecht > The Netherlands > > lennart at karssen.org > http://www.karssen.org > > Stuur me aub geen Word of Powerpoint bestanden! > Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html > ---------------------------------------------------- > > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list > -- -J. Method From cathal.alexandria at gnostai.org Sat Apr 12 10:11:04 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Sat, 12 Apr 2008 15:11:04 +0100 Subject: [Alexandria-list] galician translation update In-Reply-To: References: Message-ID: <20080412151104.70f6f5a3@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks, committed. Sorry for the delay... On Wed, 9 Apr 2008 18:20:13 +0200 "Leandro Regueiro" wrote: > Hi, > here you have the Alexandria galician translation update. > > Bye, > Leandro Regueiro -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFIAMMAfMAUnRdb+8oRAvoOAKC99aJGhdiHh8bE61AK9uAJr8yEWQCfX9vQ X7PYLCxURvIalQEU7/gTLdc= =JrXe -----END PGP SIGNATURE----- From tristil at gmail.com Sat Apr 12 13:09:33 2008 From: tristil at gmail.com (Joseph Method) Date: Sat, 12 Apr 2008 13:09:33 -0400 Subject: [Alexandria-list] 0.6.4 Redux Message-ID: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> Let's do a 0.6.4 release now, since trunk seems much more stable and useable than 0.6.3. We've also got a few more translations in. Any objections? -- -J. Method From hdevalence at gmail.com Sat Apr 12 23:30:39 2008 From: hdevalence at gmail.com (Henry de Valence) Date: Sat, 12 Apr 2008 23:30:39 -0400 Subject: [Alexandria-list] Author-based suggestions In-Reply-To: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> References: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> Message-ID: <200804122330.40352.hdevalence@gmail.com> Does Alexandria have a feature to select an author and show books that are missing from your collection? Henry de Valence From mariusmeinert at monroebrothers.org Sun Apr 13 07:41:14 2008 From: mariusmeinert at monroebrothers.org (Marius Meinert) Date: Sun, 13 Apr 2008 13:41:14 +0200 Subject: [Alexandria-list] Author-based suggestions Message-ID: <4801F15A.9060501@monroebrothers.org> No, as this would require to have a database of all books available in the world. But you can search for this author in libraries and book stores from alexandria. Henry de Valence wrote: > Does Alexandria have a feature to select an author and show books that are missing from your collection? > > Henry de Valence > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list From cathal.alexandria at gnostai.org Wed Apr 16 12:34:51 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Wed, 16 Apr 2008 17:34:51 +0100 Subject: [Alexandria-list] 0.6.4 Redux In-Reply-To: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> References: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> Message-ID: <20080416173451.5ed88cb8@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 12 Apr 2008 13:09:33 -0400 "Joseph Method" wrote: > Let's do a 0.6.4 release now, since trunk seems much more stable and > useable than 0.6.3. We've also got a few more translations in. Any > objections? There are a couple of outstanding bugs which affect stability, but I can round them up in the near future I hope. We can certainly start thinking about a new release in the next few days. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFIBiqyfMAUnRdb+8oRAgV/AJ9UV9OcN6Tdy0zTOg6/nhjJXfklPACfR/uF oJvi+kWBvkr6t6ssNl5NUc8= =ksil -----END PGP SIGNATURE----- From ophidian at ophidian.homeip.net Thu Apr 17 21:05:26 2008 From: ophidian at ophidian.homeip.net (Ophidian) Date: Thu, 17 Apr 2008 21:05:26 -0400 Subject: [Alexandria-list] DevEnv setup Message-ID: <4807F3D6.70305@ophidian.homeip.net> I was setting things up the other night to try and get a little more serious about learning Ruby and doing some Alexandria development, when I ran into a problem. My primary desktop runs Fedora; this is where I have my library and stable install of Alexandria. It appears that the .rpm file installs files to the exact same location as the Rakefile will. How do others avoid clobbering their stable install while testing? I'm perfectly willing to backup/clobber my ~/.alexandria directory while developing & testing, but the entire dev install seems a little messy to cleanup. Oh how I long for the days of yore when a tarball in /usr/local was all that was needed to install a program outside the package manager. Aaron -- "The goblins are in charge of maintenance? Why not just set it on fire now and call it a day?" --Whip Tongue, Viashino Technician From tristil at gmail.com Thu Apr 17 22:28:35 2008 From: tristil at gmail.com (Joseph Method) Date: Thu, 17 Apr 2008 22:28:35 -0400 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <4807F3D6.70305@ophidian.homeip.net> References: <4807F3D6.70305@ophidian.homeip.net> Message-ID: <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> You mean, the rake task doesn't install to /usr/local/lib/site_ruby/? /usr/share/alexandria does get overwritten, though, but that's mainly artwork and gconf stuff. On Thu, Apr 17, 2008 at 9:05 PM, Ophidian wrote: > I was setting things up the other night to try and get a little more > serious about learning Ruby and doing some Alexandria development, when > I ran into a problem. > > My primary desktop runs Fedora; this is where I have my library and > stable install of Alexandria. It appears that the .rpm file installs > files to the exact same location as the Rakefile will. How do others > avoid clobbering their stable install while testing? I'm perfectly > willing to backup/clobber my ~/.alexandria directory while developing & > testing, but the entire dev install seems a little messy to cleanup. Oh > how I long for the days of yore when a tarball in /usr/local was all > that was needed to install a program outside the package manager. > > Aaron > -- > "The goblins are in charge of maintenance? Why not just set it on fire > now and call it a day?" > --Whip Tongue, Viashino Technician > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list > -- -J. Method From tristil at gmail.com Fri Apr 18 00:26:06 2008 From: tristil at gmail.com (Joseph Method) Date: Fri, 18 Apr 2008 00:26:06 -0400 Subject: [Alexandria-list] 0.6.4 Redux In-Reply-To: <20080416173451.5ed88cb8@matilda> References: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> <20080416173451.5ed88cb8@matilda> Message-ID: <167b6aa00804172126i4cfbf1a5x64b2fbf446a59f06@mail.gmail.com> I actually got the tooltip fix into Hardy right before the deadline, so it's not as urgent to release now. This release should (IMO) be aimed at getting into Debian unstable (stable?). One issue that Lennart alerted me to is this one (https://bugs.launchpad.net/ubuntu/+source/alexandria/+bug/218715). It happens in the tooltips, but it's probably a runtime error in the ruby-gnome2 bindings. On Wed, Apr 16, 2008 at 12:34 PM, Cathal Mc Ginley wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > On Sat, 12 Apr 2008 13:09:33 -0400 > "Joseph Method" wrote: > > > Let's do a 0.6.4 release now, since trunk seems much more stable and > > useable than 0.6.3. We've also got a few more translations in. Any > > objections? > > There are a couple of outstanding bugs which affect stability, but I > can round them up in the near future I hope. We can certainly start > thinking about a new release in the next few days. > > - C. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (GNU/Linux) > Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE > > iD8DBQFIBiqyfMAUnRdb+8oRAgV/AJ9UV9OcN6Tdy0zTOg6/nhjJXfklPACfR/uF > oJvi+kWBvkr6t6ssNl5NUc8= > =ksil > -----END PGP SIGNATURE----- > -- -J. Method From john.keeping at lineone.net Fri Apr 18 03:37:07 2008 From: john.keeping at lineone.net (John Keeping) Date: Fri, 18 Apr 2008 08:37:07 +0100 Subject: [Alexandria-list] 0.6.4 Redux In-Reply-To: <167b6aa00804172126i4cfbf1a5x64b2fbf446a59f06@mail.gmail.com> References: <167b6aa00804121009o74aba355h4652545a9a11f3b4@mail.gmail.com> <20080416173451.5ed88cb8@matilda> <167b6aa00804172126i4cfbf1a5x64b2fbf446a59f06@mail.gmail.com> Message-ID: <48084FA3.8090106@lineone.net> This looks like a bug I found on Gentoo and submitted a patch for, which is now in ruby-gnome2 svn. The relevant bugs are here: https://bugs.gentoo.org/show_bug.cgi?id=215634 http://sourceforge.net/tracker/index.php?func=detail&aid=1930481&group_id=53614&atid=470969 Hopefully this will save you some time tracking it down. Joseph Method wrote: > I actually got the tooltip fix into Hardy right before the deadline, > so it's not as urgent to release now. This release should (IMO) be > aimed at getting into Debian unstable (stable?). > > One issue that Lennart alerted me to is this one > (https://bugs.launchpad.net/ubuntu/+source/alexandria/+bug/218715). It > happens in the tooltips, but it's probably a runtime error in the > ruby-gnome2 bindings. > > On Wed, Apr 16, 2008 at 12:34 PM, Cathal Mc Ginley > wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> >> On Sat, 12 Apr 2008 13:09:33 -0400 >> "Joseph Method" wrote: >> >> > Let's do a 0.6.4 release now, since trunk seems much more stable and >> > useable than 0.6.3. We've also got a few more translations in. Any >> > objections? >> >> There are a couple of outstanding bugs which affect stability, but I >> can round them up in the near future I hope. We can certainly start >> thinking about a new release in the next few days. >> >> - C. >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.2.2 (GNU/Linux) >> Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE >> >> iD8DBQFIBiqyfMAUnRdb+8oRAgV/AJ9UV9OcN6Tdy0zTOg6/nhjJXfklPACfR/uF >> oJvi+kWBvkr6t6ssNl5NUc8= >> =ksil >> -----END PGP SIGNATURE----- >> > > > -- John From lennart at karssen.org Fri Apr 18 04:15:53 2008 From: lennart at karssen.org (L.C. Karssen) Date: Fri, 18 Apr 2008 10:15:53 +0200 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> Message-ID: <1208506553.13956.6.camel@rubidium01> On Thu, 2008-04-17 at 22:28 -0400, Joseph Method wrote: > You mean, the rake task doesn't install to /usr/local/lib/site_ruby/? > /usr/share/alexandria does get overwritten, though, but that's mainly > artwork and gconf stuff. I guess this is related to bug #8658 http://rubyforge.org/tracker/index.php?func=detail&aid=8658&group_id=205&atid=863 (installing Alexandria without root access). Is there a way to install Alexandria in a user definable directory (something like PREFIX=)? I tried to run it from my SVN checkout, but that doesn't seem to work. It would be nice to fix this somehow. Lennart. > > On Thu, Apr 17, 2008 at 9:05 PM, Ophidian wrote: > > I was setting things up the other night to try and get a little more > > serious about learning Ruby and doing some Alexandria development, when > > I ran into a problem. > > > > My primary desktop runs Fedora; this is where I have my library and > > stable install of Alexandria. It appears that the .rpm file installs > > files to the exact same location as the Rakefile will. How do others > > avoid clobbering their stable install while testing? I'm perfectly > > willing to backup/clobber my ~/.alexandria directory while developing & > > testing, but the entire dev install seems a little messy to cleanup. Oh > > how I long for the days of yore when a tarball in /usr/local was all > > that was needed to install a program outside the package manager. > > > > Aaron > > -- > > "The goblins are in charge of maintenance? Why not just set it on fire > > now and call it a day?" > > --Whip Tongue, Viashino Technician > > _______________________________________________ > > Alexandria-list mailing list > > Alexandria-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/alexandria-list > > > > > -- ---------------------------------------------------- L.C. Karssen Utrecht The Netherlands lennart at karssen.org Stuur me aub geen Word of Powerpoint bestanden! Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html ---------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/alexandria-list/attachments/20080418/da29a78f/attachment.bin From ophidian at ophidian.homeip.net Fri Apr 18 11:18:40 2008 From: ophidian at ophidian.homeip.net (Aaron Clark) Date: Fri, 18 Apr 2008 11:18:40 -0400 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> Message-ID: <4808BBD0.9090207@ophidian.homeip.net> Joseph Method wrote: > You mean, the rake task doesn't install to /usr/local/lib/site_ruby/? > /usr/share/alexandria does get overwritten, though, but that's mainly > artwork and gconf stuff. The contents of my lib/alexandria/config.rb are: # This file is automatically generated by the AlexandriaBuild installer. # Do not edit it directly. module Alexandria module Config DATA_DIR = '/usr/share/alexandria' MAIN_DATA_DIR = DATA_DIR LIB_DIR = '/usr/lib/ruby/site_ruby/1.8' end end So somewhere in the build process it has decided on the same place that the .rpm goes to. There are indications in the build scripts that this can be modified but I wouldn't know where to begin. Frankly, I'd really like to have self-contained tree that I can tar up anyways. As an interpreted application, there's really no reason afaik for Alexandria to not run perfectly fine with all its files under a directory in user-space so long as its ruby system-dependencies are installed. Aaron P.S. Apologies on the different user names... different mail clients on different machines. I'll try and remember to remedy that tonight. From tristil at gmail.com Fri Apr 18 13:14:06 2008 From: tristil at gmail.com (Joseph Method) Date: Fri, 18 Apr 2008 13:14:06 -0400 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <4808BBD0.9090207@ophidian.homeip.net> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> <4808BBD0.9090207@ophidian.homeip.net> Message-ID: <167b6aa00804181014q2d3bc406p21fd0795a5f6e710@mail.gmail.com> > module Alexandria > module Config > DATA_DIR = '/usr/share/alexandria' > MAIN_DATA_DIR = DATA_DIR > LIB_DIR = '/usr/lib/ruby/site_ruby/1.8' > end > end > But after rake install the files don't end up in /usr/local/lib? That LIB_DIR directory doesn't get used for anything if you grep for it. My work pattern is edit a file in the source tree, sudo rake install, run alexandria. If we want to make alexandria runnable from the source tree, we have to make the require statements always use relative lookup. This is: require File.dirname(__FILE__) + '/directory/somefile' (or require 'directory/somefile'? For some reason I always use above syntax) instead of: require 'alexandria/somefile' -- -J. Method From cathal.alexandria at gnostai.org Fri Apr 18 17:17:28 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Fri, 18 Apr 2008 22:17:28 +0100 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <167b6aa00804181014q2d3bc406p21fd0795a5f6e710@mail.gmail.com> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> <4808BBD0.9090207@ophidian.homeip.net> <167b6aa00804181014q2d3bc406p21fd0795a5f6e710@mail.gmail.com> Message-ID: <20080418221728.58830859@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 18 Apr 2008 13:14:06 -0400 "Joseph Method" wrote: > My work pattern is edit a file in the source tree, sudo rake install, > run alexandria. If we want to make alexandria runnable from the source > tree, we have to make the require statements always use relative > lookup. This is: > Actually, for testing modifications the Ruby code itself, I do the following from the alexandria source directory: RUBYLIB=$PWD/lib ruby bin/alexandria This runs the local copy of the start script, and starts looking for the Alexandria code libraries in the local lib directory. This is very useful for most local changes in code. However, as mentioned above, this won't pick up local modifications to the various resources (such as icons, images, translations and Glade XML) but I imagine that changing the DATA_DIR in the generated config.rb might be the first step in figuring out a way around that (it's not that easy though, as 'rake install' actually collates a bunch of files from all over the source directory and places them correctly). - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFICQ/yfMAUnRdb+8oRAkPqAKDRU3nOm0pDotedCDINOT3dR/HvjgCdGO+g WAz4cPtDfq2j1oVmETnJBvY= =JA// -----END PGP SIGNATURE----- From tristil at gmail.com Fri Apr 18 17:43:53 2008 From: tristil at gmail.com (Joseph Method) Date: Fri, 18 Apr 2008 17:43:53 -0400 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <20080418221728.58830859@matilda> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> <4808BBD0.9090207@ophidian.homeip.net> <167b6aa00804181014q2d3bc406p21fd0795a5f6e710@mail.gmail.com> <20080418221728.58830859@matilda> Message-ID: <167b6aa00804181443m321eba2do6d9f1e1eba0c2fe6@mail.gmail.com> > Actually, for testing modifications the Ruby code itself, I do the > following from the alexandria source directory: > RUBYLIB=$PWD/lib ruby bin/alexandria > This runs the local copy of the start script, and starts looking for > the Alexandria code libraries in the local lib directory. This is very > useful for most local changes in code. That's nice. That could be checked in as a shell script. -- -J. Method From cathal.alexandria at gnostai.org Fri Apr 18 18:32:19 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Fri, 18 Apr 2008 23:32:19 +0100 Subject: [Alexandria-list] DevEnv setup In-Reply-To: <167b6aa00804181443m321eba2do6d9f1e1eba0c2fe6@mail.gmail.com> References: <4807F3D6.70305@ophidian.homeip.net> <167b6aa00804171928o6f54606an524e582187e399bc@mail.gmail.com> <4808BBD0.9090207@ophidian.homeip.net> <167b6aa00804181014q2d3bc406p21fd0795a5f6e710@mail.gmail.com> <20080418221728.58830859@matilda> <167b6aa00804181443m321eba2do6d9f1e1eba0c2fe6@mail.gmail.com> Message-ID: <20080418233219.643faf28@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 18 Apr 2008 17:43:53 -0400 "Joseph Method" wrote: > > RUBYLIB=$PWD/lib ruby bin/alexandria > > That's nice. That could be checked in as a shell script. Nah! It's at best a one-line-hack, using a well-understood teqnique. I could make a note of it in the docs I suppose. But it's too incomplete to warrant a script. (For example, I've often forgotten that this still picks up the old gettext .mo files in /usr/share/... , so it would be quite frustrating for developers if they thought this was the best way to run alexandria during development). The correct thing to do would be to figure out how to install the whole alexandria package to an arbitrary directory with scripts, ruby libs and resources working appropriately. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFICSF7fMAUnRdb+8oRAkSrAKCHmIp5ZGF39QSoFLZ4fd7IYI6mEgCcCp0+ f1J0LjODH3r9K+JQt5RB7/4= =RsYk -----END PGP SIGNATURE----- From kelvin at mbmn.net Sat Apr 26 14:35:36 2008 From: kelvin at mbmn.net (Kelvin Gardiner) Date: Sat, 26 Apr 2008 19:35:36 +0100 Subject: [Alexandria-list] Bug [#18623] Crash when loading of library is interrupted Message-ID: <481375F8.6050900@mbmn.net> Hi, I started using Alexandria a couple of weeks ago. I keep forgetting to allow my library to finish loading before clicking on a smart library, the result of which is a crash (as report in bug [#18623] Crash when loading of library is interrupted on Rubyforge). I have patched the code to disable library_listview while a library / smart library is loaded. I can send a patch file so this can be added to the current development code. Regards, Kelvin Gardiner From tristil at gmail.com Sat Apr 26 19:25:20 2008 From: tristil at gmail.com (Joseph Method) Date: Sat, 26 Apr 2008 19:25:20 -0400 Subject: [Alexandria-list] Bug [#18623] Crash when loading of library is interrupted In-Reply-To: <481375F8.6050900@mbmn.net> References: <481375F8.6050900@mbmn.net> Message-ID: <167b6aa00804261625ie2842a5kedf9e10d736e86da@mail.gmail.com> Sounds good. You can send the patch to me directly (or to the list, I think), add it to the bug report (I'll see it) or you can give me a Rubyforge username and I can give you commit rights. On Sat, Apr 26, 2008 at 2:35 PM, Kelvin Gardiner wrote: > Hi, > > I started using Alexandria a couple of weeks ago. I keep forgetting to > allow my library to finish loading before clicking on a smart library, the > result of which is a crash (as report in bug [#18623] Crash when loading of > library is interrupted on Rubyforge). > > I have patched the code to disable library_listview while a library / smart > library is loaded. I can send a patch file so this can be added to the > current development code. > > Regards, > Kelvin Gardiner > _______________________________________________ > Alexandria-list mailing list > Alexandria-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/alexandria-list > -- -J. Method From girish at hri.res.in Mon Apr 28 02:37:44 2008 From: girish at hri.res.in (Girish Kulkarni) Date: Mon, 28 Apr 2008 12:07:44 +0530 Subject: [Alexandria-list] Alexandria and Pango Message-ID: <8a2141c0804272337q76e067dek722473718727736d@mail.gmail.com> I started using Alexandria 0.6.3 on Ubuntu 8.04 after upgrading from Ubuntu 7.10 the day before. There is a problem however: this new version of Alexandria seems to have trouble with Pango. Some book entries in my library are in Marathi and Hindi. These languages are written in the devanagari script, and correct rendering of ligatures in unicode devanagari require Pango. Alexandria 0.6.3 gives the following error while loading devanagari entries from my library: /usr/lib/ruby/1.8/gettext.rb: line 154 Pango-WARNING **:Invalid UTF-8 string passed to pango_layout_set_text() Further, when I click on any of the devanagari entries in, Alexandria spews a lot of messages at the terminal, and crashes. The whole session is as shown in the attached file. This did not happen in the earlier version of Alexandria. There are no crashes when I click on other entries. What could be wrong? Something wrong with the pango (v1.6.0) that comes with Ubuntu's new version? Any help appreciated. Thanks, Girish. From girish at hri.res.in Mon Apr 28 02:39:59 2008 From: girish at hri.res.in (Girish Kulkarni) Date: Mon, 28 Apr 2008 12:09:59 +0530 Subject: [Alexandria-list] Alexandria and Pango In-Reply-To: <8a2141c0804272337q76e067dek722473718727736d@mail.gmail.com> References: <8a2141c0804272337q76e067dek722473718727736d@mail.gmail.com> Message-ID: <8a2141c0804272339r56c314b3n559579ed86c01aa5@mail.gmail.com> Sorry, I forgot to attach the text file. Apologies, Girish. On Mon, Apr 28, 2008 at 12:07 PM, Girish Kulkarni wrote: > I started using Alexandria 0.6.3 on Ubuntu 8.04 after upgrading from > Ubuntu 7.10 the day before. There is a problem however: this new > version of Alexandria seems to have trouble with Pango. > > Some book entries in my library are in Marathi and Hindi. These > languages are written in the devanagari script, and correct rendering > of ligatures in unicode devanagari require Pango. Alexandria 0.6.3 > gives the following error while loading devanagari entries from my > library: > > /usr/lib/ruby/1.8/gettext.rb: line 154 > Pango-WARNING **:Invalid UTF-8 string passed to pango_layout_set_text() > > Further, when I click on any of the devanagari entries in, Alexandria > spews a lot of messages at the terminal, and crashes. The whole > session is as shown in the attached file. This did not happen in the > earlier version of Alexandria. There are no crashes when I click on > other entries. > > What could be wrong? Something wrong with the pango (v1.6.0) that > comes with Ubuntu's new version? Any help appreciated. -- Girish Kulkarni - Allahabad, India - http://girish.50webs.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: alexandria-error.txt URL: From cathal.alexandria at gnostai.org Mon Apr 28 23:19:56 2008 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Tue, 29 Apr 2008 04:19:56 +0100 Subject: [Alexandria-list] Alexandria and Pango In-Reply-To: <8a2141c0804272339r56c314b3n559579ed86c01aa5@mail.gmail.com> References: <8a2141c0804272337q76e067dek722473718727736d@mail.gmail.com> <8a2141c0804272339r56c314b3n559579ed86c01aa5@mail.gmail.com> Message-ID: <20080429041956.76b346d8@matilda> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 28 Apr 2008 12:09:59 +0530 "Girish Kulkarni" wrote: Hi Girish, glad to see you're still sticking with Alexandria even though development is in the doldrums again. > On Mon, Apr 28, 2008 at 12:07 PM, Girish Kulkarni wrote: > > I started using Alexandria 0.6.3 on Ubuntu 8.04 after upgrading from > > Ubuntu 7.10 the day before. There is a problem however: this new > > version of Alexandria seems to have trouble with Pango. > > > > Some book entries in my library are in Marathi and Hindi. These > > languages are written in the devanagari script, and correct > > rendering of ligatures in unicode devanagari require Pango. > > Alexandria 0.6.3 gives the following error while loading devanagari > > entries from my library: > > > > /usr/lib/ruby/1.8/gettext.rb: line 154 > > Pango-WARNING **:Invalid UTF-8 string passed to > > pango_layout_set_text() > > In the past, I've noticed that Pango errors of this sort are usually due to the wrong locale setting, i.e. one without UTF-8 support, such as LANG=xx_YY instead of LANG=xx_YY.utf8 > > Further, when I click on any of the devanagari entries in, > > Alexandria spews a lot of messages at the terminal, and crashes. > > The whole session is as shown in the attached file. This did not > > happen in the earlier version of Alexandria. There are no crashes > > when I click on other entries. > > This could be related to [#19555] "Books without ISBN numbers can't be edited", which in turn might relate to #18308. I'm guessing that many of your Marathi and Hindi titles don't have ISBNs entered, whereas the English titles do. > > What could be wrong? Something wrong with the pango (v1.6.0) that > > comes with Ubuntu's new version? Any help appreciated. > I've no idea about the root cause of this, since I haven't been spending much time on Alexandria of late, but there was clearly a regression somewhere along the line, and handling of books without ISBNs was somehow broken. On a positive note, I can't reproduce #18308 or #19555 with the current SVN, so whatever the problem was, it might be fixed (for the moment). (How's *that* for optimism!!) - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iD8DBQFIFpPkfMAUnRdb+8oRAiZNAKC0tNMIgvKCcpjsZ+i3PxKKPQ/YWgCgo+61 FSTod8eq0ggjYwh/k/Up/EM= =dcRF -----END PGP SIGNATURE----- From lennart at karssen.org Wed Apr 30 11:23:23 2008 From: lennart at karssen.org (L.C. Karssen) Date: Wed, 30 Apr 2008 17:23:23 +0200 Subject: [Alexandria-list] wiki.alexandria-projects down? Message-ID: <1209569003.7705.12.camel@barabas.karssen.org> I just noticed that wiki.alexandria-projects.org is 'down'. Well, not completely, but it only shows the "It works!" message. Does anyone have access to that server? Lennart. -- ---------------------------------------------------- L.C. Karssen Utrecht The Netherlands lennart at karssen.org http://www.karssen.org Stuur me aub geen Word of Powerpoint bestanden! Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html ---------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From tristil at gmail.com Wed Apr 30 22:40:32 2008 From: tristil at gmail.com (Joseph Method) Date: Wed, 30 Apr 2008 22:40:32 -0400 Subject: [Alexandria-list] Bug [#18623] Crash when loading of library is interrupted In-Reply-To: <48159968.6000303@mbmn.net> References: <481375F8.6050900@mbmn.net> <167b6aa00804261625ie2842a5kedf9e10d736e86da@mail.gmail.com> <48159968.6000303@mbmn.net> Message-ID: <167b6aa00804301940t19fda9a2h3d3541168061a787@mail.gmail.com> Hi Kelvin, Long turnaround but I committed both patches just now. On Mon, Apr 28, 2008 at 5:31 AM, Kelvin Gardiner wrote: > Hi, > > I've attached two patches. The one I mentioned before and a second to to > solve bug [#8951] Now books without isbn, searched from a provider, don't > work. The second patch sets @book.isbn to "" instead of nil in > book_properties_dialog. The nil value caused .to_yaml to crash in the > library.save function of library.rb. > > Regards, > Kelvin Gardiner > > > > Joseph Method wrote: > > > Sounds good. You can send the patch to me directly (or to the list, I > > think), add it to the bug report (I'll see it) or you can give me a > > Rubyforge username and I can give you commit rights. > > > > On Sat, Apr 26, 2008 at 2:35 PM, Kelvin Gardiner wrote: > > > > > > > Hi, > > > > > > I started using Alexandria a couple of weeks ago. I keep forgetting to > > > allow my library to finish loading before clicking on a smart library, > the > > > result of which is a crash (as report in bug [#18623] Crash when loading > of > > > library is interrupted on Rubyforge). > > > > > > I have patched the code to disable library_listview while a library / > smart > > > library is loaded. I can send a patch file so this can be added to the > > > current development code. > > > > > > Regards, > > > Kelvin Gardiner > > > _______________________________________________ > > > Alexandria-list mailing list > > > Alexandria-list at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/alexandria-list > > > > > > > > > > > > > > > > > > > > > -- -J. Method