From thiago.arrais at gmail.com Fri Mar 2 11:44:52 2007 From: thiago.arrais at gmail.com (Thiago Arrais) Date: Fri, 2 Mar 2007 13:44:52 -0300 Subject: [typo] Rails-App-Installer: Where is the repo? Message-ID: Guys and gals, I have been looking for the repo for the gem rails-app-installer but I can't find it. I am aware that it now has its own site and mailing list at code.google.com, but as the installer was born from Typo and I don't know anywhere else to look for this (their mail list seems to be inactive and the repo does not include the code for the latest gem). I have some questions and suggestions (and maybe some patches) for rails-app-installer. Do any of you know where should I be looking? Cheers, Thiago Arrais From brodypierre at gmail.com Tue Mar 6 15:39:39 2007 From: brodypierre at gmail.com (Brody Pierre) Date: Tue, 6 Mar 2007 22:39:39 +0200 Subject: [typo] use cases behind single/multi-blog support Message-ID: I notice that Typo (like many other blogging engines) seems built around the idea of one, or at most a few, blogs. Most bloggers don't want to run their own server-side software -- they want a hosted solution , along with user self-registration and differentiation of blogs by URL path. So a blog-server admin would naturally want to host many bloggers. I'm thinking of something like blogger.com, although presumably specialized for some niche. What motivated the decision to support one blogs (now moving forward to supporting a few)? What are the use cases that made Typo and other blogging engines work this way? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070306/5e607ae4/attachment.html From dag at sonsorol.org Tue Mar 6 16:24:20 2007 From: dag at sonsorol.org (Chris Dagdigian) Date: Tue, 6 Mar 2007 16:24:20 -0500 Subject: [typo] use cases behind single/multi-blog support In-Reply-To: References: Message-ID: <10FF2F84-0C96-4169-BA9A-3F62D013C934@sonsorol.org> My $.02 ... On Mar 6, 2007, at 3:39 PM, Brody Pierre wrote: > Most bloggers don't want to run their own server-side software -- > they want a hosted solution , along with user self-registration and > differentiation of blogs by URL path. The authors of Typo did not have the above audience in mind. Nor are they particularly interested in building solutions to problems that they don't have - they have plenty of work already. heh. I'm not a developer or contributor, just a happy end-user. From lurking on this list for a while, I get the impression that Typo was written to scratch a particular itch and that Typo became useful and useable enough for others to pick up and start using as well. The authors wrote it for themselves and shared it with others, most of whom were running locally hosted "single" blogs at the time. This topic has come up quite a bit in the past and the general consensus was that "multi-blog" support was not something that any of the core developers had any sort of urgent need for or interest in. Typo's roadmap was motivated by the needs and interests of the core contributors rather than market research and use-case polls. As it happened, nobody was particularly interested in "multi-blog" stuff, especially as other blogging engines are already doing that quite well. This could easily change (or not) in the future. Apologies if I'm putting words in authors mouths ... -Chris From meta at pobox.com Tue Mar 6 17:29:03 2007 From: meta at pobox.com (mathew) Date: Tue, 6 Mar 2007 16:29:03 -0600 Subject: [typo] use cases behind single/multi-blog support In-Reply-To: References: Message-ID: <7eeceb440703061429u4949118ak3b865101f21247d9@mail.gmail.com> On 3/6/07, Brody Pierre wrote: > So a blog-server admin would naturally want to host many bloggers. I'm > thinking of something like blogger.com , although presumably specialized for > some niche. > > What motivated the decision to support one blogs (now moving forward to > supporting a few)? What are the use cases that made Typo and other blogging > engines work this way? I'm guessing that it's because building thread-safe code which can deal with hundreds of simultaneous requests for hundreds of different users' blogs, and do it all securely, is hard. Much easier to set up a separate Unix account per customer. That way you get: - Stronger security, because it's enforced at OS level. You don't need to worry (as much) about user X injecting some SQL and wiping out 200 customers' blogs from your database. - Better ways to manage disk and CPU usage (e.g. run 'and' to stop one user's blog soaking up all CPU time) - Ability for users to add their own CGI, deploy their own applications - Ability for users to FTP/FTPS in and edit their web pages and templates directly (*) - Ability to scale indefinitely, as it's relatively easy to move users to less loaded servers transparently if you have to Building all that into the application layer is a lot of work requiring lots of attention to detail. People like Google and SixApart have multiple full-time developers dedicated to their blog software, dealing with security issues that crop up, load issues, and so on. The (*) shouldn't be downplayed either. Users expect it. Even cheap $10 hosting from GoDaddy comes with a Unix account and FTP access, so why not use those accounts to segment your hosted blogs too? Basically, unless blogs are your entire business, I think you'd be crazy to invest in the amount of work required to support lots of users on a single software deployment. mathew From neuro at 7el.net Sat Mar 10 09:19:33 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Sat, 10 Mar 2007 15:19:33 +0100 Subject: [typo] Typo 4.1 is out Message-ID: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> Hi list, I'm happy to tell you that after a lot of work, Typo 4.1 for Rails 1.2 is finaly out. A lot of stuffs has changed : code has been cleaned and is now pretty much faster. Some functionnalities have been added : ? Internationalization support using localization plugin ? Localization (in French only, we're looking for translators for the 4.2 release) ? Complete admin revamping (still need a new CSS though), more usable now ? Automated comments generation And lots of bugfixes You can download Typo as gem from rubyforge, tgz and zip file. Cheers, Fr?d?ric -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From kevwil at gmail.com Sun Mar 11 10:42:49 2007 From: kevwil at gmail.com (Kevin Williams) Date: Sun, 11 Mar 2007 08:42:49 -0600 Subject: [typo] Typo 4.1 is out In-Reply-To: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> References: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> Message-ID: <683a886f0703110742o6419fac8of03f0e605d677fc3@mail.gmail.com> The gem depends on [rails = (1.2)], meaning it downloads the not-yet-final 1.2.0 release. Shouldn't it depend on rails >= 1.2.1? On 3/10/07, Frederic de Villamil wrote: > Hi list, > > I'm happy to tell you that after a lot of work, Typo 4.1 for Rails > 1.2 is finaly out. > > A lot of stuffs has changed : code has been cleaned and is now pretty > much faster. > > Some functionnalities have been added : > ? Internationalization support using localization plugin > ? Localization (in French only, we're looking for translators for the > 4.2 release) > ? Complete admin revamping (still need a new CSS though), more usable > now > ? Automated comments generation > > And lots of bugfixes > > You can download Typo as gem from rubyforge, tgz and zip file. > > Cheers, > Fr?d?ric > -- > Fr?d?ric de Villamil > 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 > -- Cheers, Kevin Williams http://www.almostserio.us/ "Any sufficiently advanced technology is indistinguishable from Magic." - Arthur C. Clarke From urban at bettong.net Mon Mar 19 05:32:19 2007 From: urban at bettong.net (Urban Hafner) Date: Mon, 19 Mar 2007 10:32:19 +0100 Subject: [typo] Where did tmcode go? Message-ID: <1A855ED3-29B8-4A52-9444-A32F388F141A@bettong.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hej! I just realized that my code snippets don't look acceptable anymore. I guess that's because I've used the typo:tmcode macro for them. Is this completely gone or am I just doing something wrong? BTW, I'm on r1387. Urban - -- http://bettong.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF/liqggNuVCIrEyURAuRxAJ9KIkyXgJrHY4bLi+KIeUctfVNhhwCfTDal TXMFVicSv1aDyEafEg/HIPw= =Qa9l -----END PGP SIGNATURE----- From rasputnik at gmail.com Mon Mar 19 07:46:15 2007 From: rasputnik at gmail.com (Dick Davies) Date: Mon, 19 Mar 2007 11:46:15 +0000 Subject: [typo] Typo 4.1 is out In-Reply-To: <683a886f0703110742o6419fac8of03f0e605d677fc3@mail.gmail.com> References: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> <683a886f0703110742o6419fac8of03f0e605d677fc3@mail.gmail.com> Message-ID: <3f1760703190446y68c5be56x91cb454a0f4d912f@mail.gmail.com> 1.2 was out in January. On 11/03/07, Kevin Williams wrote: > The gem depends on [rails = (1.2)], meaning it downloads the > not-yet-final 1.2.0 release. Shouldn't it depend on rails >= 1.2.1? > > On 3/10/07, Frederic de Villamil wrote: > > Hi list, > > > > I'm happy to tell you that after a lot of work, Typo 4.1 for Rails > > 1.2 is finaly out. > > > > A lot of stuffs has changed : code has been cleaned and is now pretty > > much faster. > > > > Some functionnalities have been added : > > ? Internationalization support using localization plugin > > ? Localization (in French only, we're looking for translators for the > > 4.2 release) > > ? Complete admin revamping (still need a new CSS though), more usable > > now > > ? Automated comments generation > > > > And lots of bugfixes > > > > You can download Typo as gem from rubyforge, tgz and zip file. > > > > Cheers, > > Fr?d?ric > > -- > > Fr?d?ric de Villamil > > 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 > > > > > -- > Cheers, > > Kevin Williams > http://www.almostserio.us/ > > "Any sufficiently advanced technology is indistinguishable from > Magic." - Arthur C. Clarke > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From pdcawley at bofh.org.uk Mon Mar 19 14:25:20 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Mon, 19 Mar 2007 18:25:20 +0000 Subject: [typo] Where did tmcode go? In-Reply-To: <1A855ED3-29B8-4A52-9444-A32F388F141A@bettong.net> (Urban Hafner's message of "Mon, 19 Mar 2007 10:32:19 +0100") References: <1A855ED3-29B8-4A52-9444-A32F388F141A@bettong.net> Message-ID: Urban Hafner writes: > Hej! > > I just realized that my code snippets don't look acceptable anymore. > I guess that's because > I've used the typo:tmcode macro for them. Is this completely gone or > am I just doing something > wrong? BTW, I'm on r1387. I'm not sure, it looks like all the post macros have gone. I think it's an issue with Rails's autoload system changing. Again. Rest assured that I'm looking into it (I use typo:code myself, but the issue is the same). -- Piers Cawley http://www.bofh.org.uk/ From neuro at 7el.net Mon Mar 19 15:31:50 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Mon, 19 Mar 2007 20:31:50 +0100 Subject: [typo] Where did tmcode go? In-Reply-To: References: <1A855ED3-29B8-4A52-9444-A32F388F141A@bettong.net> Message-ID: <70B93815-D0F4-4637-B93F-B681548041E7@7el.net> Le 19 mars 07 ? 19:25, Piers Cawley a ?crit : > Urban Hafner writes: > >> Hej! >> >> I just realized that my code snippets don't look acceptable anymore. >> I guess that's because >> I've used the typo:tmcode macro for them. Is this completely gone or >> am I just doing something >> wrong? BTW, I'm on r1387. > > I'm not sure, it looks like all the post macros have gone. I think > it's an issue with Rails's autoload system changing. Again. > > Rest assured that I'm looking into it (I use typo:code myself, but the > issue is the same). I'm having a look as this may be my fault. I have forced the order typo loads its plugins to have the localize load the first. Maybe it comes from this point. There will be a 4.1.1 release soon mostly to fix bugs Frederic -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com From pdcawley at bofh.org.uk Mon Mar 19 16:02:02 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Mon, 19 Mar 2007 20:02:02 +0000 Subject: [typo] Where did tmcode go? In-Reply-To: <70B93815-D0F4-4637-B93F-B681548041E7@7el.net> (Frederic de Villamil's message of "Mon, 19 Mar 2007 20:31:50 +0100") References: <1A855ED3-29B8-4A52-9444-A32F388F141A@bettong.net> <70B93815-D0F4-4637-B93F-B681548041E7@7el.net> Message-ID: Frederic de Villamil writes: > Le 19 mars 07 ? 19:25, Piers Cawley a ?crit : > >> Urban Hafner writes: >> >>> Hej! >>> >>> I just realized that my code snippets don't look acceptable anymore. >>> I guess that's because >>> I've used the typo:tmcode macro for them. Is this completely gone or >>> am I just doing something >>> wrong? BTW, I'm on r1387. >> >> I'm not sure, it looks like all the post macros have gone. I think >> it's an issue with Rails's autoload system changing. Again. >> >> Rest assured that I'm looking into it (I use typo:code myself, but the >> issue is the same). > > I'm having a look as this may be my fault. > I have forced the order typo loads its plugins to have the localize > load the first. > Maybe it comes from this point. Hmm... weirdly it's not breaking on my laptop, just on my production server. Both in production mode, both with the same version of rails. Very weird. -- Piers Cawley http://www.bofh.org.uk/ From dom at happygiraffe.net Mon Mar 19 19:13:11 2007 From: dom at happygiraffe.net (Dominic Mitchell) Date: Mon, 19 Mar 2007 23:13:11 +0000 Subject: [typo] Typo 4.1 is out In-Reply-To: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> References: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> Message-ID: <45FF1907.10104@happygiraffe.net> Frederic de Villamil wrote: > You can download Typo as gem from rubyforge, tgz and zip file. Do you know where the subversion repository is hiding these days? I've been using svk to track typo, but now I'm getting: % svk pull Connection refused: Can't connect to host 'typosphere.org': Connection refused Thanks, -Dom From lists at holsman.net Mon Mar 19 23:26:00 2007 From: lists at holsman.net (Ian Holsman) Date: Tue, 20 Mar 2007 14:26:00 +1100 Subject: [typo] Typo 4.1 is out In-Reply-To: <45FF1907.10104@happygiraffe.net> References: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> <45FF1907.10104@happygiraffe.net> Message-ID: <040702D7-B5B4-44A6-931F-2105E346E6A3@holsman.net> they moved it to svn.typosphere.org if you look at typosphere.org, it has instructions on how to switch (with svn and svk) regards Ian On 20/03/2007, at 10:13 AM, Dominic Mitchell wrote: > Frederic de Villamil wrote: >> You can download Typo as gem from rubyforge, tgz and zip file. > > Do you know where the subversion repository is hiding these days? > I've > been using svk to track typo, but now I'm getting: > > % svk pull > Connection refused: Can't connect to host 'typosphere.org': Connection > refused > > Thanks, > -Dom > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list Ian Holsman Ian at Holsman.net http://parent-chatter.com -- what do parents know? From dom at happygiraffe.net Tue Mar 20 03:51:29 2007 From: dom at happygiraffe.net (Dominic Mitchell) Date: Tue, 20 Mar 2007 07:51:29 +0000 Subject: [typo] Typo 4.1 is out In-Reply-To: <040702D7-B5B4-44A6-931F-2105E346E6A3@holsman.net> References: <108D87D9-F6B8-49C5-A4DB-4DF2660066B9@7el.net> <45FF1907.10104@happygiraffe.net> <040702D7-B5B4-44A6-931F-2105E346E6A3@holsman.net> Message-ID: <45FF9281.1040805@happygiraffe.net> Ian Holsman wrote: > they moved it to svn.typosphere.org > if you look at typosphere.org, it has instructions on how to switch > (with svn and svk) Of course, there it is on the front page even. Sorry. -Dom From trejkaz at trypticon.org Tue Mar 20 17:04:41 2007 From: trejkaz at trypticon.org (Trejkaz) Date: Wed, 21 Mar 2007 08:04:41 +1100 Subject: [typo] Spam checking Message-ID: <200703210804.44109.trejkaz@trypticon.org> My installation is getting a bit old so kick me if this was already fixed in the last release or so... But I noticed my server machine spinning unusually hard last night and it turned out a guy was trying to flood me with trackback spam. Lucky trackbacks were disabled so it didn't affect me, but I noticed that even though trackbacks are disabled, Typo was still going through the full spam check cycle rather than just outright rejecting the trackback. Is that normal? 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/20070321/c4388293/attachment.bin From pdcawley at bofh.org.uk Wed Mar 21 06:28:53 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Wed, 21 Mar 2007 10:28:53 +0000 Subject: [typo] Spam checking In-Reply-To: <200703210804.44109.trejkaz@trypticon.org> (trejkaz@trypticon.org's message of "Wed, 21 Mar 2007 08:04:41 +1100") References: <200703210804.44109.trejkaz@trypticon.org> Message-ID: Trejkaz writes: > My installation is getting a bit old so kick me if this was already fixed in > the last release or so... > > But I noticed my server machine spinning unusually hard last night and it > turned out a guy was trying to flood me with trackback spam. Lucky > trackbacks were disabled so it didn't affect me, but I noticed that even > though trackbacks are disabled, Typo was still going through the full spam > check cycle rather than just outright rejecting the trackback. > > Is that normal? Fixed in the latest version. I hope. -- Piers Cawley http://www.bofh.org.uk/ From trejkaz at trypticon.org Fri Mar 23 08:24:22 2007 From: trejkaz at trypticon.org (Trejkaz) Date: Fri, 23 Mar 2007 23:24:22 +1100 Subject: [typo] Trunk bug? undefined local variable or method `controller' for # Message-ID: <200703232324.25647.trejkaz@trypticon.org> Current trunk seems to throw an error from here: #{RAILS_ROOT}/app/models/comment.rb:24:in `notify_user_via_jabber' Should this be blog.url_for instead? :-) 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/20070323/9a7e49f3/attachment.bin From rasputnik at gmail.com Fri Mar 23 18:48:52 2007 From: rasputnik at gmail.com (Dick Davies) Date: Fri, 23 Mar 2007 22:48:52 +0000 Subject: [typo] private blog? Message-ID: <3f1760703231548k5b8b3ba3pf81819f3f9418e8@mail.gmail.com> I want a blog that requires all visitors to be authenticated users. Didn't see the point of doing apache based http auth, when I could just re-use typos own login system. Has anyone got this working? My first guess (on 4.1.0) was to set: before_filter :login_required, :except => [ :login ] in ApplicationController, which *sort* of works. When I hit the frontpage I'm asked to login, but RSS, atom and CSS urls ask for a login and then redirect me into the admin controller. Wondered if anyone ever tried this and whether there's something easier I'm missing. -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From eckhardt.f at googlemail.com Sun Mar 25 17:58:28 2007 From: eckhardt.f at googlemail.com (Frithjof Eckhardt) Date: Sun, 25 Mar 2007 23:58:28 +0200 Subject: [typo] Help needed for German translation? Message-ID: <85494f4f0703251458g2be8c76ft7d45fd19de6aab7b@mail.gmail.com> Hi, I would like to help with the German translation for Typo 4.1. How can I join the project? Cheers, Frithjof --------------------------------- http://www.rubykids.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070325/0f47c468/attachment.html From neuro at 7el.net Mon Mar 26 03:14:43 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Mon, 26 Mar 2007 09:14:43 +0200 Subject: [typo] Help needed for German translation? In-Reply-To: <85494f4f0703251458g2be8c76ft7d45fd19de6aab7b@mail.gmail.com> References: <85494f4f0703251458g2be8c76ft7d45fd19de6aab7b@mail.gmail.com> Message-ID: <66C5647A-767A-4AD5-93AF-BD795CF38142@7el.net> Le 25 mars 07 ? 23:58, Frithjof Eckhardt a ?crit : > Hi, I would like to help with the German translation for Typo 4.1. > How can I join the project? > > Cheers, Frithjof > Hello, Joining the translation effort is an easy 7 steps trip : ? Download the latest trunk at http://svn.typosphere.org/typo/trunk using your favourite svn client. ? Rename the lang/fr_FR.rb with the name of the anguage you want to translate it to. For ou, it will be de_DE.rb ? Replace the French strings by the german ones. ? Open an account on the trac ? Submit your translated file as a patch ? Get your patch reviewed ? Share the pride to be a Typo contributor ;-) Hope this helped, Cheers, Fr?d?ric -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org From neuro at 7el.net Mon Mar 26 03:34:08 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Mon, 26 Mar 2007 09:34:08 +0200 Subject: [typo] Help needed for German translation? In-Reply-To: <66C5647A-767A-4AD5-93AF-BD795CF38142@7el.net> References: <85494f4f0703251458g2be8c76ft7d45fd19de6aab7b@mail.gmail.com> <66C5647A-767A-4AD5-93AF-BD795CF38142@7el.net> Message-ID: <5807B0DA-76CF-4F17-8A90-8DE4EC6CCDAB@7el.net> Le 26 mars 07 ? 09:14, Frederic de Villamil a ?crit : > Le 25 mars 07 ? 23:58, Frithjof Eckhardt a ?crit : > >> Hi, I would like to help with the German translation for Typo 4.1. >> How can I join the project? >> >> Cheers, Frithjof >> > > Hello, > > Joining the translation effort is an easy 7 steps trip : > > ? Download the latest trunk at http://svn.typosphere.org/typo/trunk > using your favourite svn client. > ? Rename the lang/fr_FR.rb with the name of the anguage you want to > translate it to. For ou, it will be de_DE.rb > ? Replace the French strings by the german ones. > ? Open an account on the trac > ? Submit your translated file as a patch > ? Get your patch reviewed > ? Share the pride to be a Typo contributor ;-) > > Hope this helped, > Cheers, > Fr?d?ric s/to be/of being/ sorry -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org From conrad at kaluma.com Mon Mar 26 07:04:31 2007 From: conrad at kaluma.com (Conrad Strydom) Date: Mon, 26 Mar 2007 13:04:31 +0200 Subject: [typo] Error with 4.1 Message-ID: <4607A8BF.4060302@kaluma.com> Hi, I am maintaining a typo site armed with nothing but my wits and very rails knowledge. I attempted a typo upgrade to version 4.1 and I get a very strange error now. ActionView::TemplateError (undefined method `_' for #<#:0xb74d9a78>) on line #14 of app/views/accounts/login.rhtml: 11: <% end %> 12:
    13:
  • 14: 15: 16:
  • 17:
  • Any help appreciated. Is it something I need to upgrade? Regards Conrad From neuro at 7el.net Mon Mar 26 07:47:06 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Mon, 26 Mar 2007 13:47:06 +0200 Subject: [typo] Error with 4.1 In-Reply-To: <4607A8BF.4060302@kaluma.com> References: <4607A8BF.4060302@kaluma.com> Message-ID: Le 26 mars 07 ? 13:04, Conrad Strydom a ?crit : > Hi, > > I am maintaining a typo site armed with nothing but my wits and very > rails knowledge. > > I attempted a typo upgrade to version 4.1 and I get a very strange > error > now. > > ActionView::TemplateError (undefined method `_' for > #<#:0xb74d9a78>) on line #14 of > app/views/accounts/login.rhtml: > 11: <% end %> > 12:
      > 13:
    • > 14: > 15: size="20" value=""/> > 16:
    • > 17:
    • > > Any help appreciated. Is it something I need to upgrade? > > Regards > Conrad Hi conrad, Seems you lack the localization plugin _ is a function defined in this plugin. have a look at your environment.rb, should have something there too. Cheers Frederic -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org From conrad at kaluma.com Mon Mar 26 09:47:16 2007 From: conrad at kaluma.com (Conrad Strydom) Date: Mon, 26 Mar 2007 15:47:16 +0200 Subject: [typo] Error with 4.1 In-Reply-To: References: <4607A8BF.4060302@kaluma.com> Message-ID: <4607CEE4.4090101@kaluma.com> Hi Frederic Thanks for the reply, I had an old environment.rb , I have fixed that now but still the error, how can I see what plugins are getting loaded? Regards Conrad Strydom Frederic de Villamil wrote: > Le 26 mars 07 ? 13:04, Conrad Strydom a ?crit : > > >> Hi, >> >> I am maintaining a typo site armed with nothing but my wits and very >> rails knowledge. >> >> I attempted a typo upgrade to version 4.1 and I get a very strange >> error >> now. >> >> ActionView::TemplateError (undefined method `_' for >> #<#:0xb74d9a78>) on line #14 of >> app/views/accounts/login.rhtml: >> 11: <% end %> >> 12:
        >> 13:
      • >> 14: >> 15: > size="20" value=""/> >> 16:
      • >> 17:
      • >> >> Any help appreciated. Is it something I need to upgrade? >> >> Regards >> Conrad >> > > Hi conrad, > > Seems you lack the localization plugin _ is a function defined in > this plugin. > have a look at your environment.rb, should have something there too. > > Cheers > Frederic > > > -- > Fr?d?ric de Villamil > frederic at de-villamil.com tel: +33 (0)6 62 19 1337 > http://fredericdevillamil.com Typo : http://typosphere.org > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > From neuro at 7el.net Mon Mar 26 10:01:19 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Mon, 26 Mar 2007 16:01:19 +0200 Subject: [typo] Error with 4.1 In-Reply-To: <4607CEE4.4090101@kaluma.com> References: <4607A8BF.4060302@kaluma.com> <4607CEE4.4090101@kaluma.com> Message-ID: Le 26 mars 07 ? 15:47, Conrad Strydom a ?crit : > Hi Frederic > > Thanks for the reply, I had an old environment.rb , I have fixed that > now but still the error, how can I see what plugins are getting > loaded? > > Regards > Conrad Strydom > > Frederic de Villamil wrote: >> Le 26 mars 07 ? 13:04, Conrad Strydom a ?crit : >> >> >>> Hi, >>> >>> I am maintaining a typo site armed with nothing but my wits and very >>> rails knowledge. >>> >>> I attempted a typo upgrade to version 4.1 and I get a very strange >>> error >>> now. >>> >>> ActionView::TemplateError (undefined method `_' for >>> #<#:0xb74d9a78>) on line #14 of >>> app/views/accounts/login.rhtml: >>> 11: <% end %> >>> 12:
          >>> 13:
        • >>> 14: >>> 15: >> size="20" value=""/> >>> 16:
        • >>> 17:
        • >>> >>> Any help appreciated. Is it something I need to upgrade? >>> >>> Regards >>> Conrad >>> >> >> Hi conrad, >> >> Seems you lack the localization plugin _ is a function defined in >> this plugin. >> have a look at your environment.rb, should have something there too. >> >> Cheers >> Frederic You need to have the localization plugin into vendor/plugins If not, your typo version is not complete. Cheers, Frederic -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org From conrad at kaluma.com Tue Mar 27 11:37:56 2007 From: conrad at kaluma.com (Conrad Strydom) Date: Tue, 27 Mar 2007 17:37:56 +0200 Subject: [typo] Error with 4.1 In-Reply-To: References: <4607A8BF.4060302@kaluma.com> <4607CEE4.4090101@kaluma.com> Message-ID: <46093A54.4040401@kaluma.com> Frederic de Villamil wrote: > Le 26 mars 07 ? 15:47, Conrad Strydom a ?crit : > > >> Hi Frederic >> >> Thanks for the reply, I had an old environment.rb , I have fixed that >> now but still the error, how can I see what plugins are getting >> loaded? >> >> Regards >> Conrad Strydom >> >> Frederic de Villamil wrote: >> >>> Le 26 mars 07 ? 13:04, Conrad Strydom a ?crit : >>> >>> >>> >>>> Hi, >>>> >>>> I am maintaining a typo site armed with nothing but my wits and very >>>> rails knowledge. >>>> >>>> I attempted a typo upgrade to version 4.1 and I get a very strange >>>> error >>>> now. >>>> >>>> ActionView::TemplateError (undefined method `_' for >>>> #<#:0xb74d9a78>) on line #14 of >>>> app/views/accounts/login.rhtml: >>>> 11: <% end %> >>>> 12:
            >>>> 13:
          • >>>> 14: >>>> 15: >>> size="20" value=""/> >>>> 16:
          • >>>> 17:
          • >>>> >>>> Any help appreciated. Is it something I need to upgrade? >>>> >>>> Regards >>>> Conrad >>>> >>>> >>> Hi conrad, >>> >>> Seems you lack the localization plugin _ is a function defined in >>> this plugin. >>> have a look at your environment.rb, should have something there too. >>> >>> Cheers >>> Frederic >>> > > You need to have the localization plugin into vendor/plugins > > If not, your typo version is not complete. > Cheers, > Frederic > > > -- > Fr?d?ric de Villamil > frederic at de-villamil.com tel: +33 (0)6 62 19 1337 > http://fredericdevillamil.com Typo : http://typosphere.org > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > Thank you its working now Conrad Strydom From conrad at kaluma.com Tue Mar 27 11:42:59 2007 From: conrad at kaluma.com (Conrad Strydom) Date: Tue, 27 Mar 2007 17:42:59 +0200 Subject: [typo] Load Error in Feedback Controller Message-ID: <46093B83.5060303@kaluma.com> Hi All, Everything seems to be running nicely but I am getting a load error in the feedback controller, feedback_controller.rb LoadError (Expected ... to define Admin::FeedbackController) First few lines of the file is : " require 'comment' require 'trackback' class Admin::FeedbackController < Admin::BaseController " Please help a rails noob! Thank you Conrad From ahodgkin at rowing.org.uk Wed Mar 28 12:20:02 2007 From: ahodgkin at rowing.org.uk (Andrew Hodgkinson) Date: Wed, 28 Mar 2007 17:20:02 +0100 Subject: [typo] Integrating Typo into another RoR app Message-ID: <460A95B2.6000309@rowing.org.uk> On 06-Feb, Matthew Van Horn wrote: > I was wondering if there is a 'best practices' way of integrating Typo > into another rails app. > > Ideally, I'd like single sign-on and the ability to show the latest > blog posts in a sidebar of the other site pages. Given it's ~6 weeks since your message this is probably irrelevant now, but just in case and for the sake of list archives, here's my spin on it. The approach I took was to keep a set of stand-alone Rails applications broadly independent, but tie them together with a separate single sign-on engine. You can include parts of Typo output in other pages using a variety of mechanisms such as new actions specifically designed to return page fragments for use in sidebars (effectively using Typo as a Web service). In my site, I used existing RSS feeds from Typo and I2 to produce "latest news" and "recently updated documentation" lists; for example, see the Home page: http://www.riscosopen.org/ Local modifications for applications can be quite extensive if you want to have a unified look and feel since the view templates need a lot of attention, so upgrading to newer versions of applications can be tiresome. If you weren't too worried about look and feel, though, the changes needed for single sign-on integration may be fairly limited in scope and while you still have a merge to do when newer application versions are released, the merge isn't usually too difficult. Downsides: The results are still not as integrated as a bespoke application; the implementation lacks efficiency due to pulling RSS feeds into a wider page in various places; caching is defeated for the applications using the RSS feeds, since they don't know if the other application will be sending new data, so they always have to rebuild their pages just in case. -- TTFN, Andrew Hodgkinson Find some electronic music at: Photos, wallpaper, software and more: http://pond.org.uk/music.html http://pond.org.uk/ From dag at sonsorol.org Fri Mar 30 16:54:48 2007 From: dag at sonsorol.org (Chris Dagdigian) Date: Fri, 30 Mar 2007 16:54:48 -0400 Subject: [typo] latest typo -- view by tags broken for tags with "." character? Message-ID: <6838419F-4811-4CD3-A560-762B2E01A4C4@sonsorol.org> Hello typo folks, I finally got around to upgrading to the latest stable typo on http:// gridengine.info but I just recently noticed that the article tag views are broken for anything that I've tagged with a number containing a decimal point. For instance, this view works: http://gridengine.info/articles/tag/99 ... but this view that should be specific to news about version 6.1 of Grid Engine is broken despite there being at least 6 articles with the "6.1" tag: http://gridengine.info/articles/tag/6.1 The "generic" view lists the tags that contain decimal points just fine: http://gridengine.info/articles/tag/ Is this something I did wrong (not properly encoding/escaping the "." char) or a typo issue? Regards, Chris From trejkaz at trypticon.org Fri Mar 30 18:02:52 2007 From: trejkaz at trypticon.org (Trejkaz) Date: Sat, 31 Mar 2007 09:02:52 +1100 Subject: [typo] latest typo -- view by tags broken for tags with "." character? In-Reply-To: <6838419F-4811-4CD3-A560-762B2E01A4C4@sonsorol.org> References: <6838419F-4811-4CD3-A560-762B2E01A4C4@sonsorol.org> Message-ID: <200703310802.56244.trejkaz@trypticon.org> On Saturday 31 March 2007 06:54, Chris Dagdigian wrote: > Hello typo folks, > > I finally got around to upgrading to the latest stable typo on http:// > gridengine.info but I just recently noticed that the article tag > views are broken for anything that I've tagged with a number > containing a decimal point. > > For instance, this view works: > http://gridengine.info/articles/tag/99 > > ... but this view that should be specific to news about version 6.1 > of Grid Engine is broken despite there being at least 6 articles with > the "6.1" tag: > http://gridengine.info/articles/tag/6.1 > > The "generic" view lists the tags that contain decimal points just fine: > http://gridengine.info/articles/tag/ > > Is this something I did wrong (not properly encoding/escaping the "." > char) or a typo issue? I had to change my local copy to prevent Typo from breaking on the ".". I'm pretty sure that at present, it will break that into a "6" and "1" tag. :-) 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/20070331/bbd12649/attachment.bin