From frederic at de-villamil.com Tue Feb 1 15:41:32 2011 From: frederic at de-villamil.com (=?iso-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Tue, 1 Feb 2011 21:41:32 +0100 Subject: [typo] =?windows-1252?q?=5BANN=5D_Release_Typo_6=2E0=2E3_=96_Impo?= =?windows-1252?q?rtant_bugfix?= Message-ID: <2190A6FE-A0C8-426B-A10E-581E120F10B9@de-villamil.com> If you're using any of the Typo 6.0 series, you really should upgrade to 6.0.3 as it fixes a lot of AJAX related bugs. Having a good unit tests coverage is not always enough, and human test are always worth spending the time we didn't have. Hopefully, Fabiano Francesconi has been doing a great work reporting bugs he was falling on tonight while we were fixing them. The culprit is an outdated, buggy Rails Prototype Legacy Helper plugin. This plugin gathers all the fancy AJAX helpers that were removed from Rails 3. We probably should have done some unobtrusive Javascript instead of using that one, but... Typo 6.0 would probably had never been released at all. As usual, you can download Typo at http://typosphere.org/stable.tgz or http://typosphere.org/stable.zip. A few things fixed by Typo 6.0.3: * Sidebar settings being saved since nothing seemed to happen and the sidebar form would eventually look dead afterwards. * Comments preview breaking on most legacy themes, including built in Typographic, Scribbish, Dirtylicious and Standard Issue. * Category drag and drop reorder would not do anything. * Admin content filtering would render an error. All the best, Your Typo team -- 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 sjaymin at gmail.com Wed Feb 2 01:49:46 2011 From: sjaymin at gmail.com (Jaymin Shah) Date: Wed, 2 Feb 2011 12:19:46 +0530 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work Message-ID: Hello, I have been trying to install Typo 6.0.3 with fresh box after installing Ruby187 and Rails 3.0.3. Bundle install command runs very smoothly. However, when I try to create database with command ?rake db:create?. Application always shows error in window indicating ?application failed to start because msvcrt-ruby191.dll was not found. Reinstalling may fix this problem?. (I am using windows). Following log is displayed. C:\typo-6.0.3>rake db:create (in C:/typo-6.0.3) rake aborted! no such file to load -- 1.8/bluecloth_ext c:/ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile' (See full trace by running task with --trace) It seems that one or more gems being used with application is expecting ruby191 dll file mentioned above. Any help would be highly appreciated. regards, Jaymin -------------- next part -------------- An HTML attachment was scrubbed... URL: From matijs at matijs.net Wed Feb 2 04:35:48 2011 From: matijs at matijs.net (Matijs van Zuijlen) Date: Wed, 02 Feb 2011 10:35:48 +0100 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work In-Reply-To: References: Message-ID: <4D492574.8040507@matijs.net> Hi Jaymin, It seems rake tries to use ruby 1.9.1 instead of 1.8.7. Can you try running the following: bundle exec rake db:create This should force the use of the correct ruby and gems. If that doesn't work, can you check where each ruby version is in your path? Regards, Matijs On 02/02/2011 07:49, Jaymin Shah wrote: > Hello, > > I have been trying to install Typo 6.0.3 with fresh box after installing > Ruby187 and Rails 3.0.3. > Bundle install command runs very smoothly. > > However, when I try to create database with command ?rake db:create?. > Application always shows error in window indicating ?application failed > to start because msvcrt-ruby191.dll was not found. Reinstalling may fix > this problem?. (I am using windows). Following log is displayed. > > C:\typo-6.0.3>rake db:create > (in C:/typo-6.0.3) > rake aborted! > no such file to load -- 1.8/bluecloth_ext > c:/ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in > `raw_load_rakefile' > (See full trace by running task with --trace) > > It seems that one or more gems being used with application is expecting > ruby191 dll file mentioned above. > > Any help would be highly appreciated. > > regards, > Jaymin From sjaymin at gmail.com Sun Feb 6 23:39:08 2011 From: sjaymin at gmail.com (Jaymin Shah) Date: Mon, 7 Feb 2011 04:39:08 +0000 (UTC) Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work References: <4D492574.8040507@matijs.net> Message-ID: Matijs van Zuijlen matijs.net> writes: > > Hi Jaymin, > > It seems rake tries to use ruby 1.9.1 instead of 1.8.7. Can you try > running the following: > > bundle exec rake db:create > > This should force the use of the correct ruby and gems. > > If that doesn't work, can you check where each ruby version is in your path? > > Regards, > Matijs > > On 02/02/2011 07:49, Jaymin Shah wrote: > > Hello, > > > > I have been trying to install Typo 6.0.3 with fresh box after installing > > Ruby187 and Rails 3.0.3. > > Bundle install command runs very smoothly. > > > > However, when I try to create database with command ?rake db:create?. > > Application always shows error in window indicating ?application failed > > to start because msvcrt-ruby191.dll was not found. Reinstalling may fix > > this problem?. (I am using windows). Following log is displayed. > > > > C:\typo-6.0.3>rake db:create > > (in C:/typo-6.0.3) > > rake aborted! > > no such file to load -- 1.8/bluecloth_ext > > c:/ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in > > `raw_load_rakefile' > > (See full trace by running task with --trace) > > > > It seems that one or more gems being used with application is expecting > > ruby191 dll file mentioned above. > > > > Any help would be highly appreciated. > > > > regards, > > Jaymin > Hi Matijs, Thanks for your reply. I have tried it and it does not work. Further, I have Ruby 187 in path and confirmed it too. Also, I did some search on bluecloth_ext error mentioned below and found that this is an known issues. I have tried to fix it with suggested fix but it did not worked and system continued to give below error. ref# http://groups.google.com/group/rubyinstaller/browse_thread/thread/59f3812381a195b5 regards, Jaymin From ruby-forum-incoming at andreas-s.net Mon Feb 7 20:17:30 2011 From: ruby-forum-incoming at andreas-s.net (Moshe Suberri) Date: Tue, 08 Feb 2011 02:17:30 +0100 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work In-Reply-To: References: <4D492574.8040507@matijs.net> Message-ID: <8b67764466b940d84c7621d7af060a7f@ruby-forum.com> Jaymin Shah wrote in post #979982: > Matijs van Zuijlen matijs.net> writes: > >> If that doesn't work, can you check where each ruby version is in your path? >> > >> > `raw_load_rakefile' >> > (See full trace by running task with --trace) >> > >> > It seems that one or more gems being used with application is expecting >> > ruby191 dll file mentioned above. >> > >> > Any help would be highly appreciated. >> > >> > regards, >> > Jaymin >> > > > Hi Matijs, > > Thanks for your reply. I have tried it and it does not work. Further, I > have > Ruby 187 in path and confirmed it too. > > Also, I did some search on bluecloth_ext error mentioned below and found > that > this is an known issues. I have tried to fix it with suggested fix but > it did > not worked and system continued to give below error. > > ref# > http://groups.google.com/group/rubyinstaller/browse_thread/thread/59f3812381a195b5 > > regards, > Jaymin I got the same problem. Install Ruby 187 on Windows 7 env. When I run Ruby I get a dialog box with the following error "application aborted error finding ruby...191.dll .." Regards Moshe -- Posted via http://www.ruby-forum.com/. From matijs at matijs.net Tue Feb 8 01:30:20 2011 From: matijs at matijs.net (Matijs van Zuijlen) Date: Tue, 08 Feb 2011 07:30:20 +0100 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work In-Reply-To: <8b67764466b940d84c7621d7af060a7f@ruby-forum.com> References: <4D492574.8040507@matijs.net> <8b67764466b940d84c7621d7af060a7f@ruby-forum.com> Message-ID: <4D50E2FC.9090707@matijs.net> On 02/08/2011 02:17 AM, Moshe Suberri wrote: > Jaymin Shah wrote in post #979982: >> Hi Matijs, >> >> Thanks for your reply. I have tried it and it does not work. Further, I >> have Ruby 187 in path and confirmed it too. >> >> Also, I did some search on bluecloth_ext error mentioned below and found >> that this is an known issues. I have tried to fix it with suggested fix but >> it did not worked and system continued to give below error. >> >> http://groups.google.com/group/rubyinstaller/browse_thread/thread/59f3812381a195b5 > > I got the same problem. Install Ruby 187 on Windows 7 env. > When I run Ruby I get a dialog box with the following error > "application aborted error finding ruby...191.dll .." Moshe, Jaymin, Have you tried uninstalling the bluecloth gem before using the fix suggested above? Did you install the Development Kit before using the fix? I think it may be needed. -- Matijs From sjaymin at gmail.com Tue Feb 8 05:36:24 2011 From: sjaymin at gmail.com (Jaymin Shah) Date: Tue, 8 Feb 2011 16:06:24 +0530 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work In-Reply-To: <4D50E2FC.9090707@matijs.net> References: <4D492574.8040507@matijs.net> <8b67764466b940d84c7621d7af060a7f@ruby-forum.com> <4D50E2FC.9090707@matijs.net> Message-ID: Thanks for your reply. I have ensured that there no gem install for bluecloth for any version. I have also verified that there are no files for bluecloth in cache folder too. I had downloaded devkit from http://rubyinstaller.org/downloads and followed the instruction per https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. I had also ensured that devkit is installed properly by following smoke test. I had then tried installing bluecloth (v2.0.10). It had failed with following error: (I had also tried removing 2.0.10 version from gem and cache folder and installing specific version 2.0.5, it got installed without any error but when I tried to execute db:create or db:migrate - it throws the error we discussed earlier email). (I had tried on different box as well ensuring that it has fresh install of Ruby 187 with devkit) C:\test\typo>gem install bluecloth --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing bluecloth: ERROR: Failed to build gem native extension. c:/Ruby187/bin/ruby.exe extconf.rb checking for srand()... yes checking for random()... no checking for rand()... yes checking for bzero() in string.h,strings.h... no checking for strcasecmp()... yes checking for strncasecmp()... yes checking for mkdio.h... yes checking for ruby/encoding.h... no creating extconf.h creating Makefile make gcc -I. -I. -Ic:/Ruby187/lib/ruby/1.8/i386-mingw32 -I. -DRUBY_EXTCONF_H=\"extcon f.h\" -DVERSION=\"2.0.4\" -g -O2 -DFD_SETSIZE=256 -I. -Wall -c bluecloth.c In file included from c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../ ../include/windows.h:48:0, from c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../ ../include/winsock2.h:22, from c:/Ruby187/lib/ruby/1.8/i386-mingw32/win32/win32.h:27, from c:/Ruby187/lib/ruby/1.8/i386-mingw32/defines.h:186, from c:/Ruby187/lib/ruby/1.8/i386-mingw32/ruby.h:37, from bluecloth.h:14, from bluecloth.c:25: c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:22 9:23: error: duplicate 'unsigned' c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:23 8:23: error: duplicate 'unsigned' c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:23 8:23: error: two or more data types in declaration specifiers c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:24 1:24: error: duplicate 'unsigned' bluecloth.c: In function 'bluecloth_initialize': bluecloth.c:190:9: warning: unused variable 'utf8text' make: *** [bluecloth.o] Error 1 Gem files will remain installed in c:/Ruby187/lib/ruby/gems/1.8/gems/bluecloth-2 .0.10 for inspection. Results logged to c:/Ruby187/lib/ruby/gems/1.8/gems/bluecloth-2.0.10/ext/gem_mak e.out C:\test\typo> On Tue, Feb 8, 2011 at 12:00 PM, Matijs van Zuijlen wrote: > On 02/08/2011 02:17 AM, Moshe Suberri wrote: > >> Jaymin Shah wrote in post #979982: >> >>> Hi Matijs, >>> >>> Thanks for your reply. I have tried it and it does not work. Further, I >>> have Ruby 187 in path and confirmed it too. >>> >>> Also, I did some search on bluecloth_ext error mentioned below and found >>> that this is an known issues. I have tried to fix it with suggested fix >>> but >>> it did not worked and system continued to give below error. >>> >>> >>> http://groups.google.com/group/rubyinstaller/browse_thread/thread/59f3812381a195b5 >>> >> >> I got the same problem. Install Ruby 187 on Windows 7 env. >> When I run Ruby I get a dialog box with the following error >> "application aborted error finding ruby...191.dll .." >> > > Moshe, Jaymin, > > Have you tried uninstalling the bluecloth gem before using the fix > suggested above? Did you install the Development Kit before using the fix? I > think it may be needed. > > -- > Matijs > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sjaymin at gmail.com Tue Feb 8 11:36:04 2011 From: sjaymin at gmail.com (Jaymin Shah) Date: Tue, 8 Feb 2011 22:06:04 +0530 Subject: [typo] Fresh ruby 187, rails 3.0.0 and typo 6.0.3 install does not work In-Reply-To: References: <4D492574.8040507@matijs.net> <8b67764466b940d84c7621d7af060a7f@ruby-forum.com> <4D50E2FC.9090707@matijs.net> Message-ID: Hi Matijs, This seem to be problem with Bluecloth gem. I have been trying to get some help on google group. Please find below link for your ready reference. http://groups.google.com/group/rubyinstaller/browse_thread/thread/732ba200b67c60ab?hl=en hope to get resolution soon to move to next sql issue. regards, Jaymin On Tue, Feb 8, 2011 at 4:06 PM, Jaymin Shah wrote: > Thanks for your reply. > > > > I have ensured that there no gem install for bluecloth for any version. I > have also verified that there are no files for bluecloth in cache folder > too. > > > I had downloaded devkit from http://rubyinstaller.org/downloads and > followed the instruction per > https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. I had also > ensured that devkit is installed properly by following smoke test. > > > I had then tried installing bluecloth (v2.0.10). It had failed with > following error: (I had also tried removing 2.0.10 version from gem and > cache folder and installing specific version 2.0.5, it got installed without > any error but when I tried to execute db:create or db:migrate - it throws > the error we discussed earlier email). (I had tried on different box as well > ensuring that it has fresh install of Ruby 187 with devkit) > > > > C:\test\typo>gem install bluecloth --platform=ruby > > Temporarily enhancing PATH to include DevKit... > > Building native extensions. This could take a while... > > ERROR: Error installing bluecloth: > > ERROR: Failed to build gem native extension. > > > > c:/Ruby187/bin/ruby.exe extconf.rb > > checking for srand()... yes > > checking for random()... no > > checking for rand()... yes > > checking for bzero() in string.h,strings.h... no > > checking for strcasecmp()... yes > > checking for strncasecmp()... yes > > checking for mkdio.h... yes > > checking for ruby/encoding.h... no > > creating extconf.h > > creating Makefile > > > > make > > gcc -I. -I. -Ic:/Ruby187/lib/ruby/1.8/i386-mingw32 -I. > -DRUBY_EXTCONF_H=\"extcon > > f.h\" -DVERSION=\"2.0.4\" -g -O2 -DFD_SETSIZE=256 -I. -Wall -c > bluecloth.c > > > > In file included from > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../ > > ../include/windows.h:48:0, > > from > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../ > > ../include/winsock2.h:22, > > from > c:/Ruby187/lib/ruby/1.8/i386-mingw32/win32/win32.h:27, > > from c:/Ruby187/lib/ruby/1.8/i386-mingw32/defines.h:186, > > from c:/Ruby187/lib/ruby/1.8/i386-mingw32/ruby.h:37, > > from bluecloth.h:14, > > from bluecloth.c:25: > > > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:22 > > 9:23: error: duplicate 'unsigned' > > > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:23 > > 8:23: error: duplicate 'unsigned' > > > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:23 > > 8:23: error: two or more data types in declaration specifiers > > > c:\rubydevkit\mingw\bin\../lib/gcc/mingw32/4.5.1/../../../../include/windef.h:24 > > 1:24: error: duplicate 'unsigned' > > bluecloth.c: In function 'bluecloth_initialize': > > bluecloth.c:190:9: warning: unused variable 'utf8text' > > make: *** [bluecloth.o] Error 1 > > > > > > Gem files will remain installed in > c:/Ruby187/lib/ruby/gems/1.8/gems/bluecloth-2 > > .0.10 for inspection. > > Results logged to > c:/Ruby187/lib/ruby/gems/1.8/gems/bluecloth-2.0.10/ext/gem_mak > > e.out > > > > C:\test\typo> > > > > > On Tue, Feb 8, 2011 at 12:00 PM, Matijs van Zuijlen wrote: > >> On 02/08/2011 02:17 AM, Moshe Suberri wrote: >> >>> Jaymin Shah wrote in post #979982: >>> >>>> Hi Matijs, >>>> >>>> Thanks for your reply. I have tried it and it does not work. Further, I >>>> have Ruby 187 in path and confirmed it too. >>>> >>>> Also, I did some search on bluecloth_ext error mentioned below and found >>>> that this is an known issues. I have tried to fix it with suggested fix >>>> but >>>> it did not worked and system continued to give below error. >>>> >>>> >>>> http://groups.google.com/group/rubyinstaller/browse_thread/thread/59f3812381a195b5 >>>> >>> >>> I got the same problem. Install Ruby 187 on Windows 7 env. >>> When I run Ruby I get a dialog box with the following error >>> "application aborted error finding ruby...191.dll .." >>> >> >> Moshe, Jaymin, >> >> Have you tried uninstalling the bluecloth gem before using the fix >> suggested above? Did you install the Development Kit before using the fix? I >> think it may be needed. >> >> -- >> Matijs >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederic at de-villamil.com Wed Feb 23 06:45:38 2011 From: frederic at de-villamil.com (=?iso-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Wed, 23 Feb 2011 12:45:38 +0100 Subject: [typo] [ANN] Release of Typo 6.0.4: bug squashing and cosmetic improvement Message-ID: <84D54151-0640-45B7-AE6C-5A7354E5BCBC@de-villamil.com> Hello fellow Typo users, It's been 3 weeks since we last released a Typo version, and we want to thank all our users who provided great feedback ? mostly bug reports, nobody's perfect. We've had a hard time fixing them as these bugs were mostly due to the upgrade to Rails 3.0, but tonight we're happy to release Typo 6.0.4, fourth of both the Irving Penn series and 2011. You can download Typo at http://typosphere.org/stable.tgz == General Improvement === Integrated version checker When displaying the dashboard, typo will check for the latest release and will display a message accordingly: * A notice if Typo's just a minor version behind. * A warning if Typo's a sub version behind. * An error message if Typo's a major version behind Our dashboard was almost completely redesigned, making information easier to get and prettier. === Utility Sidebar Widget A utility sidebar widget was added, displaying various links to Login page, RSS, Typo documentation. This Widget is enabled by default when creating a new blog making the sidebar prettier. === Editable RSS description RSS description is now editable from the admin. You can add as much HTML as you want to make nice RSS footers. === French Translation Having 3 Typo commiters out of 4 being French while having an incomplete French translation full of mistakes was a shame. This is now fixed thanks to great work by Ollivier Robert and Sylvain Abelard. == Bug fixes === Invalid publishing time when using a non UTC timezone. With Rails 2, Active Record used to store contents using local time for timestamps. Rails 3 uses UTC instead, creating a gap between the publishing time and the user's time. Typo 6.0.4 fixes this making Active Record behave like it should on Rails 3. === Broken theme editor. A change in the way File.read should be called between Ruby 1.8.6 and Ruby 1.8.7 broke theme file loading. Also theme editor did not raise an error when trying to load non existing files. === Broken migrations when creating a new blog. Rails 3 upgrade broke initial migration as it was trying to use a non loaded model. === Broken sidebar save button Upgrade to Rails 3 with use of prototype_legacy_helper plugin broke many AJAX saving feature. This caused sidebars not to be saved anymore. === Broken image links in administration style. Background images would not load when using Typo in a sub URI. === Broken cache system. The way caching used to work caused a stale file descriptor bug having the cache not being generated anymore after a sweep. === Broken cache system with sub URIs. Cache could not be accessed when using a site deployed in a sub URI, making it useless. === Broken sites with https. Blogs using https would break because Typo was only expecting URLs to start with http only. === Broken Flickr and Lightbox macro filters. By escaping macro tags, BlueCloth was breaking Flickr and Lightbox macros. This would happen when using Markdown, Textile or Markdown + Smartypants. We hope you enjoy this version as much as we enjoyed making it. Cheers, Your Typo team -- 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 henry74 at gmail.com Mon Feb 28 22:18:48 2011 From: henry74 at gmail.com (henry74) Date: Mon, 28 Feb 2011 22:18:48 -0500 Subject: [typo] Recommendation: Unique Name for Typo (perhaps an Alias) Message-ID: I'm a long time user of Typo and one of the biggest issues I have is searching for things related to the blogging software. For example - if I want to do a search on Twitter integration with the Typo 6 I get a random assortment of search results which have nothing to do with Typo. It would be great if there was a unique/alias to reference Typo so we can do better effective searching. This is probably hindering it coming up as folks look for blogging platforms as well. Thoughts? -------------- next part -------------- An HTML attachment was scrubbed... URL: