From senor.j.onion at gmail.com Fri Dec 1 03:54:07 2006 From: senor.j.onion at gmail.com (=?ISO-8859-1?Q?Se=F1or_J._Onion?=) Date: Fri, 1 Dec 2006 10:54:07 +0200 Subject: [typo] Typo 4.x and acts_as_searchable Message-ID: Hi this is weird, and don't know how to debug. I had an old Typo installation. I upgraded it recently to 4.x. In both I have acts_as_searchable on my Content model. The old one starts up fine, the new one fails starting on WEBrick, with a 'method_missing' error on acts_as_searchable in my Content model??? Why - when I start the new Typo, does it even look at the Content model? On the old one, I can say acts_as_whatever_trevor and it doesn't fire an error when I start up WEBrick ... I've added acts_as_searchable specifically to my environment.rb file (path and require), but makes no difference. As I said - all I did was upgrade my exisiting installtion to 4.x. Why can't the new Content model 'see' acts_as_searchabel, and why is it even wanting to when I start up WEBrick??? Any help ... pelase. It's driving me insane. Joerg From warnero at gmail.com Fri Dec 1 12:28:28 2006 From: warnero at gmail.com (Warner Onstine) Date: Fri, 1 Dec 2006 10:28:28 -0700 Subject: [typo] trying to use proxy on apache 2.0 In-Reply-To: References: Message-ID: Ok, so I got this working (was missing more proxy modules), but now my images aren't loading, but the stylesheet is. What am I supposed to put in the canonical server url box? -warner On 11/30/06, Warner Onstine wrote: > No, I didn't do that originally, but I have now and I can hit > myserver.com:4997/blog, but hitting myserver.com/blog still returns a > 403. > > -warner > > On 11/30/06, Steve Lenti wrote: > > On 11/30/06, Warner Onstine wrote: > > > Hi all, > > > After getting things setup I'm having some issues setting up the proxy > > > stuff. Since I didn't want to setup a virtual host for my blog I > > > decided to set up my proxying like this: > > > > > > ProxyRequests Off > > > > > > Order deny,allow > > > Allow from all > > > > > > > > > ProxyPass /blog http://localhost:4997 > > > ProxyPassReverse /blog http://localhost:4997 > > > ProxyPreserveHost On > > > > > > but, when I hit my /blog directory I get a 403 forbidden message. Any > > > ideas on what I'm not setting up correctly? > > > > > > I did do some searching through the archives and there is a link to a > > > tutorial on the ror wiki that is down right now. > > > > > > Did you do > > typo config blog url-prefix=/blog > > > > if you did then you need ... > > > > ProxyPass /blog http://localhost:4997/blog > > ProxyPassReverse /blog http://localhost:4997/blog > > > > -Steve > > http://youdummy.net/blog > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > From mikemondragon at gmail.com Fri Dec 1 14:49:00 2006 From: mikemondragon at gmail.com (Mike Mondragon) Date: Fri, 1 Dec 2006 11:49:00 -0800 Subject: [typo] trying to use proxy on apache 2.0 In-Reply-To: References: Message-ID: <967d3b9a0612011149md8d025bk1d46f58773389fda@mail.gmail.com> fyi: Typo 4.0 + Apache2 + MySQL + Gentoo http://mondragon.cc/blog/articles/2006/10/24/typo-4-0-apache2-mysql-gentoo -- Mike Mondragon http://mondragon.cc/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061201/2c946466/attachment.html From leon at barrettnexus.com Fri Dec 1 14:44:07 2006 From: leon at barrettnexus.com (Leon Barrett) Date: Fri, 01 Dec 2006 11:44:07 -0800 Subject: [typo] hosting Message-ID: <1165002247.28844.16.camel@caesar> Sorry to ask a common question, but with the Typo Trac down, I can't look up the standard answers. My wife is fed up with how slowly my home computer runs as a webhost, so I'd like to buy some sort of hosting. Dreamhost sounds almost perfect (except no PostgreSQL), but looking through old forums, it seems that DreamHost has been unreliable for Typo in the past. Does anyone have Dreamhost success stories, or should I look elsewhere? Thank you very much. -- Leon Barrett http://leon.barrettnexus.com/ leon at barrettnexus.com home: 510-665-5428 cell: 217-257-4163 1932 Hearst Ave. Apt. F Berkeley, CA 94709 -------------- 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/typo-list/attachments/20061201/cbea7e4b/attachment.bin From warnero at gmail.com Fri Dec 1 15:09:55 2006 From: warnero at gmail.com (Warner Onstine) Date: Fri, 1 Dec 2006 13:09:55 -0700 Subject: [typo] convert from blosxom? Message-ID: Just curious if anyone had a blosxom convert script. I found an old one that no longer works (which I'm trying to debug now). I can't do an rss feed as blosxom is currently hosed on my system so I need to convert from the existing entries. -warner From meta at pobox.com Fri Dec 1 15:20:30 2006 From: meta at pobox.com (mathew) Date: Fri, 1 Dec 2006 14:20:30 -0600 Subject: [typo] convert from blosxom? In-Reply-To: References: Message-ID: <7eeceb440612011220q736ffec0n54b0f3f5bd8c88ed@mail.gmail.com> On 12/1/06, Warner Onstine wrote: > Just curious if anyone had a blosxom convert script. I still have mine. However, the schema has no doubt changed a lot since I wrote it. mathew -- From warnero at gmail.com Fri Dec 1 15:57:11 2006 From: warnero at gmail.com (Warner Onstine) Date: Fri, 1 Dec 2006 13:57:11 -0700 Subject: [typo] convert from blosxom? In-Reply-To: <7eeceb440612011220q736ffec0n54b0f3f5bd8c88ed@mail.gmail.com> References: <7eeceb440612011220q736ffec0n54b0f3f5bd8c88ed@mail.gmail.com> Message-ID: That would be great at least it would be another script to look at. -warner On 12/1/06, mathew wrote: > On 12/1/06, Warner Onstine wrote: > > Just curious if anyone had a blosxom convert script. > > I still have mine. However, the schema has no doubt changed a lot > since I wrote it. > > > mathew > -- > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From qeantk at gmail.com Fri Dec 1 18:58:19 2006 From: qeantk at gmail.com (Tim Connor) Date: Fri, 1 Dec 2006 23:58:19 +0000 (UTC) Subject: [typo] hosting References: <1165002247.28844.16.camel@caesar> Message-ID: Definitely not Dreamhost. It's definitely still problematic: http://www.timocracy.com/articles/tag/dreamhost From kevin at sb.org Sat Dec 2 01:38:05 2006 From: kevin at sb.org (Kevin Ballard) Date: Sat, 2 Dec 2006 01:38:05 -0500 Subject: [typo] hosting In-Reply-To: References: <1165002247.28844.16.camel@caesar> Message-ID: <24ECA2DF-B678-4CE2-B7CD-9208CC804046@sb.org> I use Dreamhost, although I ended up installing my own custom ruby + rails. It's pretty decent, although not perfect. I've heard good things about TextDrive. And Planet Argon (the hosts of typosphere.org, although note that they're not responsible for trac being down) is also supposed to be good. They used to offer a really cheap Typo hosting plan (i.e. just Typo, that's it), but it appears that's been discontinued. That said, they still offer generic ruby on rails hosting, in addition to other more conventional plans. On Dec 1, 2006, at 6:58 PM, Tim Connor wrote: > Definitely not Dreamhost. It's definitely still problematic: > http://www.timocracy.com/articles/tag/dreamhost -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061202/884f2d15/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061202/884f2d15/attachment.bin From qeantk at gmail.com Sat Dec 2 02:10:26 2006 From: qeantk at gmail.com (Tim Connor) Date: Sat, 2 Dec 2006 07:10:26 +0000 (UTC) Subject: [typo] hosting References: <1165002247.28844.16.camel@caesar> <24ECA2DF-B678-4CE2-B7CD-9208CC804046@sb.org> Message-ID: Do you run any type of monitoring software against it? While I realize most people's blogs aren't mission critical, once I started testing out heartbeat, I realized how undependable it really was being. I get numerous emails every day switching from up to down to back up. From rheotaxis at gmail.com Sat Dec 2 02:21:32 2006 From: rheotaxis at gmail.com (Bruce Thomas) Date: Fri, 1 Dec 2006 23:21:32 -0800 Subject: [typo] hosting In-Reply-To: <1165002247.28844.16.camel@caesar> References: <1165002247.28844.16.camel@caesar> Message-ID: Hi Leon, I've been on Rails Playground since last year, and it is great deal for $60/year. Lots of features, and very quick support. FYI my blog http://blog.railsgis.com Bruce Thomas On 12/1/06, Leon Barrett wrote: > Sorry to ask a common question, but with the Typo Trac down, I can't > look up the standard answers. My wife is fed up with how slowly my home > computer runs as a webhost, so I'd like to buy some sort of hosting. > Dreamhost sounds almost perfect (except no PostgreSQL), but looking > through old forums, it seems that DreamHost has been unreliable for Typo > in the past. Does anyone have Dreamhost success stories, or should I > look elsewhere? > > Thank you very much. > -- > Leon Barrett > http://leon.barrettnexus.com/ > leon at barrettnexus.com > home: 510-665-5428 > cell: 217-257-4163 > 1932 Hearst Ave. Apt. F > Berkeley, CA 94709 > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061201/d75cc099/attachment.html From linda-list at i-sol.biz Sat Dec 2 06:10:51 2006 From: linda-list at i-sol.biz (Linda Derezinski) Date: Sat, 2 Dec 2006 06:10:51 -0500 Subject: [typo] hosting In-Reply-To: <1165002247.28844.16.camel@caesar> Message-ID: <000001c71602$877054a0$0301000a@Aruba> I am very happy with TextDrive. -Linda -----Original Message----- From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Leon Barrett Sent: Friday, December 01, 2006 2:44 PM To: typo-list at rubyforge.org Subject: [typo] hosting Sorry to ask a common question, but with the Typo Trac down, I can't look up the standard answers. My wife is fed up with how slowly my home computer runs as a webhost, so I'd like to buy some sort of hosting. Dreamhost sounds almost perfect (except no PostgreSQL), but looking through old forums, it seems that DreamHost has been unreliable for Typo in the past. Does anyone have Dreamhost success stories, or should I look elsewhere? Thank you very much. -- Leon Barrett http://leon.barrettnexus.com/ leon at barrettnexus.com home: 510-665-5428 cell: 217-257-4163 1932 Hearst Ave. Apt. F Berkeley, CA 94709 From aja at si.on.ca Sat Dec 2 08:27:28 2006 From: aja at si.on.ca (Anton J Aylward) Date: Sat, 02 Dec 2006 08:27:28 -0500 Subject: [typo] hosting In-Reply-To: <24ECA2DF-B678-4CE2-B7CD-9208CC804046@sb.org> References: <1165002247.28844.16.camel@caesar> <24ECA2DF-B678-4CE2-B7CD-9208CC804046@sb.org> Message-ID: <45717F40.4050809@si.on.ca> Kevin Ballard wrote: > I use Dreamhost, although I ended up installing my own custom ruby + > rails. It's pretty decent, although not perfect. > Same here. The Typo 4.0.3 that I downloaded and untared needed a later version of ruby than Drreamhost had i their /usr/bin and /usr/lib, so I also installed a custom ruby + rails. Most of the problems I had arose from my lack of experience in setting up and configuring that - environment settings and the like. -- Anton Aylward From wildwildwes at gmail.com Sat Dec 2 14:17:50 2006 From: wildwildwes at gmail.com (Wes Moxam) Date: Sat, 2 Dec 2006 14:17:50 -0500 Subject: [typo] hosting In-Reply-To: <000001c71602$877054a0$0301000a@Aruba> References: <1165002247.28844.16.camel@caesar> <000001c71602$877054a0$0301000a@Aruba> Message-ID: <1447a5020612021117r48ca5a44rc513573e235f9483@mail.gmail.com> I am very unhappy with textdrive (see my post on this: http://blog.viarails.net/articles/show/8) and am looking for a replacement. You might notice that I'm no longer running Typo because it was constantly being killed due to ram restrictions (more current versions of typo may have fixed this). When I switch hosts I will likely switch back to Typo. These guys (http://highspeedrails.com/) seem to be good, but they are currently sold out. :( -- Wes On 12/2/06, Linda Derezinski wrote: > > I am very happy with TextDrive. > > -Linda > > -----Original Message----- > From: typo-list-bounces at rubyforge.org > [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Leon Barrett > Sent: Friday, December 01, 2006 2:44 PM > To: typo-list at rubyforge.org > Subject: [typo] hosting > > Sorry to ask a common question, but with the Typo Trac down, I can't > look up the standard answers. My wife is fed up with how slowly my home > computer runs as a webhost, so I'd like to buy some sort of hosting. > Dreamhost sounds almost perfect (except no PostgreSQL), but looking > through old forums, it seems that DreamHost has been unreliable for Typo > in the past. Does anyone have Dreamhost success stories, or should I > look elsewhere? > > Thank you very much. > -- > Leon Barrett > http://leon.barrettnexus.com/ > leon at barrettnexus.com > home: 510-665-5428 > cell: 217-257-4163 > 1932 Hearst Ave. Apt. F > Berkeley, CA 94709 > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061202/ab9394be/attachment.html From leon at barrettnexus.com Sat Dec 2 16:51:57 2006 From: leon at barrettnexus.com (Leon Barrett) Date: Sat, 02 Dec 2006 13:51:57 -0800 Subject: [typo] hosting In-Reply-To: <1447a5020612021117r48ca5a44rc513573e235f9483@mail.gmail.com> References: <1165002247.28844.16.camel@caesar> <000001c71602$877054a0$0301000a@Aruba> <1447a5020612021117r48ca5a44rc513573e235f9483@mail.gmail.com> Message-ID: <1165096317.23339.14.camel@caesar> Thank you all for your suggestions and help. It looks like things are mixed, so I'll test out DreamHost (it has other features I like, such as a Jabber server and enough disk space for all my 8 GB of high-resolution photographs to be available online). They offer a money-back guarantee, so if it doesn't work out, I'll try one of your recommendations. I'll let you know how successful I am with DreamHost. Thanks for your input. On Sat, 2006-12-02 at 14:17 -0500, Wes Moxam wrote: > I am very unhappy with textdrive (see my post on this: > http://blog.viarails.net/articles/show/8) and am looking for a > replacement. You might notice that I'm no longer running Typo because > it was constantly being killed due to ram restrictions (more current > versions of typo may have fixed this). When I switch hosts I will > likely switch back to Typo. > > These guys (http://highspeedrails.com/) seem to be good, but they are > currently sold out. :( > > -- Wes > > On 12/2/06, Linda Derezinski wrote: > I am very happy with TextDrive. > > -Linda > > -----Original Message----- > From: typo-list-bounces at rubyforge.org > [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Leon > Barrett > Sent: Friday, December 01, 2006 2:44 PM > To: typo-list at rubyforge.org > Subject: [typo] hosting > > Sorry to ask a common question, but with the Typo Trac down, I > can't > look up the standard answers. My wife is fed up with how > slowly my home > computer runs as a webhost, so I'd like to buy some sort of > hosting. > Dreamhost sounds almost perfect (except no PostgreSQL), but > looking > through old forums, it seems that DreamHost has been > unreliable for Typo > in the past. Does anyone have Dreamhost success stories, or > should I > look elsewhere? > > Thank you very much. > -- > Leon Barrett > http://leon.barrettnexus.com/ > leon at barrettnexus.com > home: 510-665-5428 > cell: 217-257-4163 > 1932 Hearst Ave. Apt. F > Berkeley, CA 94709 > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Leon Barrett http://leon.barrettnexus.com/ leon at barrettnexus.com home: 510-665-5428 cell: 217-257-4163 1932 Hearst Ave. Apt. F Berkeley, CA 94709 -------------- 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/typo-list/attachments/20061202/70f69d5d/attachment-0001.bin From josh at hasmanythrough.com Sat Dec 2 17:07:03 2006 From: josh at hasmanythrough.com (Josh Susser) Date: Sat, 2 Dec 2006 14:07:03 -0800 Subject: [typo] hosting In-Reply-To: <1165096317.23339.14.camel@caesar> References: <1165002247.28844.16.camel@caesar> <000001c71602$877054a0$0301000a@Aruba> <1447a5020612021117r48ca5a44rc513573e235f9483@mail.gmail.com> <1165096317.23339.14.camel@caesar> Message-ID: <100609B4-5535-437E-B671-58BBEAE94CB1@hasmanythrough.com> I've had decent results with DreamHost. By the way, if you want to save some $$ when you sign up, you can use my referrer code of RAILS4PRAG. Saves you $50 when you sign up on an annual plan (and I get a few $ too, which helps keep my blog going.) --josh On Dec 2, 2006, at 1:51 PM, Leon Barrett wrote: > Thank you all for your suggestions and help. It looks like things are > mixed, so I'll test out DreamHost (it has other features I like, > such as > a Jabber server and enough disk space for all my 8 GB of high- > resolution > photographs to be available online). They offer a money-back > guarantee, > so if it doesn't work out, I'll try one of your recommendations. > > I'll let you know how successful I am with DreamHost. Thanks for your > input. > > On Sat, 2006-12-02 at 14:17 -0500, Wes Moxam wrote: >> I am very unhappy with textdrive (see my post on this: >> http://blog.viarails.net/articles/show/8) and am looking for a >> replacement. You might notice that I'm no longer running Typo because >> it was constantly being killed due to ram restrictions (more current >> versions of typo may have fixed this). When I switch hosts I will >> likely switch back to Typo. >> >> These guys (http://highspeedrails.com/) seem to be good, but they are >> currently sold out. :( >> >> -- Wes >> >> On 12/2/06, Linda Derezinski wrote: >> I am very happy with TextDrive. >> >> -Linda >> >> -----Original Message----- >> From: typo-list-bounces at rubyforge.org >> [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Leon >> Barrett >> Sent: Friday, December 01, 2006 2:44 PM >> To: typo-list at rubyforge.org >> Subject: [typo] hosting >> >> Sorry to ask a common question, but with the Typo Trac >> down, I >> can't >> look up the standard answers. My wife is fed up with how >> slowly my home >> computer runs as a webhost, so I'd like to buy some sort of >> hosting. >> Dreamhost sounds almost perfect (except no PostgreSQL), but >> looking >> through old forums, it seems that DreamHost has been >> unreliable for Typo >> in the past. Does anyone have Dreamhost success stories, or >> should I >> look elsewhere? >> >> Thank you very much. >> -- >> Leon Barrett >> http://leon.barrettnexus.com/ >> leon at barrettnexus.com >> home: 510-665-5428 >> cell: 217-257-4163 >> 1932 Hearst Ave. Apt. F >> Berkeley, CA 94709 >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > -- > Leon Barrett > http://leon.barrettnexus.com/ > leon at barrettnexus.com > home: 510-665-5428 > cell: 217-257-4163 > 1932 Hearst Ave. Apt. F > Berkeley, CA 94709 > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Josh Susser http://blog.hasmanythrough.com From pdcawley at bofh.org.uk Sun Dec 3 18:30:00 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sun, 03 Dec 2006 23:30:00 +0000 Subject: [typo] Typo 4.x and acts_as_searchable In-Reply-To: (=?iso-8859-1?Q?Se=F1or?= J. Onion's message of "Fri, 1 Dec 2006 10:54:07 +0200") References: Message-ID: "Se?or J. Onion" writes: > Hi this is weird, and don't know how to debug. > > I had an old Typo installation. I upgraded it recently to 4.x. In both > I have acts_as_searchable on my Content model. > > The old one starts up fine, the new one fails starting on WEBrick, > with a 'method_missing' error on acts_as_searchable in my Content > model??? > > Why - when I start the new Typo, does it even look at the Content > model? On the old one, I can say acts_as_whatever_trevor and it > doesn't fire an error when I start up WEBrick ... > > I've added acts_as_searchable specifically to my environment.rb file > (path and require), but makes no difference. > > As I said - all I did was upgrade my exisiting installtion to 4.x. Why > can't the new Content model 'see' acts_as_searchabel, and why is it > even wanting to when I start up WEBrick??? > > Any help ... pelase. It's driving me insane. It's a Rails bug. The problem is that a couple of observers, which observe Content models get installed before plugins get loaded. The observers force content.rb to get loaded before support for acts_as_searchable is loaded, and you're screwed. I believe it's fixed in the latest Rails 1.2 release candidate and on the edge, so if you go up to edge typo you should find it starts working again. -- Piers Cawley http://www.bofh.org.uk/ From lists at holsman.net Tue Dec 5 04:03:46 2006 From: lists at holsman.net (Ian Holsman) Date: Tue, 5 Dec 2006 20:03:46 +1100 Subject: [typo] XML feeds in the SVN:Head not working Message-ID: Hi guys I just upgraded my typo install, and all of a sudden RSS feeds aren't working an example of the trace I see is: Processing ApplicationController#feed (for 69.94.134.68 at 2006-12-05 09:00:55) [GET] Session ID: f297f18129c606b80cc3ea410b12a60c Parameters: {"format"=>"rss", "type"=>"tag", "action"=>"feed", "id"=>"django", "controller"=>"xml"} NameError (uninitialized constant XmlController): /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:263:in `load_missing_constant' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:446:in `const_missing' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:458:in `const_missing' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/inflector.rb:162:in `constantize' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/core_ext/string/inflections.rb:148:in `constantize' /vendor/rails/actionpack/lib/action_controller/routing.rb: 1258:in `recognize' /vendor/rails/railties/lib/dispatcher.rb:40:in `dispatch' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ rails.rb:84:in `process' /usr/lib/ruby/1.8/sync.rb:229:in `synchronize' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ rails.rb:83:in `process' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 580:in `process_client' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 579:in `process_client' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 686:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 686:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 673:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ configurator.rb:267:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ configurator.rb:266:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails: 127:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ command.rb:211:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231 /usr/bin/mongrel_rails:18 any hints? regards Ian. -- Ian Holsman Ian at Holsman.net http://parent-chatter.com -- what do parents know? -- Ian Holsman Ian at Holsman.net http://VC-chat.com It's what the VC's talk about From neuro at 7el.net Tue Dec 5 04:01:03 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Tue, 5 Dec 2006 10:01:03 +0100 Subject: [typo] Some basic SEO for typo blogs Message-ID: Hi list, I was working on my typo blog yesterday evening and noticed 2 little things that may help typo blogs to be better referenced 1/ in the field, put the post title before the blog title. You just need to replace the page_title function in app/helpers/ articles_helper.rb by def page_title if @page_title # this is where the page title prefix (string) should go @page_title + " - " + (this_blog.title_prefix ? "# {this_blog.blog_name || "Typo"}" : '') else this_blog.blog_name || "Typo" end end The second one is to add the categories and archives as links in the header : ... same for categories And I was too lazy to dive in the code yet. Cheers, Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From kevin at sb.org Tue Dec 5 09:29:48 2006 From: kevin at sb.org (Kevin Ballard) Date: Tue, 5 Dec 2006 09:29:48 -0500 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: References: Message-ID: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> Interesting. What did you upgrade to? Latest SVN version? I haven't upgraded my production install to latest yet because I'm a bit worried about dealing with Rails 1.2 RC on dreamhost, but I have noticed with my current install that I wasn't seeing the recent comments in my feed. However, I didn't notice any exceptions in my log, so I figured it was related to the general spam state machine wonkiness I've been experiencing (if an item doesn't get marked as Spam, it ends up as Unclassified rather than Ham). In any case, if you can tell me what specifically you upgraded to, I can go looking into it. On Dec 5, 2006, at 4:03 AM, Ian Holsman wrote: > Hi guys > I just upgraded my typo install, and all of a sudden RSS feeds aren't > working > > an example of the trace I see is: > > Processing ApplicationController#feed (for 69.94.134.68 at 2006-12-05 > 09:00:55) [GET] > Session ID: f297f18129c606b80cc3ea410b12a60c > Parameters: {"format"=>"rss", "type"=>"tag", "action"=>"feed", > "id"=>"django", "controller"=>"xml"} > > > NameError (uninitialized constant XmlController): [snip] -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061205/4ffcd581/attachment.html From kevin at sb.org Tue Dec 5 09:31:33 2006 From: kevin at sb.org (Kevin Ballard) Date: Tue, 5 Dec 2006 09:31:33 -0500 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: Message-ID: Do either of these things actually *work* for SEO? Usually the conventional wisdom about SEO is wrong, and the stuff that goes into the head tag is getting less and less important. IIRC it seems the best thing to do is simply have valid HTML markup, with proper tag hierarchy (i.e. header tags followed by contents). If "post - blog" is better than "blog - post", why do so many sites use the latter? And putting all categories and archives into the header seems a bit excessive - that would be adding 20 lines to my header tag, and again, does it actually *do* anything? On Dec 5, 2006, at 4:01 AM, Frederic de Villamil wrote: > I was working on my typo blog yesterday evening and noticed 2 little > things that may help typo blogs to be better referenced > > 1/ in the field, put the post title before the blog > title. > > You just need to replace the page_title function in app/helpers/ > articles_helper.rb by > > def page_title > if @page_title > # this is where the page title prefix (string) should go > @page_title + " - " + (this_blog.title_prefix ? "# > {this_blog.blog_name || "Typo"}" : '') > else > this_blog.blog_name || "Typo" > end > end > > The second one is to add the categories and archives as links in the > header : > > > ... same for categories > > And I was too lazy to dive in the code yet. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061205/563aec43/attachment-0001.html From aja at si.on.ca Tue Dec 5 11:12:11 2006 From: aja at si.on.ca (Anton J Aylward) Date: Tue, 05 Dec 2006 11:12:11 -0500 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: Message-ID: <45759A5B.8090003@si.on.ca> Kevin Ballard wrote: > Do either of these things actually *work* for SEO? Usually the > conventional wisdom about SEO is wrong, and the stuff that goes into the > head tag is getting less and less important. IIRC it seems the best > thing to do is simply have valid HTML markup, with proper tag hierarchy > (i.e. header tags followed by contents). > > If "post - blog" is better than "blog - post", why do so many sites use > the latter? > > And putting all categories and archives into the header seems a bit > excessive - that would be adding 20 lines to my header tag, and again, > does it actually *do* anything? I'm glad to see this for Typo. The answer to your question ... well, I can't speak for the world but I can speak for myself. When I made these changes to my WordPress based Blog the links and amount of google and other search engine references did increase. Why do many sites use "blogname - post" rather than prioritize the title of the post? Perhaps because they haven;'t added the plug in to change it and that's the default 'out of the box' or supplied by the hosting provider and hence can't be changed. As for putting the archive links in the header, this seems a default with some WordPress themes. It may seem a bit self referential, but once again, speaking from my own experience, when I changed my WordPress based blog to use this, the search engines seemed to reference my blog a lot more. One way to tell - I got a lot more spam! -- Anton Aylward http://emergence.antonaylward.com - Emergent Properties From warnero at gmail.com Tue Dec 5 11:19:19 2006 From: warnero at gmail.com (Warner Onstine) Date: Tue, 5 Dec 2006 09:19:19 -0700 Subject: [typo] disappearing titles? Message-ID: Hi all, I recently switched my blog to a new theme and my h1 and h2 headers are either disappearing or aren't showing up at all: http://warneronstine.com/blog The blog title actually shows up for a second the first time I load the page and then disappears, the blog entries on the other hand don't even show. I know it's loading all the stylesheets and I've tried this on FireFox and Safari. Anyone have any ideas? -warner From dom at happygiraffe.net Tue Dec 5 11:43:03 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Tue, 5 Dec 2006 16:43:03 +0000 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: Message-ID: <20061205164303.GA72703@gimli.happygiraffe.net> On Tue, Dec 05, 2006 at 09:31:33AM -0500, Kevin Ballard wrote: > If "post - blog" is better than "blog - post", why do so many sites > use the latter? It's a UI issuem, not an SEO issue. "post-blog" is a lot easier to read when a window title is truncated (e.g. crowded windows taskbar). -Dom From neuro at 7el.net Tue Dec 5 12:17:57 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Tue, 5 Dec 2006 18:17:57 +0100 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: <20061205164303.GA72703@gimli.happygiraffe.net> References: <20061205164303.GA72703@gimli.happygiraffe.net> Message-ID: <32AA0486-23D0-4BFC-9C35-438B12C48C42@7el.net> Actualy, it's one of the advices the SEO company we're working with has given us. It's related to the fact that having blog title ? post makes pages look the same for the search engine as far as I've understood. Frederic Le 5 d?c. 06 ? 17:43, Dominic Mitchell a ?crit : > On Tue, Dec 05, 2006 at 09:31:33AM -0500, Kevin Ballard wrote: >> If "post - blog" is better than "blog - post", why do so many sites >> use the latter? > > It's a UI issuem, not an SEO issue. "post-blog" is a lot easier to > read > when a window title is truncated (e.g. crowded windows taskbar). > > -Dom > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From bobo at meticulous.com Tue Dec 5 11:49:01 2006 From: bobo at meticulous.com (John Athayde) Date: Tue, 5 Dec 2006 11:49:01 -0500 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: Message-ID: <91A22C03-73AE-4030-A0B1-1389A4678570@meticulous.com> In my experience, if you basically follow the web accessibility initiative ( http://www.w3.org/TR/WAI-WEBCONTENT-TECHS/ ), you'll help your site do better on the code side. Google bot is a blind browser. So start with level 1 (roughly the same as section 508 compliance). You can test for 508 here: http://bobby.watchfire.com or http://www.contentquality.com/Default.asp Also, at the end of the day, the best thing you can do for SEO is create great content that gets people linking to certain articles with keyword linked text. Of course, this could change tomorrow with an algorithm update. Semantic markup and good page structure and error free valid xhtml/ css markup are far more important than what you stuff in your keywords tag. On Dec 5, 2006, at 9:31 AM, Kevin Ballard wrote: > Do either of these things actually *work* for SEO? Usually the > conventional wisdom about SEO is wrong, and the stuff that goes > into the head tag is getting less and less important. IIRC it seems > the best thing to do is simply have valid HTML markup, with proper > tag hierarchy (i.e. header tags followed by contents). > > If "post - blog" is better than "blog - post", why do so many sites > use the latter? > > And putting all categories and archives into the header seems a bit > excessive - that would be adding 20 lines to my header tag, and > again, does it actually *do* anything? > > On Dec 5, 2006, at 4:01 AM, Frederic de Villamil wrote: > >> I was working on my typo blog yesterday evening and noticed 2 little >> things that may help typo blogs to be better referenced >> >> 1/ in the field, put the post title before the blog >> title. >> >> You just need to replace the page_title function in app/helpers/ >> articles_helper.rb by >> >> def page_title >> if @page_title >> # this is where the page title prefix (string) should go >> @page_title + " - " + (this_blog.title_prefix ? "# >> {this_blog.blog_name || "Typo"}" : '') >> else >> this_blog.blog_name || "Typo" >> end >> end >> >> The second one is to add the categories and archives as links in the >> header : >> >> >> ... same for categories >> >> And I was too lazy to dive in the code yet. > > -- > Kevin Ballard > http://kevin.sb.org > kevin at sb.org > http://www.tildesoft.com > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- John Athayde bobo at meticulous.com Meticulous | www.meticulous.com (work) Honor by August | www.honorbyaugust.com (sound: rock band) Rotoscope | www.rotoscope.com (sound: rock band) Boboroshi & Kynz | www.boboroshiandkynz.com (sound: electronic) Personal Weblog | www.boboroshi.com (play) "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." - Benjamin Franklin (1706-1790) Reply of the Pennsylvania Assembly to the Governor November 11, 1755 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061205/dc6fac21/attachment-0001.html From warnero at gmail.com Tue Dec 5 12:43:30 2006 From: warnero at gmail.com (Warner Onstine) Date: Tue, 5 Dec 2006 10:43:30 -0700 Subject: [typo] disappearing titles? In-Reply-To: References: Message-ID: Ok, figured it out, sorry for pinging the list. It would be nice if the theme-makers would take non-root urls for everything. -warner On 12/5/06, Warner Onstine wrote: > Hi all, > I recently switched my blog to a new theme and my h1 and h2 headers > are either disappearing or aren't showing up at all: > http://warneronstine.com/blog > > The blog title actually shows up for a second the first time I load > the page and then disappears, the blog entries on the other hand don't > even show. I know it's loading all the stylesheets and I've tried this > on FireFox and Safari. > > Anyone have any ideas? > > -warner > From lists at holsman.net Tue Dec 5 13:59:14 2006 From: lists at holsman.net (Ian Holsman) Date: Wed, 6 Dec 2006 05:59:14 +1100 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> Message-ID: <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> Hi Kevin. I am using SVN version 1317 regards Ian On 06/12/2006, at 1:29 AM, Kevin Ballard wrote: > Interesting. What did you upgrade to? Latest SVN version? > > I haven't upgraded my production install to latest yet because I'm > a bit worried about dealing with Rails 1.2 RC on dreamhost, but I > have noticed with my current install that I wasn't seeing the > recent comments in my feed. However, I didn't notice any exceptions > in my log, so I figured it was related to the general spam state > machine wonkiness I've been experiencing (if an item doesn't get > marked as Spam, it ends up as Unclassified rather than Ham). > > In any case, if you can tell me what specifically you upgraded to, > I can go looking into it. > > On Dec 5, 2006, at 4:03 AM, Ian Holsman wrote: > >> Hi guys >> I just upgraded my typo install, and all of a sudden RSS feeds aren't >> working >> >> an example of the trace I see is: >> >> Processing ApplicationController#feed (for 69.94.134.68 at 2006-12-05 >> 09:00:55) [GET] >> Session ID: f297f18129c606b80cc3ea410b12a60c >> Parameters: {"format"=>"rss", "type"=>"tag", "action"=>"feed", >> "id"=>"django", "controller"=>"xml"} >> >> >> NameError (uninitialized constant XmlController): > [snip] > > -- > Kevin Ballard > http://kevin.sb.org > kevin at sb.org > http://www.tildesoft.com > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Ian Holsman Ian at Holsman.net http://zyons.com/ build a Community with Django From kevin at sb.org Tue Dec 5 14:54:44 2006 From: kevin at sb.org (Kevin Ballard) Date: Tue, 5 Dec 2006 14:54:44 -0500 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: Message-ID: <8A8F9F10-32E0-4416-B9BF-BB5152983811@sb.org> Ok, revision 1318 modifies the prefix setting to allow you to postfix the page title instead of prefix. Current prefixes will remain prefixes, so nobody's blog titles change unexpectedly. On Dec 5, 2006, at 4:01 AM, Frederic de Villamil wrote: > 1/ in the field, put the post title before the blog > title. > > You just need to replace the page_title function in app/helpers/ > articles_helper.rb by > > def page_title > if @page_title > # this is where the page title prefix (string) should go > @page_title + " - " + (this_blog.title_prefix ? "# > {this_blog.blog_name || "Typo"}" : '') > else > this_blog.blog_name || "Typo" > end > end -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061205/5e7826ab/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061205/5e7826ab/attachment.bin From pdcawley at bofh.org.uk Tue Dec 5 19:39:19 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Wed, 06 Dec 2006 00:39:19 +0000 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: <8A8F9F10-32E0-4416-B9BF-BB5152983811@sb.org> (Kevin Ballard's message of "Tue, 5 Dec 2006 14:54:44 -0500") References: <8A8F9F10-32E0-4416-B9BF-BB5152983811@sb.org> Message-ID: Kevin Ballard writes: > Ok, revision 1318 modifies the prefix setting to allow you to postfix > the page title instead of prefix. Current prefixes will remain > prefixes, so nobody's blog titles change unexpectedly. Oi! Not like that it shouldn't. We certainly shouldn't be exposing the fact that it's implemented as an integer. Here's a suggestion: class Content def html_title blog.title_prefix + title + blog.title_suffix end end class Blog def title_prefix prepend_blog_name? ? "#{blog_name} : " : '' end def title_suffix append_blog_name? ? " : #{blog_name}" : '' end def prepend_blog_name? title_decoration == 'prepend' end def append_blog_name? title_decoration == 'append' end end Then the page_title helper simply becomes: def page_title @page.html_title end Mmm... fat model/thin controller kicks some serious buttock. I'm still porting the test suite to rspec or you could expect a patch to this effect... -- Piers Cawley http://www.bofh.org.uk/ From kevin at sb.org Tue Dec 5 20:33:06 2006 From: kevin at sb.org (Kevin Ballard) Date: Tue, 5 Dec 2006 20:33:06 -0500 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: References: <8A8F9F10-32E0-4416-B9BF-BB5152983811@sb.org> Message-ID: <59113103-7156-4A86-AF68-EA310093DDED@sb.org> What if we're not looking at a single Content object on the page? Like, say, the index? Or search results? Then we don't have a single Content object for @page that we can call html_title on. On Dec 5, 2006, at 7:39 PM, Piers Cawley wrote: >> Ok, revision 1318 modifies the prefix setting to allow you to postfix >> the page title instead of prefix. Current prefixes will remain >> prefixes, so nobody's blog titles change unexpectedly. > > Oi! Not like that it shouldn't. We certainly shouldn't be exposing the > fact that it's implemented as an integer. Here's a suggestion: > > class Content > def html_title > blog.title_prefix + title + blog.title_suffix > end > end > > class Blog > def title_prefix > prepend_blog_name? ? "#{blog_name} : " : '' > end > > def title_suffix > append_blog_name? ? " : #{blog_name}" : '' > end > > def prepend_blog_name? > title_decoration == 'prepend' > end > > def append_blog_name? > title_decoration == 'append' > end > end > > Then the page_title helper simply becomes: > > def page_title > @page.html_title > end > > Mmm... fat model/thin controller kicks some serious buttock. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061205/24a9946e/attachment.html From pdcawley at bofh.org.uk Wed Dec 6 02:27:22 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Wed, 06 Dec 2006 07:27:22 +0000 Subject: [typo] Some basic SEO for typo blogs In-Reply-To: <59113103-7156-4A86-AF68-EA310093DDED@sb.org> (Kevin Ballard's message of "Tue, 5 Dec 2006 20:33:06 -0500") References: <8A8F9F10-32E0-4416-B9BF-BB5152983811@sb.org> <59113103-7156-4A86-AF68-EA310093DDED@sb.org> Message-ID: Kevin Ballard writes: > What if we're not looking at a single Content object on the page? > Like, say, the index? Or search results? Then we don't have a single > Content object for @page that we can call html_title on. D'oh! Silly me. However: class Blog def decorate_title(title_string) if title_string.blank? blog_name else title_prefix + title_string + title_suffix end end end module ArticlesHelper def page_title if @page_title h this_blog.decorate_title(@page_title) elsif @page h @page.html_title else 'Typo' end end end with other stuff implemented pretty much as written in the earlier post. The main point is to hide the details of *how* we know whether to append or prepend the blog name. I had an idea last night about how to package Themes as plugins, which should also make it relatively simple to add theme specific helper methods a the same time. At least, it seemed simple until I tried to sketch it here; there's a little wrinkle that needs a little more thought. I shall get back to you. -- Piers Cawley http://www.bofh.org.uk/ From lists at holsman.net Wed Dec 6 05:10:51 2006 From: lists at holsman.net (Ian Holsman) Date: Wed, 6 Dec 2006 21:10:51 +1100 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> Message-ID: <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> ok. for the sanity of the next guy to run into this. the file xml_controller.rb is no longer in the trunk. I resolved my problem by copying the one from the 4_0_x branch into the controller directory. regards Ian. On 06/12/2006, at 5:59 AM, Ian Holsman wrote: > Hi Kevin. > > I am using SVN version 1317 > > regards > Ian > On 06/12/2006, at 1:29 AM, Kevin Ballard wrote: > >> Interesting. What did you upgrade to? Latest SVN version? >> >> I haven't upgraded my production install to latest yet because I'm >> a bit worried about dealing with Rails 1.2 RC on dreamhost, but I >> have noticed with my current install that I wasn't seeing the >> recent comments in my feed. However, I didn't notice any >> exceptions in my log, so I figured it was related to the general >> spam state machine wonkiness I've been experiencing (if an item >> doesn't get marked as Spam, it ends up as Unclassified rather than >> Ham). >> >> In any case, if you can tell me what specifically you upgraded to, >> I can go looking into it. >> >> On Dec 5, 2006, at 4:03 AM, Ian Holsman wrote: >> >>> Hi guys >>> I just upgraded my typo install, and all of a sudden RSS feeds >>> aren't >>> working >>> >>> an example of the trace I see is: >>> >>> Processing ApplicationController#feed (for 69.94.134.68 at >>> 2006-12-05 >>> 09:00:55) [GET] >>> Session ID: f297f18129c606b80cc3ea410b12a60c >>> Parameters: {"format"=>"rss", "type"=>"tag", "action"=>"feed", >>> "id"=>"django", "controller"=>"xml"} >>> >>> >>> NameError (uninitialized constant XmlController): >> [snip] >> >> -- >> Kevin Ballard >> http://kevin.sb.org >> kevin at sb.org >> http://www.tildesoft.com >> >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > -- > Ian Holsman > Ian at Holsman.net > http://zyons.com/ build a Community with Django > > -- Ian Holsman Ian at Holsman.net http://car-chatter.com/ where car fanatics meet -- Ian Holsman Ian at Holsman.net http://peopleintopoker.com/ -- where the poker people go From kevin at sb.org Wed Dec 6 21:29:51 2006 From: kevin at sb.org (Kevin Ballard) Date: Wed, 6 Dec 2006 21:29:51 -0500 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> Message-ID: <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Huh, r1300 killed xml_controller. Piers, any reason why? On Dec 6, 2006, at 5:10 AM, Ian Holsman wrote: > for the sanity of the next guy to run into this. > > the file > xml_controller.rb is no longer in the trunk. > > I resolved my problem by copying the one from the 4_0_x branch into > the controller directory. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061206/b9b80e63/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061206/b9b80e63/attachment.bin From kevin at sb.org Thu Dec 7 01:02:30 2006 From: kevin at sb.org (Kevin Ballard) Date: Thu, 7 Dec 2006 01:02:30 -0500 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Message-ID: Ok, he said it was by accident. xml_controller.rb and xml_controller_test.rb have now been restored. On Dec 6, 2006, at 9:29 PM, Kevin Ballard wrote: > Huh, r1300 killed xml_controller. > > Piers, any reason why? > > On Dec 6, 2006, at 5:10 AM, Ian Holsman wrote: > >> for the sanity of the next guy to run into this. >> >> the file >> xml_controller.rb is no longer in the trunk. >> >> I resolved my problem by copying the one from the 4_0_x branch into >> the controller directory. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061207/5c7591c5/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061207/5c7591c5/attachment.bin From pdcawley at bofh.org.uk Thu Dec 7 02:36:05 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Thu, 07 Dec 2006 07:36:05 +0000 Subject: [typo] XML feeds in the SVN:Head not working In-Reply-To: <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> (Kevin Ballard's message of "Wed, 6 Dec 2006 21:29:51 -0500") References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Message-ID: Kevin Ballard writes: > Huh, r1300 killed xml_controller. > > Piers, any reason why? Pure, unadulterated, 100 proof idiocy. The experimental branch that those things started on was supposed to replace xml_controller with responds_to magic in articles_controller. Foolishly, I removed the controller before I made the replacement work, and then commited it to the trunk. -- Piers Cawley http://www.bofh.org.uk/ From neuro at 7el.net Thu Dec 7 03:32:17 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Thu, 7 Dec 2006 09:32:17 +0100 Subject: [typo] Feature request : display the number of comments in the RSS feed In-Reply-To: References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Message-ID: Hi list, Yet Another F*#@ Feature Request. Many blog engines display the number of comments at the bottom of each post into the RSS feed. It would be really nice to have this feature implemented into Typo so that read know whether or not it's worth clicking. Cheers / regards / whatever Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From meta at pobox.com Thu Dec 7 16:04:23 2006 From: meta at pobox.com (mathew) Date: Thu, 7 Dec 2006 15:04:23 -0600 Subject: [typo] Typo crashiness when Akismet causes IO errors Message-ID: <7eeceb440612071304qd274467wda9bb13e4c46ab21@mail.gmail.com> This could probably stand to be made more robust--or at least to display a meaningful error page, rather than the infamous "Application Error (Rails)". Processing FeedbackController#bulkops (for 66.25.135.6 at 2006-12-07 14:00:53) [POST] Session ID: e3785ed373860e57e005e0fe85796662 Parameters: {"search"=>"", "commit"=>"Confirm Classification of Checked Items", "action"=>"bulkops", "controller"=>"admin/feedback", "feedback_check"=>{"3408"=>"on", "3409"=>"on"}, "page"=>""} Errno::EIO (Input/output error): /vendor/akismet/akismet.rb:123:in `write' /vendor/akismet/akismet.rb:123:in `callAkismet' /vendor/akismet/akismet.rb:166:in `submitHam' /app/models/feedback.rb:137:in `report_as_ham' /usr/local/lib/ruby/1.8/timeout.rb:56:in `timeout' /app/models/feedback.rb:137:in `report_as_ham' /app/models/content_state/ham.rb:21:in `before_save' /app/models/content.rb:115:in `state_before_save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:344:in `callback' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:341:in `callback' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:252:in `create_or_update' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1392:in `save_without_validation' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:736:in `save_without_transactions' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:126:in `save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/database_statements.rb:51:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:91:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:118:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:126:in `save' /app/models/feedback.rb:156:in `confirm_classification!' /app/controllers/admin/feedback_controller.rb:72:in `bulkops' /app/controllers/admin/feedback_controller.rb:71:in `bulkops' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:941:in `perform_action_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:368:in `perform_action_without_benchmark' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:82:in `perform_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `process_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!' /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi' /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!' /home/meta/typo/public/dispatch.fcgi:24 mathew -- From sergio at village-buzz.com Fri Dec 8 01:48:25 2006 From: sergio at village-buzz.com (sergio) Date: Fri, 8 Dec 2006 01:48:25 -0500 Subject: [typo] posting via email.. Message-ID: <3197B760-AC95-4BAE-A8EC-D059FDDE9E66@village-buzz.com> is anyone working about posting via email (with an attachment)? i have an idea, but i don't want to get too carried away if someone else is working on it.. thanks! ___ peace, sergio photographer, journalist, visionary www.coffee-black.com From sergio at village-buzz.com Fri Dec 8 01:51:12 2006 From: sergio at village-buzz.com (sergio) Date: Fri, 8 Dec 2006 01:51:12 -0500 Subject: [typo] importing from RSS.. Message-ID: <1AADA807-364E-4132-A3FE-B53D7C54AD64@village-buzz.com> i read somewhere that typo was able to import from another blogging system via RSS.. i can't seem to find any info on this.. does anyone else know about this? thanks! ___ peace, sergio photographer, journalist, visionary www.coffee-black.com From urban at bettong.net Fri Dec 8 10:01:44 2006 From: urban at bettong.net (Urban Hafner) Date: Fri, 08 Dec 2006 16:01:44 +0100 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: Message-ID: On 11/27/2006, "Piers Cawley" wrote: >Development probably doesn't give more output, and probably breaks, if >anything earlier. But it might be worth trying. > >One other thing to try is to change blog.rb, text_filter.rb and >user.rb back to using ActiveRecord::Base rather than CachedModel as >their super classes. > >If you do remove the CachedModel inheritance stuff, you can also >modify the beginning of app/controllers/application.rb so the opening >stanza looks like: > >class ApplicationController < ActionController::Base > include LoginSystem > # before_filter :reset_local_cache, :fire_triggers > before_filter :fire_triggers > # after_filter :reset_local_cache I've updated to r1324, changed the files you suggested but I still get the same result. Attached are the log files. Urban -------------- next part -------------- A non-text attachment was scrubbed... Name: development.log.gz Type: application/x-gzip Size: 4554 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061208/3cbdd3ba/attachment.gz -------------- next part -------------- A non-text attachment was scrubbed... Name: fastcgi.crash.log.gz Type: application/x-gzip Size: 139 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061208/3cbdd3ba/attachment-0001.gz From kevin at sb.org Fri Dec 8 20:57:59 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 8 Dec 2006 20:57:59 -0500 Subject: [typo] importing from RSS.. In-Reply-To: <1AADA807-364E-4132-A3FE-B53D7C54AD64@village-buzz.com> References: <1AADA807-364E-4132-A3FE-B53D7C54AD64@village-buzz.com> Message-ID: Check out db/converters/feed.rb. On Dec 8, 2006, at 1:51 AM, sergio wrote: > i read somewhere that typo was able to import from another blogging > system via RSS.. > > i can't seem to find any info on this.. > > does anyone else know about this? -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061208/004c4f91/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061208/004c4f91/attachment.bin From kevin at sb.org Fri Dec 8 20:58:59 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 8 Dec 2006 20:58:59 -0500 Subject: [typo] Feature request : display the number of comments in the RSS feed In-Reply-To: References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Message-ID: I find that to be a counter-productive feature. A lot of people have their newsreaders set to show changed items as unread. This feature would make an article appear unread every time somebody posts a comment. On Dec 7, 2006, at 3:32 AM, Frederic de Villamil wrote: > Many blog engines display the number of comments at the bottom of > each post into the RSS feed. > It would be really nice to have this feature implemented into Typo so > that read know whether or not it's worth clicking. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061208/18449625/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061208/18449625/attachment-0001.bin From neuro at 7el.net Sat Dec 9 03:11:49 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sat, 9 Dec 2006 09:11:49 +0100 Subject: [typo] Google sitemap issue In-Reply-To: <1AADA807-364E-4132-A3FE-B53D7C54AD64@village-buzz.com> References: <1AADA807-364E-4132-A3FE-B53D7C54AD64@village-buzz.com> Message-ID: <78CF2C70-BF0D-430A-A7AE-BA96D90147F8@7el.net> Hi list I have a small issue with the google sitemap function. The sitemap is supposed to return every entry (articles + pages + categories + archives) in the blog. 1/ It only returns articles entries 2/ the number of entries returned is the same as the number of posts returned by the RSS feed. These should be independant to have the sitemap really return what's in the blog. I wish trac was back to report this kind of things elsewhere. Cheers, Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From pdcawley at bofh.org.uk Sat Dec 9 09:53:44 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 09 Dec 2006 14:53:44 +0000 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: (Urban Hafner's message of "Fri, 08 Dec 2006 16:01:44 +0100") References: Message-ID: "Urban Hafner" writes: > On 11/27/2006, "Piers Cawley" wrote: > >>Development probably doesn't give more output, and probably breaks, if >>anything earlier. But it might be worth trying. >> >>One other thing to try is to change blog.rb, text_filter.rb and >>user.rb back to using ActiveRecord::Base rather than CachedModel as >>their super classes. >> >>If you do remove the CachedModel inheritance stuff, you can also >>modify the beginning of app/controllers/application.rb so the opening >>stanza looks like: >> >>class ApplicationController < ActionController::Base >> include LoginSystem >> # before_filter :reset_local_cache, :fire_triggers >> before_filter :fire_triggers >> # after_filter :reset_local_cache > > I've updated to r1324, changed the files you suggested but I still get > the same result. Attached are the log files. Ah... try running in production mode; development mode leaks memory. Try going back to a vanilla r1324 and uncommenting the RAILS_ENV=production line in config/environment.rb -- Piers Cawley http://www.bofh.org.uk/ From pdcawley at bofh.org.uk Sat Dec 9 09:55:43 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 09 Dec 2006 14:55:43 +0000 Subject: [typo] Typo crashiness when Akismet causes IO errors In-Reply-To: <7eeceb440612071304qd274467wda9bb13e4c46ab21@mail.gmail.com> (mathew's message of "Thu, 7 Dec 2006 15:04:23 -0600") References: <7eeceb440612071304qd274467wda9bb13e4c46ab21@mail.gmail.com> Message-ID: mathew writes: > This could probably stand to be made more robust--or at least to > display a meaningful error page, rather than the infamous "Application > Error (Rails)". Yeah. Spam checking has been causing me grief in all sorts of annoying ways recently. Once I've got a complete rspec specification suite ported I shall be taking a very close look at it. -- Piers Cawley http://www.bofh.org.uk/ From leon at barrettnexus.com Sat Dec 9 15:10:55 2006 From: leon at barrettnexus.com (Leon Barrett) Date: Sat, 09 Dec 2006 12:10:55 -0800 Subject: [typo] Feature request : display the number of comments in the RSS feed In-Reply-To: References: <46A97BB1-58EF-46B3-B7BE-080412026ABD@sb.org> <9BC88602-D917-4FFF-A978-FDD86C53897F@holsman.net> <5106A66C-F1F0-44AC-A5F3-BA202F4B4589@holsman.net> <780C866B-CBE0-4F93-80AC-D9E9DFDC227F@sb.org> Message-ID: <1165695055.9174.4.camel@caesar> I think that's a desired feature. I want posts with new comments to be highlighted by my newsreader so that I know to look at them. It's better than hunting for new comments. On Fri, 2006-12-08 at 20:58 -0500, Kevin Ballard wrote: > I find that to be a counter-productive feature. A lot of people have > their newsreaders set to show changed items as unread. This feature > would make an article appear unread every time somebody posts a > comment. > > > > On Dec 7, 2006, at 3:32 AM, Frederic de Villamil wrote: > > > > > Many blog engines display the number of comments at the bottom of > > > > each post into the RSS feed. > > > > It would be really nice to have this feature implemented into Typo > > so > > > > that read know whether or not it's worth clicking. > > > > > > -- > Kevin Ballard > http://kevin.sb.org > kevin at sb.org > http://www.tildesoft.com > > > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Leon Barrett http://leon.barrettnexus.com/ leon at barrettnexus.com home: 510-665-5428 cell: 217-257-4163 1932 Hearst Ave. Apt. F Berkeley, CA 94709 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061209/f8de3b74/attachment.html From warnero at gmail.com Sat Dec 9 20:28:48 2006 From: warnero at gmail.com (Warner Onstine) Date: Sat, 9 Dec 2006 18:28:48 -0700 Subject: [typo] typo keeps crashing Message-ID: I'm not sure what's happening, I've checked the mongrel.log and the production.log to no avail (no error messages show). All I get is this strange Rails Application Error. This is the second time it has happened, any ideas on how to track this down? -warner From stevelenti at 3pop.com Sat Dec 9 20:34:53 2006 From: stevelenti at 3pop.com (Steve Lenti) Date: Sat, 9 Dec 2006 18:34:53 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: On 12/9/06, Warner Onstine wrote: > I'm not sure what's happening, I've checked the mongrel.log and the > production.log to no avail (no error messages show). All I get is this > strange Rails Application Error. > > This is the second time it has happened, any ideas on how to track this down? > For me, I narrowed it down to SQLite and switched to MySQL and haven't had that problem since. -Steve http://youdummy.net/blog From warnero at gmail.com Sat Dec 9 21:55:34 2006 From: warnero at gmail.com (Warner Onstine) Date: Sat, 9 Dec 2006 19:55:34 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: Ahh, interesting. Definitely something I'll look into. Did it speed up as well? -warner On 12/9/06, Steve Lenti wrote: > On 12/9/06, Warner Onstine wrote: > > I'm not sure what's happening, I've checked the mongrel.log and the > > production.log to no avail (no error messages show). All I get is this > > strange Rails Application Error. > > > > This is the second time it has happened, any ideas on how to track this down? > > > > > For me, I narrowed it down to SQLite and switched to MySQL and haven't > had that problem since. > -Steve > http://youdummy.net/blog > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From warnero at gmail.com Sun Dec 10 20:02:39 2006 From: warnero at gmail.com (Warner Onstine) Date: Sun, 10 Dec 2006 18:02:39 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: Ok, I followed the instructions (along with the script you provided) and while I can update entries through the admin interface I am now getting the "Application error (Rails)" page. Here is the line (I think) that is having the problem: Rendering layoutfalseactionerror within ../../themes/azure/layouts/default Rendering articles/error Processing Base#index (for 68.107.140.15 at 2006-12-10 18:30:08) [GET] Parameters: {"action"=>"index", "controller"=>"articles"} ActionView::TemplateError (private method `select' called for 0:Fixnum) on line #5 of themes/azure/layouts/default.rhtml: 2: 3: 4: <%=h page_title %> 5: <%= page_header %> 6: <%= stylesheet_link_tag "/stylesheets/theme/azure", :media => 'all' %> 7: <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> 8: <%= stylesheet_link_tag "/stylesheets/theme/print", :media => 'print' %> Any help is greatly appreciated. -warner On 12/9/06, Warner Onstine wrote: > Ahh, interesting. Definitely something I'll look into. Did it speed up as well? > > -warner > > On 12/9/06, Steve Lenti wrote: > > On 12/9/06, Warner Onstine wrote: > > > I'm not sure what's happening, I've checked the mongrel.log and the > > > production.log to no avail (no error messages show). All I get is this > > > strange Rails Application Error. > > > > > > This is the second time it has happened, any ideas on how to track this down? > > > > > > > > > For me, I narrowed it down to SQLite and switched to MySQL and haven't > > had that problem since. > > -Steve > > http://youdummy.net/blog > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > From stevelenti at 3pop.com Sun Dec 10 23:29:57 2006 From: stevelenti at 3pop.com (Steve Lenti) Date: Sun, 10 Dec 2006 21:29:57 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: try running this on your mysql typo database in MySQL. update contents set whiteboard = NULL; -Steve On 12/10/06, Warner Onstine wrote: > Ok, I followed the instructions (along with the script you provided) > and while I can update entries through the admin interface I am now > getting the "Application error (Rails)" page. > > Here is the line (I think) that is having the problem: > Rendering layoutfalseactionerror within ../../themes/azure/layouts/default > Rendering articles/error > > > Processing Base#index (for 68.107.140.15 at 2006-12-10 18:30:08) [GET] > Parameters: {"action"=>"index", "controller"=>"articles"} > > > ActionView::TemplateError (private method `select' called for > 0:Fixnum) on line #5 of themes/azure/layouts/default.rhtml: > 2: > 3: > 4: <%=h page_title %> > 5: <%= page_header %> > 6: <%= stylesheet_link_tag "/stylesheets/theme/azure", :media => 'all' %> > 7: <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> > 8: <%= stylesheet_link_tag "/stylesheets/theme/print", :media => 'print' %> > > Any help is greatly appreciated. > > -warner > > On 12/9/06, Warner Onstine wrote: > > Ahh, interesting. Definitely something I'll look into. Did it speed up as well? > > > > -warner > > > > On 12/9/06, Steve Lenti wrote: > > > On 12/9/06, Warner Onstine wrote: > > > > I'm not sure what's happening, I've checked the mongrel.log and the > > > > production.log to no avail (no error messages show). All I get is this > > > > strange Rails Application Error. > > > > > > > > This is the second time it has happened, any ideas on how to track this down? > > > > > > > > > > > > > For me, I narrowed it down to SQLite and switched to MySQL and haven't > > > had that problem since. > > > -Steve > > > http://youdummy.net/blog > > > _______________________________________________ > > > Typo-list mailing list > > > Typo-list at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From warnero at gmail.com Mon Dec 11 11:02:13 2006 From: warnero at gmail.com (Warner Onstine) Date: Mon, 11 Dec 2006 09:02:13 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: Thanks Steve, that did the trick! -warner On 12/10/06, Steve Lenti wrote: > try running this on your mysql typo database in MySQL. > > update contents set whiteboard = NULL; > > -Steve > > On 12/10/06, Warner Onstine wrote: > > Ok, I followed the instructions (along with the script you provided) > > and while I can update entries through the admin interface I am now > > getting the "Application error (Rails)" page. > > > > Here is the line (I think) that is having the problem: > > Rendering layoutfalseactionerror within ../../themes/azure/layouts/default > > Rendering articles/error > > > > > > Processing Base#index (for 68.107.140.15 at 2006-12-10 18:30:08) [GET] > > Parameters: {"action"=>"index", "controller"=>"articles"} > > > > > > ActionView::TemplateError (private method `select' called for > > 0:Fixnum) on line #5 of themes/azure/layouts/default.rhtml: > > 2: > > 3: > > 4: <%=h page_title %> > > 5: <%= page_header %> > > 6: <%= stylesheet_link_tag "/stylesheets/theme/azure", :media => 'all' %> > > 7: <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> > > 8: <%= stylesheet_link_tag "/stylesheets/theme/print", :media => 'print' %> > > > > Any help is greatly appreciated. > > > > -warner > > > > On 12/9/06, Warner Onstine wrote: > > > Ahh, interesting. Definitely something I'll look into. Did it speed up as well? > > > > > > -warner > > > > > > On 12/9/06, Steve Lenti wrote: > > > > On 12/9/06, Warner Onstine wrote: > > > > > I'm not sure what's happening, I've checked the mongrel.log and the > > > > > production.log to no avail (no error messages show). All I get is this > > > > > strange Rails Application Error. > > > > > > > > > > This is the second time it has happened, any ideas on how to track this down? > > > > > > > > > > > > > > > > > For me, I narrowed it down to SQLite and switched to MySQL and haven't > > > > had that problem since. > > > > -Steve > > > > http://youdummy.net/blog > > > > _______________________________________________ > > > > Typo-list mailing list > > > > Typo-list at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From urban at bettong.net Mon Dec 11 12:21:23 2006 From: urban at bettong.net (Urban Hafner) Date: Mon, 11 Dec 2006 18:21:23 +0100 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: Message-ID: On 12/9/2006, "Piers Cawley" wrote: >Ah... try running in production mode; development mode leaks memory. > >Try going back to a vanilla r1324 and uncommenting the >RAILS_ENV=production line in config/environment.rb I actually run in production mode normally. I tried it again with r1324 (and the scribbish theme instead of one not supplied in the Typo tree) and I get the same error. Urban -------------- next part -------------- A non-text attachment was scrubbed... Name: production.log.gz Type: application/x-gzip Size: 810 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061211/69f0724d/attachment.gz From pdcawley at bofh.org.uk Mon Dec 11 18:32:53 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Mon, 11 Dec 2006 23:32:53 +0000 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: (Urban Hafner's message of "Mon, 11 Dec 2006 18:21:23 +0100") References: Message-ID: "Urban Hafner" writes: > On 12/9/2006, "Piers Cawley" wrote: > >>Ah... try running in production mode; development mode leaks memory. >> >>Try going back to a vanilla r1324 and uncommenting the >>RAILS_ENV=production line in config/environment.rb > > I actually run in production mode normally. I tried it again with r1324 > (and the scribbish theme instead of one not supplied in the Typo tree) > and I get the same error. So, what do we know? 1. Migrations went smoothly and you're on schema version 61 2. Textdrive isn't killing stuff because it's not putting any reports in your home directory 3. Typo's dying before it logs anything. Does it always die in the same place? -- Piers Cawley http://www.bofh.org.uk/ From stevelenti at 3pop.com Mon Dec 11 20:35:56 2006 From: stevelenti at 3pop.com (Steve Lenti) Date: Mon, 11 Dec 2006 18:35:56 -0700 Subject: [typo] typo keeps crashing In-Reply-To: References: Message-ID: cool! np. I updated my post on my blog to include this fix. -Steve On 12/11/06, Warner Onstine wrote: > Thanks Steve, that did the trick! > > -warner > > On 12/10/06, Steve Lenti wrote: > > try running this on your mysql typo database in MySQL. > > > > update contents set whiteboard = NULL; > > > > -Steve > > > > On 12/10/06, Warner Onstine wrote: > > > Ok, I followed the instructions (along with the script you provided) > > > and while I can update entries through the admin interface I am now > > > getting the "Application error (Rails)" page. > > > > > > Here is the line (I think) that is having the problem: > > > Rendering layoutfalseactionerror within ../../themes/azure/layouts/default > > > Rendering articles/error > > > > > > > > > Processing Base#index (for 68.107.140.15 at 2006-12-10 18:30:08) [GET] > > > Parameters: {"action"=>"index", "controller"=>"articles"} > > > > > > > > > ActionView::TemplateError (private method `select' called for > > > 0:Fixnum) on line #5 of themes/azure/layouts/default.rhtml: > > > 2: > > > 3: > > > 4: <%=h page_title %> > > > 5: <%= page_header %> > > > 6: <%= stylesheet_link_tag "/stylesheets/theme/azure", :media => 'all' %> > > > 7: <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> > > > 8: <%= stylesheet_link_tag "/stylesheets/theme/print", :media => 'print' %> > > > > > > Any help is greatly appreciated. > > > > > > -warner > > > > > > On 12/9/06, Warner Onstine wrote: > > > > Ahh, interesting. Definitely something I'll look into. Did it speed up as well? > > > > > > > > -warner > > > > > > > > On 12/9/06, Steve Lenti wrote: > > > > > On 12/9/06, Warner Onstine wrote: > > > > > > I'm not sure what's happening, I've checked the mongrel.log and the > > > > > > production.log to no avail (no error messages show). All I get is this > > > > > > strange Rails Application Error. > > > > > > > > > > > > This is the second time it has happened, any ideas on how to track this down? > > > > > > > > > > > > > > > > > > > > > For me, I narrowed it down to SQLite and switched to MySQL and haven't > > > > > had that problem since. > > > > > -Steve > > > > > http://youdummy.net/blog > > > > > _______________________________________________ > > > > > Typo-list mailing list > > > > > Typo-list at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > > > > _______________________________________________ > > > Typo-list mailing list > > > Typo-list at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From noisebar at gmail.com Thu Dec 14 00:30:13 2006 From: noisebar at gmail.com (Simon Lin) Date: Wed, 13 Dec 2006 22:30:13 -0700 Subject: [typo] pubDate in MetaWeblog API? Message-ID: Hi, I was trying to use the following content to post to Typo using MetaWeblog API. content = { :title => 'Test post', :description => 'A test post using Ruby!', :pubDate => 'Wed, 1 No vember 2006 17:00:00 GMT' } I specified pubDate as some time in last month. The entry got posted fine. But it's shown as being posted just a minute ago. Is there any problem with the content I constructed? Or pubDate is not supposed to do that at all? -- Simon Lin Software Consultant (403) 618-9303 simon at simonlin.ca http://www.simonlin.ca From beber at meleeweb.net Thu Dec 14 07:42:55 2006 From: beber at meleeweb.net (Beber) Date: Thu, 14 Dec 2006 13:42:55 +0100 Subject: [typo] Backup to Movable Type Message-ID: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> Hi, How could I backup my typo install to a movabletype archive ? Thanks -- Beber -- Email / Jabber (+GMail) : beber^^meleeweb.net http://www.meleeweb.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Signature =?utf-8?b?bnVtw6lyaXF1ZQ==?= PGP Url : http://rubyforge.org/pipermail/typo-list/attachments/20061214/d7087d27/attachment.bin From kevin at sb.org Thu Dec 14 09:22:33 2006 From: kevin at sb.org (Kevin Ballard) Date: Thu, 14 Dec 2006 09:22:33 -0500 Subject: [typo] Backup to Movable Type In-Reply-To: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> References: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> Message-ID: What's a movable type archive? Probably a better question: what problem are you trying to solve? On Dec 14, 2006, at 7:42 AM, Beber wrote: > How could I backup my typo install to a movabletype archive ? -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061214/c73b4387/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061214/c73b4387/attachment.bin From beber at meleeweb.net Thu Dec 14 09:37:36 2006 From: beber at meleeweb.net (Beber) Date: Thu, 14 Dec 2006 15:37:36 +0100 Subject: [typo] Backup to Movable Type In-Reply-To: References: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> Message-ID: <20061214153736.n6wuz4p90gk8080o@mail.else-projects.org> Le jeu 14 d?c 2006 15:22:33 CET, ? Kevin Ballard ? ? ?crit : > What's a movable type archive? > > Probably a better question: what problem are you trying to solve? I'd like to wait a final typo release (or even no more svn release) and so move to dotclear while waiting for. I find typo really cool, but it use to much memory while is not read/use/whatever (42,040 Mo). So dotclear can migrate from a movabletype archive, but I can't find how to do that. > On Dec 14, 2006, at 7:42 AM, Beber wrote: > >> How could I backup my typo install to a movabletype archive ? -- Beber -- Email / Jabber (+GMail) : beber^^meleeweb.net http://www.meleeweb.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Signature =?utf-8?b?bnVtw6lyaXF1ZQ==?= PGP Url : http://rubyforge.org/pipermail/typo-list/attachments/20061214/7c0a18e0/attachment.bin From kevin at sb.org Thu Dec 14 10:21:35 2006 From: kevin at sb.org (Kevin Ballard) Date: Thu, 14 Dec 2006 10:21:35 -0500 Subject: [typo] Backup to Movable Type In-Reply-To: <20061214153736.n6wuz4p90gk8080o@mail.else-projects.org> References: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> <20061214153736.n6wuz4p90gk8080o@mail.else-projects.org> Message-ID: <0D763456-60D9-4DAC-9E37-E9FF15E11E09@sb.org> On Dec 14, 2006, at 9:37 AM, Beber wrote: > Le jeu 14 d?c 2006 15:22:33 CET, ? Kevin Ballard ? ? ?crit : > >> What's a movable type archive? >> >> Probably a better question: what problem are you trying to solve? > > I'd like to wait a final typo release (or even no more svn release) > and so move to dotclear while waiting for. > > I find typo really cool, but it use to much memory while is not > read/use/whatever (42,040 Mo). > > So dotclear can migrate from a movabletype archive, but I can't > find how to do that. Ok, I had to google dotclear. It appears to be a french blog solution, yes? If it can migrate from a movable type database, then that's useful, but we have no code written to convert the typo database *to* a movabletype database. Maybe you could write it yourself, based on the converter that converts *from* a movabletype database? -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061214/c1df029e/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061214/c1df029e/attachment-0001.bin From beber at meleeweb.net Thu Dec 14 10:24:45 2006 From: beber at meleeweb.net (Beber) Date: Thu, 14 Dec 2006 16:24:45 +0100 Subject: [typo] Backup to Movable Type In-Reply-To: <0D763456-60D9-4DAC-9E37-E9FF15E11E09@sb.org> References: <20061214134255.nivu54d9usgwwggc@mail.else-projects.org> <20061214153736.n6wuz4p90gk8080o@mail.else-projects.org> <0D763456-60D9-4DAC-9E37-E9FF15E11E09@sb.org> Message-ID: <20061214162445.umgwetunissocsk8@mail.else-projects.org> Le jeu 14 d?c 2006 16:21:35 CET, ? Kevin Ballard ? ? ?crit : > On Dec 14, 2006, at 9:37 AM, Beber wrote: > >> Le jeu 14 d?c 2006 15:22:33 CET, ? Kevin Ballard ? ? ?crit : >> >>> What's a movable type archive? >>> >>> Probably a better question: what problem are you trying to solve? >> >> I'd like to wait a final typo release (or even no more svn release) >> and so move to dotclear while waiting for. >> >> I find typo really cool, but it use to much memory while is not >> read/use/whatever (42,040 Mo). >> >> So dotclear can migrate from a movabletype archive, but I can't >> find how to do that. > > Ok, I had to google dotclear. It appears to be a french blog solution, yes? It is, but there not only a french release. It's really powerfull and used in many places > If it can migrate from a movable type database, then that's useful, > but we have no code written to convert the typo database *to* a > movabletype database. Maybe you could write it yourself, based on the > converter that converts *from* a movabletype database? I hope to get the time to. That's I came here after some googlise ;) -- Beber -- Email / Jabber (+GMail) : beber^^meleeweb.net http://www.meleeweb.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Signature =?utf-8?b?bnVtw6lyaXF1ZQ==?= PGP Url : http://rubyforge.org/pipermail/typo-list/attachments/20061214/ae057d3b/attachment.bin From neuro at 7el.net Sat Dec 16 10:10:19 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sat, 16 Dec 2006 16:10:19 +0100 Subject: [typo] Admin usability patch Message-ID: Hi list I've made a small patch to improve admin usability. It's mostly XHTML + CSS. The goal is to improve forms by displaying elements a better way, grouping them by theme (settings, read, write, discuss, spam protection, resources default and cache) and rephrasing some labels to make them clearer. If this patch is accepted, I'll send some more for every admin pages. I also plan to split the settings into separate pages instead of using only one. Cheers, Frederic / neuro` on #typo at freenode -------------- next part -------------- A non-text attachment was scrubbed... Name: adminusability.diff Type: application/octet-stream Size: 28970 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061216/940abbb5/attachment-0001.obj -------------- next part -------------- -- Fr?d?ric de Villamil Ph'nglui mglw'nafh neuro R'lyeh wgah'nagl fhtagn neuro at 7el.net tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Sat Dec 16 10:18:00 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sat, 16 Dec 2006 16:18:00 +0100 Subject: [typo] #typo irc channel Message-ID: <91A513A2-891F-4136-ACB2-6993EDBDD426@7el.net> Hi list, it should be nice to have one of the maintenairs change the topic on #typo channel to tell people why the site is brocken and where they can get typo. Or just change typosphere.org default page with cool stuffs (hint : typo wiki content is on archive.org). Cheers, Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From jeremy at confloent.com Tue Dec 19 20:17:30 2006 From: jeremy at confloent.com (Jeremy Wilkins) Date: Tue, 19 Dec 2006 18:17:30 -0700 Subject: [typo] Category troubles: Message-ID: <945964970612191717t7dd4559fif11a56d39f344f10@mail.gmail.com> Whenever I try to add an entry with just one category to my blog I get this error: ActiveRecord::RecordNotFound (Couldn't find all Categories with IDs (4,0)): /vendor/rails/activerecord/lib/active_record/base.rb:1042:in `find_some' /vendor/rails/activerecord/lib/active_record/base.rb:1014:in `find_from_ids' /vendor/rails/activerecord/lib/active_record/base.rb:416:in `find' /app/controllers/admin/content_controller.rb:123:in `set_article_categories' /app/controllers/admin/content_controller.rb:89:in `new_or_edit' /app/controllers/admin/content_controller.rb:22:in `new' /vendor/rails/actionpack/lib/action_controller/base.rb:1068:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:1068:in `perform_action_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:635:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:600:in `proxy_before_and_after_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:597:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:470:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:641:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:640:in `call_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:622:in `perform_action_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/rescue.rb:81:in `perform_action' /vendor/rails/actionpack/lib/action_controller/base.rb:427:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:427:in `process_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:627:in `process_without_session_management_support' /vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process' /vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process' /vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch' /vendor/rails/railties/lib/fcgi_handler.rb:168:in `process_request' /vendor/rails/railties/lib/fcgi_handler.rb:143:in `process_each_request!' /vendor/rails/railties/lib/fcgi_handler.rb:142:in `with_signal_handler' /vendor/rails/railties/lib/fcgi_handler.rb:142:in `process_each_request!' /vendor/rails/railties/lib/fcgi_handler.rb:141:in `each_cgi' /usr/lib/ruby/1.8/fcgi.rb:597:in `each' /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi' /vendor/rails/railties/lib/fcgi_handler.rb:141:in `process_each_request!' /vendor/rails/railties/lib/fcgi_handler.rb:55:in `process!' /vendor/rails/railties/lib/fcgi_handler.rb:25:in `process!' dispatch.fcgi:34 I'm running revision 1299 I believe, but I encountered this error when I checked out the latest version a couple days ago, so I'm wondering if it's some DB tomfoolery. Thanks in advance for any advice! Incidentally, this is my first post, so apologies in advance for faux pas :) -- Jeremy Wilkins We think of the key, each in his prison Thinking of the key, each confirms a prison -T.S. Eliot, "The Waste Land" From don at na.rim.or.jp Tue Dec 19 22:13:22 2006 From: don at na.rim.or.jp (Hiroyuki Iwatsuki) Date: Wed, 20 Dec 2006 12:13:22 +0900 Subject: [typo] Category troubles: In-Reply-To: <945964970612191717t7dd4559fif11a56d39f344f10@mail.gmail.com> References: <945964970612191717t7dd4559fif11a56d39f344f10@mail.gmail.com> Message-ID: <138c85610612191913w67aeb964q8209867e68c59ebc@mail.gmail.com> Hi Jeremy, > Whenever I try to add an entry with just one category to my blog I get > this error: I encountered the same trouble too. Does the following patch help you? Thanks, -- IWATSUKI Hiroyuki -------------- next part -------------- A non-text attachment was scrubbed... Name: typo-app-controllers-admin-content_controller.rb-r1324-20061218.diff Type: application/octet-stream Size: 545 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061220/982d3468/attachment.obj From ernieoporto at gmail.com Thu Dec 21 00:23:44 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Thu, 21 Dec 2006 00:23:44 -0500 Subject: [typo] Google sitemap issue Message-ID: Is this something available in older versions of Typo - SVN ver 1004 in my case? ---------------------------------------------- Hi list I have a small issue with the google sitemap function. The sitemap is supposed to return every entry (articles + pages + categories + archives) in the blog. 1/ It only returns articles entries 2/ the number of entries returned is the same as the number of posts returned by the RSS feed. These should be independant to have the sitemap really return what's in the blog. I wish trac was back to report this kind of things elsewhere. Cheers, Frederic -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061221/e00f9f01/attachment.html From meta at pobox.com Thu Dec 21 13:31:58 2006 From: meta at pobox.com (mathew) Date: Thu, 21 Dec 2006 12:31:58 -0600 Subject: [typo] "Controller stack out of kilter"? Message-ID: <7eeceb440612211031l19976d8ay9c8127e50e09a05a@mail.gmail.com> Anyone have any idea why this has suddenly started happening? Or what it even means? Typo stable release. RuntimeError (Controller stack got out of kilter!): /app/models/blog.rb:127:in `after' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:227:in `around_filter' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:401:in `call_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:394:in `call_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:389:in `after_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:369:in `perform_action_without_benchmark' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:82:in `perform_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `process_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:71:in `process_with_components' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:137:in `component_response' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:108:in `render_component_as_string' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:169:in `component_logging_with_unfiltered_options' /lib/rails_patch/components.rb:10:in `component_logging' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:107:in `render_component_as_string' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:44:in `render_component' /app/helpers/articles_helper.rb:121:in `render_sidebars' /app/views/./../../themes/scribbish/layouts/default.rhtml:31:in `_run_rhtml__home_meta_typo_themes_scribbish_layouts_default' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:316:in `compile_and_render_template' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:292:in `render_template' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:251:in `render_file' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/layout.rb:251:in `render_without_benchmark' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:53:in `render' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:53:in `render' /app/controllers/articles_controller.rb:73:in `rescue_action_in_public' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:33:in `rescue_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:108:in `perform_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `process_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!' /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi' /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!' /home/meta/typo/public/dispatch.fcgi:24 I'm about ready to give up on Typo, I'm sick of "Application error (Rails)" every couple of days. mathew -- From stevelenti at 3pop.com Thu Dec 21 13:56:22 2006 From: stevelenti at 3pop.com (Steve Lenti) Date: Thu, 21 Dec 2006 11:56:22 -0700 Subject: [typo] "Controller stack out of kilter"? In-Reply-To: <7eeceb440612211031l19976d8ay9c8127e50e09a05a@mail.gmail.com> References: <7eeceb440612211031l19976d8ay9c8127e50e09a05a@mail.gmail.com> Message-ID: I disabled the flickr sidebar and that seemed to fix the problem. I haven't had time to debug the actual problem. -Steve On 12/21/06, mathew wrote: > Anyone have any idea why this has suddenly started happening? Or what > it even means? Typo stable release. > > RuntimeError (Controller stack got out of kilter!): > /app/models/blog.rb:127:in `after' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:227:in > `around_filter' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:401:in > `call_filters' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:394:in > `call_filters' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:389:in > `after_action' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:369:in > `perform_action_without_benchmark' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in > `perform_action_without_rescue' > /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in > `perform_action_without_rescue' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:82:in > `perform_action' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in > `process_without_filters' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in > `process_without_session_management_support' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in > `process' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:71:in > `process_with_components' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:137:in > `component_response' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:108:in > `render_component_as_string' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:169:in > `component_logging_with_unfiltered_options' > /lib/rails_patch/components.rb:10:in `component_logging' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:107:in > `render_component_as_string' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/components.rb:44:in > `render_component' > /app/helpers/articles_helper.rb:121:in `render_sidebars' > /app/views/./../../themes/scribbish/layouts/default.rhtml:31:in > `_run_rhtml__home_meta_typo_themes_scribbish_layouts_default' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:316:in > `compile_and_render_template' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:292:in > `render_template' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:251:in > `render_file' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/layout.rb:251:in > `render_without_benchmark' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:53:in > `render' > /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:53:in > `render' > /app/controllers/articles_controller.rb:73:in `rescue_action_in_public' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:33:in > `rescue_action' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:108:in > `perform_action' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in > `process_without_filters' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in > `process_without_session_management_support' > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in > `process' > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in > `dispatch' > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in > `process_request' > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in > `process!' > /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi' > /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi' > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in > `process!' > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in > `process!' > /home/meta/typo/public/dispatch.fcgi:24 > > > I'm about ready to give up on Typo, I'm sick of "Application error > (Rails)" every couple of days. > > > mathew > -- > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From neuro at 7el.net Thu Dec 21 14:28:20 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Thu, 21 Dec 2006 20:28:20 +0100 Subject: [typo] "Controller stack out of kilter"? In-Reply-To: References: <7eeceb440612211031l19976d8ay9c8127e50e09a05a@mail.gmail.com> Message-ID: http://frank.be/articles/2006/12/21/typo-blog-flickr-sidebar-patch There is a patch there that may help you. It's just that flickr has changed their URL. Seems we need to change the way typo flickr url parser works. Cheers Frederic Le 21 d?c. 06 ? 19:56, Steve Lenti a ?crit : > I disabled the flickr sidebar and that seemed to fix the problem. I > haven't had time to debug the actual problem. > -Steve > > On 12/21/06, mathew wrote: >> Anyone have any idea why this has suddenly started happening? Or >> what >> it even means? Typo stable release. >> >> RuntimeError (Controller stack got out of kilter!): >> /app/models/blog.rb:127:in `after' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:227:in >> `around_filter' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:401:in >> `call_filters' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:394:in >> `call_filters' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:389:in >> `after_action' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:369:in >> `perform_action_without_benchmark' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/benchmarking.rb:69:in >> `perform_action_without_rescue' >> /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/benchmarking.rb:69:in >> `perform_action_without_rescue' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/rescue.rb:82:in >> `perform_action' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/base.rb:408:in >> `process_without_filters' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:377:in >> `process_without_session_management_support' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/session_management.rb:117:in >> `process' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:71:in >> `process_with_components' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:137:in >> `component_response' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:108:in >> `render_component_as_string' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:169:in >> `component_logging_with_unfiltered_options' >> /lib/rails_patch/components.rb:10:in `component_logging' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:107:in >> `render_component_as_string' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/components.rb:44:in >> `render_component' >> /app/helpers/articles_helper.rb:121:in `render_sidebars' >> /app/views/./../../themes/scribbish/layouts/default.rhtml:31:in >> `_run_rhtml__home_meta_typo_themes_scribbish_layouts_default' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_view/base.rb:316:in >> `compile_and_render_template' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_view/base.rb:292:in >> `render_template' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_view/base.rb:251:in >> `render_file' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/layout.rb:251:in >> `render_without_benchmark' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/benchmarking.rb:53:in >> `render' >> /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/benchmarking.rb:53:in >> `render' >> /app/controllers/articles_controller.rb:73:in >> `rescue_action_in_public' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/rescue.rb:33:in >> `rescue_action' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/rescue.rb:108:in >> `perform_action' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/base.rb:408:in >> `process_without_filters' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/filters.rb:377:in >> `process_without_session_management_support' >> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/ >> action_controller/session_management.rb:117:in >> `process' >> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/ >> dispatcher.rb:38:in >> `dispatch' >> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/ >> fcgi_handler.rb:150:in >> `process_request' >> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/ >> fcgi_handler.rb:54:in >> `process!' >> /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb: >> 612:in `each_cgi' >> /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb: >> 609:in `each_cgi' >> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/ >> fcgi_handler.rb:53:in >> `process!' >> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/ >> fcgi_handler.rb:23:in >> `process!' >> /home/meta/typo/public/dispatch.fcgi:24 >> >> >> I'm about ready to give up on Typo, I'm sick of "Application error >> (Rails)" every couple of days. >> >> >> mathew >> -- >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list >> > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From paulrbrown at gmail.com Thu Dec 21 15:03:51 2006 From: paulrbrown at gmail.com (Paul Brown) Date: Thu, 21 Dec 2006 12:03:51 -0800 Subject: [typo] fix for current Flickr ills Message-ID: <4249453d0612211203h6ba8e32bi7273be300c0e3d01@mail.gmail.com> I don't know if other folks were hit with Flickr sidebar problems yesterday, but I muddled up a quick fix: http://mult.ifario.us/articles/2006/12/21/oh-no-you-didnt Changed flickr.rb is in the second comment. -- Paul From neuro at 7el.net Thu Dec 21 15:17:04 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Thu, 21 Dec 2006 21:17:04 +0100 Subject: [typo] Admin usability patch In-Reply-To: References: Message-ID: <083DE90A-A233-4479-B19D-D2FE95DD4306@7el.net> The patch I sent did not validate XHTML and included some code that should not have been in (duplication of the tab method in the theme helper for my own use). Here is a corrected patch. My apologies Oh, and is this OK if I change the admin default colors ? that beige is a bit sad isn't it ? Cheers -------------- next part -------------- A non-text attachment was scrubbed... Name: adminusability.ok.diff Type: application/octet-stream Size: 28297 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061221/bd65c018/attachment-0001.obj -------------- next part -------------- Frederic Le 16 d?c. 06 ? 16:10, Frederic de Villamil a ?crit : > Hi list > > I've made a small patch to improve admin usability. It's mostly > XHTML + CSS. > > The goal is to improve forms by displaying elements a better way, > grouping them by theme (settings, read, write, discuss, spam > protection, resources default and cache) and rephrasing some labels > to make them clearer. > > If this patch is accepted, I'll send some more for every admin pages. > I also plan to split the settings into separate pages instead of > using only one. > > Cheers, > Frederic / neuro` on #typo at freenode > > > -- > Fr?d?ric de Villamil > Ph'nglui mglw'nafh neuro R'lyeh wgah'nagl fhtagn > neuro at 7el.net tel: +33 (0)6 62 19 1337 > http://fredericdevillamil.com > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From meta at pobox.com Thu Dec 21 17:31:13 2006 From: meta at pobox.com (mathew) Date: Thu, 21 Dec 2006 16:31:13 -0600 Subject: [typo] fix for current Flickr ills In-Reply-To: <4249453d0612211203h6ba8e32bi7273be300c0e3d01@mail.gmail.com> References: <4249453d0612211203h6ba8e32bi7273be300c0e3d01@mail.gmail.com> Message-ID: <7eeceb440612211431j7ee7a247j4327714e524bb94d@mail.gmail.com> On 12/21/06, Paul Brown wrote: > I don't know if other folks were hit with Flickr sidebar problems > yesterday, but I muddled up a quick fix: > > http://mult.ifario.us/articles/2006/12/21/oh-no-you-didnt > > Changed flickr.rb is in the second comment. Your changed flickr.rb seems to bear no resemblance to the one I have. I'm guessing you're not running "stable" typo? mathew -- From warnero at gmail.com Thu Dec 21 17:57:36 2006 From: warnero at gmail.com (Warner Onstine) Date: Thu, 21 Dec 2006 15:57:36 -0700 Subject: [typo] blog down - weird error Message-ID: Hi all, Sometime between last night and this morning my blog went down and I'm at a loss as to why. When I hit the main page or any individuals articles I just get this: The following error has occured: with no error showing up at all. I've searched through the mongrel.log and I see a lot of ActiveRecord errors but nothing I can figure out. In this error log what should I be looking for as the culprit? Oh, also, the admin side is working just fine so I'm unsure of what to do. The only change I made recently was to try and turn on the mail function by creating a mail.yml file in the config. I have since moved this out of the way and restarted Typo but I still get the error. I'm a little hesitant about sending the whole ActiveRecord error because it has some config information in it that I'm worried about innadvertantly exposing to the world. Ok, to make things even stranger I can't seem to find anything in the log files after I restarted again. -warner From warnero at gmail.com Thu Dec 21 18:14:20 2006 From: warnero at gmail.com (Warner Onstine) Date: Thu, 21 Dec 2006 16:14:20 -0700 Subject: [typo] blog down - weird error In-Reply-To: References: Message-ID: Looks like it was that flickr error reported earlier, just turned that off and voila! So, I'll try the patch and see if that fixes it as well. -warner On 12/21/06, Warner Onstine wrote: > Hi all, > Sometime between last night and this morning my blog went down and I'm > at a loss as to why. When I hit the main page or any individuals > articles I just get this: > The following error has occured: > with no error showing up at all. I've searched through the mongrel.log > and I see a lot of ActiveRecord errors but nothing I can figure out. > In this error log what should I be looking for as the culprit? > > Oh, also, the admin side is working just fine so I'm unsure of what to > do. The only change I made recently was to try and turn on the mail > function by creating a mail.yml file in the config. I have since moved > this out of the way and restarted Typo but I still get the error. > > I'm a little hesitant about sending the whole ActiveRecord error > because it has some config information in it that I'm worried about > innadvertantly exposing to the world. > > Ok, to make things even stranger I can't seem to find anything in the > log files after I restarted again. > > -warner > From urban at bettong.net Fri Dec 22 09:56:08 2006 From: urban at bettong.net (Urban Hafner) Date: Fri, 22 Dec 2006 15:56:08 +0100 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 12, 2006, at 0:32 , Piers Cawley wrote: > So, what do we know? > > 1. Migrations went smoothly and you're on schema version 61 > 2. Textdrive isn't killing stuff because it's not putting any reports > in your home directory > 3. Typo's dying before it logs anything. 4. Sometimes I get the message "[FATAL] failed to allocate memory" on the console that I started the FCGI on. BTW, maybe it's of interest: I'm running Typo as an FCGI process using lighttpd. I mean, I start the FCGI using "spawn-fcgi" and tell lighttpd where to find the socket. > Does it always die in the same place? Not really. It seems that the problem occurs whenever Typo tries to load a new page that isn't in the cache, yet. Sometimes it works for a page more, but once I try to load another page that isn't in the cache (or so I'm guessing) it blows up. Urban - -- http://bettong.net - Urban's Blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFi/IQggNuVCIrEyURApMsAJ9ip4zLUfz2LptZZlmbGYeeaauyEQCglaqK xaa+l2lgAXVCPjZliRD8Mu8= =QkwX -----END PGP SIGNATURE----- From ernieoporto at gmail.com Fri Dec 22 13:37:35 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Fri, 22 Dec 2006 13:37:35 -0500 Subject: [typo] blog down - weird error In-Reply-To: References: Message-ID: I've just decided that I don't want it to be an issue again, so I made a static with the flickr javascript badge in it. You can make one at http://www.flickr.com/badge_new.gne for your photo set. On 12/21/06, Warner Onstine wrote: > > Looks like it was that flickr error reported earlier, just turned that > off and voila! So, I'll try the patch and see if that fixes it as > well. > > -warner > > On 12/21/06, Warner Onstine wrote: > > Hi all, > > Sometime between last night and this morning my blog went down and I'm > > at a loss as to why. When I hit the main page or any individuals > > articles I just get this: > > The following error has occured: > > with no error showing up at all. I've searched through the mongrel.log > > and I see a lot of ActiveRecord errors but nothing I can figure out. > > In this error log what should I be looking for as the culprit? > > > > Oh, also, the admin side is working just fine so I'm unsure of what to > > do. The only change I made recently was to try and turn on the mail > > function by creating a mail.yml file in the config. I have since moved > > this out of the way and restarted Typo but I still get the error. > > > > I'm a little hesitant about sending the whole ActiveRecord error > > because it has some config information in it that I'm worried about > > innadvertantly exposing to the world. > > > > Ok, to make things even stranger I can't seem to find anything in the > > log files after I restarted again. > > > > -warner > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061222/2e48f9b1/attachment.html From pdcawley at bofh.org.uk Sat Dec 23 06:15:09 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 23 Dec 2006 11:15:09 +0000 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: (Urban Hafner's message of "Fri, 22 Dec 2006 15:56:08 +0100") References: Message-ID: Urban Hafner writes: > On Dec 12, 2006, at 0:32 , Piers Cawley wrote: > >> So, what do we know? >> >> 1. Migrations went smoothly and you're on schema version 61 >> 2. Textdrive isn't killing stuff because it's not putting any reports >> in your home directory >> 3. Typo's dying before it logs anything. > > 4. Sometimes I get the message "[FATAL] failed to allocate memory" on > the console that I started the FCGI on. BTW, maybe it's of interest: I'm > running Typo as an FCGI process using lighttpd. I mean, I start the FCGI > using "spawn-fcgi" and tell lighttpd where to find the socket. Oh crap. Memory leak. I hate memory leaks. >> Does it always die in the same place? > > Not really. It seems that the problem occurs whenever Typo tries to load > a new page that isn't in the cache, yet. Sometimes it works for a page > more, but once I try to load another page that isn't in the cache (or so > I'm guessing) it blows up. Bugger. Definitely a memory leak. -- Piers Cawley http://www.bofh.org.uk/ From urban at bettong.net Sat Dec 23 08:35:39 2006 From: urban at bettong.net (Urban Hafner) Date: Sat, 23 Dec 2006 14:35:39 +0100 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 23, 2006, at 12:15 , Piers Cawley wrote: > Urban Hafner writes: > >> On Dec 12, 2006, at 0:32 , Piers Cawley wrote: >> >>> So, what do we know? >>> >>> 1. Migrations went smoothly and you're on schema version 61 >>> 2. Textdrive isn't killing stuff because it's not putting any >>> reports >>> in your home directory >>> 3. Typo's dying before it logs anything. >> >> 4. Sometimes I get the message "[FATAL] failed to allocate memory" on >> the console that I started the FCGI on. BTW, maybe it's of >> interest: I'm >> running Typo as an FCGI process using lighttpd. I mean, I start >> the FCGI >> using "spawn-fcgi" and tell lighttpd where to find the socket. > > Oh crap. Memory leak. I hate memory leaks. > >>> Does it always die in the same place? >> >> Not really. It seems that the problem occurs whenever Typo tries >> to load >> a new page that isn't in the cache, yet. Sometimes it works for a >> page >> more, but once I try to load another page that isn't in the cache >> (or so >> I'm guessing) it blows up. > > Bugger. Definitely a memory leak. Seems like. BTW, thanks for all the help tracking down this bug! Urban - -- http://bettong.net - Urban's Blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFjTCzggNuVCIrEyURAgBcAJ9SrpiNF9luF7EE2BzTnQ6U4H7f5QCgo4b0 ah6L/FJwFKZQkZr/nz6u1/I= =4tXB -----END PGP SIGNATURE----- From pdcawley at bofh.org.uk Sat Dec 23 18:20:25 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 23 Dec 2006 23:20:25 +0000 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: (Urban Hafner's message of "Sat, 23 Dec 2006 14:35:39 +0100") References: Message-ID: Urban Hafner writes: > On Dec 23, 2006, at 12:15 , Piers Cawley wrote: >> Bugger. Definitely a memory leak. > > Seems like. BTW, thanks for all the help tracking down this bug! If only it were tracked down. Now we've got to find where we're leaking from, and that's never fun. -- Piers Cawley http://www.bofh.org.uk/ From kevin at sb.org Sun Dec 24 03:48:47 2006 From: kevin at sb.org (Kevin Ballard) Date: Sun, 24 Dec 2006 03:48:47 -0500 Subject: [typo] Admin usability patch In-Reply-To: References: Message-ID: I like it, but there's a couple problems: * Missing a link at the top for Notifications * Spam Protection group has an uncapitalized second word * Resource Defaults links to Resource Settings. Link should be changed to match group name (group name is better) And the most annoying issue: Labels don't vertically align with their checkboxes. Incidentally, why move the labels on the left side of the checkboxes? I prefer them on the right - that's how you see checkboxes almost everywhere else. On Dec 16, 2006, at 10:10 AM, Frederic de Villamil wrote: > I've made a small patch to improve admin usability. It's mostly > XHTML + CSS. > > The goal is to improve forms by displaying elements a better way, > grouping them by theme (settings, read, write, discuss, spam > protection, resources default and cache) and rephrasing some labels > to make them clearer. > > If this patch is accepted, I'll send some more for every admin pages. > I also plan to split the settings into separate pages instead of > using only one. > > Cheers, > Frederic / neuro` on #typo at freenode > -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061224/7cdac94c/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061224/7cdac94c/attachment-0001.bin From urban at bettong.net Sun Dec 24 09:17:30 2006 From: urban at bettong.net (Urban Hafner) Date: Sun, 24 Dec 2006 15:17:30 +0100 Subject: [typo] is r1303 unstable for others, too? In-Reply-To: References: Message-ID: <02253200-A796-4DAC-A947-0CD76D83D0BD@bettong.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 24, 2006, at 0:20 , Piers Cawley wrote: > Urban Hafner writes: > >> On Dec 23, 2006, at 12:15 , Piers Cawley wrote: > >>> Bugger. Definitely a memory leak. >> >> Seems like. BTW, thanks for all the help tracking down this bug! > > If only it were tracked down. Now we've got to find where we're > leaking from, and that's never fun. Well, I hope we can work it out. Maybe I'll faster at answering your questions than the last weeks ;) Urban - -- http://bettong.net - Urban's Blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFjowBggNuVCIrEyURAsrcAJ92aaJGagc4PmBKKP0l8nWjnBaO/QCfaij6 qyKempWujAHDaIENwkwdtYg= =nL1A -----END PGP SIGNATURE----- From neuro at 7el.net Tue Dec 26 06:50:54 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Tue, 26 Dec 2006 12:50:54 +0100 Subject: [typo] Admin usability patch In-Reply-To: References: Message-ID: Le 24 d?c. 06 ? 09:48, Kevin Ballard a ?crit : > I like it, but there's a couple problems: > > * Missing a link at the top for Notifications I'll add one and repost the patch as soon as I'm home > > * Spam Protection group has an uncapitalized second word I'll set this up in CSS with some text-transform : capitalize; to be sure this won't happen anymore. > > * Resource Defaults links to Resource Settings. Link should be > changed to match group name (group name is better) Yeah, forgot this, I was a little bit tired (understand completely fucked up) when I did this). > > And the most annoying issue: > > Labels don't vertically align with their checkboxes. Didn't notice this. OS and browser please ? > > Incidentally, why move the labels on the left side of the > checkboxes? I prefer them on the right - that's how you see > checkboxes almost everywhere else. > I just wanted to have all labels on the left, looks cleaner and it's easier to read IMHO. But this can be changed. If this patch is accepted, I'll start to send some more to have all the pages look cleaner. Admin is the worst thing in Typo with content state management. But admin is what users see. Thank you for your feedback. Merry Xmas > On Dec 16, 2006, at 10:10 AM, Frederic de Villamil wrote: > >> I've made a small patch to improve admin usability. It's mostly >> XHTML + CSS. >> >> The goal is to improve forms by displaying elements a better way, >> grouping them by theme (settings, read, write, discuss, spam >> protection, resources default and cache) and rephrasing some >> labels to make them clearer. >> >> If this patch is accepted, I'll send some more for every admin pages. >> I also plan to split the settings into separate pages instead of >> using only one. >> >> Cheers, >> Frederic / neuro` on #typo at freenode >> > > -- > Kevin Ballard > http://kevin.sb.org > kevin at sb.org > http://www.tildesoft.com > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From paulrbrown at gmail.com Wed Dec 27 15:13:16 2006 From: paulrbrown at gmail.com (Paul Brown) Date: Wed, 27 Dec 2006 12:13:16 -0800 Subject: [typo] fix for current Flickr ills In-Reply-To: <7eeceb440612211431j7ee7a247j4327714e524bb94d@mail.gmail.com> References: <4249453d0612211203h6ba8e32bi7273be300c0e3d01@mail.gmail.com> <7eeceb440612211431j7ee7a247j4327714e524bb94d@mail.gmail.com> Message-ID: <4249453d0612271213j56b2931aj606829f1b3e5bdf@mail.gmail.com> On 12/21/06, mathew wrote: > Your changed flickr.rb seems to bear no resemblance to the one I have. > I'm guessing you're not running "stable" typo? Probably so. (Admitted so in the accompanying blog post.) Note that there are *two* flickr.rb files running around. One is part of the plugin, and one if part of something else. -- paulrbrown at gmail.com http://mult.ifario.us/ From kevin at sb.org Thu Dec 28 04:51:42 2006 From: kevin at sb.org (Kevin Ballard) Date: Thu, 28 Dec 2006 04:51:42 -0500 Subject: [typo] Admin usability patch In-Reply-To: References: Message-ID: <7883281A-9F0F-425C-AB47-6A74446E9436@sb.org> On Dec 26, 2006, at 6:50 AM, Frederic de Villamil wrote: > Le 24 d?c. 06 ? 09:48, Kevin Ballard a ?crit : > >> * Spam Protection group has an uncapitalized second word > > I'll set this up in CSS with some text-transform : capitalize; to be > sure this won't happen anymore. That seems like overkill. Why not just fix it in the HTML? >> And the most annoying issue: >> >> Labels don't vertically align with their checkboxes. > > Didn't notice this. OS and browser please ? Safari, OS X 10.4.8. >> Incidentally, why move the labels on the left side of the >> checkboxes? I prefer them on the right - that's how you see >> checkboxes almost everywhere else. >> > > I just wanted to have all labels on the left, looks cleaner and it's > easier to read IMHO. But this can be changed. I tend to prefer labels on the right, so all the checkboxes line up appropriately, and the left edge doesn't look ragged. But it's just a personal preference. > If this patch is accepted, I'll start to send some more to have all > the pages look cleaner. Admin is the worst thing in Typo with content > state management. But admin is what users see. > Thank you for your feedback. Sounds good. -Kevin -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061228/1fca63ee/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061228/1fca63ee/attachment.bin From pdcawley at bofh.org.uk Fri Dec 29 02:39:26 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Fri, 29 Dec 2006 07:39:26 +0000 Subject: [typo] Eliminating threading Message-ID: I've just removed all threading from the ping sending code. I expect this to have a couple of effects: 1. A probable perceived slowdown in posting. 2. A possible improvement in memory usage. Threading certainly causes pain to rubygems, and I wouldn't be surprised if it's causing pain elsewhere too. Also in this batch of changes, I've shifted feedback classification to Feedback#before_save instead of Feedback#after_save. I think it was on after_save but then we were seeing loads of unclassified feedback. -- Piers Cawley http://www.bofh.org.uk/ From neuro at 7el.net Fri Dec 29 04:35:09 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 10:35:09 +0100 Subject: [typo] Admin usability patch In-Reply-To: <7883281A-9F0F-425C-AB47-6A74446E9436@sb.org> References: <7883281A-9F0F-425C-AB47-6A74446E9436@sb.org> Message-ID: <23706255-02E2-41CF-97FC-D483CC7D175A@7el.net> Le 28 d?c. 06 ? 10:51, Kevin Ballard a ?crit : > On Dec 26, 2006, at 6:50 AM, Frederic de Villamil wrote: > >> Le 24 d?c. 06 ? 09:48, Kevin Ballard a ?crit : >> >>> * Spam Protection group has an uncapitalized second word >> >> I'll set this up in CSS with some text-transform : capitalize; to be >> sure this won't happen anymore. > > That seems like overkill. Why not just fix it in the HTML? > Because we don't have to care for someone forgetting a capital letter in titles anymore. HTML gives the structure and content, CSS gives the style and headach as well. >>> And the most annoying issue: >>> >>> Labels don't vertically align with their checkboxes. >> >> Didn't notice this. OS and browser please ? > > Safari, OS X 10.4.8. > OK, got it. It's done too. Was a little bit ttricky to do it without Js because Safari doesn't suport form styling with CSS. >>> Incidentally, why move the labels on the left side of the >>> checkboxes? I prefer them on the right - that's how you see >>> checkboxes almost everywhere else. >>> >> >> I just wanted to have all labels on the left, looks cleaner and it's >> easier to read IMHO. But this can be changed. > > I tend to prefer labels on the right, so all the checkboxes line up > appropriately, and the left edge doesn't look ragged. But it's just > a personal preference. > I've tried both, and putting the checkbox on the right of the labels just look damn ugly. >> If this patch is accepted, I'll start to send some more to have all >> the pages look cleaner. Admin is the worst thing in Typo with content >> state management. But admin is what users see. >> Thank you for your feedback. > > Sounds good. > > -Kevin > -------------- next part -------------- A non-text attachment was scrubbed... Name: adminusability.ok2.diff Type: application/octet-stream Size: 29158 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/56af39a2/attachment-0001.obj -------------- next part -------------- Cheers Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Fri Dec 29 04:55:59 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 10:55:59 +0100 Subject: [typo] r1328 crashing at article publication Message-ID: <5C8AD218-8B70-4CF0-B2CF-2F2FFCDDBEDF@7el.net> Hello, I've found a bug in the last trunk revision : typo crashes when publishing a new article. Here is the stack trace : vendor/rails/activerecord/lib/active_record/associations/ association_proxy.rb:148:in `raise_on_type_mismatch' vendor/rails/activerecord/lib/active_record/associations/ belongs_to_association.rb:22:in `replace' vendor/rails/activerecord/lib/active_record/associations.rb:894:in `blog=' app/models/content.rb:55:in `set_default_blog' app/models/content.rb:42:in `initialize' vendor/rails/activerecord/lib/active_record/associations/ has_many_association.rb:13:in `new' vendor/rails/activerecord/lib/active_record/associations/ has_many_association.rb:13:in `build' app/controllers/admin/content_controller.rb:150:in `get_or_build_article' app/controllers/admin/content_controller.rb:95:in `new_or_edit' app/controllers/admin/content_controller.rb:25:in `new' vendor/rails/actionpack/lib/action_controller/base.rb:1092:in `send' vendor/rails/actionpack/lib/action_controller/base.rb:1092:in `perform_action_without_filters' vendor/rails/actionpack/lib/action_controller/filters.rb:632:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:449:in `call' vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter' vendor/rails/actionpack/lib/action_controller/filters.rb:619:in `perform_action_without_benchmark' vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action' vendor/rails/actionpack/lib/action_controller/base.rb:427:in `send' vendor/rails/actionpack/lib/action_controller/base.rb:427:in `process_without_filters' vendor/rails/actionpack/lib/action_controller/filters.rb:624:in `process_without_session_management_support' vendor/rails/actionpack/lib/action_controller/session_management.rb: 114:in `process' vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process' vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb: 84:in `process' /usr/lib/ruby/1.8/sync.rb:229:in `synchronize' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb: 83:in `process' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:580:in `process_client' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:579:in `each' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:579:in `process_client' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:686:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:686:in `initialize' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:686:in `new' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:686:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:673:in `initialize' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:673:in `new' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb:673:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ configurator.rb:267:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ configurator.rb:266:in `each' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/ configurator.rb:266:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:127:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb: 211:in `run' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231 vendor/rails/activesupport/lib/active_support/dependencies.rb:487:in `load' vendor/rails/activesupport/lib/active_support/dependencies.rb:487:in `load' vendor/rails/activesupport/lib/active_support/dependencies.rb:341:in `new_constants_in' vendor/rails/activesupport/lib/active_support/dependencies.rb:487:in `load' vendor/rails/railties/lib/commands/servers/mongrel.rb:60 /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' vendor/rails/activesupport/lib/active_support/dependencies.rb:494:in `require' vendor/rails/activesupport/lib/active_support/dependencies.rb:341:in `new_constants_in' vendor/rails/activesupport/lib/active_support/dependencies.rb:494:in `require' vendor/rails/railties/lib/commands/server.rb:39 script/server:3:in `require' script/server:3 Config : Ruby 1.8.5 Mac OS X Regards Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Fri Dec 29 05:17:42 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 11:17:42 +0100 Subject: [typo] Articles navigation brocken in admin Message-ID: <0E69B373-25A7-472D-9054-A266BE1C3337@7el.net> Hi list, I've found a bug in r1328 and some previous releases as well. Navigation through articles in the admin is brocken in some ways : ? it always displays the 15 FIRST articles of the blog in the publication order (should be exactly the contrary) ? when you're trying to navigate you always have the same list of articles displayed thus the URL changes (/content/index/pagenumber) ? when you click on a page number in the list, and then want to click on the "next page" link, the page number is always set as "2" The same thing works perfectly on the frontend. Cheers Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From kevin at sb.org Fri Dec 29 05:21:53 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 05:21:53 -0500 Subject: [typo] Interesting rake failure Message-ID: <923A2C0B-58C4-41FF-B13A-690D3123D47D@sb.org> Check out this log: kevin at Erebor:~/Dev/Ruby/Typo/typo> rake (in /Users/kevin/Dev/Ruby/Typo/typo) /opt/local/bin/ruby -Ilib:test "/opt/local/lib/ruby/gems/1.8/gems/ rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/ accounts_controller_test.rb" "test/functional/ articles_controller_test.rb" "test/functional/ backend_controller_test.rb" "test/functional/ redirect_controller_test.rb" "test/functional/ textfilter_controller_test.rb" "test/functional/ theme_controller_test.rb" "test/functional/xml_controller_test.rb" "test/functional/admin/article_preview_test.rb" "test/functional/ admin/blacklist_controller_test.rb" "test/functional/admin/ categories_controller_test.rb" "test/functional/admin/ comments_controller_test.rb" "test/functional/admin/ content_controller_test.rb" "test/functional/admin/ feedback_controller_test.rb" "test/functional/admin/ general_controller_test.rb" "test/functional/admin/ pages_controller_test.rb" "test/functional/admin/ resources_controller_test.rb" "test/functional/admin/ textfilters_controller_test.rb" "test/functional/admin/ themes_controller_test.rb" "test/functional/admin/ trackbacks_controller_test.rb" "test/functional/admin/ users_controller_test.rb" Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ .................................................................. Finished in 37.633712 seconds. 210 tests, 723 assertions, 0 failures, 0 errors rake aborted! Test failures (See full trace by running task with --trace) kevin at Erebor:~/Dev/Ruby/Typo/typo> -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/72d95f65/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/72d95f65/attachment.bin From kevin at sb.org Fri Dec 29 05:24:34 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 05:24:34 -0500 Subject: [typo] Interesting rake failure In-Reply-To: <923A2C0B-58C4-41FF-B13A-690D3123D47D@sb.org> References: <923A2C0B-58C4-41FF-B13A-690D3123D47D@sb.org> Message-ID: Interestingly, this is reproducible, but if I add the --trace argument as suggested, everything runs just fine. On Dec 29, 2006, at 5:21 AM, Kevin Ballard wrote: > Check out this log: > > kevin at Erebor:~/Dev/Ruby/Typo/typo> rake > (in /Users/kevin/Dev/Ruby/Typo/typo) > /opt/local/bin/ruby -Ilib:test "/opt/local/lib/ruby/gems/1.8/gems/ > rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/ > accounts_controller_test.rb" "test/functional/ > articles_controller_test.rb" "test/functional/ > backend_controller_test.rb" "test/functional/ > redirect_controller_test.rb" "test/functional/ > textfilter_controller_test.rb" "test/functional/ > theme_controller_test.rb" "test/functional/xml_controller_test.rb" > "test/functional/admin/article_preview_test.rb" "test/functional/ > admin/blacklist_controller_test.rb" "test/functional/admin/ > categories_controller_test.rb" "test/functional/admin/ > comments_controller_test.rb" "test/functional/admin/ > content_controller_test.rb" "test/functional/admin/ > feedback_controller_test.rb" "test/functional/admin/ > general_controller_test.rb" "test/functional/admin/ > pages_controller_test.rb" "test/functional/admin/ > resources_controller_test.rb" "test/functional/admin/ > textfilters_controller_test.rb" "test/functional/admin/ > themes_controller_test.rb" "test/functional/admin/ > trackbacks_controller_test.rb" "test/functional/admin/ > users_controller_test.rb" > Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ > rake_test_loader > Started > ...................................................................... > ...................................................................... > ...................................................................... > Finished in 37.633712 seconds. > > 210 tests, 723 assertions, 0 failures, 0 errors > rake aborted! > Test failures > > (See full trace by running task with --trace) > kevin at Erebor:~/Dev/Ruby/Typo/typo> -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/cc1bb0f3/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/cc1bb0f3/attachment-0001.bin From neuro at 7el.net Fri Dec 29 05:40:24 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 11:40:24 +0100 Subject: [typo] Interesting rake failure In-Reply-To: References: <923A2C0B-58C4-41FF-B13A-690D3123D47D@sb.org> Message-ID: Le 29 d?c. 06 ? 11:24, Kevin Ballard a ?crit : > Interestingly, this is reproducible, but if I add the --trace > argument as suggested, everything runs just fine. > > On Dec 29, 2006, at 5:21 AM, Kevin Ballard wrote: > >> Check out this log: >> >> kevin at Erebor:~/Dev/Ruby/Typo/typo> rake >> (in /Users/kevin/Dev/Ruby/Typo/typo) >> /opt/local/bin/ruby -Ilib:test "/opt/local/lib/ruby/gems/1.8/gems/ >> rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/ >> accounts_controller_test.rb" "test/functional/ >> articles_controller_test.rb" "test/functional/ >> backend_controller_test.rb" "test/functional/ >> redirect_controller_test.rb" "test/functional/ >> textfilter_controller_test.rb" "test/functional/ >> theme_controller_test.rb" "test/functional/xml_controller_test.rb" >> "test/functional/admin/article_preview_test.rb" "test/functional/ >> admin/blacklist_controller_test.rb" "test/functional/admin/ >> categories_controller_test.rb" "test/functional/admin/ >> comments_controller_test.rb" "test/functional/admin/ >> content_controller_test.rb" "test/functional/admin/ >> feedback_controller_test.rb" "test/functional/admin/ >> general_controller_test.rb" "test/functional/admin/ >> pages_controller_test.rb" "test/functional/admin/ >> resources_controller_test.rb" "test/functional/admin/ >> textfilters_controller_test.rb" "test/functional/admin/ >> themes_controller_test.rb" "test/functional/admin/ >> trackbacks_controller_test.rb" "test/functional/admin/ >> users_controller_test.rb" >> Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ >> rake_test_loader >> Started >> ..................................................................... >> ..................................................................... >> ..................................................................... >> ... >> Finished in 37.633712 seconds. >> >> 210 tests, 723 assertions, 0 failures, 0 errors >> rake aborted! >> Test failures >> >> (See full trace by running task with --trace) >> kevin at Erebor:~/Dev/Ruby/Typo/typo> Works fine for me, can't reproduce it. powerbook58-de-frederic-de-villamil:~/Desktop/fdv/typo neuro$ rake test (in /Users/neuro/Desktop/fdv/typo) /usr/bin/ruby -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/ rake/rake_test_loader.rb" "test/unit/amazon_sidebar_test.rb" "test/ unit/article_test.rb" "test/unit/audioscrobbler_test.rb" "test/unit/ blacklist_pattern_test.rb" "test/unit/blog_test.rb" "test/unit/ cache_support_test.rb" "test/unit/category_test.rb" "test/unit/ comment_test.rb" "test/unit/configuration_test.rb" "test/unit/ delicious_test.rb" "test/unit/flickr_test.rb" "test/unit/ fortythree_test.rb" "test/unit/magnolia_test.rb" "test/unit/ metafragment_test.rb" "test/unit/notification_mailer_test.rb" "test/ unit/notification_test.rb" "test/unit/page_cache_test.rb" "test/unit/ page_test.rb" "test/unit/ping_test.rb" "test/unit/redirect_test.rb" "test/unit/resource_test.rb" "test/unit/sidebar_test.rb" "test/unit/ static_sidebar_test.rb" "test/unit/tag_test.rb" "test/unit/ text_filter_test.rb" "test/unit/theme_test.rb" "test/unit/ trackback_test.rb" "test/unit/trigger_test.rb" "test/unit/ user_test.rb" "test/unit/content_state/factory_test.rb" "test/unit/ content_state/feedback_states_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ ...................................... Finished in 35.079222 seconds. 182 tests, 555 assertions, 0 failures, 0 errors /usr/bin/ruby -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/ rake/rake_test_loader.rb" "test/functional/ accounts_controller_test.rb" "test/functional/ articles_controller_test.rb" "test/functional/ backend_controller_test.rb" "test/functional/ redirect_controller_test.rb" "test/functional/ textfilter_controller_test.rb" "test/functional/ theme_controller_test.rb" "test/functional/xml_controller_test.rb" "test/functional/admin/article_preview_test.rb" "test/functional/ admin/blacklist_controller_test.rb" "test/functional/admin/ categories_controller_test.rb" "test/functional/admin/ comments_controller_test.rb" "test/functional/admin/ content_controller_test.rb" "test/functional/admin/ feedback_controller_test.rb" "test/functional/admin/ general_controller_test.rb" "test/functional/admin/ pages_controller_test.rb" "test/functional/admin/ resources_controller_test.rb" "test/functional/admin/ textfilters_controller_test.rb" "test/functional/admin/ themes_controller_test.rb" "test/functional/admin/ trackbacks_controller_test.rb" "test/functional/admin/ users_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ .................................................................. Finished in 74.774538 seconds. 210 tests, 723 assertions, 0 failures, 0 errors -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From kevin at sb.org Fri Dec 29 05:56:58 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 05:56:58 -0500 Subject: [typo] Admin usability patch In-Reply-To: <23706255-02E2-41CF-97FC-D483CC7D175A@7el.net> References: <7883281A-9F0F-425C-AB47-6A74446E9436@sb.org> <23706255-02E2-41CF-97FC-D483CC7D175A@7el.net> Message-ID: <9ABF188B-FFE9-4F6B-8F14-5045189DFED8@sb.org> On Dec 29, 2006, at 4:35 AM, Frederic de Villamil wrote: >>> Le 24 d?c. 06 ? 09:48, Kevin Ballard a ?crit : >>> >>>> * Spam Protection group has an uncapitalized second word >>> >>> I'll set this up in CSS with some text-transform : capitalize; to be >>> sure this won't happen anymore. >> >> That seems like overkill. Why not just fix it in the HTML? > > Because we don't have to care for someone forgetting a capital > letter in titles anymore. HTML gives the structure and content, CSS > gives the style and headach as well. How often do you expect these groups to be edited? I'd say fairly rarely. Besides, I don't like it when the text itself gets changed due to CSS - capital letter or not, that's an actual character difference, not merely stylistic. That said, I'll leave it just because it really doesn't matter. >>>> And the most annoying issue: >>>> >>>> Labels don't vertically align with their checkboxes. >>> >>> Didn't notice this. OS and browser please ? >> >> Safari, OS X 10.4.8. >> > > OK, got it. > It's done too. Was a little bit ttricky to do it without Js because > Safari doesn't suport form styling with CSS. It does in TOT webkit, but yeah, I guess that doesn't help now. >>>> Incidentally, why move the labels on the left side of the >>>> checkboxes? I prefer them on the right - that's how you see >>>> checkboxes almost everywhere else. >>>> >>> >>> I just wanted to have all labels on the left, looks cleaner and it's >>> easier to read IMHO. But this can be changed. >> >> I tend to prefer labels on the right, so all the checkboxes line >> up appropriately, and the left edge doesn't look ragged. But it's >> just a personal preference. >> > > I've tried both, and putting the checkbox on the right of the > labels just look damn ugly. Fair enough. >>> If this patch is accepted, I'll start to send some more to have all >>> the pages look cleaner. Admin is the worst thing in Typo with >>> content >>> state management. But admin is what users see. >>> Thank you for your feedback. >> >> Sounds good. >> >> -Kevin >> >> Looks good. We seem to be inconsistent about trailing colons on labels, so I fixed that up. I also changed a few words (for example, "news feed", not "rss feed"). I realize these predate your patch, but now's as good a time as any to fix it. Oh wow, adding colons to a few of the items actually caused wrapping. Did you hand-tailor the width of this? Incidentally, your patch included some trailing whitespace on lines. I fixed that, but you should watch that in the future. Plus, try to watch soft vs. hard tabs ... Ok, I just went over everything. It looks good, though I fiddled with the spacing slightly. I also reworked the comments in administration.css so it groups nicely in CSSEdit. Makes editing much easier. Committed in revision [1329]. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/0e6e5721/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/0e6e5721/attachment.bin From pdcawley at bofh.org.uk Fri Dec 29 06:18:01 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Fri, 29 Dec 2006 11:18:01 +0000 Subject: [typo] r1328 crashing at article publication In-Reply-To: <5C8AD218-8B70-4CF0-B2CF-2F2FFCDDBEDF@7el.net> (Frederic de Villamil's message of "Fri, 29 Dec 2006 10:55:59 +0100") References: <5C8AD218-8B70-4CF0-B2CF-2F2FFCDDBEDF@7el.net> Message-ID: Frederic de Villamil writes: > Hello, > > I've found a bug in the last trunk revision : typo crashes when > publishing a new article. > > Here is the stack trace : > > vendor/rails/activerecord/lib/active_record/associations/ > association_proxy.rb:148:in `raise_on_type_mismatch' Interesting... it doesn't seem to fail when I run it here with release 1.2RC1. Nor when I run it against the 1.2 release candidate branch. > Config : Ruby 1.8.5 Mac OS X I am running Ruby 1.8.4 though, but the error message doesn't seem to relate to that. -- Piers Cawley http://www.bofh.org.uk/ From kevin at sb.org Fri Dec 29 06:35:26 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 06:35:26 -0500 Subject: [typo] Articles navigation brocken in admin In-Reply-To: <0E69B373-25A7-472D-9054-A266BE1C3337@7el.net> References: <0E69B373-25A7-472D-9054-A266BE1C3337@7el.net> Message-ID: Fixed in r1330 and r1331. Thanks On Dec 29, 2006, at 5:17 AM, Frederic de Villamil wrote: > I've found a bug in r1328 and some previous releases as well. > Navigation through articles in the admin is brocken in some ways : > > ? it always displays the 15 FIRST articles of the blog in the > publication order (should be exactly the contrary) > ? when you're trying to navigate you always have the same list of > articles displayed thus the URL changes (/content/index/pagenumber) > ? when you click on a page number in the list, and then want to click > on the "next page" link, the page number is always set as "2" -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/34678369/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/34678369/attachment-0001.bin From kevin at sb.org Fri Dec 29 06:35:58 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 06:35:58 -0500 Subject: [typo] r1328 crashing at article publication In-Reply-To: References: <5C8AD218-8B70-4CF0-B2CF-2F2FFCDDBEDF@7el.net> Message-ID: <24A4C8DF-3538-4E53-B606-2CDC48A80D5E@sb.org> Works for me too, and I'm on Ruby 1.8.5. On Dec 29, 2006, at 6:18 AM, Piers Cawley wrote: > Frederic de Villamil writes: > >> Hello, >> >> I've found a bug in the last trunk revision : typo crashes when >> publishing a new article. >> >> Here is the stack trace : >> >> vendor/rails/activerecord/lib/active_record/associations/ >> association_proxy.rb:148:in `raise_on_type_mismatch' > > Interesting... it doesn't seem to fail when I run it here with release > 1.2RC1. Nor when I run it against the 1.2 release candidate branch. > >> Config : Ruby 1.8.5 Mac OS X > > I am running Ruby 1.8.4 though, but the error message doesn't seem to > relate to that. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/924ed9b7/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/924ed9b7/attachment.bin From neuro at 7el.net Fri Dec 29 08:29:02 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 14:29:02 +0100 Subject: [typo] Live preview fucked up in trunk admin Message-ID: Hello, it seems that the live preview is brocken on the latest trunk admin. What I have when I type foobar in the textarea is data:text/ html;charset=utf-8;base64,PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURC BYSFRNTCAxLjAgVHJhbnNpdGlvbmFsLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG 1sMS9EVEQveGh0bWwxLXRyYW5zaXRpb25hbC5kdGQiPgo8aHRtbCB4bWxucz0iaHR0cDovL3 d3dy53My5vcmcvMTk5OS94aHRtbCI +CjxoZWFkPgogIDxtZXRhIGh0dHAtZXF1aXY9ImNvbnRlbnQtdHlwZSIgY29udGVudD0idGV 4dC9odG1sOyBjaGFyc2V0PXV0Zi04IiAvPgogIAogIDxsaW5rIHJlbD0iRWRpdFVSSSIgdHl wZT0iYXBwbGljYXRpb24vcnNkK3htbCIgdGl0bGU9IlJTRCIgaHJlZj0iL2FkbWluL3htbC9 yc2QiIC8 +CiAgPGxpbmsgcmVsPSJhbHRlcm5hdGUiIHR5cGU9ImFwcGxpY2F0aW9uL2F0b20reG1sIiB 0aXRsZT0iQXRvbSIgaHJlZj0iIiAvPgogIDxsaW5rIHJlbD0iYWx0ZXJuYXRlIiB0eXBlPSJ hcHBsaWNhdGlvbi9yc3MreG1sIiB0aXRsZT0iUlNTIiBocmVmPSIiIC8 +CiAgPHNjcmlwdCBzcmM9Ii9qYXZhc2NyaXB0cy9jb29raWVzLmpzPzExNjYyMDc1ODYiIHR 5cGU9InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ +CiAgPHNjcmlwdCBzcmM9Ii9qYXZhc2NyaXB0cy9wcm90b3R5cGUuanM/ MTE2NjIwNzU4NiIgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij48L3NjcmlwdD4KICA8c2NyaXB0 IHNyYz0iL2phdmFzY3JpcHRzL2VmZmVjdHMuanM/ MTE2NjIwNzU4NiIgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij48L3NjcmlwdD4KICA8c2NyaXB0 IHNyYz0iL2phdmFzY3JpcHRzL3R5cG8uanM/ MTE2NjIwNzU4NiIgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij48L3NjcmlwdD4KCiAgPHNjcmlw dCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPjwvc2NyaXB0PgogIDxsaW5rIGhyZWY9Ii9zdHls ZXNoZWV0cy90aGVtZS9henVyZS5jc3MiIG1lZGlhPSJhbGwiIHJlbD0iU3R5bGVzaGVldCIg dHlwZT0idGV4dC9jc3MiIC8 +CiAgPGxpbmsgaHJlZj0iL3N0eWxlc2hlZXRzL3VzZXItc3R5bGVzLmNzcz8xMTY2MjA3NTg 3IiBtZWRpYT0iYWxsIiByZWw9IlN0eWxlc2hlZXQiIHR5cGU9InRleHQvY3NzIiAvPgo8L2h lYWQ+Cjxib2R5PgogIDxoND48L2g0PgoKPHA +Zm9vYmFyPC9wPgoKCjwvYm9keT4KPC9odG1sPgo= Which is not really what I had expected... Cheers, Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Fri Dec 29 08:50:45 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 29 Dec 2006 14:50:45 +0100 Subject: [typo] A little end of year poll Message-ID: Hi list, As I'm working on Typo admin section, I have a few questions for you (yes, YOU typo users). This will be painless as you'll likely just need to answer "yes" or "no" 1- Do you use quick post tool ? 2- If not do you think it shall disappear without daage ? 3- If a visual rich editor was included in Typo, do you think it should be enabled by default in admin (mostly for posts and pages) ? 4- If a visual rich editor was included in Typo, do you think it should be enabled by default in frontend feedback form ? 5- What is the airspeed velocity of an unladen swallow ? Thank you for replying this. Frederic aka neuro` on #typo channel -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From linda-list at i-sol.biz Fri Dec 29 09:52:00 2006 From: linda-list at i-sol.biz (Linda Derezinski) Date: Fri, 29 Dec 2006 09:52:00 -0500 Subject: [typo] A little end of year poll In-Reply-To: Message-ID: <002b01c72b58$e583e050$0301000a@Aruba> 1 - no 2 - I won't miss it 3 - depends on the performance. If it doesn't hurt then sure, otherwise no. 4 - same answer as #3 5 - haven't a clue ;) -Linda -----Original Message----- From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Frederic de Villamil Sent: Friday, December 29, 2006 8:51 AM To: typo-list at rubyforge.org Subject: [typo] A little end of year poll Hi list, As I'm working on Typo admin section, I have a few questions for you (yes, YOU typo users). This will be painless as you'll likely just need to answer "yes" or "no" 1- Do you use quick post tool ? 2- If not do you think it shall disappear without daage ? 3- If a visual rich editor was included in Typo, do you think it should be enabled by default in admin (mostly for posts and pages) ? 4- If a visual rich editor was included in Typo, do you think it should be enabled by default in frontend feedback form ? 5- What is the airspeed velocity of an unladen swallow ? Thank you for replying this. Frederic aka neuro` on #typo channel -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com _______________________________________________ Typo-list mailing list Typo-list at rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list From warnero at gmail.com Fri Dec 29 09:53:01 2006 From: warnero at gmail.com (Warner Onstine) Date: Fri, 29 Dec 2006 07:53:01 -0700 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: On 12/29/06, Frederic de Villamil wrote: > Hi list, > > As I'm working on Typo admin section, I have a few questions for you > (yes, YOU typo users). This will be painless as you'll likely just > need to answer "yes" or "no" > > 1- Do you use quick post tool ? No, not really. > > 2- If not do you think it shall disappear without daage ? Not sure what you mean. > > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? Uggh, no. I hate those things. > > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? Again, I would say no. > > 5- What is the airspeed velocity of an unladen swallow ? Wait, wait, ahhhhhh!!!!! -warner > > Thank you for replying this. > Frederic aka neuro` on #typo channel > > -- > Fr?d?ric de Villamil > "Sadness is just another word for not enough coffee" -- Scott Adams > frederic at de-villamil.com tel: +33 (0)6 62 19 1337 > http://fredericdevillamil.com > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From bitdepth at gmail.com Fri Dec 29 10:19:17 2006 From: bitdepth at gmail.com (Chris Campbell) Date: Fri, 29 Dec 2006 11:19:17 -0400 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: 1. No 2. It wouldn't be a problem. (It would disappear without damage) 3. If there was a visual rich editor it should be off by default. 4. Simplicity is key, so the visual rich editor should be off by default. 5. 10 metres per second for a European Swallow. On 29/12/06, Frederic de Villamil wrote: > > Hi list, > > As I'm working on Typo admin section, I have a few questions for you > (yes, YOU typo users). This will be painless as you'll likely just > need to answer "yes" or "no" > > 1- Do you use quick post tool ? > > 2- If not do you think it shall disappear without daage ? > > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? > > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? > > 5- What is the airspeed velocity of an unladen swallow ? > > Thank you for replying this. > Frederic aka neuro` on #typo channel > > -- > Fr?d?ric de Villamil > "Sadness is just another word for not enough coffee" -- Scott Adams > frederic at de-villamil.com tel: +33 (0)6 62 19 1337 > http://fredericdevillamil.com > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/07979bfa/attachment.html From pdcawley at bofh.org.uk Fri Dec 29 12:00:35 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Fri, 29 Dec 2006 17:00:35 +0000 Subject: [typo] A little end of year poll In-Reply-To: (Frederic de Villamil's message of "Fri, 29 Dec 2006 14:50:45 +0100") References: Message-ID: Frederic de Villamil writes: > Hi list, > > As I'm working on Typo admin section, I have a few questions for you > (yes, YOU typo users). This will be painless as you'll likely just > need to answer "yes" or "no" > > 1- Do you use quick post tool ? Once a flood > 2- If not do you think it shall disappear without daage ? Kill it! > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? I'd rather have my eyeballs filled with quicklime. > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? See 3. > 5- What is the airspeed velocity of an unladen swallow ? 1Ss^-1, where S is defined as the distance travelled by an unladen swallow in one second. -- Piers Cawley http://www.bofh.org.uk/ From urban at bettong.net Fri Dec 29 12:47:46 2006 From: urban at bettong.net (Urban Hafner) Date: Fri, 29 Dec 2006 18:47:46 +0100 Subject: [typo] Eliminating threading In-Reply-To: References: Message-ID: <40E1DE70-EE57-467E-9B3E-FEC7AEB6618F@bettong.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 29, 2006, at 8:39 , Piers Cawley wrote: > I've just removed all threading from the ping sending code. I expect > this to have a couple of effects: > > 1. A probable perceived slowdown in posting. > 2. A possible improvement in memory usage. Threading certainly causes > pain to rubygems, and I wouldn't be surprised if it's causing pain > elsewhere too. I tried it and it seems to work now. At least it doesn't die after a few page loads. I'll report tomorrow again and tell you if the process survived a day. Urban - -- http://bettong.net - Urban's Blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFlVTJggNuVCIrEyURAq+CAKCf0/N7NZf2v/aLSe1oll10NygA9gCfdrK1 gFTeaRiallh2sUdrya60B1o= =hYxH -----END PGP SIGNATURE----- From scott at sigkill.org Fri Dec 29 14:29:31 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 29 Dec 2006 11:29:31 -0800 Subject: [typo] Eliminating threading In-Reply-To: References: Message-ID: <14b7e5ef0612291129u1ed81604p2039d4e54fa45c6c@mail.gmail.com> Thanks. I this was one of those "looked like a good idea at the time" patches that probably shouldn't have went in in the first place. I wish that dealing with background processing wasn't such a pain with Rails. Ugh. Scott On 12/28/06, Piers Cawley wrote: > I've just removed all threading from the ping sending code. I expect > this to have a couple of effects: > > 1. A probable perceived slowdown in posting. > 2. A possible improvement in memory usage. Threading certainly causes > pain to rubygems, and I wouldn't be surprised if it's causing pain > elsewhere too. > > Also in this batch of changes, I've shifted feedback classification to > Feedback#before_save instead of Feedback#after_save. I think it was on > after_save but then we were seeing loads of unclassified feedback. > > -- > Piers Cawley > http://www.bofh.org.uk/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From pdcawley at bofh.org.uk Fri Dec 29 14:31:40 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Fri, 29 Dec 2006 19:31:40 +0000 Subject: [typo] Eliminating threading In-Reply-To: <40E1DE70-EE57-467E-9B3E-FEC7AEB6618F@bettong.net> (Urban Hafner's message of "Fri, 29 Dec 2006 18:47:46 +0100") References: <40E1DE70-EE57-467E-9B3E-FEC7AEB6618F@bettong.net> Message-ID: Urban Hafner writes: > On Dec 29, 2006, at 8:39 , Piers Cawley wrote: > >> I've just removed all threading from the ping sending code. I expect >> this to have a couple of effects: >> >> 1. A probable perceived slowdown in posting. >> 2. A possible improvement in memory usage. Threading certainly causes >> pain to rubygems, and I wouldn't be surprised if it's causing pain >> elsewhere too. > > I tried it and it seems to work now. At least it doesn't die after a few > page loads. I'll report tomorrow again and tell you if the process > survived a day. Cool. -- Piers Cawley http://www.bofh.org.uk/ From kevin at sb.org Fri Dec 29 17:53:11 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 17:53:11 -0500 Subject: [typo] Live preview fucked up in trunk admin In-Reply-To: References: Message-ID: Ah, it seems when I changed the article edit interface, I missed the new, because apparently there's duplicated code. I'll fix that. On Dec 29, 2006, at 8:29 AM, Frederic de Villamil wrote: > it seems that the live preview is brocken on the latest trunk admin. > > What I have when I type foobar in the textarea is -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/b9a631b6/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/b9a631b6/attachment.bin From pdcawley at bofh.org.uk Fri Dec 29 17:53:28 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Fri, 29 Dec 2006 22:53:28 +0000 Subject: [typo] Eliminating threading In-Reply-To: <14b7e5ef0612291129u1ed81604p2039d4e54fa45c6c@mail.gmail.com> (Scott Laird's message of "Fri, 29 Dec 2006 11:29:31 -0800") References: <14b7e5ef0612291129u1ed81604p2039d4e54fa45c6c@mail.gmail.com> Message-ID: "Scott Laird" writes: > Thanks. I this was one of those "looked like a good idea at the time" > patches that probably shouldn't have went in in the first place. > > I wish that dealing with background processing wasn't such a pain with > Rails. Ugh. I keep thinking of hacking in a 'post_response' plugin to run the kind of cleanup that can be done after a request, but I never quite get round to it. -- Piers Cawley http://www.bofh.org.uk/ From kevin at sb.org Fri Dec 29 18:23:51 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 29 Dec 2006 18:23:51 -0500 Subject: [typo] Live preview fucked up in trunk admin In-Reply-To: References: Message-ID: <2C115869-9B24-43F5-9817-838F38763A77@sb.org> Alright, fixed in r1332 On Dec 29, 2006, at 5:53 PM, Kevin Ballard wrote: > Ah, it seems when I changed the article edit interface, I missed > the new, because apparently there's duplicated code. > > I'll fix that. > > On Dec 29, 2006, at 8:29 AM, Frederic de Villamil wrote: > >> it seems that the live preview is brocken on the latest trunk admin. >> >> What I have when I type foobar in the textarea is -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061229/1324f602/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061229/1324f602/attachment.bin From scott at sigkill.org Fri Dec 29 18:37:57 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 29 Dec 2006 15:37:57 -0800 Subject: [typo] Eliminating threading In-Reply-To: References: <14b7e5ef0612291129u1ed81604p2039d4e54fa45c6c@mail.gmail.com> Message-ID: <14b7e5ef0612291537g40c92cek54e5e35dbddbd076@mail.gmail.com> I really *like* threads for this sort of thing. Pity Ruby's threads are so weak, and double pity that Rails freaks out if you even *mention* the word "thread" around it. Scott On 12/29/06, Piers Cawley wrote: > "Scott Laird" writes: > > > Thanks. I this was one of those "looked like a good idea at the time" > > patches that probably shouldn't have went in in the first place. > > > > I wish that dealing with background processing wasn't such a pain with > > Rails. Ugh. > > I keep thinking of hacking in a 'post_response' plugin to run the kind > of cleanup that can be done after a request, but I never quite get > round to it. > > -- > Piers Cawley > http://www.bofh.org.uk/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From pdcawley at bofh.org.uk Fri Dec 29 20:26:59 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 30 Dec 2006 01:26:59 +0000 Subject: [typo] Eliminating threading In-Reply-To: <14b7e5ef0612291537g40c92cek54e5e35dbddbd076@mail.gmail.com> (Scott Laird's message of "Fri, 29 Dec 2006 15:37:57 -0800") References: <14b7e5ef0612291129u1ed81604p2039d4e54fa45c6c@mail.gmail.com> <14b7e5ef0612291537g40c92cek54e5e35dbddbd076@mail.gmail.com> Message-ID: "Scott Laird" writes: > I really *like* threads for this sort of thing. Pity Ruby's threads > are so weak, and double pity that Rails freaks out if you even > *mention* the word "thread" around it. Discovering that the gems system isn't threadsafe was a bit of a shock... -- Piers Cawley http://www.bofh.org.uk/ From urban at bettong.net Sat Dec 30 06:38:53 2006 From: urban at bettong.net (Urban Hafner) Date: Sat, 30 Dec 2006 12:38:53 +0100 Subject: [typo] Eliminating threading In-Reply-To: References: <40E1DE70-EE57-467E-9B3E-FEC7AEB6618F@bettong.net> Message-ID: <1FDECA6A-E86A-49CA-ADBB-EB4C17D495AD@bettong.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 29, 2006, at 20:31 , Piers Cawley wrote: >> I tried it and it seems to work now. At least it doesn't die after >> a few >> page loads. I'll report tomorrow again and tell you if the process >> survived a day. > > Cool. Well, it did survive! So it seems this patch fixed my problem. Thanks! Urban - -- http://bettong.net - Urban's Blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFlk/VggNuVCIrEyURAlkCAJ4lAydepBHJTWjQ9x70NY1b2pYLIQCcDdGs LjSI/g3nhmXYHWZPDfoUU2A= =NW7l -----END PGP SIGNATURE----- From pdcawley at bofh.org.uk Sat Dec 30 09:07:51 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 30 Dec 2006 14:07:51 +0000 Subject: [typo] Eliminating threading In-Reply-To: <1FDECA6A-E86A-49CA-ADBB-EB4C17D495AD@bettong.net> (Urban Hafner's message of "Sat, 30 Dec 2006 12:38:53 +0100") References: <40E1DE70-EE57-467E-9B3E-FEC7AEB6618F@bettong.net> <1FDECA6A-E86A-49CA-ADBB-EB4C17D495AD@bettong.net> Message-ID: Urban Hafner writes: > On Dec 29, 2006, at 20:31 , Piers Cawley wrote: > >>> I tried it and it seems to work now. At least it doesn't die after >>> a few >>> page loads. I'll report tomorrow again and tell you if the process >>> survived a day. >> >> Cool. > > Well, it did survive! So it seems this patch fixed my > problem. Thanks! Yay! -- Piers Cawley http://www.bofh.org.uk/ From meta at pobox.com Sat Dec 30 12:05:24 2006 From: meta at pobox.com (mathew) Date: Sat, 30 Dec 2006 11:05:24 -0600 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: <7eeceb440612300905x8f17cb5se4eb41667860e865@mail.gmail.com> On 12/29/06, Frederic de Villamil wrote: > 1- Do you use quick post tool ? No. Never even tried it. > 2- If not do you think it shall disappear without daage ? I certainly wouldn't miss it. > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? It should be configurable to "on by default" or "off by default". > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? It should be configurable to "on by default" or "off by default". > 5- What is the airspeed velocity of an unladen swallow ? Mu. mathew -- From jonathan.tron.mailings at gmail.com Sat Dec 30 13:02:26 2006 From: jonathan.tron.mailings at gmail.com (Jonathan Tron) Date: Sat, 30 Dec 2006 19:02:26 +0100 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: <5F86B99C-4480-471C-BD17-D944C906EED3@gmail.com> Le 29 d?c. 06 ? 14:50, Frederic de Villamil a ?crit : > 1- Do you use quick post tool ? Never > 2- If not do you think it shall disappear without daage ? Yes > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? No, it should be disable by default. > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? No, it should be enable on-demand :) > 5- What is the airspeed velocity of an unladen swallow ? 11 meters per second for an European Swallow :) Jonathan -- Jonathan Tron http://jonathan.tron.name From kevwil at gmail.com Sat Dec 30 14:41:59 2006 From: kevwil at gmail.com (Kevin Williams) Date: Sat, 30 Dec 2006 12:41:59 -0700 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: <683a886f0612301141u7d14c9i40dfc81b1ec379f5@mail.gmail.com> > 1- Do you use quick post tool ? No. > 2- If not do you think it shall disappear without daage ? It would be fine if it disappeared, no matter what "daage" is. ;) > 3- If a visual rich editor was included in Typo, do you think it > should be enabled by default in admin (mostly for posts and pages) ? I'd say off by default. And how would that merge with the current use of textile or markdown? > 4- If a visual rich editor was included in Typo, do you think it > should be enabled by default in frontend feedback form ? Off by default, and I wouldn't trust a rich editor on the frontend without some extra validation (captcha, xss checking, etc.). > 5- What is the airspeed velocity of an unladen swallow ? Certainly much faster than a swallow carrying a coconut, I can tell you that! -- Cheers, Kevin Williams http://www.almostserio.us/ "Any sufficiently advanced technology is indistinguishable from Magic." - Arthur C. Clarke From trejkaz at trypticon.org Sat Dec 30 18:21:25 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Sun, 31 Dec 2006 10:21:25 +1100 Subject: [typo] A little end of year poll In-Reply-To: <5F86B99C-4480-471C-BD17-D944C906EED3@gmail.com> References: <5F86B99C-4480-471C-BD17-D944C906EED3@gmail.com> Message-ID: <200612311021.28275.trejkaz@trypticon.org> On Sunday 31 December 2006 05:02, Jonathan Tron wrote: > 11 meters per second for an European Swallow :) I read a website which estimated it to 9.9 metres per second (rounding it to 10 because there wasn't that much precision in the input numbers.) That being said, I looked up swallow in Wikipedia and there is no such thing called a "European Swallow" in the first place. ;-) TX -- Email: trejkaz at trypticon.org Jabber ID: trejkaz at trypticon.org Web site: http://trypticon.org/ GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061231/890e28de/attachment.bin From pdcawley at bofh.org.uk Sat Dec 30 19:59:55 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sun, 31 Dec 2006 00:59:55 +0000 Subject: [typo] A little end of year poll In-Reply-To: <200612311021.28275.trejkaz@trypticon.org> (trejkaz@trypticon.org's message of "Sun, 31 Dec 2006 10:21:25 +1100") References: <5F86B99C-4480-471C-BD17-D944C906EED3@gmail.com> <200612311021.28275.trejkaz@trypticon.org> Message-ID: Trejkaz writes: > On Sunday 31 December 2006 05:02, Jonathan Tron wrote: >> 11 meters per second for an European Swallow :) > > I read a website which estimated it to 9.9 metres per second (rounding it to > 10 because there wasn't that much precision in the input numbers.) > > That being said, I looked up swallow in Wikipedia and there is no such thing > called a "European Swallow" in the first place. ;-) Nah, strictly speaking they're barn swallows (analogous to house martins and sand martins). -- Piers Cawley http://www.bofh.org.uk/ From ernieoporto at gmail.com Sat Dec 30 20:12:54 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Sat, 30 Dec 2006 20:12:54 -0500 Subject: [typo] A little end of year poll In-Reply-To: <7eeceb440612300905x8f17cb5se4eb41667860e865@mail.gmail.com> References: <7eeceb440612300905x8f17cb5se4eb41667860e865@mail.gmail.com> Message-ID: On 12/30/06, mathew wrote: > > On 12/29/06, Frederic de Villamil wrote: > > 1- Do you use quick post tool ? No. Never. > 2- If not do you think it shall disappear without daage ? Is it gone yet? ;-) > 3- If a visual rich editor was included in Typo, do you think it > > should be enabled by default in admin (mostly for posts and pages) ? > > > 4- If a visual rich editor was included in Typo, do you think it > > should be enabled by default in frontend feedback form ? I agree all of the above should be configurable. > 5- What is the airspeed velocity of an unladen swallow ? > > Always 42. -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061230/19c549a2/attachment.html From neuro at 7el.net Sun Dec 31 03:06:45 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sun, 31 Dec 2006 09:06:45 +0100 Subject: [typo] Flickr sidebar plugin still brocken (r1338) Message-ID: Seems the flickr plugin is still brocken : You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.first vendor/plugins/flickr_sidebar/lib/flickr.rb:38:in `image' vendor/plugins/flickr_sidebar/lib/flickr.rb:41:in `thumb' /Users/neuro/Desktop/fdv/typo/vendor/plugins/flickr_sidebar/views/ content.rhtml:9:in `_run_rhtml_47vendor47plugins47flickr_sidebar47views47content46rhtml' /Users/neuro/Desktop/fdv/typo/vendor/plugins/flickr_sidebar/views/ content.rhtml:4:in `each' /Users/neuro/Desktop/fdv/typo/vendor/plugins/flickr_sidebar/views/ content.rhtml:4:in `_run_rhtml_47vendor47plugins47flickr_sidebar47views47content46rhtml' vendor/rails/actionpack/lib/action_view/base.rb:326:in `send' vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template' vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template' vendor/rails/actionpack/lib/action_view/base.rb:260:in `render_file' vendor/rails/actionpack/lib/action_controller/base.rb:803:in `render_file' vendor/rails/actionpack/lib/action_controller/base.rb:735:in `render_with_no_layout' vendor/rails/actionpack/lib/action_controller/layout.rb:256:in `render_without_benchmark' vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render' vendor/rails/actionpack/lib/action_controller/base.rb:783:in `render_to_string' vendor/rails/activesupport/lib/active_support/deprecation.rb:43:in `silence' vendor/rails/actionpack/lib/action_controller/base.rb:783:in `render_to_string' app/helpers/articles_helper.rb:121:in `send' app/helpers/articles_helper.rb:121:in `render_to_string' app/helpers/sidebar_helper.rb:24:in `render_sidebar' app/helpers/sidebar_helper.rb:7:in `render_sidebars' app/helpers/sidebar_helper.rb:3:in `render_sidebars' #{RAILS_ROOT}/themes/toto/layouts/default.rhtml:65:in `_run_rhtml_47themes47toto47layouts47default46rhtml' Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Sun Dec 31 03:14:15 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sun, 31 Dec 2006 09:14:15 +0100 Subject: [typo] "Recent posts" sidebar plugin Message-ID: <4D62A036-3619-4B27-BD39-687C12157803@7el.net> Hi list, I've made a small "recent posts" plugin for typo, avaliable at http:// fredericdevillamil.com/articles/2006/12/30/typo-recent-posts-sidebar- plugin. You can configure the number of posts displayed as well as the number length of the excerpt. The plugin is released under the GPL licence, so feel free to add it to the trunk if you want. Cheers Frederic -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From neuro at 7el.net Sun Dec 31 03:25:34 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sun, 31 Dec 2006 09:25:34 +0100 Subject: [typo] Rake test fails with r1338 Message-ID: (in /Users/neuro/Desktop/fdv/typo) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ ...................................... Finished in 27.227351 seconds. 182 tests, 555 assertions, 0 failures, 0 errors Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ............E...E....................................................... ................................................................. Finished in 66.038739 seconds. 1) Error: test_edit(Admin::UsersControllerTest): ActionView::TemplateError: undefined method `time_delta_from_now_in_words' for #<#:0x304e3ec> On line #13 of app/views/admin/content/_articles.rhtml 10: <% for article in @articles %> 11: > 12: <%= (article.published?) ? image_tag('checked.gif') : image_tag('x-ed.gif') %> <%= link_to h(article.title), {:action => "show", :id => article.id} %> <%= link_to_permalink(article,image_tag ('go.png')) %> 13: <%= time_delta_from_now_in_words article.published_at % > 14: <%= link_to pluralize(article.comments.size, 'comment'), :controller => '/admin/comments', :article_id => article, :action => 'list' %> 15: <%= link_to pluralize(article.trackbacks.size, 'trackback'), :controller => '/admin/trackbacks', :article_id => article, :action => 'list' %> 16: <%= link_to_edit article %> #{RAILS_ROOT}/app/views/admin/content/_articles.rhtml:13:in `_run_rhtml_47app47views47admin47content47_articles46rhtml' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `each' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `send' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `method_missing' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/has_many_association.rb:98:in `method_missing' #{RAILS_ROOT}/app/views/admin/content/_articles.rhtml:10:in `_run_rhtml_47app47views47admin47content47_articles46rhtml' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `compile_and_render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 301:in `render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 260:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 275:in `render' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/ partials.rb:59:in `render_partial' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:26:in `benchmark' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:26:in `benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/ partials.rb:58:in `render_partial' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 287:in `render' #{RAILS_ROOT}/app/views/admin/users/show.rhtml:23:in `_run_rhtml_47app47views47admin47users47show46rhtml' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `compile_and_render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 301:in `render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 260:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:803:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:708:in `render_with_no_layout' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ layout.rb:247:in `render_without_benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:50:in `render' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:50:in `render' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:1093:in `perform_action_without_filters' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:632:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:449:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:619:in `perform_action_without_benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:66:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:66:in `perform_action_without_rescue' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ rescue.rb:83:in `perform_action' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:427:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:427:in `process_without_filters' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:624:in `process_without_session_management_support' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ session_management.rb:114:in `process_without_test' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:15:in `process' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:382:in `process' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:353:in `get' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:401:in `follow_redirect' test/functional/admin/users_controller_test.rb:59:in `test_edit' test/test_helper.rb:22:in `__send__' test/test_helper.rb:22:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' /usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite' /usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator' /usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start' /usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run' /usr/lib/ruby/1.8/test/unit/autorunner.rb:200:in `run' /usr/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run' /usr/lib/ruby/1.8/test/unit.rb:278 /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader.rb:5 2) Error: test_show(Admin::UsersControllerTest): ActionView::TemplateError: undefined method `time_delta_from_now_in_words' for #<#:0x31893b0> On line #13 of app/views/admin/content/_articles.rhtml 10: <% for article in @articles %> 11: > 12: <%= (article.published?) ? image_tag('checked.gif') : image_tag('x-ed.gif') %> <%= link_to h(article.title), {:action => "show", :id => article.id} %> <%= link_to_permalink(article,image_tag ('go.png')) %> 13: <%= time_delta_from_now_in_words article.published_at % > 14: <%= link_to pluralize(article.comments.size, 'comment'), :controller => '/admin/comments', :article_id => article, :action => 'list' %> 15: <%= link_to pluralize(article.trackbacks.size, 'trackback'), :controller => '/admin/trackbacks', :article_id => article, :action => 'list' %> 16: <%= link_to_edit article %> #{RAILS_ROOT}/app/views/admin/content/_articles.rhtml:13:in `_run_rhtml_47app47views47admin47content47_articles46rhtml' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `each' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `send' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/association_proxy.rb:123:in `method_missing' #{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ associations/has_many_association.rb:98:in `method_missing' #{RAILS_ROOT}/app/views/admin/content/_articles.rhtml:10:in `_run_rhtml_47app47views47admin47content47_articles46rhtml' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `compile_and_render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 301:in `render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 260:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 275:in `render' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/ partials.rb:59:in `render_partial' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:26:in `benchmark' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:26:in `benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/ partials.rb:58:in `render_partial' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 287:in `render' #{RAILS_ROOT}/app/views/admin/users/show.rhtml:23:in `_run_rhtml_47app47views47admin47users47show46rhtml' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 326:in `compile_and_render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 301:in `render_template' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 260:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:803:in `render_file' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:708:in `render_with_no_layout' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ layout.rb:247:in `render_without_benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:50:in `render' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:50:in `render' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:1093:in `perform_action_without_filters' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:632:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:438:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:638:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:449:in `call' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:637:in `call_filter' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:619:in `perform_action_without_benchmark' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:66:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:66:in `perform_action_without_rescue' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ rescue.rb:83:in `perform_action' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:427:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ base.rb:427:in `process_without_filters' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ filters.rb:624:in `process_without_session_management_support' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ session_management.rb:114:in `process_without_test' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:15:in `process' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:382:in `process' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ test_process.rb:353:in `get' test/functional/admin/users_controller_test.rb:42:in `test_show' test/test_helper.rb:22:in `__send__' test/test_helper.rb:22:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' /usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite' /usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator' /usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start' /usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run' /usr/lib/ruby/1.8/test/unit/autorunner.rb:200:in `run' /usr/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run' /usr/lib/ruby/1.8/test/unit.rb:278 /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader.rb:5 209 tests, 713 assertions, 0 failures, 2 errors rake aborted! Test failures (See full trace by running task with --trace) -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From rasputnik at gmail.com Sun Dec 31 04:25:24 2006 From: rasputnik at gmail.com (Dick Davies) Date: Sun, 31 Dec 2006 09:25:24 +0000 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: <3f1760612310125g6fe35b09j5acd1590a378f711@mail.gmail.com> On 29/12/06, Frederic de Villamil wrote: 1. no 2. damage? well, yes, as i don't use it :) 3. no, i think they're ugly and unwieldy compared to textile 4. see 3 5. try asking on a python list :) -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From kevin at sb.org Sun Dec 31 05:21:44 2006 From: kevin at sb.org (Kevin Ballard) Date: Sun, 31 Dec 2006 05:21:44 -0500 Subject: [typo] "Recent posts" sidebar plugin In-Reply-To: <4D62A036-3619-4B27-BD39-687C12157803@7el.net> References: <4D62A036-3619-4B27-BD39-687C12157803@7el.net> Message-ID: You do realize the GPL license is viral, right? And typo isn't licensed under the GPL. So no, unless you re-license it, we cannot add it. And please consider re-licensing it anyway. GPL's viral aspect is baaaad. On Dec 31, 2006, at 3:14 AM, Frederic de Villamil wrote: > I've made a small "recent posts" plugin for typo, avaliable at http:// > fredericdevillamil.com/articles/2006/12/30/typo-recent-posts-sidebar- > plugin. > > You can configure the number of posts displayed as well as the number > length of the excerpt. > > The plugin is released under the GPL licence, so feel free to add it > to the trunk if you want. -- Kevin Ballard http://kevin.sb.org kevin at sb.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061231/73bf078f/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20061231/73bf078f/attachment.bin From neuro at 7el.net Sun Dec 31 05:36:08 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Sun, 31 Dec 2006 11:36:08 +0100 Subject: [typo] "Recent posts" sidebar plugin In-Reply-To: References: <4D62A036-3619-4B27-BD39-687C12157803@7el.net> Message-ID: The plugin is now under the MIT Licence just like Typo. Le 31 d?c. 06 ? 11:21, Kevin Ballard a ?crit : > You do realize the GPL license is viral, right? And typo isn't > licensed under the GPL. So no, unless you re-license it, we cannot > add it. > > And please consider re-licensing it anyway. GPL's viral aspect is > baaaad. > > On Dec 31, 2006, at 3:14 AM, Frederic de Villamil wrote: > >> I've made a small "recent posts" plugin for typo, avaliable at >> http:// >> fredericdevillamil.com/articles/2006/12/30/typo-recent-posts-sidebar- >> plugin. >> >> You can configure the number of posts displayed as well as the number >> length of the excerpt. >> >> The plugin is released under the GPL licence, so feel free to add it >> to the trunk if you want. > > -- > Kevin Ballard > http://kevin.sb.org > kevin at sb.org > http://www.tildesoft.com > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From jonathan.tron.mailings at gmail.com Sun Dec 31 06:39:02 2006 From: jonathan.tron.mailings at gmail.com (Jonathan Tron) Date: Sun, 31 Dec 2006 12:39:02 +0100 Subject: [typo] A little end of year poll In-Reply-To: <200612311021.28275.trejkaz@trypticon.org> References: <5F86B99C-4480-471C-BD17-D944C906EED3@gmail.com> <200612311021.28275.trejkaz@trypticon.org> Message-ID: Le 31 d?c. 06 ? 00:21, Trejkaz a ?crit : > On Sunday 31 December 2006 05:02, Jonathan Tron wrote: >> 11 meters per second for an European Swallow :) > > I read a website which estimated it to 9.9 metres per second > (rounding it to > 10 because there wasn't that much precision in the input numbers.) > > That being said, I looked up swallow in Wikipedia and there is no > such thing > called a "European Swallow" in the first place. ;-) I did not remember the website when I post this, but you makes me unsure. After googling I found it again : http://www.style.org/ unladenswallow/ :D Yes I know completly irrelevent to the thread subject :) Jonathan -- Tron Jonathan http://jonathan.tron.name From mikemondragon at gmail.com Sun Dec 31 16:50:11 2006 From: mikemondragon at gmail.com (Mike Mondragon) Date: Sun, 31 Dec 2006 13:50:11 -0800 Subject: [typo] A little end of year poll In-Reply-To: References: Message-ID: <967d3b9a0612311350y47b1aav42c7c63f67b5ac13@mail.gmail.com> Last day of the year ... 1. no 2. make it disappear 3. if you can set up typo you can write textile :) 4. visual rich editor as default frontend feedback tool might be useful for the civilians 5. -- Mike Mondragon http://mondragon.cc/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20061231/43c05511/attachment.html