From alain.monteleon at gmail.com Fri Sep 14 21:54:12 2007 From: alain.monteleon at gmail.com (alain monteleon) Date: Fri, 14 Sep 2007 19:54:12 -0600 Subject: [typo] True Line numbering reference Message-ID: <45a067930709141854pdbe47fao195f9d3d3103a4e8@mail.gmail.com> Hello, I'm a beginner in Ruby and currently working on finding a solution to the current text filter code distributed with typo. It is a matter of personal preference and not an issue or a bug. I wanted to use true line number reference starting at a given line number when posting code blocks. If you get a free minute, please look at my post at this url ( http://isi-p.com/articles/2007/09/14/wicked-sexy-ruby-codes ) where I explained what I've done so far. The solution that I have does not eliminate overflow problems with various browsers. I think that using ordered list instead of tables should do the trick, however with my limited Ruby knowledge I'm stuck. I've added an additional attribute after line#36 of the typo_textfilter_code.rb listline = attrib['listline'] then I added a control block to check if it is in use if(listline) lines = text.split(/\n/) for line in lines do listlines += "
  • #{line}
  • " text = "
      #{listlines}
    " end The problem is I don't know how to test this outside of the web environment and my website is down each mistake I make. Any advise on any part of this would be greatly appreciated. sincerely, Mon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070914/f7081a39/attachment.html From Matijs.van.Zuijlen at xs4all.nl Sat Sep 15 16:02:18 2007 From: Matijs.van.Zuijlen at xs4all.nl (Matijs van Zuijlen) Date: Sat, 15 Sep 2007 22:02:18 +0200 Subject: [typo] True Line numbering reference In-Reply-To: <45a067930709141854pdbe47fao195f9d3d3103a4e8@mail.gmail.com> References: <45a067930709141854pdbe47fao195f9d3d3103a4e8@mail.gmail.com> Message-ID: <20070915200218.GE17201@matijs.net> On Fri, Sep 14, 2007 at 07:54:12PM -0600, alain monteleon wrote: > Hello, Hello Alain, > [...] > The solution that I have does not eliminate overflow problems with various > browsers. I think that using ordered list instead of tables should do the > trick, however with my limited Ruby knowledge I'm stuck. I think this explains what you want: http://www.tjkdesign.com/articles/how_to_style_a_code_listing.asp > [...] > The problem is I don't know how to test this outside of the web environment and > my website is down each mistake I make. Maybe I misunderstand your problem, but have you tried running a local copy of typo? > Any advise on any part of this would be greatly appreciated. HTH, -- Matijs van Zuijlen http://www.matijs.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://rubyforge.org/pipermail/typo-list/attachments/20070915/2af777f0/attachment.bin From alain.monteleon at gmail.com Sat Sep 15 22:11:13 2007 From: alain.monteleon at gmail.com (alain monteleon) Date: Sat, 15 Sep 2007 21:11:13 -0500 Subject: [typo] True Line numbering reference In-Reply-To: <20070915200218.GE17201@matijs.net> References: <45a067930709141854pdbe47fao195f9d3d3103a4e8@mail.gmail.com> <20070915200218.GE17201@matijs.net> Message-ID: <45a067930709151911g42440d1akb524b17678203d48@mail.gmail.com> Hi Matijs, Thank you for your reply. I have examined the article that you have mentioned and true enough, it provided me with the information that I need to build an ordered list to wrap the pre codes with. Take a look at this article to see what I've done so far, unfortunately, using ordered list offers another problem. When copying the code from firefox and pasting it to an editor, the markers are included, this is not true with IE7, therefore this solution once again is not the final solution that I am looking for. I have also seen the workaround of offering a text version of the code solely for those who wishes to copy it. Maybe that is a good start and could very well be a good workaround, spcecially now that ajax is here. I can probably find a way to offer an alternative (without the ordered list) and at the same time avoid rendering the page all over again. I don't know for sure, just a thought that's lingering in my mind right now. Once again thank you for your reply. On 9/15/07, Matijs van Zuijlen wrote: > > On Fri, Sep 14, 2007 at 07:54:12PM -0600, alain monteleon wrote: > > Hello, > > Hello Alain, > > > [...] > > The solution that I have does not eliminate overflow problems with > various > > browsers. I think that using ordered list instead of tables should do > the > > trick, however with my limited Ruby knowledge I'm stuck. > > I think this explains what you want: > http://www.tjkdesign.com/articles/how_to_style_a_code_listing.asp > > > [...] > > The problem is I don't know how to test this outside of the web > environment and > > my website is down each mistake I make. > > Maybe I misunderstand your problem, but have you tried running > a local copy of typo? > > > Any advise on any part of this would be greatly appreciated. > > HTH, > -- > Matijs van Zuijlen > http://www.matijs.net/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFG7DpKh3TgaXYDPEERAiJzAKCGVm8/3o+gauFo3X9C+eujuNrGIwCgvuBX > qLEEwQtQBK7r3Ocj8hfV0aY= > =sPv1 > -----END PGP SIGNATURE----- > > _______________________________________________ > 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/20070915/2a1a496a/attachment.html From katillery at gmail.com Tue Sep 18 01:31:19 2007 From: katillery at gmail.com (Kristopher A Tillery) Date: Tue, 18 Sep 2007 00:31:19 -0500 Subject: [typo] Themes breaking clean install Message-ID: <558865320709172231u7088c3dax5beee3993c363ac1@mail.gmail.com> Hello, I am new to Typo and just performed a clean install. Everything works fine when using the Azure theme, but when I switch to another theme (I have tried Hemingway and Scribbish) I get an error when attempting to load my blog. No problem activating the theme in the control panel, the error only occurs when I leave the admin area. The error varies by theme; I am wondering if maybe themes are broken or if I am doing something wrong: any help would be appreciated. Apologies in advance for my lack of RoR knowledge: sorry I can't figure this one out myself. Thanks! Error generated by Scribbish: ActionController::RoutingError in Articles#index Showing *themes/scribbish/views/articles/_article.rhtml* where line *#26*raised: xml_url failed to generate from {:type=>"article", :format=>"rss", :controller=>"xml", :id=>"3", :action=>"feed"}, expected: {:type=>"sitemap", :format=>"googlesitemap", :controller=>"xml", :action=>"feed"}, diff: {:type=>"sitemap", :format=>"googlesitemap", :id=>"3"} Extracted source (around line *#26*): 23: <%= trackbacks_link(article) if article.allow_pings? %> 24: <%= comments_link(article) if article.allow_comments? %> 25: permalink 26: rss 27: atom 28: 29: Trace of template inclusion: /themes/scribbish/views/articles/index.rhtml RAILS_ROOT: /usr/local/typo/config/.. Application Trace | Framework Trace| Full Trace #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/routing.rb:1273:in `raise_named_route_error' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/routing.rb:1245:in `generate' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:104:in `rewrite_path' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:69:in `rewrite' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:522:in `url_for' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:27:in `send' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:27:in `url_for' #{RAILS_ROOT}/app/helpers/application_helper.rb:15:in `url_for' (eval):19:in `xml_url' #{RAILS_ROOT}/themes/scribbish/views/articles/_article.rhtml:26:in `_run_rhtml_47themes47scribbish47views47articles47_article46rhtml' #{RAILS_ROOT}/themes/scribbish/views/articles/index.rhtml:1:in `_run_rhtml_47themes47scribbish47views47articles47index46rhtml' /usr/local/bin/mongrel_rails:16:in `load' /usr/local/bin/mongrel_rails:16 Error generated by Hemingway: RuntimeError in Articles#index Showing *themes/hemingway/views/articles/index.rhtml* where line *#21*raised: Unimplemented Extracted source (around line *#21*): 18: <% end -%> 19: 20:
    21: <% unless @pages.item_count <= config[:limit_article_display] %> 22:

    Older posts: <%= pagination_links @pages, :params => { :action => @controller.action_name } %>

    23: <% end -%> 24: RAILS_ROOT: /usr/local/typo/config/.. Application Trace | Framework Trace| Full Trace #{RAILS_ROOT}/app/helpers/application_helper.rb:91:in `config' #{RAILS_ROOT}/themes/hemingway/views/articles/index.rhtml:21:in `_run_rhtml_47themes47hemingway47views47articles47index46rhtml' /usr/local/bin/mongrel_rails:16:in `load' /usr/local/bin/mongrel_rails:16 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070918/d423b07e/attachment-0001.html From rich_apodaca at yahoo.com Tue Sep 18 10:43:34 2007 From: rich_apodaca at yahoo.com (richard apodaca) Date: Tue, 18 Sep 2007 07:43:34 -0700 (PDT) Subject: [typo] Example of reCAPTCHA on Typo Message-ID: <969542.75005.qm@web34204.mail.mud.yahoo.com> Greetings, I recently started using reCAPTCHA on my Typo-powered blog: http://depth-first.com/articles/2007/09/18/six-reasons-i-like-recaptcha-or-how-to-build-a-web-service-worth-talking-about I used McClain Looney's excellent Rails library for reCAPTCHA: http://www.loonsoft.com/recaptcha/ The biggest problem was working within Typo's Ajax-based comment submission system. There are still some problems to work out (disabling the "Submit" button after being pressed on _all_ browsers), but it appears that reCAPTCHA and Typo generally play nice together. cheers, Rich ___________________________________ Richard L. Apodaca http://depth-first.com Blog http://metamolecular.com Company From klemen.vidic at gmail.com Wed Sep 19 02:06:09 2007 From: klemen.vidic at gmail.com (Klemen Vidic) Date: Wed, 19 Sep 2007 08:06:09 +0200 Subject: [typo] Themes breaking clean install Message-ID: I am trying to install Origami and I am having same problem as Kristopher with Hemingway: Extracted source (around line *#21*): 18: <% end -%> 19: 20:
    21: <% unless @pages.item_count <= config[:limit_article_display] %> 22:

    Older posts: <%= pagination_links @pages, :params => { :action => @controller.action_name } %>

    23: <% end -%> I am using Ruby 1.8.6, Rails 1.2.3 and Typo 4.1.1 I would apreciate very much if anybody has a clue how to fix it. Best regards, Klemen From kurdog at gmail.com Wed Sep 19 04:33:08 2007 From: kurdog at gmail.com (Kurdo krudi) Date: Wed, 19 Sep 2007 10:33:08 +0200 Subject: [typo] remove me from this newsletter Message-ID: <1072ece50709190133r37c13ed5m925a30d451fefbab@mail.gmail.com> please stop bugging me. i hate typo. -- kurdo 2k produzioni canecane.com From alain.monteleon at gmail.com Wed Sep 19 21:54:43 2007 From: alain.monteleon at gmail.com (alain monteleon) Date: Wed, 19 Sep 2007 20:54:43 -0500 Subject: [typo] Example of reCAPTCHA on Typo In-Reply-To: <969542.75005.qm@web34204.mail.mud.yahoo.com> References: <969542.75005.qm@web34204.mail.mud.yahoo.com> Message-ID: <45a067930709191854o3be02753pb2e44168789a01ad@mail.gmail.com> Thanks for this, something I might consider using for my website--that is if askimet fails to filter spam on Typo. alain http://isi-p.com On 9/18/07, richard apodaca wrote: > > Greetings, > > I recently started using reCAPTCHA on my Typo-powered > blog: > > > http://depth-first.com/articles/2007/09/18/six-reasons-i-like-recaptcha-or-how-to-build-a-web-service-worth-talking-about > > I used McClain Looney's excellent Rails library for > reCAPTCHA: > > http://www.loonsoft.com/recaptcha/ > > The biggest problem was working within Typo's > Ajax-based comment submission system. There are still > some problems to work out (disabling the "Submit" > button after being pressed on _all_ browsers), but it > appears that reCAPTCHA and Typo generally play nice > together. > > cheers, > Rich > > ___________________________________ > > Richard L. Apodaca > > http://depth-first.com Blog > http://metamolecular.com Company > _______________________________________________ > 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/20070919/b019d4ee/attachment.html From alain.monteleon at gmail.com Wed Sep 19 22:03:37 2007 From: alain.monteleon at gmail.com (alain monteleon) Date: Wed, 19 Sep 2007 21:03:37 -0500 Subject: [typo] Themes breaking clean install In-Reply-To: References: Message-ID: <45a067930709191903t32f95fa8p40362507d3f539f8@mail.gmail.com> Did you Install Typo 4.1.1 SVN or STABLE?? I'm using 4.1.1 stable and has no issue using other themes. Also, check if the theme you wanted to use actually works for 4.1.1 follow this link for info on themes that works with your install version http://www.dev411.com/typo/themes/ On 9/19/07, Klemen Vidic wrote: > > I am trying to install Origami and I am having same problem as > Kristopher with Hemingway: > > Extracted source (around line *#21*): > > 18: <% end -%> > 19: > 20:
    > 21: <% unless @pages.item_count <= > config[:limit_article_display] %> > 22:

    Older posts: <%= pagination_links > @pages, > :params => { :action => @controller.action_name } %>

    > 23: <% end -%> > > I am using Ruby 1.8.6, Rails 1.2.3 and Typo 4.1.1 > > I would apreciate very much if anybody has a clue how to fix it. > > Best regards, > > Klemen > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Alain Monteleon http://isi-p.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070919/76f3311d/attachment.html From alain.monteleon at gmail.com Wed Sep 19 22:08:02 2007 From: alain.monteleon at gmail.com (alain monteleon) Date: Wed, 19 Sep 2007 21:08:02 -0500 Subject: [typo] remove me from this newsletter In-Reply-To: <1072ece50709190133r37c13ed5m925a30d451fefbab@mail.gmail.com> References: <1072ece50709190133r37c13ed5m925a30d451fefbab@mail.gmail.com> Message-ID: <45a067930709191908k178fdbf1md8eba613c075dc1@mail.gmail.com> follow this link to unsubscribe to the typo mailing list. No one else is going to do this for you :P http://rubyforge.org/mailman/listinfo/typo-list On 9/19/07, Kurdo krudi wrote: > > please stop bugging me. i hate typo. > > -- > kurdo > 2k produzioni > canecane.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Alain Monteleon http://isi-p.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070919/6347f767/attachment.html From mikemondragon at gmail.com Wed Sep 19 23:00:00 2007 From: mikemondragon at gmail.com (Mike Mondragon) Date: Wed, 19 Sep 2007 20:00:00 -0700 Subject: [typo] remove me from this newsletter In-Reply-To: <45a067930709191908k178fdbf1md8eba613c075dc1@mail.gmail.com> References: <1072ece50709190133r37c13ed5m925a30d451fefbab@mail.gmail.com> <45a067930709191908k178fdbf1md8eba613c075dc1@mail.gmail.com> Message-ID: <967d3b9a0709192000q7e0d28d8s5640608e3cffc7a@mail.gmail.com> On 9/19/07, alain monteleon wrote: > follow this link to unsubscribe to the typo mailing list. No one else is > going to do this for you :P > > http://rubyforge.org/mailman/listinfo/typo-list > > > On 9/19/07, Kurdo krudi wrote: > > please stop bugging me. i hate typo. > > > > -- > > kurdo > > 2k produzioni > > canecane.com > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > -- > Alain Monteleon > http://isi-p.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > Fight hate with hate http://savingtheinternetwithhate.com/ From warnero at gmail.com Thu Sep 20 22:11:58 2007 From: warnero at gmail.com (Warner Onstine) Date: Thu, 20 Sep 2007 19:11:58 -0700 Subject: [typo] anyone do a twitter plugin? Message-ID: Just curious if anyone has done something like this yet. Couldn't find anything on the plugins page (btw - full of spam comments, uggh). -warner -- Warner Onstine - Programmer/Author New book on Tapestry 4! Tapestry 101 available at http://sourcebeat.com/books/tapestrylive.html warner at warneronstine.com http://warneronstine.com/blog From linda-list at i-sol.biz Thu Sep 20 22:38:16 2007 From: linda-list at i-sol.biz (Linda Derezinski) Date: Thu, 20 Sep 2007 22:38:16 -0400 Subject: [typo] anyone do a twitter plugin? In-Reply-To: References: Message-ID: I'm not sure what level of integration you are looking for, but twitter has html badges for your current tweets, friends etc. Just put that html content in the body of a Static. -Linda On Sep 20, 2007, at 10:11 PM, Warner Onstine wrote: > Just curious if anyone has done something like this yet. Couldn't find > anything on the plugins page (btw - full of spam comments, uggh). > > -warner > > -- > Warner Onstine - Programmer/Author > New book on Tapestry 4! > Tapestry 101 available at > http://sourcebeat.com/books/tapestrylive.html > warner at warneronstine.com > http://warneronstine.com/blog > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From warnero at gmail.com Thu Sep 20 22:57:37 2007 From: warnero at gmail.com (Warner Onstine) Date: Thu, 20 Sep 2007 19:57:37 -0700 Subject: [typo] anyone do a twitter plugin? In-Reply-To: References: Message-ID: Doh, that would do it. Keep thinking of badges in the old sense of "Hey guess what I'm using!". -warner On 9/20/07, Linda Derezinski wrote: > I'm not sure what level of integration you are looking for, but > twitter has html badges for your current tweets, friends etc. Just > put that html content in the body of a Static. > > -Linda > On Sep 20, 2007, at 10:11 PM, Warner Onstine wrote: > > > Just curious if anyone has done something like this yet. Couldn't find > > anything on the plugins page (btw - full of spam comments, uggh). > > > > -warner > > > > -- > > Warner Onstine - Programmer/Author > > New book on Tapestry 4! > > Tapestry 101 available at > > http://sourcebeat.com/books/tapestrylive.html > > warner at warneronstine.com > > http://warneronstine.com/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 > -- Warner Onstine - Programmer/Author New book on Tapestry 4! Tapestry 101 available at http://sourcebeat.com/books/tapestrylive.html warner at warneronstine.com http://warneronstine.com/blog From mchung at gmail.com Fri Sep 21 14:14:44 2007 From: mchung at gmail.com (Marc Chung) Date: Fri, 21 Sep 2007 11:14:44 -0700 Subject: [typo] Cannot install typo directory with rev 1528 Message-ID: <7e81190d0709211114k28609bf5s25f6d99e162d0c99@mail.gmail.com> Hi all, I'm using typo from trunk (rev 1528) and I'm running into the following problem: $ pwd ~/mchung-workspace/typo-trunk $ ./bin/typo install ../SuperBlog.com cwd ... copying /vendor/uuidtools/install.rb copying /vendor/uuidtools/lib/uuidtools.rb copying /vendor/uuidtools/rakefile /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer.rb:377:in `rails_version_to_freeze': undefined method `first' for nil:NilClass (NoMethodError) from /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer.rb:388:in `freeze_rails' from /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer.rb:209:in `install_sequence' from /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer.rb:192:in `install' from /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer/commands.rb:95:in `command' from /opt/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails-installer.rb:647:in `execute_command' from ./bin/typo:38 I took a look around rails-installer.rb and it looks like @install_version is nil (It doesn't look like it's set since I'm using 'cwd' and find_source_directory returns right away). I don't have any typo gem installed. Is this a bug, or am I forgetting to set something else up? Thanks for your help. -Marc From pdcawley at bofh.org.uk Mon Sep 24 02:59:32 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Mon, 24 Sep 2007 07:59:32 +0100 Subject: [typo] anyone do a twitter plugin? In-Reply-To: References: Message-ID: <897e96cc0709232359w20ced629l4fadc2a97533f2eb@mail.gmail.com> On 21/09/2007, Warner Onstine wrote: > Doh, that would do it. Keep thinking of badges in the old sense of > "Hey guess what I'm using!". > > -warner > > On 9/20/07, Linda Derezinski wrote: > > I'm not sure what level of integration you are looking for, but > > twitter has html badges for your current tweets, friends etc. Just > > put that html content in the body of a Static. The badge approach is definitely the way to go with these sorts of things. Anything where a sidebar has to go off to another site to build its fragment is guaranteed to make page rendering slow. Also, it's guaranteed to force the expiry time of the page down towards zero. I'm seriously thinking of setting a 'rule' sidebars should contain no content that needs to change on a schedule other than that of the blog itself - if you need something that does change more frequently, write the javascript and populate the fragment asynchronously. The catch is that there's, currently, no way to make an AJAX call to a sidebar's controller, but be assured it's something I want to be able to do. From pdcawley at bofh.org.uk Mon Sep 24 03:04:19 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Mon, 24 Sep 2007 08:04:19 +0100 Subject: [typo] Dancing on the edge Message-ID: <897e96cc0709240004n7409f41dte8659c0eeabff5eb@mail.gmail.com> So, inspired by DHH's keynote at Railsconf Europe, I've set aside my current work on RESTful administration and the like, in favour of trying to get Typo ready to play with Rails 2.0. I'd expected most of the problems to arise because of our routing stuff, but that seems to have gone pretty cleanly. The pain point is actually to do with themes. Basically, themes work by monkey patching Rails's (undocumented) innards, and, what do you know, some of those innards have changed. However, I'm starting to get a handle on what I need to do to make themes work again. Watch this space. From cpatti at gmail.com Tue Sep 25 13:51:44 2007 From: cpatti at gmail.com (Chris Patti) Date: Tue, 25 Sep 2007 13:51:44 -0400 Subject: [typo] Is there a way to get Typo to automatically pump the bilge? Message-ID: <7b528f860709251051r6ce63ce8w1c4db5b9ae14d334@mail.gmail.com> I'm using the Akismet spam reduction feature - and it works great - I've only seen one false positive *ever* so I'd like for there to be a way to make Typo automatically delete comments and trackbacks marked as spam after a certain number of days. Is this currently possible? Thanks, -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "Technological progress is like an axe in the hands of a pathological criminal." -Albert Einsteon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070925/a8a90631/attachment.html From peter at karlberg.org Sat Sep 29 08:03:26 2007 From: peter at karlberg.org (Peter Karlberg) Date: Sat, 29 Sep 2007 14:03:26 +0200 Subject: [typo] Error when posting from client Message-ID: <1CF49FC5-886D-4D77-BD89-D0CEF8B9D396@karlberg.org> I have had serious problems for a couple of weeks. Typo work fine initially (when upgraded) and posting from Mars Edit worked as well. Then I got problems - first experienced with posting using Mars Edit - Typo hangs, then also when using admin for posting, for managing feedback etc. Everything seems to hang Typo for up to an hour. Everything seems to eminate from spam trackbacks including some javascript. Now we are trying to kill the cache which seems to have a lot of catalogs created by this spam trackbacks. Just on it so I still dont know if it will do the trick. Peter