From mvallebr at gmail.com Sat Jun 11 17:45:33 2011 From: mvallebr at gmail.com (Marcelo Elias Del Valle) Date: Sat, 11 Jun 2011 18:45:33 -0300 Subject: [typo] script/plugin missing Message-ID: Hello, I am new to typo and to this mailing list. I would like to install some social plugins to my sidebar, but when I tried to run script/plugin install, I noticed that script/plugin was missing on my app. Please, would you tell me how can I do to regenerate this script? I don't know how to install the plugins I want. Second doubt: I live in Brazil and my blog would be in brazilian portuguese language. I noticed there is no translation for pt-BR, so I would like to contribute to the project creating this translation. Would you be interested? If so, please tell me what to do to translate it! Regards, -- Marcelo Elias Del Valle http://SorocabaMundi.com - Sorocaba Mundi - Tudo relacionado a Sorocaba http://www.humansoftware.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederic at de-villamil.com Sun Jun 12 07:14:25 2011 From: frederic at de-villamil.com (=?iso-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Sun, 12 Jun 2011 13:14:25 +0200 Subject: [typo] script/plugin missing In-Reply-To: References: Message-ID: Le 11 juin 2011 ? 23:45, Marcelo Elias Del Valle a ?crit : > Hello, > > I am new to typo and to this mailing list. > I would like to install some social plugins to my sidebar, but when I tried to run script/plugin install, I noticed that script/plugin was missing on my app. > Please, would you tell me how can I do to regenerate this script? I don't know how to install the plugins I want. > Second doubt: I live in Brazil and my blog would be in brazilian portuguese language. I noticed there is no translation for pt-BR, so I would like to contribute to the project creating this translation. Would you be interested? If so, please tell me what to do to translate it! > > Regards, Hello, This has changed with Rails 3.0. The correct syntax is now ./script/rails plugin install .... Best regards Fr?d?ric -- Fr?d?ric de Villamil "What's mine is mine. What's yours is still unsetteled" ? Go player proverb frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From matijs at matijs.net Tue Jun 14 01:22:44 2011 From: matijs at matijs.net (Matijs van Zuijlen) Date: Tue, 14 Jun 2011 07:22:44 +0200 Subject: [typo] script/plugin missing In-Reply-To: References: Message-ID: <4DF6F024.8090604@matijs.net> On 06/11/2011 11:45 PM, Marcelo Elias Del Valle wrote: > Hello, > > [...] > Second doubt: I live in Brazil and my blog would be in brazilian portuguese > language. I noticed there is no translation for pt-BR, so I would like to > contribute to the project creating this translation. Would you be interested? If > so, please tell me what to do to translate it! Hi Marcelo, Fr?d?ric already answered your first question, so I'll answer the second. Yes, we would definitely be interested in a Brazilian Portuguese translation. Thank you for offering to create one. To create a translation, you need to run the following from Typo's root: > touch lang/pt_BR.rb > ruby vendor/plugins/localization/bin/make_language.rb pt_BR Then, you can put your translation in `lang/pt_BR.rb`. Finally, you have to get the translation to us. You can send us a pull request on GitHub, or send us the file directly. Thanks again, and regards, -- Matijs From henry74 at gmail.com Wed Jun 22 22:58:58 2011 From: henry74 at gmail.com (henry74) Date: Wed, 22 Jun 2011 22:58:58 -0400 Subject: [typo] easy way to export from typo? Message-ID: I'm thinking about shutting down my VPS which is running my blog due to the upkeep/cost required so I'd like to migrate my typo blog articles to a free blogging service like Tumblr. Is there an easy way to do this? I'd love to keep the URLs correct, etc. Any suggestions/ideas would be appreciated. Thanks, Henry -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederic at de-villamil.com Thu Jun 23 04:54:30 2011 From: frederic at de-villamil.com (Frederic de Villamil) Date: Thu, 23 Jun 2011 10:54:30 +0200 Subject: [typo] easy way to export from typo? In-Reply-To: References: Message-ID: <6C8EA9EC-7752-41C7-B87E-90E3413EF370@de-villamil.com> Le 23 juin 2011 ? 04:58, henry74 a ?crit : > I'm thinking about shutting down my VPS which is running my blog due to the upkeep/cost required so I'd like to migrate my typo blog articles to a free blogging service like Tumblr. Is there an easy way to do this? I'd love to keep the URLs correct, etc. Any suggestions/ideas would be appreciated. > > Thanks, > Henry Hello, One would generally ask such a question to the team working on the blog they're migrating to, not from. He would have better chances to get an answer. I don't know much about these blogwares, but try RSS import, maybe you'll have luck there. Best, Frederic -- Fr?d?ric de Villamil "What's mine is mine. What's yours is still unsetteled" ? Go player proverb frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From orava at iki.fi Tue Jun 28 07:44:12 2011 From: orava at iki.fi (Petri Wessman) Date: Tue, 28 Jun 2011 14:44:12 +0300 Subject: [typo] file upload bug in typo 6.0.5. Message-ID: <4E09BE8C.9080209@iki.fi> Hi, I just updated to 6.0.5. (from 6.0.4.) and noticed that while everything else seems to be working fine, file uploads seem to be broken (they worked fine in 6.0.4.). If I go to Files and upload a file (test 20k JPG named testfile.jpg), instead of getting that file uploaded to public/files and having the thumb (public/files/thumb_testfile.jpg) generated, I get a 48-byte file named testfile.jpg which contains the following *text*: # In other words, instead of saving the binary data, Typo is saving a text identifier of some sort into the file (and thumb generation of course fails). I can see nothing about any sort of error in the log. Does anyone else have the same problem, or is it something with my setup? I'm using ruby 1.8.7 (ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.02) on Gentoo Linux, in case it matters. -Petri From orava at iki.fi Tue Jun 28 09:05:23 2011 From: orava at iki.fi (Petri Wessman) Date: Tue, 28 Jun 2011 16:05:23 +0300 Subject: [typo] file upload bug in typo 6.0.5. In-Reply-To: <4E09BE8C.9080209@iki.fi> References: <4E09BE8C.9080209@iki.fi> Message-ID: <4E09D193.5080805@iki.fi> Agh, realized that I should have made a ticket about this on Lighthouse instead of bothering the mailing list about it :}. Done. -Petri From frederic at de-villamil.com Tue Jun 28 09:16:15 2011 From: frederic at de-villamil.com (Frederic de Villamil) Date: Tue, 28 Jun 2011 15:16:15 +0200 Subject: [typo] file upload bug in typo 6.0.5. In-Reply-To: <4E09BE8C.9080209@iki.fi> References: <4E09BE8C.9080209@iki.fi> Message-ID: <1E0ABF4C-4464-4060-8C84-6B84543C45A5@de-villamil.com> Le 28 juin 2011 ? 13:44, Petri Wessman a ?crit : > Hi, I just updated to 6.0.5. (from 6.0.4.) and noticed that while everything else seems to be working fine, file uploads seem to be broken (they worked fine in 6.0.4.). > > If I go to Files and upload a file (test 20k JPG named testfile.jpg), instead of getting that file uploaded to public/files and having the thumb (public/files/thumb_testfile.jpg) generated, I get a 48-byte file named testfile.jpg which contains the following *text*: > > # > > In other words, instead of saving the binary data, Typo is saving a text identifier of some sort into the file (and thumb generation of course fails). > > I can see nothing about any sort of error in the log. Does anyone else have the same problem, or is it something with my setup? I'm using ruby 1.8.7 (ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.02) on Gentoo Linux, in case it matters. > > -Petri Hi Petri, Thank you for reporting and filling a bug. This one will start with the current "can't reproduce yet". So I'll have to dig through this a little bit more. Best regards, Fred -- Fr?d?ric de Villamil "What's mine is mine. What's yours is still unsetteled" ? Go player proverb frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From orava at iki.fi Tue Jun 28 09:26:05 2011 From: orava at iki.fi (Petri Wessman) Date: Tue, 28 Jun 2011 16:26:05 +0300 Subject: [typo] file upload bug in typo 6.0.5. In-Reply-To: <1E0ABF4C-4464-4060-8C84-6B84543C45A5@de-villamil.com> References: <4E09BE8C.9080209@iki.fi> <1E0ABF4C-4464-4060-8C84-6B84543C45A5@de-villamil.com> Message-ID: <4E09D66D.2040808@iki.fi> On 06/28/2011 04:16 PM, Frederic de Villamil wrote: > Hi Petri, > > Thank you for reporting and filling a bug. This one will start with the current "can't reproduce yet". So I'll have to dig through this a little bit more. > > Best regards, > Fred Ok, thanks. Please let me know if I can help in any way in tracing this... I'll try to look at the Typo internals and insert some debugging stuff of my own, but I'm not familiar at all with how the file upload works there. It could of course be something specific to my system, but as noted it worked fine in 6.0.4. and I've ran "bundle update" and "RAILS_ENV=production rake db:migrate" without any errors coming to light. -Petri