From arvind at grovernetwork.com Sat Jan 3 02:39:34 2009 From: arvind at grovernetwork.com (arvind s grover) Date: Sat, 03 Jan 2009 02:39:34 -0500 Subject: [typo] upgrade from 2.4 or move to WordPress Message-ID: <495F1636.8050005@grovernetwork.com> I've got a Typo 2.4 blog running that I desperately need to upgrade, or chuck for WordPress. I am willing to pay someone to help, but really want to maintain all my articles, their URL's, and the comments. Please contact me if you're interested: arvind at grovernetwork . com Thanks! arvind From frederic at de-villamil.com Sun Jan 4 13:17:39 2009 From: frederic at de-villamil.com (=?ISO-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Sun, 4 Jan 2009 19:17:39 +0100 Subject: [typo] Release of Typo 5.1.98 for Rails 2.2 Message-ID: <5775AA11-9721-4F49-87E3-251B8345CD2B@de-villamil.com> Hi list Time has passed since we moved to Github, and Cyril and I have been quite busy working on the next major version of Typo. Migrating from Rails 2.0 to 2.2 was not an easy trip, but we did it and we now can look forward with pride. Typo 5.1.98 is the release candidate for Typo "Helmut Newton" 5.2, meaning all the work done so far since last September is almost done. So, what? Typo 5.2 was half rewriting the existing with bugs removal and performances in sight and half adding new features. For the first part, the job was hard, but we've divided the memory footprint by 4 for a blog with a hundred articles and a thousand of posts, and the results are faster. For the features part, Typo comes with : * Brand new admin, easier to use. We've worked on usability and simplicity, rethinking the whole blogging experience. * SEO improvements. We've added lots of SEO related things like the ability to choose categories meta keywords and description, remove duplicate titles, descriptions and keywords between pages, clever robots.txt... * Coderay support for more code syntax hilghlighting * Default live search is now brought to you as a separate sidebar plugin and search internals and results display have been completely rewriten for a better result. And so many things that I can't write them down You can instal Typo 5.1.98 with the gem or download it at http://rubyforge.org/frs/?group_id=555&release_id=30089 Install Typo from the gem: http://github.com/fdv/typo/wikis/install-typo-with-typo-installer Install Typo from sources: http://github.com/fdv/typo/wikis/install-typo-from-sources You can also install: Up to date plugins : http://github.com/fdv/ Up to date themes : http://typogarden.org -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From azimux at gmail.com Tue Jan 6 17:40:52 2009 From: azimux at gmail.com (Miles Georgi) Date: Tue, 6 Jan 2009 14:40:52 -0800 Subject: [typo] A howto for migrating a typo blog from mysql to postgresql Message-ID: <853238710901061440h5b0eb322n8cebb6768c87cd1@mail.gmail.com> I recently migrated a typo blog from mysql to postgres and put the details in a blog post. I figured I'd mention it on this list incase anybody else ever needs to do this. It could also serve as a good starting point for migrating other rails applications or maybe even between other databases. Miles From azimux at gmail.com Tue Jan 6 17:41:41 2009 From: azimux at gmail.com (Miles Georgi) Date: Tue, 6 Jan 2009 14:41:41 -0800 Subject: [typo] A howto for migrating a typo blog from mysql to postgresql In-Reply-To: <853238710901061440h5b0eb322n8cebb6768c87cd1@mail.gmail.com> References: <853238710901061440h5b0eb322n8cebb6768c87cd1@mail.gmail.com> Message-ID: <853238710901061441x679fe175xf7bcf350028b6c68@mail.gmail.com> Oops I forgot to give the link http://www.nopugs.com/how-to-migrate-typo-from-mysql-to-postgresql Miles On Tue, Jan 6, 2009 at 2:40 PM, Miles Georgi wrote: > I recently migrated a typo blog from mysql to postgres and put the > details in a blog post. > > I figured I'd mention it on this list incase anybody else ever needs > to do this. It could also serve as a good starting point for > migrating other rails applications or maybe even between other > databases. > > Miles > From hellosticky at gmail.com Thu Jan 8 18:57:38 2009 From: hellosticky at gmail.com (eydelber z) Date: Thu, 8 Jan 2009 18:57:38 -0500 Subject: [typo] Configuring Notification SMTP Message-ID: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> Hi, I would like to get an email any time a comment is posted. I did the following but it doesn't work: * Started sendmail on the same box. I know it works because I use Mantis bug tracker which sends emails fine. * Moved config/mail.yml.example to config/mail.yml * Updated mail.yml to: method: :smtp settings: :address: localhost :port: 25 :domain: mydomain.com :authentication: :login :user_name: :password: * In the typo admin console, set my email address in Settings -> Feedback -> Notification No errors in log/production.log Thanks, From linda-list at i-sol.biz Thu Jan 8 20:33:16 2009 From: linda-list at i-sol.biz (Linda Derezinski) Date: Thu, 8 Jan 2009 20:33:16 -0500 Subject: [typo] Configuring Notification SMTP In-Reply-To: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> Message-ID: <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz> but you are using :smtp not :sendmail which you said you started, perhaps you don't have smtp working? is anything listening on port 25? netstat -f inet -an |grep LISTEN On Jan 8, 2009, at 6:57 PM, eydelber z wrote: > Hi, > I would like to get an email any time a comment is posted. I did the > following but it doesn't work: > * Started sendmail on the same box. I know it works because I use > Mantis bug tracker which sends emails fine. > * Moved config/mail.yml.example to config/mail.yml > * Updated mail.yml to: > method: :smtp > settings: > :address: localhost > :port: 25 > :domain: mydomain.com > :authentication: :login > :user_name: > :password: > * In the typo admin console, set my email address in Settings -> > Feedback -> Notification > > No errors in log/production.log > > Thanks, > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From hellosticky at gmail.com Thu Jan 8 22:38:03 2009 From: hellosticky at gmail.com (eydelber z) Date: Thu, 8 Jan 2009 22:38:03 -0500 Subject: [typo] Configuring Notification SMTP In-Reply-To: <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz> Message-ID: <6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> Hi Linda, Thanks for the quick response. I'm not sure what you mean. I have a local SMTP server running as a relay: [/]$ netstat -an | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN This server works fine to send mail from other applications on the same box. I tried changing it method to :sendmail but no beans. Is there an error reported somewhere? I'm doing tail -f on production.log and I don't see anything. Should I turn debugging on? Thanks On Thu, Jan 8, 2009 at 8:33 PM, Linda Derezinski wrote: > but you are using :smtp > not > :sendmail > which you said you started, perhaps you don't have smtp working? > is anything listening on port 25? > netstat -f inet -an |grep LISTEN > > On Jan 8, 2009, at 6:57 PM, eydelber z wrote: > > Hi, > I would like to get an email any time a comment is posted. I did the > following but it doesn't work: > * Started sendmail on the same box. I know it works because I use > Mantis bug tracker which sends emails fine. > * Moved config/mail.yml.example to config/mail.yml > * Updated mail.yml to: > method: :smtp > settings: > :address: localhost > :port: 25 > :domain: mydomain.com > :authentication: :login > :user_name: > :password: > * In the typo admin console, set my email address in Settings -> > Feedback -> Notification > > No errors in log/production.log > > Thanks, > _______________________________________________ > 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 cyril.mougel at gmail.com Fri Jan 9 04:36:37 2009 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Fri, 09 Jan 2009 10:36:37 +0100 Subject: [typo] Configuring Notification SMTP In-Reply-To: <6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz> <6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> Message-ID: <49671AA5.90401@gmail.com> eydelber z wrote: > Hi Linda, > Thanks for the quick response. I'm not sure what you mean. I have a > local SMTP server running as a relay: > > [/]$ netstat -an | grep 25 > tcp 0 0 127.0.0.1:25 0.0.0.0:* > LISTEN > > This server works fine to send mail from other applications on the same box. > > I tried changing it method to :sendmail but no beans. > > Is there an error reported somewhere? I'm doing tail -f on > production.log and I don't see anything. Should I turn debugging on? > No, She says using sendmail method in your mail.yml method: :sendmail By default, if no mail.yml file in your config file, Typo use is method. -- Cyril Mougel http://blog.shingara.fr From hellosticky at gmail.com Fri Jan 9 10:03:23 2009 From: hellosticky at gmail.com (eydelber) Date: Fri, 9 Jan 2009 10:03:23 -0500 Subject: [typo] Configuring Notification SMTP In-Reply-To: <49671AA5.90401@gmail.com> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz><6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> <49671AA5.90401@gmail.com> Message-ID: <6C817334ED904213BEFA13E2C34213F2@minikevg> >> >> I tried changing it method to :sendmail but no beans. >> >> >No, She says using sendmail method in your mail.yml > >method: :sendmail > Hi, as I mentioned, I already tried method sendmail with no luck: $ cat mail.yml method: :sendmail settings: :address: localhost :port: 25 :domain: mydomain.com :authentication: :login :user_name: :password: Thanks From cyril.mougel at gmail.com Fri Jan 9 11:43:10 2009 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Fri, 09 Jan 2009 17:43:10 +0100 Subject: [typo] Configuring Notification SMTP In-Reply-To: <6C817334ED904213BEFA13E2C34213F2@minikevg> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz><6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> <49671AA5.90401@gmail.com> <6C817334ED904213BEFA13E2C34213F2@minikevg> Message-ID: <49677E9E.3080706@gmail.com> eydelber wrote: >>> I tried changing it method to :sendmail but no beans. >>> >>> >>> >> No, She says using sendmail method in your mail.yml >> >> method: :sendmail >> >> > > Hi, as I mentioned, I already tried method sendmail with no luck: > Sorry You know that only when it's ham or ham? comment that send mail ? -- Cyril Mougel http://blog.shingara.fr From hellosticky at gmail.com Fri Jan 9 12:33:28 2009 From: hellosticky at gmail.com (eydelber) Date: Fri, 9 Jan 2009 12:33:28 -0500 Subject: [typo] Configuring Notification SMTP In-Reply-To: <49677E9E.3080706@gmail.com> References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz><6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> <49671AA5.90401@gmail.com><6C817334ED904213BEFA13E2C34213F2@minikevg> <49677E9E.3080706@gmail.com> Message-ID: > You know that only when it's ham or ham? comment that send mail ? That's a good point, I'm not sure what the expected behavior is. Basically I want an email any time somebody posts a comment (because I moderate them, so I want to know so I can log in and check) ... even if it is spam. Is this supported in typo? What I'm confused about is that I don't see any errors in any logs... Thanks From frederic at de-villamil.com Fri Jan 9 14:47:39 2009 From: frederic at de-villamil.com (=?ISO-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Fri, 9 Jan 2009 20:47:39 +0100 Subject: [typo] Configuring Notification SMTP In-Reply-To: References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz><6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> <49671AA5.90401@gmail.com><6C817334ED904213BEFA13E2C34213F2@minikevg> <49677E9E.3080706@gmail.com> Message-ID: Le 9 janv. 09 ? 18:33, eydelber a ?crit : >> You know that only when it's ham or ham? comment that send mail ? > > That's a good point, I'm not sure what the expected behavior is. > Basically I > want an email any time somebody posts a comment (because I moderate > them, so > I want to know so I can log in and check) ... even if it is spam. Is > this > supported in typo? > > What I'm confused about is that I don't see any errors in any logs... > > Thanks The current behavior is : - Without moderation : --> probably ham : mail --> ham : mail --> probably spam : no mail --> spam : no mail - With moderation : --> Before moderation : no mail --> After moderation : --> ham : mail --> spam : no mail Moderation was added pretty quickly because I needed it on my blog, without thinking about side effects like the need of notification. Maybe we should send a mail every 10 probably ham comments, but this would force us to modify comments behavior with too much impacts for next release (maybe sunday). But we'll think about it for the 5.2.1 release. Cheers, Fr?d?ric -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From hellosticky at gmail.com Fri Jan 9 16:55:07 2009 From: hellosticky at gmail.com (eydelber) Date: Fri, 9 Jan 2009 16:55:07 -0500 Subject: [typo] Configuring Notification SMTP In-Reply-To: References: <6936856c0901081557l288e612tbc3bdb9d239b9181@mail.gmail.com> <13363DB1-498A-44DE-8049-9B9AE9D3836D@i-sol.biz><6936856c0901081938i3a283e26p71cd5fe631cb66ee@mail.gmail.com> <49671AA5.90401@gmail.com><6C817334ED904213BEFA13E2C34213F2@minikevg> <49677E9E.3080706@gmail.com> Message-ID: <7BD87B67560343FD99E454237E41A0FC@minikevg> > - With moderation : > --> Before moderation : no mail > --> After moderation : > --> ham : mail > --> spam : no mail > > Moderation was added pretty quickly because I needed it on my blog, > without thinking about side effects like the need of notification. > Maybe we should send a mail every 10 probably ham comments, but this > would force us to modify comments behavior with too much impacts for > next release (maybe sunday). But we'll think about it for the 5.2.1 > release. > > Cheers, > Fr?d?ric Hi, thanks. So there's no way to get emails when spam comes in? Can I mark all comments by default as ham? Thanks From matijs at matijs.net Sat Jan 24 09:11:25 2009 From: matijs at matijs.net (Matijs van Zuijlen) Date: Sat, 24 Jan 2009 15:11:25 +0100 Subject: [typo] date is wrong ("created_at" vs "published_at") In-Reply-To: <9241950c15b1f2a20e16c4293982baf3@ruby-forum.com> References: <9241950c15b1f2a20e16c4293982baf3@ruby-forum.com> Message-ID: <497B218D.6040408@matijs.net> Hj Choi wrote: > I've noticed that when you write a blog post with a different > "published_at" date under "post settings," the "created_at" date will > show up, even though the entry will be sorted with "published_at" dates. > For instance, I retrieved an old blog entry from 2006 and published it > as "2006-04-08", it will be sorted before all the 2008 entries, but the > date will show up as "2006-11-07." Does this still happen? What theme are you using? -- Matijs. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From ruby-forum-incoming at andreas-s.net Sun Jan 25 08:38:16 2009 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Sun, 25 Jan 2009 14:38:16 +0100 Subject: [typo] small troubles with tags links Message-ID: <9b2078bc834b5b60a32ab05a6e28ae82@ruby-forum.com> Hi, Since the Typo update, I have some small troubles with the tags. In the article body, the links to tags look like: http://harryseldon.thinkosphere.com/tags/show/controls However, these links in 'tags/show' do not work. In the tag cloud, it is well: http://harryseldon.thinkosphere.com/tag/controls these links in tag/tagname work. In the sitemap (home/sitemap.xml) links are also in tags/show. Any idea of what is going on ? A simple resolution method would be to define the route tags/show/tagname to tag/tagname. How can I do it? Thanks H Blog http://harryseldon.thinkosphere.com Project http://www.thinkosphere.com -- Posted via http://www.ruby-forum.com/. From ruby-forum-incoming at andreas-s.net Sun Jan 25 08:48:17 2009 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Sun, 25 Jan 2009 14:48:17 +0100 Subject: [typo] Migrating to Typo 5.1.99 and to GIT: 2 articles Message-ID: <7da6f8ec97da749f962aa56268523bed@ruby-forum.com> Here are 2 articles about the new version of Typo and its use with git. Some thoughts about the migration http://harryseldon.thinkosphere.com/2009/01/13/migrating-to-typo-5-2-and-to-git It might be specifically useful if you use the following plugins: recent comments, recent posts and related articles. A Detailed example of a Rails development environment with git and submodules using Typo http://harryseldon.thinkosphere.com/2009/01/14/git-and-rails-a-detailed-tutorial-including-plugins-submodules-development-and-production Might be useful if you want to install Typo from its git repo. H Blog http://harryseldon.thinkosphere.com Project http://www.thinkosphere.com -- Posted via http://www.ruby-forum.com/. From ruby-forum-incoming at andreas-s.net Sun Jan 25 08:53:22 2009 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Sun, 25 Jan 2009 14:53:22 +0100 Subject: [typo] small troubles with tags links In-Reply-To: <9b2078bc834b5b60a32ab05a6e28ae82@ruby-forum.com> References: <9b2078bc834b5b60a32ab05a6e28ae82@ruby-forum.com> Message-ID: My bad. (Posting always helps finding its own mistakes) I had added these 2 lines to look for some xmlrpc actions and forgot to remove them. # Default in rails 1.2 map.connect ':controller/:action' map.connect ':controller/:action/:id.:format' H Blog http://harryseldon.thinkosphere.com Project http://www.thinkosphere.com -- Posted via http://www.ruby-forum.com/. From frederic at de-villamil.com Sun Jan 25 11:30:56 2009 From: frederic at de-villamil.com (=?ISO-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Sun, 25 Jan 2009 17:30:56 +0100 Subject: [typo] [ANN] Typo 5.2 for Rails 2.2 released Message-ID: <8549FB25-8199-4098-9E21-458CCB3A71B7@de-villamil.com> Hello, We're very pleased and proud to announce the release of Typo 5.2 "Helmut Newton" for Rails 2.2, the famous blogging engine, 4 months after our last release. Typo 5.2 is more than a simple port from Rails 2.0.2 to Rails 2.2, it's a major, deep, rewrite of the application. We've ditched lot of code, aiming at stability and performance, dividing Typo's memory footprint by 4 on some large blogs. We've also fixed a huge, very huge amount of bugs, too many to be told here, actually, from functionnal aberrations to security breaches. See the CHANGLOG for more information. There are also some new features. * A brand new admin, focusing on both efficiency and usability. * The new editor, coming with easy to use XHTML quicktags toolbar for people who don't like FCK Editor. * Search engine optimization everywhere on your blog. Too much to say here. * A new theme catalogue, allowing you to browse and download up to date themes from your Typo install. * Our old code syntax highlighting plugin has been replaced with Coderay. * Excerpts, that allow you to display on your index something completely different as on your article, which won't appear on your RSS feed. * Our live search, which was so hype 2 years ago has been replaced with a more traditionnal and clearer search engine and left as a plugin. And many more you can read about on the official release note: http://blog.typosphere.org/2009/01/25/typo-5-2-helmut-newton-for-rails-2-2-released You can download Typo 5.2 on Rubyforge: http://rubyforge.org/frs/?group_id=555 or using the good old gem Install Typo from sources: http://wiki.github.com/fdv/typo/install-typo-from-sources Install with Typo installer: http://wiki.github.com/fdv/typo/install-typo-with-typo-installer Once again, thank you to every contributor who made it possible. Hope you'll enjoy. Fr?d?ric and Cyril -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From ruby-forum-incoming at andreas-s.net Sun Jan 25 12:22:21 2009 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Sun, 25 Jan 2009 18:22:21 +0100 Subject: [typo] [ANN] Typo 5.2 for Rails 2.2 released In-Reply-To: <8549FB25-8199-4098-9E21-458CCB3A71B7@de-villamil.com> References: <8549FB25-8199-4098-9E21-458CCB3A71B7@de-villamil.com> Message-ID: <44a221ec18ec33f702609bf373e4a6af@ruby-forum.com> Awesome work guys. Thanks. I have been using Typo for 6 months now and I enjoy it more and more. H http://www.thinkosphere.com http://harryseldon.thinkosphere.com -- Posted via http://www.ruby-forum.com/.