From bronson at rinspin.com Thu Jun 1 00:48:52 2006 From: bronson at rinspin.com (Scott Bronson) Date: Thu, 01 Jun 2006 00:48:52 -0400 Subject: [typo] More on 500 errors Message-ID: <1149137333.8875.50.camel@lyra.rinspin.com> I banged together a quick script to try to quantify this Dreamhost 500 error problem. Pointing it at my home page, I only got one 500 error in about 1200 requests. That's not bad. However, I see a far higher percentage of 500 errors when I'm composing a new blog posting (in the preview pane). So now I'm wondering if Ruby gets killed off a lot when it's repeatedly running the article filters while composing, but happily serves up cached content all day while serving up content. Just another data point. - Scott -------------- next part -------------- A non-text attachment was scrubbed... Name: test.rb Type: application/x-ruby Size: 439 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060601/7be43a1c/attachment.bin From hal9000 at hypermetrics.com Thu Jun 1 01:34:32 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Thu, 01 Jun 2006 00:34:32 -0500 Subject: [typo] Migration problem - ver # 22 Message-ID: <447E7C68.8020102@hypermetrics.com> Well, I'm taking the plunge. I updated my typo from trunk for the first time in months. I updated my gems. Rails 1.1.2?? All cool between it and Typo? Anyway, I tried the migration. This is what I got: (see below). Any ideas? Yes, I did back up the db. ;) Thanks, Hal [root at www typo]# rake migrate 2>&1 | tee mig.out (in /root/typo) rake aborted! Multiple migrations have the version number 22 (See full trace by running task with --trace) [root at www typo]# rake migrate --trace 2>&1 | tee mig.out (in /root/typo) ** Invoke migrate (first_time) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! Multiple migrations have the version number 22 /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:351:in `assert_unique_migration_version' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:342:in `migration_classes' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in `inject' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in `each' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in `inject' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in `migration_classes' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:327:in `migrate' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:294:in `up' /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:285:in `migrate' /root/typo/config/../vendor/rails/railties/lib/tasks/databases.rake:4 /root/typo/config/../vendor/rails/railties/lib/tasks/databases.rake:3:in `call' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:357:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:364:in `invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:363:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:999:in `send' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:999:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:363:in `invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:356:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7 /usr/local/bin/rake:18:in `load' /usr/local/bin/rake:18 From bronson at rinspin.com Thu Jun 1 08:46:25 2006 From: bronson at rinspin.com (Scott Bronson) Date: Thu, 01 Jun 2006 08:46:25 -0400 Subject: [typo] Migration problem - ver # 22 In-Reply-To: <447E7C68.8020102@hypermetrics.com> References: <447E7C68.8020102@hypermetrics.com> Message-ID: <1149165985.8875.54.camel@lyra.rinspin.com> On Thu, 2006-06-01 at 00:34 -0500, Hal Fulton wrote: > Anyway, I tried the migration. This is what I got: > (see below). > Any ideas? What's in your db/migrate directory? Are there any files other than the following? Particularly one whose name begins with 22 or 022? rev 1055: 001_initial_schema.rb 002_add_user_email.rb 003_add_article_user_id.rb 004_add_sidebars.rb 005_add_cache_table.rb 006_add_pages.rb 007_add_permalink.rb 008_add_page_title.rb 009_add_article_guid.rb 010_add_tags.rb 011_add_article_id.rb 012_enlarge_settings.rb 013_add_textfilters.rb 014_move_text_filter_to_text_filter_id.rb 015_convert_mysql_to_innodb.rb 016_fix_is_primary_postgres.rb 017_add_comment_user_id.rb 018_add_guids.rb 019_add_whiteboards_to_content.rb 020_superclass_articles.rb 021_superclass_comments.rb 022_superclass_trackbacks.rb 023_superclass_pages.rb 024_cleanup_contents.rb 025_add_itunes_metadata.rb 026_add_redirect_table.rb 027_set_comment_published_flag.rb 028_rename_redirect_to.rb 029_add_user_notification.rb 030_index_sessions.rb 031_add_notifications_table.rb 032_add_jabber_notification.rb 033_add_count_caching.rb 034_boolify_published.rb 035_boolify_content_allow_foo.rb 036_add_tag_display_name.rb 037_enlarge_ip_field.rb 038_add_blog_object.rb 039_serialize_blog_attributes.rb 040_attach_content_to_blog.rb 041_fixup_default_sidebars.rb 042_remove_sidebar_staged_config.rb 043_create_triggers.rb 044_add_published_at_to_content.rb 045_fix_contents_published_default.rb 046_fixup_forthcoming_publications.rb > [root at www typo]# rake migrate 2>&1 | tee mig.out > (in /root/typo) > rake aborted! > Multiple migrations have the version number 22 > > (See full trace by running task with --trace) > [root at www typo]# rake migrate --trace 2>&1 | tee mig.out > (in /root/typo) > ** Invoke migrate (first_time) > ** Invoke db:migrate (first_time) > ** Invoke environment (first_time) > ** Execute environment > ** Execute db:migrate > rake aborted! > Multiple migrations have the version number 22 > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:351:in > `assert_unique_migration_version' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:342:in > `migration_classes' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in > `inject' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in > `each' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in > `inject' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:339:in > `migration_classes' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:327:in > `migrate' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:294:in `up' > /root/typo/config/../vendor/rails/activerecord/lib/active_record/migration.rb:285:in > `migrate' > /root/typo/config/../vendor/rails/railties/lib/tasks/databases.rake:4 > /root/typo/config/../vendor/rails/railties/lib/tasks/databases.rake:3:in `call' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `each' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:357:in `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:364:in `invoke_prerequisites' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:363:in `each' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:999:in `send' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:999:in `each' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:363:in `invoke_prerequisites' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:356:in `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `each' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7 > /usr/local/bin/rake:18:in `load' > /usr/local/bin/rake:18 > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From kevin at sb.org Thu Jun 1 20:46:35 2006 From: kevin at sb.org (Kevin Ballard) Date: Thu, 1 Jun 2006 17:46:35 -0700 Subject: [typo] More on 500 errors In-Reply-To: <1149137333.8875.50.camel@lyra.rinspin.com> References: <1149137333.8875.50.camel@lyra.rinspin.com> Message-ID: <67119363-0B81-475F-9A53-3BE2746BCDC1@sb.org> If you're using Typo 2.6 then it uses static page caches and most requests won't touch typo itself. Dreamhost does kill processes sometimes, which annoys me, which is one possible cause of the problem. On May 31, 2006, at 9:48 PM, Scott Bronson wrote: > I banged together a quick script to try to quantify this Dreamhost 500 > error problem. Pointing it at my home page, I only got one 500 > error in > about 1200 requests. That's not bad. > > However, I see a far higher percentage of 500 errors when I'm > composing > a new blog posting (in the preview pane). So now I'm wondering if > Ruby > gets killed off a lot when it's repeatedly running the article filters > while composing, but happily serves up cached content all day while > serving up content. -- Kevin Ballard kevin at sb.org http://kevin.sb.org http://www.tildesoft.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060601/2fa6315b/attachment-0001.bin From trejkaz at trypticon.org Thu Jun 1 23:13:40 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Fri, 2 Jun 2006 13:13:40 +1000 Subject: [typo] Archives sidebar seems broken on trunk Message-ID: <535AAD76-CDBE-4BA0-8195-1B9E3CF7FB7F@trypticon.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I'm getting a weird issue where the Archives sidebar shows empty content on my production system, yet shows some content on the development system. It's not that it thinks there are no archives -- I already put an <% else %> into the view to check for that. It's showing empty content regardless. I looked through the logs and couldn't find any errors, just successful (fast) rendering of the sidebar in question. Ticket 851 on Trac does seem related, although I can't confirm this as the submitter of that one didn't describe the errors they were getting (if any.) Does anyone out there know how to fix or work around this? At the moment my workaround is removing that sidebar until the problem goes away. TX -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFEf6zpuMe8iwN+6nMRAoR9AJ9IB1RIMQG4DZwXITWhfGmP2zltiwCeOGud xOg+SVjpKgj7A4Qi+bCcfJo= =BO6x -----END PGP SIGNATURE----- From mike at uwmike.com Fri Jun 2 11:23:30 2006 From: mike at uwmike.com (Mike Purvis) Date: Fri, 2 Jun 2006 11:23:30 -0400 Subject: [typo] 500s on dreamhost + typo In-Reply-To: <1149131658.8875.40.camel@lyra.rinspin.com> References: <1149105742.8875.22.camel@lyra.rinspin.com> <1149131658.8875.40.camel@lyra.rinspin.com> Message-ID: Scott: Regarding Alex Young's article, that was extremely helpful for a previous version of Typo I'd had, but I believe the most recent Rails versions have that built in anyways. (at any rate, I tried adding the class right into dispatch.fcgi and it was the same as before...) I temporarily switched .htaccess to point to the CGI dispatcher instead, hoping that might help if the errors were a fcgi problem. But, as you can see, the site it now simply slow as well as throwing up the 500s. Should I put it into dev mode and paste up the stack traces or whatever? Would that be helpful? Mike On 5/31/06, Scott Bronson wrote: > On Wed, 2006-05-31 at 15:11 -0500, Steve Longdo wrote: > > Doesn't Rails 1.1.+ require Ruby 1.8.4? > > Not according to http://rubyonrails.com/down > > > > Did you run rake migrate after upgrading your Typo installation? > > Yep, the db is up to date. > > There does appear to be a connection with a process getting killed and > the 500 errors. I might try to force the Ruby processes to exit after > every 10 requests or something... > > - Scott > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From petermichaux at gmail.com Fri Jun 2 11:45:39 2006 From: petermichaux at gmail.com (Peter Michaux) Date: Fri, 2 Jun 2006 08:45:39 -0700 Subject: [typo] install typo on Textdrive in a subdirectory Message-ID: <3cbaf1c80606020845p4c4df471qe59776c6f76cfe0@mail.gmail.com> Hi, I am running a rails application with lighttpd and apache proxy at http://peter.michaux.ca on textdrive. I would like to run typo also with lighttpd at http://peter.michaux.ca/blog/. Is this possible without a symbolic link approach? Has anyone here done this? I am worried all the links will be broken. Thanks, Peter From hal9000 at hypermetrics.com Fri Jun 2 19:56:58 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Fri, 02 Jun 2006 18:56:58 -0500 Subject: [typo] 'rake test' croaks Message-ID: <4480D04A.1020101@hypermetrics.com> What goes on here? Thanks, Hal [root at www typo]# rake --trace test (in /root/typo) ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:test:prepare ** Invoke db:test:clone (first_time) ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump ** Execute db:test:clone ** Invoke db:schema:load (first_time) ** Invoke environment ** Execute db:schema:load ** Invoke test:functionals (first_time) ** Invoke db:test:prepare ** Execute test:functionals /usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/accounts_controller_test.rb" "test/functional/xml_controller_test.rb" "test/functional/articles_controller_test.rb" "test/functional/backend_controller_test.rb" "test/functional/theme_controller_test.rb" "test/functional/textfilter_controller_test.rb" "test/functional/redirect_controller_test.rb" "test/functional/admin/categories_controller_test.rb" "test/functional/admin/general_controller_test.rb" "test/functional/admin/users_controller_test.rb" "test/functional/admin/trackbacks_controller_test.rb" "test/functional/admin/comments_controller_test.rb" "test/functional/admin/themes_controller_test.rb" "test/functional/admin/blacklist_controller_test.rb" "test/functional/admin/content_controller_test.rb" "test/functional/admin/resources_controller_test.rb" "test/functional/admin/pages_controller_test.rb" "test/functional/admin/textfilters_controller_test.rb" "test/functional/admin/article_preview_test.rb" /root/typo/config/../app/controllers/xml_controller.rb:84: warning: parenthesize argument(s) for future version /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__': /root/typo/config/../app/controllers/xml_controller.rb:72: parse error (SyntaxError) <<<<<<< .mine ^ /root/typo/config/../app/controllers/xml_controller.rb:88: parse error ======= ^ /root/typo/config/../app/controllers/xml_controller.rb:139: parse error >>>>>>> .r1055 ^ from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require' from /root/typo/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:147:in `require' from ./test/functional/xml_controller_test.rb:2 from /root/typo/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:140:in `load' from /root/typo/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:140:in `load' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb:5 from /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb:5:in `each' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb:5 rake aborted! Test failures /root/typo/config/../vendor/rails/railties/lib/tasks/testing.rake:35 /root/typo/config/../vendor/rails/railties/lib/tasks/testing.rake:27:in `call' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:357:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `each' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7 /usr/local/bin/rake:18:in `load' /usr/local/bin/rake:18 From phil at cryer.us Fri Jun 2 15:16:38 2006 From: phil at cryer.us (phil) Date: Fri, 2 Jun 2006 14:16:38 -0500 Subject: [typo] =?utf-8?q?What_themes_work_with_trunk=3F?= Message-ID: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> What themes work with trunk? I loved the Typo theme contest, but all of them that I try when running trunk fail at one point or another. What are our options for themes if we're running trunk? Thanks P -- http://fak3r.com - you don't have to kick it From cyril at gaialab.com Fri Jun 2 20:23:26 2006 From: cyril at gaialab.com (cyril) Date: Sat, 03 Jun 2006 02:23:26 +0200 Subject: [typo] What themes work with trunk? In-Reply-To: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> References: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> Message-ID: <4480D67E.6030605@gaialab.com> phil wrote: > What themes work with trunk? I loved the Typo theme contest, but all of them > that I try when running trunk fail at one point or another. What are our > options for themes if we're running trunk? you can see http://www.typosphere.org/trac/wiki/ThemingGuide this note : Note: Typo trunk (2.6.0 should still be fine) recently broke compatibility with a lot of the Typo Garden themes (according to ticket:817). You will have to replace the following line from layouts/default.rhtml <%= render_component(:controller => 'sidebars/sidebar', :action => 'display_plugins') %> with the line <%= render_sidebars %> to get the themes to work with Typo trunk. > > Thanks > > P From robby.lists at planetargon.com Fri Jun 2 21:06:21 2006 From: robby.lists at planetargon.com (Robby Russell) Date: Fri, 2 Jun 2006 18:06:21 -0700 Subject: [typo] What themes work with trunk? In-Reply-To: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> References: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> Message-ID: <2238955C-0EF8-4CB0-9CA6-F2329E464BE4@planetargon.com> On Jun 2, 2006, at 12:16 PM, phil wrote: > What themes work with trunk? I loved the Typo theme contest, but > all of them > that I try when running trunk fail at one point or another. What > are our > options for themes if we're running trunk? I *think* azure works. ;-) -- Robby Russell Founder & Executive Director PLANET ARGON, LLC Ruby on Rails Development, Consulting & Hosting www.planetargon.com www.robbyonrails.com +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4968 [fax] From kevin at sb.org Fri Jun 2 21:41:09 2006 From: kevin at sb.org (Kevin Ballard) Date: Fri, 2 Jun 2006 18:41:09 -0700 Subject: [typo] 'rake test' croaks In-Reply-To: <4480D04A.1020101@hypermetrics.com> References: <4480D04A.1020101@hypermetrics.com> Message-ID: <20E9C1E8-D09C-4109-A510-07BAA398213A@sb.org> You edited a file, then updated svn, and had a conflict. On Jun 2, 2006, at 4:56 PM, Hal Fulton wrote: > What goes on here? -- Kevin Ballard kevin at sb.org http://kevin.sb.org http://www.tildesoft.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2432 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060602/0d919fb6/attachment.bin From hal9000 at hypermetrics.com Sat Jun 3 01:20:37 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Sat, 03 Jun 2006 00:20:37 -0500 Subject: [typo] 'rake test' croaks In-Reply-To: References: <4480D04A.1020101@hypermetrics.com> <20E9C1E8-D09C-4109-A510-07BAA398213A@sb.org> <44810818.70004@hypermetrics.com> Message-ID: <44811C25.7080009@hypermetrics.com> Oops, I sent this to Kevin -- meant to send to list. See below... 408 errors! Hal Kevin Ballard wrote: > On Jun 2, 2006, at 8:55 PM, Hal Fulton wrote: > >> >> Are you saying I should be able to delete that file, >> update svn, and it should be good? > > Exactly. > > For future reference, if you see a C as the status (left-hand column) > during an update, it means you had a conflict. Similarly, you can run > `svn status` and see that too. > > And the reason I knew you had a conflict right away was I saw the > <<<<<<<<<<<<< in your email. That right there is a conflict indicator > in a file. OK, I see. I haven't used svn much. Similar to cvs, of course. I never noticed a C, but must have had one. Actually I tried this a few minutes ago... rake test now blows up on every single test. 204 tests, 408 errors. I restarted mysql, but same thing. Yes, I did copy back my saved database.yml. Numerous repetitions of stuff like (see below). Sorry, but I'm clueless here. Hal [root at www typo]# rake test 2>&1 | more /usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/accounts_controller_test.rb" "test/functional/xml_controller_test.rb" "test/functional/articles_controller_test.rb" "test/functional/backend_controller_test.rb" "test/functional/theme_controller_test.rb" "test/functional/textfilter_controller_test.rb" "test/functional/redirect_controller_test.rb" "test/functional/admin/categories_controller_test.rb" "test/functional/admin/general_controller_test.rb" "test/functional/admin/users_controller_test.rb" "test/functional/admin/trackbacks_controller_test.rb" "test/functional/admin/comments_controller_test.rb" "test/functional/admin/themes_controller_test.rb" "test/functional/admin/blacklist_controller_test.rb" "test/functional/admin/content_controller_test.rb" "test/functional/admin/resources_controller_test.rb" "test/functional/admin/pages_controller_test.rb" "test/functional/admin/textfilters_controller_test.rb" "test/functional/admin/article_preview_test.rb" (in /root/typo) Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader Started EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Finished in 0.779118 seconds. 1) Error: test_auth_bob(AccountsControllerTest): Mysql::Error: #28000Access denied for user 'root'@'localhost' (using password: YES) /root/typo/config/../vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:508:in `read' /root/typo/config/../vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:150:in `real_connect' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:331:in `connect' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `initialize' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:37:in `new' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:37:in `mysql_connection' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:251:in `send' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:251:in `connection_without_query_cache=' /root/typo/config/../vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection=' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:220:in `retrieve_connection' /root/typo/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection' /root/typo/config/../vendor/rails/activerecord/lib/active_record/fixtures.rb:247:in `create_fixtures' /root/typo/config/../vendor/rails/activerecord/lib/active_record/fixtures.rb:565:in `load_fixtures' /root/typo/config/../vendor/rails/activerecord/lib/active_record/fixtures.rb:512:in `setup_with_fixtures' /root/typo/config/../vendor/rails/activerecord/lib/active_record/fixtures.rb:547:in `setup' /root/typo/config/../vendor/rails/activerecord/lib/active_record/fixtures.rb:546:in `setup' 2) Error: test_auth_bob(AccountsControllerTest): Mysql::Error: #28000Access denied for user 'root'@'localhost' (using password: YES) /root/typo/config/../vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:508:in `read' [and so on for hundreds of lines] From hal9000 at hypermetrics.com Sat Jun 3 15:45:30 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Sat, 03 Jun 2006 14:45:30 -0500 Subject: [typo] Rails app error Message-ID: <4481E6DA.4050501@hypermetrics.com> I'm getting a rails app error when I try to connect to the blog. Not sure why. Forgive my ignorance -- I'm a Ruby and Linux guy, but not a web, rails, or mysql guy. How do I debug? The only remaining test error is: 1) Failure: test_xml_atom10(XmlControllerTest) [./test/functional/admin/../../test_helper.rb:44:in `assert_xpath' ./test/functional/xml_controller_test.rb:295:in `test_xml_atom10']: is not true. 204 tests, 794 assertions, 1 failures, 0 errors rake aborted! Test failures Thanks, Hal From bronson at rinspin.com Sat Jun 3 18:05:22 2006 From: bronson at rinspin.com (Scott Bronson) Date: Sat, 03 Jun 2006 18:05:22 -0400 Subject: [typo] 'rake test' croaks In-Reply-To: <44811C25.7080009@hypermetrics.com> References: <4480D04A.1020101@hypermetrics.com> <20E9C1E8-D09C-4109-A510-07BAA398213A@sb.org> <44810818.70004@hypermetrics.com> <44811C25.7080009@hypermetrics.com> Message-ID: <1149372322.9685.2.camel@lyra.rinspin.com> On Sat, 2006-06-03 at 00:20 -0500, Hal Fulton wrote: > Actually I tried this a few minutes ago... rake test > now blows up on every single test. > > 204 tests, 408 errors ... > Mysql::Error: #28000Access denied for user 'root'@'localhost' (using password: YES) At least that should not too hard to figure out... Check your settings in config/database.yml. - Scott From ernieoporto at gmail.com Sat Jun 3 21:57:20 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Sat, 3 Jun 2006 21:57:20 -0400 Subject: [typo] What themes work with trunk? In-Reply-To: <2238955C-0EF8-4CB0-9CA6-F2329E464BE4@planetargon.com> References: <161d18c36cbf42963d12f35c5c1126e1@pepe.cryer.us> <2238955C-0EF8-4CB0-9CA6-F2329E464BE4@planetargon.com> Message-ID: Razure works, but it's just a knock-off of azure. It has the above compatibility fix and is available at the URL below. On 6/2/06, Robby Russell wrote: > > > On Jun 2, 2006, at 12:16 PM, phil wrote: > > > What themes work with trunk? I loved the Typo theme contest, but > > all of them > > that I try when running trunk fail at one point or another. What > > are our > > options for themes if we're running trunk? > > I *think* azure works. ;-) > -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060603/31f10179/attachment.htm From hal9000 at hypermetrics.com Sun Jun 4 04:11:45 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Sun, 04 Jun 2006 03:11:45 -0500 Subject: [typo] 'rake test' croaks In-Reply-To: <1149372322.9685.2.camel@lyra.rinspin.com> References: <4480D04A.1020101@hypermetrics.com> <20E9C1E8-D09C-4109-A510-07BAA398213A@sb.org> <44810818.70004@hypermetrics.com> <44811C25.7080009@hypermetrics.com> <1149372322.9685.2.camel@lyra.rinspin.com> Message-ID: <448295C1.6010306@hypermetrics.com> Scott Bronson wrote: > >>Mysql::Error: #28000Access denied for user 'root'@'localhost' (using password: YES) > > > At least that should not too hard to figure out... Check your settings > in config/database.yml. I did fix that, but I'm still uncertain as to why it worked before but not now. Anyhow, I'm now to the point of a Rails Application Error... Hal From bronson at rinspin.com Mon Jun 5 17:35:34 2006 From: bronson at rinspin.com (Scott Bronson) Date: Mon, 05 Jun 2006 17:35:34 -0400 Subject: [typo] Is Typo wedged? Message-ID: <1149543335.19763.25.camel@lyra.rinspin.com> There haven't been any checkins since May 20th. Remember this? http://scottstuff.net/blog/articles/2006/03/01/typo-4-0-plans So, Typo maintainers, maybe you could post a status report or call for help? I'm sure there's a number of people on this list who would assist with getting a sorely-needed stable version of Typo released. - Scott From arvind at grovernetwork.com Wed Jun 7 10:21:14 2006 From: arvind at grovernetwork.com (arvind s grover) Date: Wed, 07 Jun 2006 10:21:14 -0400 Subject: [typo] application error, typo could not be reached Message-ID: i have 2 typo installations on site5.com. apparently they were having some file system trouble, and when the server came back, one of my admin screens won't work. i get this message:" Application Error Typo could not be reached" ------------ site5 support gave me this info: There are errors in your application. [Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI: incomplete headers (35 bytes) received from server "/home/admin/public_html/dispatch.fcgi" Running a rake test shows there are database access problems. Mysql::Error: Access denied for user 'admin_typo'@'localhost' to database 'typo_tests': DROP DATABASE IF EXISTS typo_tests /home/admin/rubyapps/typo-2.6.0/Rakefile:177 ---------------- what can i do? i also cannot post using ecto (external post editor) From phil at cryer.us Wed Jun 7 13:40:09 2006 From: phil at cryer.us (phil) Date: Wed, 7 Jun 2006 12:40:09 -0500 Subject: [typo] Typo site errors Message-ID: <72e7eb3c9c261baa4b834a3b60a5a3a8@pepe.cryer.us> So I'm running a site for a friend, but we've had issues for some time. He hasn't been able to see or edit pages within Admin for months, and all the suggestions I've had never fixed that, but now he can't even have any of his stories come up. One (that he posted yesterday) works if you click on it, but any older ones bomb with this kind of error when you click to 'read more': Device not configured /usr/local/lib/ruby/1.8/logger.rb:513:in `write' /usr/local/lib/ruby/1.8/logger.rb:513:in `write' /usr/local/lib/ruby/1.8/monitor.rb:229:in `synchronize' /usr/local/lib/ruby/1.8/logger.rb:505:in `write' /usr/local/lib/ruby/1.8/logger.rb:335:in `add' /usr/local/lib/ruby/1.8/logger.rb:410:in `fatal' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/rescue.rb:42:in `log_error' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/rescue.rb:27:in `rescue_action' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/rescue.rb:108:in `perform_action' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/base.rb:379:in `process_without_filters' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/filters.rb:364:in `process_without_session_management_support' /usr/local/www/site2/typo/vendor/rails/actionpack/lib/action_controller/session_management.rb:117:in `process' /usr/local/www/site2/typo/vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' /usr/local/www/site2/typo/vendor/rails/railties/lib/webrick_server.rb:115:in `handle_dispatch' /usr/local/www/site2/typo/vendor/rails/railties/lib/webrick_server.rb:81:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/local/www/site2/typo/vendor/rails/railties/lib/webrick_server.rb:67:in `dispatch' /usr/local/www/site2/typo/script/server:49 His site is stuck with an older version of Typo, since if we try to update it more things break, and the pages deal in admin doesn't get fixed. I'm wondering if I could install a fresh 2.60, do a rake migrate to have the database 'unmigrate' back to 2.60 form, and then have it run. It would still be using the latest Rails and such though, is that going to work? Is there a 2.60 branch being maintained where I could just get 2.60 w/fixes to get it running on Rails 1.1 for example? Thanks for the help. P -- http://fak3r.com - you don't have to kick it From bronson at rinspin.com Wed Jun 7 13:31:37 2006 From: bronson at rinspin.com (Scott Bronson) Date: Wed, 07 Jun 2006 13:31:37 -0400 Subject: [typo] application error, typo could not be reached In-Reply-To: References: Message-ID: <1149701497.9063.26.camel@lyra.rinspin.com> > Mysql::Error: Access denied for user 'admin_typo'@'localhost' to database 'typo_tests' You'll want to fix that error first. Wrong username or password? Try logging in by hand to see if it works at all. - Scott On Wed, 2006-06-07 at 10:21 -0400, arvind s grover wrote: > i have 2 typo installations on site5.com. apparently they were having > some file system trouble, and when the server came back, one of my admin > screens won't work. > > i get this message:" > Application Error > Typo could not be reached" > ------------ > site5 support gave me this info: > There are errors in your application. > > [Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI: > incomplete headers (35 bytes) received from server > "/home/admin/public_html/dispatch.fcgi" > > Running a rake test shows there are database access problems. > > Mysql::Error: Access denied for user 'admin_typo'@'localhost' to > database 'typo_tests': DROP DATABASE IF EXISTS typo_tests > /home/admin/rubyapps/typo-2.6.0/Rakefile:177 > ---------------- > > what can i do? i also cannot post using ecto (external post editor) > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From meta at pobox.com Wed Jun 7 11:29:59 2006 From: meta at pobox.com (mathew) Date: Wed, 07 Jun 2006 10:29:59 -0500 Subject: [typo] application error, typo could not be reached In-Reply-To: References: Message-ID: <4486F0F7.506@pobox.com> arvind s grover wrote: > i have 2 typo installations on site5.com. apparently they were having > some file system trouble, and when the server came back, one of my admin > screens won't work. > > i get this message:" > Application Error > Typo could not be reached" > ------------ > site5 support gave me this info: > There are errors in your application. > > [Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI: > incomplete headers (35 bytes) received from server > "/home/admin/public_html/dispatch.fcgi" > > Running a rake test shows there are database access problems. > > Mysql::Error: Access denied for user 'admin_typo'@'localhost' to > database 'typo_tests': DROP DATABASE IF EXISTS typo_tests > /home/admin/rubyapps/typo-2.6.0/Rakefile:177 Well, the rake test response may or may not be relevant. You should test to see if you can actually access your main typo database, perhaps using the command line mysql client. You might also look at the logs to see what the actual internal error is. mathew From kyleheon at gmail.com Wed Jun 7 21:02:44 2006 From: kyleheon at gmail.com (Kyle Heon) Date: Wed, 7 Jun 2006 21:02:44 -0400 Subject: [typo] Hemmingway theme Message-ID: Tonight I downloaded the Hemingway theme for Typo and when I activate it and attempt to view the front-page the site blows up with an Application error. In debug mode (WEBrick) the following error is displayed: RuntimeError in ArticlesController#index Controller stack got out of kilter! RAILS_ROOT: script/../config/.. Application Trace | Framework Trace| Full Trace #{RAILS_ROOT}/app/models/blog.rb:110:in `after' Any thoughts on where/how to begin troubleshooting this? Thanks. Kyle Heon kyleheon at gmail.com www.kyleheon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060607/47d186ff/attachment.htm From tim at digital-achievement.com Thu Jun 8 00:30:26 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Wed, 07 Jun 2006 23:30:26 -0500 Subject: [typo] Hemmingway theme In-Reply-To: References: Message-ID: <4487A7E2.80300@digital-achievement.com> Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out anyway. It looks like there is a defect filed with that same error message here: http://www.typosphere.org/trac/ticket/806 Does anything on that page ring a bell? It looks like the problem came down to a custom sidebar issue with the original poster's Typo. Just in case it doesn't, I tried the same thing with Hemingway on Typo version 1055, and it seemed to work OK. Hemingway was the latest, as I found it here: http://warpspire.com/hemingway/hemingway-for-typo What version of Typo are you running? What information does the Full Trace option give? Hopefully that helps, Tim Kyle Heon wrote: > Tonight I downloaded the Hemingway theme for Typo and when I activate it > and attempt to view the front-page the site blows up with an Application > error. > > In debug mode (WEBrick) the following error is displayed: > > > RuntimeError in ArticlesController#index > > Controller stack got out of kilter! > > |RAILS_ROOT: script/../config/..| > > Application Trace | Framework Trace > | Full Trace > > |#{RAILS_ROOT}/app/models/blog.rb:110:in `after'| > > > Any thoughts on where/how to begin troubleshooting this? > > Thanks. > > Kyle Heon > kyleheon at gmail.com > www.kyleheon.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Timothy Freund http://digital-achievement.com http://edodyssey.com From hal9000 at hypermetrics.com Thu Jun 8 01:34:16 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Thu, 08 Jun 2006 00:34:16 -0500 Subject: [typo] reapplying a migration? Message-ID: <4487B6D8.7080500@hypermetrics.com> Apparently my migration failed, though I didn't think it did. Is there any way to re-apply it or parts of it? And can I get it to ignore things that already exist? Thanks.... Hal From scott at sigkill.org Thu Jun 8 02:00:36 2006 From: scott at sigkill.org (Scott Laird) Date: Wed, 7 Jun 2006 23:00:36 -0700 Subject: [typo] reapplying a migration? In-Reply-To: <4487B6D8.7080500@hypermetrics.com> References: <4487B6D8.7080500@hypermetrics.com> Message-ID: <14b7e5ef0606072300h2198b91fs7c96a660f18d5f07@mail.gmail.com> You can do 'rake migrate VERSION=30' to roll back to version 30. Scott On 6/7/06, Hal Fulton wrote: > Apparently my migration failed, though I didn't think > it did. > > Is there any way to re-apply it or parts of it? And > can I get it to ignore things that already exist? > > > Thanks.... > > Hal > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From pdcawley at bofh.org.uk Thu Jun 8 04:33:52 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Thu, 08 Jun 2006 09:33:52 +0100 Subject: [typo] Is Typo wedged? In-Reply-To: <1149543335.19763.25.camel@lyra.rinspin.com> (Scott Bronson's message of "Mon, 05 Jun 2006 17:35:34 -0400") References: <1149543335.19763.25.camel@lyra.rinspin.com> Message-ID: Scott Bronson writes: > There haven't been any checkins since May 20th. Er... yeah. I've been... hacking sourdough. Time to get back on the horse I think. -- Piers Cawley http://www.bofh.org.uk/ From gpsnospam at gmail.com Thu Jun 8 06:45:32 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 8 Jun 2006 11:45:32 +0100 Subject: [typo] Double edged Message-ID: I've just realised, and I may be wrong, that when I update on the trunk via svn, it's also automatically updating to Rails edge in / vendor (I'm currently at r4444 for Rails). Very exciting but it's probably better to keep only Typo on the edge and use a stable version of Rails? A lot of the instability I'm seeing could be laid at the door of Rails. Anybody know an easy way to exclude rails from the svn update and get back to a stable version? Gary From kyleheon at gmail.com Thu Jun 8 07:08:10 2006 From: kyleheon at gmail.com (Kyle Heon) Date: Thu, 8 Jun 2006 07:08:10 -0400 Subject: [typo] Hemingway theme Message-ID: Tim, Thanks for the reply. Yeah, this is the latest. I pulled it down last night from the same link you provide below. I narrowed this down to the sidebars as well. I'm running the latest trunk version of Typo (as of last night, not sure on the revision number). When I remove ALL of my sidebars the pages load (albeit slowly). Once I begin to add them back in the errors returns. -K Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out anyway. It looks like there is a defect filed with that same error message here: http://www.typosphere.org/trac/ticket/806 Does anything on that page ring a bell? It looks like the problem came down to a custom sidebar issue with the original poster's Typo. Just in case it doesn't, I tried the same thing with Hemingway on Typo version 1055, and it seemed to work OK. Hemingway was the latest, as I found it here: http://warpspire.com/hemingway/hemingway-for-typo What version of Typo are you running? What information does the Full Trace option give? Hopefully that helps, Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060608/b2cf6479/attachment.htm From phil at cryer.us Thu Jun 8 12:19:57 2006 From: phil at cryer.us (phil) Date: Thu, 8 Jun 2006 11:19:57 -0500 Subject: [typo] Double edged In-Reply-To: References: Message-ID: <158a6e608c26ea495e55a36a1672536d@pepe.cryer.us> On Thu, 8 Jun 2006 11:45:32 +0100, Gary Shewan wrote: > I've just realised, and I may be wrong, that when I update on the > trunk via svn, it's also automatically updating to Rails edge in / > vendor (I'm currently at r4444 for Rails). > > Very exciting but it's probably better to keep only Typo on the edge > and use a stable version of Rails? A lot of the instability I'm > seeing could be laid at the door of Rails. > > Anybody know an easy way to exclude rails from the svn update and get > back to a stable version? Sorry to hijack the thread, but this is close to something I'm wondering as well (and may help this issue) I'm trying to fix a site and I'm wondering if I can just use a stock 2.6.0 version, have it point to an existing db currenting running/bombing on trunk and do something like: 'rake migrate VERSION=xxx' to roll back to version xxx -- does anyone know what would unmigrate the db back to 2.6.0 or there abouts? I'm doing this in a sandbox so if things go terribly wrong it won't matter. Thanks P > > Gary > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- http://fak3r.com - you don't have to kick it From steve.longdo at gmail.com Thu Jun 8 13:36:08 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Thu, 8 Jun 2006 12:36:08 -0500 Subject: [typo] Double edged In-Reply-To: References: Message-ID: use the --ignore-externals modifier on your svn update. On 6/8/06, Gary Shewan wrote: > > I've just realised, and I may be wrong, that when I update on the > trunk via svn, it's also automatically updating to Rails edge in / > vendor (I'm currently at r4444 for Rails). > > Very exciting but it's probably better to keep only Typo on the edge > and use a stable version of Rails? A lot of the instability I'm > seeing could be laid at the door of Rails. > > Anybody know an easy way to exclude rails from the svn update and get > back to a stable version? > > Gary > _______________________________________________ > 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/20060608/54cdcb32/attachment.htm From gpsnospam at gmail.com Thu Jun 8 13:48:15 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 8 Jun 2006 18:48:15 +0100 Subject: [typo] Double edged In-Reply-To: References: Message-ID: <0C34D348-F8BF-4129-9F9B-E4195242CB12@gmail.com> On 8 Jun 2006, at 18:36, Steve Longdo wrote: > use the --ignore-externals modifier on your svn update. Good man! I'll do that for the next one as r4444 seems quite stable with Typo r1055. Didn't know that command, I've learned something new. Good. Gary From hal9000 at hypermetrics.com Thu Jun 8 21:53:57 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Thu, 08 Jun 2006 20:53:57 -0500 Subject: [typo] [Fwd: Re: reapplying a migration?] Message-ID: <4488D4B5.6050902@hypermetrics.com> Darn it. Is this list not munged? It's the only one I'm on that isn't. I keep sending replies to individuals instead of the list. See below... how do I get my db back into a known state and out of migration hell? Hal -------- Original Message -------- Subject: Re: [typo] reapplying a migration? Date: Thu, 08 Jun 2006 01:33:16 -0500 From: Hal Fulton Reply-To: hal9000 at hypermetrics.com To: Scott Laird References: <4487B6D8.7080500 at hypermetrics.com> <14b7e5ef0606072300h2198b91fs7c96a660f18d5f07 at mail.gmail.com> Scott Laird wrote: > You can do 'rake migrate VERSION=30' to roll back to version 30. > OK... I rolled back to 042 and reapplied the later ones. But when I hit /admin, the log tells me that typo.triggers doesn't exist. True dat. It's mentioned in the schema, but not in any of the migrations. I once tried to run the schema again, but it was choking on things that already existed. What's the way out? Hal From tim at digital-achievement.com Fri Jun 9 01:56:49 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Fri, 09 Jun 2006 00:56:49 -0500 Subject: [typo] Hemingway theme In-Reply-To: References: Message-ID: <44890DA1.7070003@digital-achievement.com> Kyle -- I noticed that it seemed to load a little slow as well. I use the pretty standard sidebar plugins, so maybe I'm not testing the same things that you are. I typically use the Archives, Categories, Static, Flickr, and XML Syndication sidebar plugins. All of those seem to work fine for me in Hemingway. What sidebar plugins are you using? Does the error return when you add any plugin, just a certain plugin, or a certain number/combination of plugins? Tim Kyle Heon wrote: > Tim, > > Thanks for the reply. Yeah, this is the latest. I pulled it down last > night from the same link you provide below. > > I narrowed this down to the sidebars as well. I'm running the latest > trunk version of Typo (as of last night, not sure on the revision > number). When I remove ALL of my sidebars the pages load (albeit > slowly). Once I begin to add them back in the errors returns. > > -K > > Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out > anyway. > > It looks like there is a defect filed with that same error message here: > http://www.typosphere.org/trac/ticket/806 > > Does anything on that page ring a bell? It looks like the problem came > down to a custom sidebar issue with the original poster's Typo. > > Just in case it doesn't, I tried the same thing with Hemingway on Typo > version 1055, and it seemed to work OK. Hemingway was the latest, as I > found it here: > http://warpspire.com/hemingway/hemingway-for-typo > > What version of Typo are you running? What information does the Full > Trace option give? > > Hopefully that helps, > > Tim > > > ------------------------------------------------------------------------ > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Timothy Freund http://digital-achievement.com http://edodyssey.com From uzair at nairang.org Sat Jun 10 07:19:34 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Sat, 10 Jun 2006 12:19:34 +0100 Subject: [typo] Hemingway theme In-Reply-To: <44890DA1.7070003@digital-achievement.com> Message-ID: <20060610111933.ABF33EE7B0@randymail-a2.dreamhost.com> Related, but not quite the problem that Kyle was having: --- ActionView::TemplateError (uninitialized constant Sidebars::SidebarController) on line #42 of themes/hemingway/layouts/defaul t.rhtml: 39:
40:
41:
42: <%= render_component(:controller => 'sidebars/sidebar', :action => 'display_plugins') %> 43:
44:
45:
--- This is after updating to revision 1055 and running script/migrate. When I try to bring up the admin console, I get: --- Processing GeneralController#index (for 82.35.78.134 at 2006-06-10 04:12:57) [GET] Session ID: 2405f7734723b624a57d5b5311720136 Parameters: {"action"=>"index", "controller"=>"admin/general"} ActiveRecord::StatementInvalid (MysqlError: Table 'uzair_typo.triggers' doesn't exist: SELECT * FROM triggers WHERE (due_at < = '2006-06-10 04:12:57') ): /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_ad apter.rb:120:in `log' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt er.rb:185:in `execute' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt er.rb:337:in `select' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt er.rb:176:in `select_all' /vendor/rails/activerecord/lib/active_record/base.rb:390:in `find_by_sql' /vendor/rails/activerecord/lib/active_record/base.rb:924:in `find_every' /vendor/rails/activerecord/lib/active_record/base.rb:381:in `find' /vendor/rails/activerecord/lib/active_record/base.rb:461:in `destroy_all' /app/models/trigger.rb:12:in `fire' /app/controllers/application.rb:15:in `fire_triggers' /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in `send' /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in `call_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in `each' /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in `call_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:383:in `before_action' /vendor/rails/actionpack/lib/action_controller/filters.rb:365:in `perform_action_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in `perform_action' /vendor/rails/actionpack/lib/action_controller/base.rb:381:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:381:in `process_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /vendor/rails/actionpack/lib/action_controller/session_management.rb:117:in `process' /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' /vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request' /vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!' /vendor/rails/railties/lib/fcgi_handler.rb:53:in `each_cgi' /usr/lib/ruby/1.8/fcgi.rb:597:in `each' /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi' /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!' /vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!' dispatch.fcgi:24 --- Me no likey. Uzair > -----Original Message----- > From: typo-list-bounces at rubyforge.org [mailto:typo-list- > bounces at rubyforge.org] On Behalf Of Timothy Freund > Sent: Friday, June 09, 2006 6:57 AM > To: typo-list at rubyforge.org > Subject: Re: [typo] Hemingway theme > > Kyle -- > > I noticed that it seemed to load a little slow as well. > > I use the pretty standard sidebar plugins, so maybe I'm not testing the > same things that you are. I typically use the Archives, Categories, > Static, Flickr, and XML Syndication sidebar plugins. All of those seem > to work fine for me in Hemingway. > > What sidebar plugins are you using? Does the error return when you add > any plugin, just a certain plugin, or a certain number/combination of > plugins? > > Tim > > > Kyle Heon wrote: > > Tim, > > > > Thanks for the reply. Yeah, this is the latest. I pulled it down last > > night from the same link you provide below. > > > > I narrowed this down to the sidebars as well. I'm running the latest > > trunk version of Typo (as of last night, not sure on the revision > > number). When I remove ALL of my sidebars the pages load (albeit > > slowly). Once I begin to add them back in the errors returns. > > > > -K > > > > Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out > > anyway. > > > > It looks like there is a defect filed with that same error message here: > > http://www.typosphere.org/trac/ticket/806 > > > > Does anything on that page ring a bell? It looks like the problem came > > down to a custom sidebar issue with the original poster's Typo. > > > > Just in case it doesn't, I tried the same thing with Hemingway on Typo > > version 1055, and it seemed to work OK. Hemingway was the latest, as I > > found it here: > > http://warpspire.com/hemingway/hemingway-for-typo > > > > What version of Typo are you running? What information does the Full > > Trace option give? > > > > Hopefully that helps, > > > > Tim > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > -- > Timothy Freund > http://digital-achievement.com > http://edodyssey.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From trejkaz at trypticon.org Sat Jun 10 07:46:02 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Sat, 10 Jun 2006 21:46:02 +1000 Subject: [typo] Hemingway theme In-Reply-To: <20060610111933.ABF33EE7B0@randymail-a2.dreamhost.com> References: <20060610111933.ABF33EE7B0@randymail-a2.dreamhost.com> Message-ID: <200606102146.04912.trejkaz@trypticon.org> On Saturday 10 June 2006 21:19, Syed Uzair Aqeel wrote: > Related, but not quite the problem that Kyle was having: > > --- > > ActionView::TemplateError (uninitialized constant > Sidebars::SidebarController) on line #42 of themes/hemingway/layouts/defaul > t.rhtml: > 39:
> 40:
> 41:
> 42: <%= render_component(:controller => > 'sidebars/sidebar', :action => 'display_plugins') %> > 43:
> 44:
> 45:
Does it still do the same thing with the proper <%= render_sidebars %> for inserting the sidebars? 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: 191 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060610/47f87f84/attachment.bin From arvind at grovernetwork.com Sat Jun 10 17:05:50 2006 From: arvind at grovernetwork.com (arvind s grover) Date: Sat, 10 Jun 2006 17:05:50 -0400 Subject: [typo] Typo-list Digest, Vol 15, Issue 3 In-Reply-To: References: Message-ID: <100FBE64-D746-48BE-9CF1-540843E1BE2E@grovernetwork.com> i used a separate mysql client and it connects normally. what can i do next? On Jun 8, 2006, at 12:30 AM, typo-list-request at rubyforge.org wrote: > Message: 8 > Date: Wed, 07 Jun 2006 13:31:37 -0400 > From: Scott Bronson > Subject: Re: [typo] application error, typo could not be reached > To: typo-list at rubyforge.org > Message-ID: <1149701497.9063.26.camel at lyra.rinspin.com> > Content-Type: text/plain > > >> Mysql::Error: Access denied for user 'admin_typo'@'localhost' to >> > database 'typo_tests' > > You'll want to fix that error first. Wrong username or password? Try > logging in by hand to see if it works at all. > > - Scott > > > On Wed, 2006-06-07 at 10:21 -0400, arvind s grover wrote: > >> i have 2 typo installations on site5.com. apparently they were having >> some file system trouble, and when the server came back, one of my >> admin >> screens won't work. >> >> i get this message:" >> Application Error >> Typo could not be reached" >> ------------ >> site5 support gave me this info: >> There are errors in your application. >> >> [Tue Jun 6 15:06:49 2006] [error] [client 68.54.139.65] FastCGI: >> incomplete headers (35 bytes) received from server >> "/home/admin/public_html/dispatch.fcgi" >> >> Running a rake test shows there are database access problems. >> >> Mysql::Error: Access denied for user 'admin_typo'@'localhost' to >> database 'typo_tests': DROP DATABASE IF EXISTS typo_tests >> /home/admin/rubyapps/typo-2.6.0/Rakefile:177 >> ---------------- >> >> what can i do? i also cannot post using ecto (external post editor) From tim at digital-achievement.com Sat Jun 10 17:24:40 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Sat, 10 Jun 2006 16:24:40 -0500 Subject: [typo] Hemingway theme In-Reply-To: <20060610111933.ABF33EE7B0@randymail-a2.dreamhost.com> References: <20060610111933.ABF33EE7B0@randymail-a2.dreamhost.com> Message-ID: <448B3898.3010604@digital-achievement.com> Uzair: Concerning the "Table 'uzair_typo.triggers' doesn't exist" error: I wonder if you initially installed your typo instance in a schema named uzair_typo, but perhaps the migrations ran in the default schema rather than your uzair_typo schema. In other words, it may have created a triggers table, but the triggers table may not be in the right place. I run my Typo instances on PostgreSQL, and I haven't dealt with migrations much, so forgive me if this is completely off base. I am interested to hear what the solution is. Thanks, Tim Syed Uzair Aqeel wrote: > Related, but not quite the problem that Kyle was having: > > --- > > ActionView::TemplateError (uninitialized constant > Sidebars::SidebarController) on line #42 of themes/hemingway/layouts/defaul > t.rhtml: > 39:
> 40:
> 41:
> 42: <%= render_component(:controller => > 'sidebars/sidebar', :action => 'display_plugins') %> > 43:
> 44:
> 45:
> > --- > > This is after updating to revision 1055 and running script/migrate. > > When I try to bring up the admin console, I get: > > --- > > Processing GeneralController#index (for 82.35.78.134 at 2006-06-10 04:12:57) > [GET] > Session ID: 2405f7734723b624a57d5b5311720136 > Parameters: {"action"=>"index", "controller"=>"admin/general"} > > > ActiveRecord::StatementInvalid (MysqlError: Table 'uzair_typo.triggers' > doesn't exist: SELECT * FROM triggers WHERE (due_at < > = '2006-06-10 04:12:57') ): > > /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_ad > apter.rb:120:in `log' > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt > er.rb:185:in `execute' > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt > er.rb:337:in `select' > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapt > er.rb:176:in `select_all' > /vendor/rails/activerecord/lib/active_record/base.rb:390:in > `find_by_sql' > /vendor/rails/activerecord/lib/active_record/base.rb:924:in `find_every' > /vendor/rails/activerecord/lib/active_record/base.rb:381:in `find' > /vendor/rails/activerecord/lib/active_record/base.rb:461:in > `destroy_all' > /app/models/trigger.rb:12:in `fire' > /app/controllers/application.rb:15:in `fire_triggers' > /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in `send' > /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in > `call_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in `each' > /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in > `call_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:383:in > `before_action' > /vendor/rails/actionpack/lib/action_controller/filters.rb:365:in > `perform_action_without_benchmark' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > `perform_action_without_rescue' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > `measure' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > `perform_action_without_rescue' > /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in > `perform_action' > /vendor/rails/actionpack/lib/action_controller/base.rb:381:in `send' > /vendor/rails/actionpack/lib/action_controller/base.rb:381:in > `process_without_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb:377:in > `process_without_session_management_support' > > /vendor/rails/actionpack/lib/action_controller/session_management.rb:117:in > `process' > /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' > /vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request' > /vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!' > /vendor/rails/railties/lib/fcgi_handler.rb:53:in `each_cgi' > /usr/lib/ruby/1.8/fcgi.rb:597:in `each' > /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi' > /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!' > /vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!' > dispatch.fcgi:24 > > --- > > Me no likey. > > Uzair > > >>-----Original Message----- >>From: typo-list-bounces at rubyforge.org [mailto:typo-list- >>bounces at rubyforge.org] On Behalf Of Timothy Freund >>Sent: Friday, June 09, 2006 6:57 AM >>To: typo-list at rubyforge.org >>Subject: Re: [typo] Hemingway theme >> >>Kyle -- >> >>I noticed that it seemed to load a little slow as well. >> >>I use the pretty standard sidebar plugins, so maybe I'm not testing the >>same things that you are. I typically use the Archives, Categories, >>Static, Flickr, and XML Syndication sidebar plugins. All of those seem >>to work fine for me in Hemingway. >> >>What sidebar plugins are you using? Does the error return when you add >>any plugin, just a certain plugin, or a certain number/combination of >>plugins? >> >>Tim >> >> >>Kyle Heon wrote: >> >>>Tim, >>> >>>Thanks for the reply. Yeah, this is the latest. I pulled it down last >>>night from the same link you provide below. >>> >>>I narrowed this down to the sidebars as well. I'm running the latest >>>trunk version of Typo (as of last night, not sure on the revision >>>number). When I remove ALL of my sidebars the pages load (albeit >>>slowly). Once I begin to add them back in the errors returns. >>> >>>-K >>> >>>Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out >>>anyway. >>> >>>It looks like there is a defect filed with that same error message here: >>>http://www.typosphere.org/trac/ticket/806 >>> >>>Does anything on that page ring a bell? It looks like the problem came >>>down to a custom sidebar issue with the original poster's Typo. >>> >>>Just in case it doesn't, I tried the same thing with Hemingway on Typo >>>version 1055, and it seemed to work OK. Hemingway was the latest, as I >>>found it here: >>>http://warpspire.com/hemingway/hemingway-for-typo >>> >>>What version of Typo are you running? What information does the Full >>>Trace option give? >>> >>>Hopefully that helps, >>> >>>Tim >>> >>> >>>------------------------------------------------------------------------ >>> >>>_______________________________________________ >>>Typo-list mailing list >>>Typo-list at rubyforge.org >>>http://rubyforge.org/mailman/listinfo/typo-list >> >> >>-- >>Timothy Freund >>http://digital-achievement.com >>http://edodyssey.com >>_______________________________________________ >>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 -- Timothy Freund http://digital-achievement.com http://edodyssey.com From hal9000 at hypermetrics.com Sat Jun 10 19:12:38 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Sat, 10 Jun 2006 18:12:38 -0500 Subject: [typo] Starting over? Message-ID: <448B51E6.7000004@hypermetrics.com> I'm wondering if it might be best to just wipe out my database and start over? If I do, I can still import the backup, right? What do you think? Try to fix what I've got, or just Big Bang it? Hal From nertzy at gmail.com Sat Jun 10 19:30:52 2006 From: nertzy at gmail.com (Grant Hutchins) Date: Sat, 10 Jun 2006 18:30:52 -0500 Subject: [typo] Starting over? In-Reply-To: <448B51E6.7000004@hypermetrics.com> References: <448B51E6.7000004@hypermetrics.com> Message-ID: I did this once. Make sure to keep a copy of the raw text of each of your old posts, and the time and date that each was posted, if you want to keep this information. Also try to copy down comments if you want to keep those intact. Then it simply becomes a problem of copy/pasting the text back in using the admin interface and then manually putting in the comments. It's not so bad, although I only had about five articles when I did it. Your mileage may vary. Good luck! Grant http://blog.nertzy.com On 6/10/06, Hal Fulton wrote: > I'm wondering if it might be best to > just wipe out my database and start over? > > If I do, I can still import the backup, > right? > > What do you think? Try to fix what I've > got, or just Big Bang it? > > > Hal > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Grant Hutchins nertzy at gmail.com From gpsnospam at gmail.com Sun Jun 11 08:44:23 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Sun, 11 Jun 2006 13:44:23 +0100 Subject: [typo] Stability for Dreamhost installs Message-ID: <2D409843-9A1B-47A0-B068-34E442921764@gmail.com> Run a Typo site on Dreamhost then you'll know 500 errors intimately. Just to pass on though that Typo r1055 and Rails r4444 are running really, really well on Dreamhost. I've also added a cron job to kill off dispatch.fcgi processes once a day ... initially out of desperation and I'm not sure if it's helping the stability - but it's all working well. I was really worried about stability last week, but this is 100% better. Gary From bronson at rinspin.com Sun Jun 11 11:53:25 2006 From: bronson at rinspin.com (Scott Bronson) Date: Sun, 11 Jun 2006 11:53:25 -0400 Subject: [typo] Starting over? In-Reply-To: References: <448B51E6.7000004@hypermetrics.com> Message-ID: <1150041206.9063.94.camel@lyra.rinspin.com> On Sat, 2006-06-10 at 18:30 -0500, Grant Hutchins wrote: > I did this once. Make sure to keep a copy of the raw text of each of > your old posts, and the time and date that each was posted, ... > On 6/10/06, Hal Fulton wrote: > > I'm wondering if it might be best to > > just wipe out my database and start over? Maybe somebody should write a Typo import script. I'm not joking either! It would have fixed my database issue of a few weeks ago... - Scott From meta at pobox.com Sun Jun 11 12:38:53 2006 From: meta at pobox.com (mathew) Date: Sun, 11 Jun 2006 11:38:53 -0500 Subject: [typo] Typo-list Digest, Vol 15, Issue 3 In-Reply-To: <100FBE64-D746-48BE-9CF1-540843E1BE2E@grovernetwork.com> References: <100FBE64-D746-48BE-9CF1-540843E1BE2E@grovernetwork.com> Message-ID: <2DD9B142-7D0D-4742-BEAB-DCE22DE71A38@pobox.com> On Jun 10, 2006, at 16:05 , arvind s grover wrote: > i used a separate mysql client and it connects normally. what can i > do next? >>> Mysql::Error: Access denied for user 'admin_typo'@'localhost' to >>> If you can connect to the typo database as user admin_typo using the mysql command line client, but you're getting the above error, then it suggests a problem with the password or some other parameter in the typo database config. I'm having a hard time coming up with other explanations. mathew From daesan at gmail.com Sun Jun 11 13:39:57 2006 From: daesan at gmail.com (Dae San Hwang) Date: Mon, 12 Jun 2006 02:39:57 +0900 Subject: [typo] Typing "cvs " in title/body field causes "Precondition Failed" error Message-ID: <826112D2-98F8-469B-B681-0589BFE29B14@gmail.com> Hi. When creating an article or a page in typo admin, if I type "cvs " in title or body field, (note the trailing space) I get the following error: Precondition Failed The precondition on the request for the URL /admin/content/ preview evaluated to false. Is this a bug or am I missing something? regards, daesan Dae San Hwang daesan at gmail.com From adam.greenfield at site5.com Mon Jun 12 12:38:34 2006 From: adam.greenfield at site5.com (Adam C. Greenfield) Date: Mon, 12 Jun 2006 12:38:34 -0400 Subject: [typo] Typing "cvs " in title/body field causes "Precondition Failed" error In-Reply-To: <826112D2-98F8-469B-B681-0589BFE29B14@gmail.com> References: <826112D2-98F8-469B-B681-0589BFE29B14@gmail.com> Message-ID: On Jun 11, 2006, at 1:39 PM, Dae San Hwang wrote: > Hi. > > When creating an article or a page in typo admin, if I type "cvs " in > title or body field, (note the trailing space) I get the following > error: Sounds like you are using mod_security and it doesn't like your request -- Adam C. Greenfield Chief Technology Officer Site5 Internet Solutions, Inc. Phone: (888) 748-3526 x 906 E-Mail: adam.greenfield at site5.com From nick at recoil.org Mon Jun 12 17:48:23 2006 From: nick at recoil.org (Nick Ludlam) Date: Mon, 12 Jun 2006 22:48:23 +0100 Subject: [typo] Patch to add Text Filters to the Static sidebar Message-ID: <38B7C907-63FE-4A2E-BBA8-06AF394A6D7D@recoil.org> Hi guys, I've made a tiny patch to allow people to use any of the standard Text Filters with the Static sidebar item. I personally find this useful when doing things like unordered lists. I've added it to trac as http://www.typosphere.org/trac/ticket/940 I couldn't find any framework for unit testing the sidebars so I've not included any. Is this correct? Nick -- Nick Ludlam email: nick at recoil.org web: http://nick.recoil.org/ aim: nickludlam01 From hal9000 at hypermetrics.com Mon Jun 12 18:21:30 2006 From: hal9000 at hypermetrics.com (Hal Fulton) Date: Mon, 12 Jun 2006 17:21:30 -0500 Subject: [typo] MySQL database... exists or not? Message-ID: <448DE8EA.7090503@hypermetrics.com> OK, I did a 'drop database'... it seemed to work. Should I have dropped all the tables first?? Anyway, if I try to drop it again, it tells me it can't drop it, it doesn't exist. If I try to restore my database (which first of all does a 'create database') it tells me it can't create it, it already exists. Sigh. Any ideas? Hal [root at www typo]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 32 to server version: 4.1.13-standard Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> drop database typo; ERROR 1008: Can't drop database 'typo'; database doesn't exist mysql> commit; Query OK, 0 rows affected (0.00 sec) mysql> quit Bye [root at www typo]# mysql OK, I finally figured out how to destroy my database. I then imported my old tables/data again. I then ran rake migrate and it seemed fine. rake test reports only one failure. 1) Failure: test_xml_atom10(XmlControllerTest) [./test/functional/admin/../../test_helper.rb:44:in `assert_xpath' ./test/functional/xml_controller_test.rb:295:in `test_xml_atom10']: is not true. 204 tests, 794 assertions, 1 failures, 0 errors So when I go to /admin, it 500s on me. Tailing the log says: ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table 'typo.blogs' doesn't exist: SELECT * FROM blogs ORDER BY id LIMIT 1): /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:120:in `log' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:185:in `execute' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:337:in `select' /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:176:in `select_all' ...and at least 60 more lines. So what gives?? Who/what creates typo.blogs, and when, and why don't I have it? And how can I get it? Thanks... Hal From daejuan at gmail.com Mon Jun 12 19:25:46 2006 From: daejuan at gmail.com (Daejuan Jacobs) Date: Mon, 12 Jun 2006 18:25:46 -0500 Subject: [typo] MySQL database... exists or not? In-Reply-To: <448DE8EA.7090503@hypermetrics.com> References: <448DE8EA.7090503@hypermetrics.com> Message-ID: <93b350310606121625o52081cfcq7a93b837121d9f1a@mail.gmail.com> It looks like you didn't drop anything. Linux & Unix software (unless it's written to be case-insensitive) is always case sensitive. So typo and TYPO are not the same. You want to 'drop database TYPO'. On 6/12/06, Hal Fulton wrote: > OK, I did a 'drop database'... it seemed to work. > > Should I have dropped all the tables first?? > > Anyway, if I try to drop it again, it tells me > it can't drop it, it doesn't exist. > > If I try to restore my database (which first of all > does a 'create database') it tells me it can't > create it, it already exists. > > Sigh. > > Any ideas? > > > Hal > > > [root at www typo]# mysql > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 32 to server version: 4.1.13-standard > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > mysql> drop database typo; > ERROR 1008: Can't drop database 'typo'; database doesn't exist > mysql> commit; > Query OK, 0 rows affected (0.00 sec) > > mysql> quit > Bye > [root at www typo]# mysql ERROR 1007 at line 1: Can't create database 'TYPO'; database exists > [root at www typo]# > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Man Wit Da Plan. http://d-jacobs.com From daesan at gmail.com Tue Jun 13 02:24:39 2006 From: daesan at gmail.com (Dae San Hwang) Date: Tue, 13 Jun 2006 15:24:39 +0900 Subject: [typo] Typing "cvs " in title/body field causes "Precondition Failed" error In-Reply-To: References: <826112D2-98F8-469B-B681-0589BFE29B14@gmail.com> Message-ID: Thanks Adam for pointing that out. I didn't know my hosting company had mod_security installed and thought it had something to do with typo. Dae San Hwang daesan at gmail.com On Jun 13, 2006, at 1:38 AM, Adam C. Greenfield wrote: > > On Jun 11, 2006, at 1:39 PM, Dae San Hwang wrote: > >> Hi. >> >> When creating an article or a page in typo admin, if I type "cvs " in >> title or body field, (note the trailing space) I get the following >> error: > > Sounds like you are using mod_security and it doesn't like your > request > > -- > Adam C. Greenfield > Chief Technology Officer > Site5 Internet Solutions, Inc. > Phone: (888) 748-3526 x 906 > E-Mail: adam.greenfield at site5.com > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From gpsnospam at gmail.com Tue Jun 13 06:17:38 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Tue, 13 Jun 2006 11:17:38 +0100 Subject: [typo] Recent comments sidebar Message-ID: <3D74FD7D-0AF3-40AC-B140-169056D72478@gmail.com> I wrote a user story for this and never got the updates (must have been a Trac update) but there is a pretty good sidebar for recent comments now. Check out ticket #782 (http://www.typosphere.org/trac/ticket/782) I've no idea who drskrud is ... but good man (er, or woman). It works with trunk as well ... well the diff does. Just in case anyone else didn't realise and had wondered. Gary From phil at cryer.us Tue Jun 13 09:41:45 2006 From: phil at cryer.us (phil) Date: Tue, 13 Jun 2006 8:41:45 -0500 Subject: [typo] Themes site Message-ID: <477d1403118ddd68de01ebbbe1ddf282@localhost> I started a thread on the Typo Theme Contest site about when the new site would be up, it's been what, 6 months since the contest ended? I realize that people have things to do outside of Typo, but I'd be happy to give the limited time I can to get things started. It would not take any time to get a basic page together, and then fancy it up later. As it stands you have to go through 14 pages on the contest site to get to all the themes, and quite a few of the links are broken. Chasing down themes from the old URLs show many sites that have moved to WordPress. I want to help Typo along, and am happy to get a 'real' theme site going. Now speaking of, what's up with typo's home? Thanks P -- http://fak3r.com - you don't have to kick it From gpsnospam at gmail.com Tue Jun 13 10:00:22 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Tue, 13 Jun 2006 15:00:22 +0100 Subject: [typo] Themes site In-Reply-To: <477d1403118ddd68de01ebbbe1ddf282@localhost> References: <477d1403118ddd68de01ebbbe1ddf282@localhost> Message-ID: <578E4693-1F23-4DAE-9291-52848153F58E@gmail.com> On 13 Jun 2006, at 14:41, phil wrote: > I started a thread on the Typo Theme Contest site about when the > new site would be up, it's been what, 6 months since the contest > ended? I realize that people have things to do outside of Typo, > but I'd be happy to give the limited time I can to get things > started. It would not take any time to get a basic page together, > and then fancy it up later. As it stands you have to go through 14 > pages on the contest site to get to all the themes, and quite a few > of the links are broken. Chasing down themes from the old URLs > show many sites that have moved to WordPress. I want to help Typo > along, and am happy to get a 'real' theme site going. > > Now speaking of, what's up with typo's home? Whenever you get x number of volunteers only 0.1% of them will be really committed. With the usual caveat of "Everybody has day jobs" out of the way I totally understand where you're coming from. If you have the energy for it then I'd say do what you can. Big job though. I'd given up the Theme Garden for dead months ago and am quite surprised it's still there. Typosphere is permanently 'coming soon' ... but what should be coming soon? Trac is there and used. Forums? Well look at the activity on the Typo Forums ... it's not much really. Wiki? Well Trac is being used for that. Needs must I guess and there just doesn't seem to be a big 'need' right now. Gary From meta at pobox.com Tue Jun 13 13:31:29 2006 From: meta at pobox.com (mathew) Date: Tue, 13 Jun 2006 12:31:29 -0500 Subject: [typo] Themes site In-Reply-To: <578E4693-1F23-4DAE-9291-52848153F58E@gmail.com> References: <477d1403118ddd68de01ebbbe1ddf282@localhost> <578E4693-1F23-4DAE-9291-52848153F58E@gmail.com> Message-ID: <448EF671.4030902@pobox.com> phil wrote: > I started a thread on the Typo Theme Contest site about when the new site would be up, it's been what, 6 months since the contest ended? I realize that people have things to do outside of Typo, but I'd be happy to give the limited time I can to get things started. It would not take any time to get a basic page together, and then fancy it up later. As it stands you have to go through 14 pages on the contest site to get to all the themes, and quite a few of the links are broken. > Most of the themes are also broken on the current typo trunk, and the stable release is really out of date. I think that's probably why nobody has put together a theme directory. > Chasing down themes from the old URLs show many sites that have moved to WordPress. Yeah, I'd have been tempted myself if I didn't hate PHP so much. Gary Shewan wrote: > Typosphere is permanently 'coming soon' ... but what should be coming > soon? TFM? mathew From uzair at nairang.org Tue Jun 13 18:23:21 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Tue, 13 Jun 2006 23:23:21 +0100 Subject: [typo] Hemingway theme In-Reply-To: <448B3898.3010604@digital-achievement.com> Message-ID: <20060613222314.A5C191854BD@randymail-a3.dreamhost.com> Thanks Tim, Trejkaz, So the weird thing is this magically cleared up all by itself. I was still getting some 'application error' problems, but those cleared up once I fixed the rendering call for the sidebars that Trejkaz suggested. Uzair > -----Original Message----- > From: typo-list-bounces at rubyforge.org [mailto:typo-list- > bounces at rubyforge.org] On Behalf Of Timothy Freund > Sent: Saturday, June 10, 2006 10:25 PM > To: typo-list at rubyforge.org > Subject: Re: [typo] Hemingway theme > > Uzair: > > Concerning the "Table 'uzair_typo.triggers' doesn't exist" error: I > wonder if you initially installed your typo instance in a schema named > uzair_typo, but perhaps the migrations ran in the default schema rather > than your uzair_typo schema. > > In other words, it may have created a triggers table, but the triggers > table may not be in the right place. > > I run my Typo instances on PostgreSQL, and I haven't dealt with > migrations much, so forgive me if this is completely off base. I am > interested to hear what the solution is. > > Thanks, > > Tim > > > > Syed Uzair Aqeel wrote: > > Related, but not quite the problem that Kyle was having: > > > > --- > > > > ActionView::TemplateError (uninitialized constant > > Sidebars::SidebarController) on line #42 of > themes/hemingway/layouts/defaul > > t.rhtml: > > 39:
> > 40:
> > 41:
> > 42: <%= render_component(:controller => > > 'sidebars/sidebar', :action => 'display_plugins') %> > > 43:
> > 44:
> > 45:
> > > > --- > > > > This is after updating to revision 1055 and running script/migrate. > > > > When I try to bring up the admin console, I get: > > > > --- > > > > Processing GeneralController#index (for 82.35.78.134 at 2006-06-10 > 04:12:57) > > [GET] > > Session ID: 2405f7734723b624a57d5b5311720136 > > Parameters: {"action"=>"index", "controller"=>"admin/general"} > > > > > > ActiveRecord::StatementInvalid (MysqlError: Table 'uzair_typo.triggers' > > doesn't exist: SELECT * FROM triggers WHERE (due_at < > > = '2006-06-10 04:12:57') ): > > > > > /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_ > ad > > apter.rb:120:in `log' > > > > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_ada > pt > > er.rb:185:in `execute' > > > > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_ada > pt > > er.rb:337:in `select' > > > > > /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_ada > pt > > er.rb:176:in `select_all' > > /vendor/rails/activerecord/lib/active_record/base.rb:390:in > > `find_by_sql' > > /vendor/rails/activerecord/lib/active_record/base.rb:924:in > `find_every' > > /vendor/rails/activerecord/lib/active_record/base.rb:381:in `find' > > /vendor/rails/activerecord/lib/active_record/base.rb:461:in > > `destroy_all' > > /app/models/trigger.rb:12:in `fire' > > /app/controllers/application.rb:15:in `fire_triggers' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in > `send' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in > > `call_filters' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in > `each' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in > > `call_filters' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:383:in > > `before_action' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:365:in > > `perform_action_without_benchmark' > > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > > `perform_action_without_rescue' > > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > > `measure' > > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in > > `perform_action_without_rescue' > > /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in > > `perform_action' > > /vendor/rails/actionpack/lib/action_controller/base.rb:381:in `send' > > /vendor/rails/actionpack/lib/action_controller/base.rb:381:in > > `process_without_filters' > > /vendor/rails/actionpack/lib/action_controller/filters.rb:377:in > > `process_without_session_management_support' > > > > > /vendor/rails/actionpack/lib/action_controller/session_management.rb:117:i > n > > `process' > > /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' > > /vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request' > > /vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!' > > /vendor/rails/railties/lib/fcgi_handler.rb:53:in `each_cgi' > > /usr/lib/ruby/1.8/fcgi.rb:597:in `each' > > /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi' > > /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!' > > /vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!' > > dispatch.fcgi:24 > > > > --- > > > > Me no likey. > > > > Uzair > > > > > >>-----Original Message----- > >>From: typo-list-bounces at rubyforge.org [mailto:typo-list- > >>bounces at rubyforge.org] On Behalf Of Timothy Freund > >>Sent: Friday, June 09, 2006 6:57 AM > >>To: typo-list at rubyforge.org > >>Subject: Re: [typo] Hemingway theme > >> > >>Kyle -- > >> > >>I noticed that it seemed to load a little slow as well. > >> > >>I use the pretty standard sidebar plugins, so maybe I'm not testing the > >>same things that you are. I typically use the Archives, Categories, > >>Static, Flickr, and XML Syndication sidebar plugins. All of those seem > >>to work fine for me in Hemingway. > >> > >>What sidebar plugins are you using? Does the error return when you add > >>any plugin, just a certain plugin, or a certain number/combination of > >>plugins? > >> > >>Tim > >> > >> > >>Kyle Heon wrote: > >> > >>>Tim, > >>> > >>>Thanks for the reply. Yeah, this is the latest. I pulled it down last > >>>night from the same link you provide below. > >>> > >>>I narrowed this down to the sidebars as well. I'm running the latest > >>>trunk version of Typo (as of last night, not sure on the revision > >>>number). When I remove ALL of my sidebars the pages load (albeit > >>>slowly). Once I begin to add them back in the errors returns. > >>> > >>>-K > >>> > >>>Hi Kyle -- I'm new to the Typo list, but perhaps we can figure this out > >>>anyway. > >>> > >>>It looks like there is a defect filed with that same error message > here: > >>>http://www.typosphere.org/trac/ticket/806 > >>> > >>>Does anything on that page ring a bell? It looks like the problem came > >>>down to a custom sidebar issue with the original poster's Typo. > >>> > >>>Just in case it doesn't, I tried the same thing with Hemingway on Typo > >>>version 1055, and it seemed to work OK. Hemingway was the latest, as I > >>>found it here: > >>>http://warpspire.com/hemingway/hemingway-for-typo > >>> > >>>What version of Typo are you running? What information does the Full > >>>Trace option give? > >>> > >>>Hopefully that helps, > >>> > >>>Tim > >>> > >>> > >>>----------------------------------------------------------------------- > - > >>> > >>>_______________________________________________ > >>>Typo-list mailing list > >>>Typo-list at rubyforge.org > >>>http://rubyforge.org/mailman/listinfo/typo-list > >> > >> > >>-- > >>Timothy Freund > >>http://digital-achievement.com > >>http://edodyssey.com > >>_______________________________________________ > >>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 > > -- > Timothy Freund > http://digital-achievement.com > http://edodyssey.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From uzair at nairang.org Tue Jun 13 18:28:38 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Tue, 13 Jun 2006 23:28:38 +0100 Subject: [typo] Themes site In-Reply-To: <448EF671.4030902@pobox.com> Message-ID: <20060613222830.DD79AAF186@randymail-a8.dreamhost.com> How about an SVN repository for themes? I can see how the overhead of maintaining them and their sheer size/number makes them poor candidates for inclusion with Typo itself, but just having a central repository where we can store themes (with the authors' approval of course) would help keep them up-to-date. In the case of themes that are no longer being actively maintained by the authors, users could commit patches so that the redundancy of each user patching their local install by hand is removed. If people think this is something worth doing, I'm happy to volunteer for chasing authors about approvals. Uzair > -----Original Message----- > From: typo-list-bounces at rubyforge.org [mailto:typo-list- > bounces at rubyforge.org] On Behalf Of mathew > Sent: Tuesday, June 13, 2006 6:31 PM > To: typo-list at rubyforge.org > Subject: Re: [typo] Themes site > > phil wrote: > > I started a thread on the Typo Theme Contest site about when the new > site would be up, it's been what, 6 months since the contest ended? I > realize that people have things to do outside of Typo, but I'd be happy to > give the limited time I can to get things started. It would not take any > time to get a basic page together, and then fancy it up later. As it > stands you have to go through 14 pages on the contest site to get to all > the themes, and quite a few of the links are broken. > > > > Most of the themes are also broken on the current typo trunk, and the > stable release is really out of date. I think that's probably why nobody > has put together a theme directory. > > > Chasing down themes from the old URLs show many sites that have moved to > WordPress. > > Yeah, I'd have been tempted myself if I didn't hate PHP so much. > > Gary Shewan wrote: > > Typosphere is permanently 'coming soon' ... but what should be coming > > soon? > > TFM? > > > mathew > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From gmaury-conlang at altern.org Tue Jun 13 22:54:08 2006 From: gmaury-conlang at altern.org (Guillaume Maury) Date: Wed, 14 Jun 2006 11:54:08 +0900 Subject: [typo] Ajax admin teaser Message-ID: <1150253649.9192.7.camel@Oulaya> Hi I have a feeling that this is a stupid question but I really looked around and didn't find any answer anywhere. On the trac page of typo there is a very cool teaser video showing administration done with ajax. Apart from the fact that a certain Damien Pollet helped with the code, I couldn't see anyway to integrate this feature into my current installation of typo.... I was really impressed with the idea and would really like to be able to use this ajax admin interface... So does anybody know where it is ? Thanks ___________________________________________________________________________ Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire. http://fr.mail.yahoo.com From vosahloj at gmail.com Wed Jun 14 02:23:15 2006 From: vosahloj at gmail.com (Jakub Vosahlo) Date: Wed, 14 Jun 2006 08:23:15 +0200 Subject: [typo] Ajax admin teaser In-Reply-To: <1150253649.9192.7.camel@Oulaya> References: <1150253649.9192.7.camel@Oulaya> Message-ID: What version are you running? On my trunk typo (version 1055) this works precisely as in the movie... Jakub Vosahlo On 6/14/06, Guillaume Maury wrote: > Hi > > I have a feeling that this is a stupid question but I really looked > around and didn't find any answer anywhere. > > On the trac page of typo there is a very cool teaser video showing > administration done with ajax. Apart from the fact that a certain Damien > Pollet helped with the code, I couldn't see anyway to integrate this > feature into my current installation of typo.... > > I was really impressed with the idea and would really like to be able to > use this ajax admin interface... So does anybody know where it is ? > > Thanks > > > > > > > ___________________________________________________________________________ > Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire. > http://fr.mail.yahoo.com > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > From gpsnospam at gmail.com Wed Jun 14 06:30:23 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 14 Jun 2006 11:30:23 +0100 Subject: [typo] Themes site In-Reply-To: <448EF671.4030902@pobox.com> References: <477d1403118ddd68de01ebbbe1ddf282@localhost> <578E4693-1F23-4DAE-9291-52848153F58E@gmail.com> <448EF671.4030902@pobox.com> Message-ID: On 13 Jun 2006, at 18:31, mathew wrote: > .Gary Shewan wrote: >> Typosphere is permanently 'coming soon' ... but what should be coming >> soon? > > TFM? Ow, pang of guilt there. I've dug around Typo enough that I should contribute a bit to any documentation. Trac is being used for that as well though isn't it? Gary From tim at digital-achievement.com Wed Jun 14 08:27:20 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Wed, 14 Jun 2006 07:27:20 -0500 Subject: [typo] Themes site In-Reply-To: <20060613222830.DD79AAF186@randymail-a8.dreamhost.com> References: <20060613222830.DD79AAF186@randymail-a8.dreamhost.com> Message-ID: <449000A8.3070506@digital-achievement.com> I think SVN is a good idea. I'm actually doing that for my own themes here: http://digital-achievement.com/projects/public/typothemes Each theme gets a directory in trunk, and then I have themes checked out as svn:external in my Typo instances. I've even created a little Apple Automator workflow for capturing the screenshots. I emailed that link to the TypoGarden guys, but I get the impression that they're waiting on getting the directory up and going before they put new themes up. Or they think my themes suck. Both possible. :-) I think it would be quite cool to set up a constant integration server like BuildBot or DamageControl that would spin through and do a test on all of the themes each time a commit is made to Typo. Something like: 1. Typo commit happens 2. Constant Integration server notices 3. Local Typo repository is updated, all local themes from various SVN repositories are updated 4. CI Server starts Typo 5. CI Server runs a Twill script or something similar to cycle through and make sure that themes are still working. The test wouldn't be perfect, I'm sure, but it'd certainly catch 500 Internal Server errors. I know it would be possible, but would it be helpful? Thanks, Tim Syed Uzair Aqeel wrote: > How about an SVN repository for themes? I can see how the overhead of > maintaining them and their sheer size/number makes them poor candidates for > inclusion with Typo itself, but just having a central repository where we > can store themes (with the authors' approval of course) would help keep them > up-to-date. In the case of themes that are no longer being actively > maintained by the authors, users could commit patches so that the redundancy > of each user patching their local install by hand is removed. > > If people think this is something worth doing, I'm happy to volunteer for > chasing authors about approvals. > > Uzair > > >>-----Original Message----- >>From: typo-list-bounces at rubyforge.org [mailto:typo-list- >>bounces at rubyforge.org] On Behalf Of mathew >>Sent: Tuesday, June 13, 2006 6:31 PM >>To: typo-list at rubyforge.org >>Subject: Re: [typo] Themes site >> >>phil wrote: >> >>>I started a thread on the Typo Theme Contest site about when the new >> >>site would be up, it's been what, 6 months since the contest ended? I >>realize that people have things to do outside of Typo, but I'd be happy to >>give the limited time I can to get things started. It would not take any >>time to get a basic page together, and then fancy it up later. As it >>stands you have to go through 14 pages on the contest site to get to all >>the themes, and quite a few of the links are broken. >> >>Most of the themes are also broken on the current typo trunk, and the >>stable release is really out of date. I think that's probably why nobody >>has put together a theme directory. >> >> >>>Chasing down themes from the old URLs show many sites that have moved to >> >>WordPress. >> >>Yeah, I'd have been tempted myself if I didn't hate PHP so much. >> >>Gary Shewan wrote: >> >>>Typosphere is permanently 'coming soon' ... but what should be coming >>>soon? >> >>TFM? >> >> >>mathew >>_______________________________________________ >>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 -- Timothy Freund http://digital-achievement.com http://edodyssey.com From phil at cryer.us Wed Jun 14 09:49:38 2006 From: phil at cryer.us (phil) Date: Wed, 14 Jun 2006 8:49:38 -0500 Subject: [typo] Themes site In-Reply-To: <449000A8.3070506@digital-achievement.com> References: <449000A8.3070506@digital-achievement.com> Message-ID: On Wed, 14 Jun 2006 07:27:20 -0500, Timothy Freund wrote: > I think SVN is a good idea. I'm actually doing that for my own themes > here: > > http://digital-achievement.com/projects/public/typothemes > > Each theme gets a directory in trunk, and then I have themes checked out > as svn:external in my Typo instances. > > I've even created a little Apple Automator workflow for capturing the > screenshots. > > I emailed that link to the TypoGarden guys, but I get the impression > that they're waiting on getting the directory up and going before they > put new themes up. Or they think my themes suck. Both possible. :-) Hey, thanks Tim I think your themes are nice, better than some on the Contest site as well. Can I put this with all of the Contest themes for my mirror/migration of all the themes? Do these all work on trunk, or just 2.6.0? I know many/most of the themes on the contest site are broken for trunk, but probably most work with 2.6.0 - plus it's not that hard to fix most of the themes (see earlier post here, or a howto on my site linking to Pier's) as I was able to get Lucid running on trunk easily. I have mirrored all of the themes from the contest site (that weren't dead links) and am putting together a crude navigation once I weed out all the lost themes then I'll share them here, and if it's cool, move them to your svn server. I just didn't want to do much until they Typo Theme folks did, I neither want to reinvent the wheel *or* step on toes, but I see a need and want to give back, plus after 5 months I think the time to move is upon us. Let's get svn up with either sep repositories for 2.6.0 / trunk / 4.0.0 or paths, this way the ones working in trunk should migrate to 4.0.0 right when or after it comes out, giving folks trying out typo a simple way to get new themes. Heck, if they weren't distributed with Typo we could have a script with 4.0.0 (within the admin GUI would be sweet) that says, "Update all themes" which would issue a svn checkout command with a tag just for 4.0.0 themes and checkout new themes and update the 'old' ones in one fell swoop! Now that 'd add value. Comments? I feel like I've either gotten the ball rolling, or rocking at least, but kicking it enough times. P > > I think it would be quite cool to set up a constant integration server > like BuildBot or DamageControl that would spin through and do a test on > all of the themes each time a commit is made to Typo. Something like: > 1. Typo commit happens > 2. Constant Integration server notices > 3. Local Typo repository is updated, all local themes from various > SVN repositories are updated > 4. CI Server starts Typo > 5. CI Server runs a Twill script or something similar to cycle > through and make sure that themes are still working. > > The test wouldn't be perfect, I'm sure, but it'd certainly catch 500 > Internal Server errors. > > I know it would be possible, but would it be helpful? > > Thanks, > > Tim > > > > Syed Uzair Aqeel wrote: >> How about an SVN repository for themes? I can see how the overhead of >> maintaining them and their sheer size/number makes them poor candidates > for >> inclusion with Typo itself, but just having a central repository where > we >> can store themes (with the authors' approval of course) would help keep > them >> up-to-date. In the case of themes that are no longer being actively >> maintained by the authors, users could commit patches so that the > redundancy >> of each user patching their local install by hand is removed. >> >> If people think this is something worth doing, I'm happy to volunteer > for >> chasing authors about approvals. >> >> Uzair >> >> >>>-----Original Message----- >>>From: typo-list-bounces at rubyforge.org [mailto:typo-list- >>>bounces at rubyforge.org] On Behalf Of mathew >>>Sent: Tuesday, June 13, 2006 6:31 PM >>>To: typo-list at rubyforge.org >>>Subject: Re: [typo] Themes site >>> >>>phil wrote: >>> >>>>I started a thread on the Typo Theme Contest site about when the new >>> >>>site would be up, it's been what, 6 months since the contest ended? I >>>realize that people have things to do outside of Typo, but I'd be happy > to >>>give the limited time I can to get things started. It would not take > any >>>time to get a basic page together, and then fancy it up later. As it >>>stands you have to go through 14 pages on the contest site to get to all >>>the themes, and quite a few of the links are broken. >>> >>>Most of the themes are also broken on the current typo trunk, and the >>>stable release is really out of date. I think that's probably why nobody >>>has put together a theme directory. >>> >>> >>>>Chasing down themes from the old URLs show many sites that have moved > to >>> >>>WordPress. >>> >>>Yeah, I'd have been tempted myself if I didn't hate PHP so much. >>> >>>Gary Shewan wrote: >>> >>>>Typosphere is permanently 'coming soon' ... but what should be coming >>>>soon? >>> >>>TFM? >>> >>> >>>mathew >>>_______________________________________________ >>>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 > > -- > Timothy Freund > http://digital-achievement.com > http://edodyssey.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- http://fak3r.com - you don't have to kick it From tim at digital-achievement.com Thu Jun 15 00:52:49 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Wed, 14 Jun 2006 23:52:49 -0500 Subject: [typo] Themes site In-Reply-To: References: <449000A8.3070506@digital-achievement.com> Message-ID: <4490E7A1.207@digital-achievement.com> Thanks to those of you that viewed my themes today. I should really set up Trac using something other than plain old CGI so it doesn't take such a long time to load the pages. :-) I'm not sure what versions of Typo my themes work with, but it sounds like we'll find out soon. :-) I like the idea of one subversion repository for multiple themes, and I think we can easily manage having one repository for multiple versions of Typo as well. We can set up the theme repository just like the actual Typo repository, and then themes will show up where they behave correctly. As an example: /trunk/a_theme /trunk/b_theme /tags/release_1_6_7/a_theme /tags/release_2_6_0/a_theme /tags/release_2_6_0/b_theme So in the above example, a_theme and b_theme work with Typo trunk and the 2.6.0 release. We see that b_theme is pretty new, and there is no version of it that works in Typo 1.6.7. And that's where I can learn about twill to do some automated theme testing. Each night that a commit is made to Typo we can have a process that updates to Typo trunk and automatically cycles through each of the themes in the theme repository trunk checking to make sure that there are no horribly obvious errors. We can then use the repository, each theme's about.markdown file, and an automatically captured screen shot as the basis for a self sustaining theme site. I'll be happy to shift the focus of my existing subversion/Trac instance from my own personal themes to being more oriented as a central subversion repository for anyone who wants to use subversion for their themes without going through the hassle of setting up subversion themselves. How does that sound to you, Uzair? Is this what you had in mind when you mentioned an SVN repository for themes? Is there anything glaring that we haven't covered? If there is no disagreement then I'll get the Trac sped up and create the appropriate tags/branches in my repository to support the various Typo versions. Other next steps? I'm running 5 Typo instances on my server now, so I'm certainly eager to see it flourish. Thanks, Tim phil wrote: > > On Wed, 14 Jun 2006 07:27:20 -0500, Timothy Freund wrote: > >>I think SVN is a good idea. I'm actually doing that for my own themes >>here: >> >>http://digital-achievement.com/projects/public/typothemes >> >>Each theme gets a directory in trunk, and then I have themes checked out >>as svn:external in my Typo instances. >> >>I've even created a little Apple Automator workflow for capturing the >>screenshots. >> >>I emailed that link to the TypoGarden guys, but I get the impression >>that they're waiting on getting the directory up and going before they >>put new themes up. Or they think my themes suck. Both possible. :-) > > > Hey, thanks Tim > I think your themes are nice, better than some on the Contest site as well. Can I put this with all of the Contest themes for my mirror/migration of all the themes? Do these all work on trunk, or just 2.6.0? I know many/most of the themes on the contest site are broken for trunk, but probably most work with 2.6.0 - plus it's not that hard to fix most of the themes (see earlier post here, or a howto on my site linking to Pier's) as I was able to get Lucid running on trunk easily. > > I have mirrored all of the themes from the contest site (that weren't dead links) and am putting together a crude navigation once I weed out all the lost themes then I'll share them here, and if it's cool, move them to your svn server. I just didn't want to do much until they Typo Theme folks did, I neither want to reinvent the wheel *or* step on toes, but I see a need and want to give back, plus after 5 months I think the time to move is upon us. Let's get svn up with either sep repositories for 2.6.0 / trunk / 4.0.0 or paths, this way the ones working in trunk should migrate to 4.0.0 right when or after it comes out, giving folks trying out typo a simple way to get new themes. Heck, if they weren't distributed with Typo we could have a script with 4.0.0 (within the admin GUI would be sweet) that says, "Update all themes" which would issue a svn checkout command with a tag just for 4.0.0 themes and checkout new themes and update the 'old' ones in one fell swoop! Now th at > 'd add value. > > Comments? I feel like I've either gotten the ball rolling, or rocking at least, but kicking it enough times. > > P > >>I think it would be quite cool to set up a constant integration server >>like BuildBot or DamageControl that would spin through and do a test on >>all of the themes each time a commit is made to Typo. Something like: >> 1. Typo commit happens >> 2. Constant Integration server notices >> 3. Local Typo repository is updated, all local themes from various >>SVN repositories are updated >> 4. CI Server starts Typo >> 5. CI Server runs a Twill script or something similar to cycle >>through and make sure that themes are still working. >> >>The test wouldn't be perfect, I'm sure, but it'd certainly catch 500 >>Internal Server errors. >> >>I know it would be possible, but would it be helpful? >> >>Thanks, >> >>Tim >> >> >> >>Syed Uzair Aqeel wrote: >> >>>How about an SVN repository for themes? I can see how the overhead of >>>maintaining them and their sheer size/number makes them poor candidates >> >>for >> >>>inclusion with Typo itself, but just having a central repository where >> >>we >> >>>can store themes (with the authors' approval of course) would help keep >> >>them >> >>>up-to-date. In the case of themes that are no longer being actively >>>maintained by the authors, users could commit patches so that the >> >>redundancy >> >>>of each user patching their local install by hand is removed. >>> >>>If people think this is something worth doing, I'm happy to volunteer >> >>for >> >>>chasing authors about approvals. >>> >>>Uzair >>> >>> >>> >>>>-----Original Message----- >>>>From: typo-list-bounces at rubyforge.org [mailto:typo-list- >>>>bounces at rubyforge.org] On Behalf Of mathew >>>>Sent: Tuesday, June 13, 2006 6:31 PM >>>>To: typo-list at rubyforge.org >>>>Subject: Re: [typo] Themes site >>>> >>>>phil wrote: >>>> >>>> >>>>>I started a thread on the Typo Theme Contest site about when the new >>>> >>>>site would be up, it's been what, 6 months since the contest ended? I >>>>realize that people have things to do outside of Typo, but I'd be happy >> >>to >> >>>>give the limited time I can to get things started. It would not take >> >>any >> >>>>time to get a basic page together, and then fancy it up later. As it >>>>stands you have to go through 14 pages on the contest site to get to all >>>>the themes, and quite a few of the links are broken. >>>> >>>>Most of the themes are also broken on the current typo trunk, and the >>>>stable release is really out of date. I think that's probably why nobody >>>>has put together a theme directory. >>>> >>>> >>>> >>>>>Chasing down themes from the old URLs show many sites that have moved >> >>to >> >>>>WordPress. >>>> >>>>Yeah, I'd have been tempted myself if I didn't hate PHP so much. >>>> >>>>Gary Shewan wrote: >>>> >>>> >>>>>Typosphere is permanently 'coming soon' ... but what should be coming >>>>>soon? >>>> >>>>TFM? >>>> >>>> >>>>mathew >>>>_______________________________________________ >>>>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 >> >>-- >>Timothy Freund >>http://digital-achievement.com >>http://edodyssey.com >>_______________________________________________ >>Typo-list mailing list >>Typo-list at rubyforge.org >>http://rubyforge.org/mailman/listinfo/typo-list -- Timothy Freund http://digital-achievement.com http://edodyssey.com From mike at uwmike.com Thu Jun 15 07:31:02 2006 From: mike at uwmike.com (Mike Purvis) Date: Thu, 15 Jun 2006 07:31:02 -0400 Subject: [typo] Convert to Wordpress? Message-ID: Hi everyone, Is there any easy way to convert from Typo to WP, either directly or via some XML format or something? I've noticed several blogs migrating away from Typo, and I was just wondering if there's an automated process for it... Thanks, Mike From neuro at 7el.net Thu Jun 15 07:42:38 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 13:42:38 +0200 Subject: [typo] Convert to Wordpress? In-Reply-To: References: Message-ID: <449147AE.1020105@7el.net> Mike Purvis a ?crit : > Hi everyone, > > Is there any easy way to convert from Typo to WP, either directly or > via some XML format or something? I've noticed several blogs migrating > away from Typo, and I was just wondering if there's an automated > process for it... > > Thanks, > > Mike Hello Mike, Wordpress offers import from several blog engines, and from RSS feed. There also might exist an import script somewhere. After all, there IS an import script to switch from Wordpress to Typo, the one I used when I moved to Typo. I'll add some thoughts about why people shall switch from Typo to Wordpress, in other words what normal (non geek) people may think Typo lacks. - A decent antispam. Wordpress has a really powerful one, easy to install, and really tough to pass through (never happened to me) - Lots of themes and plugins, with dedicated sites. - A support forum with an active community to answer your questions. - A riche text editor (TinyMCE) - A very nice text filter engine that displays posts the way they're typoed (with line breaks and paragraphes without using html). - A lot of things you need to manually do with Typo. I do think the 3 first are what Typo really lacks. Cheers, Frederic -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From gpsnospam at gmail.com Thu Jun 15 07:45:11 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 15 Jun 2006 12:45:11 +0100 Subject: [typo] Convert to Wordpress? In-Reply-To: References: Message-ID: On 15 Jun 2006, at 12:31, Mike Purvis wrote: > Is there any easy way to convert from Typo to WP, either directly or > via some XML format or something? I've noticed several blogs migrating > away from Typo, and I was just wondering if there's an automated > process for it... If you have only a few posts then you could use the RSS importer that Wordpress has. Otherwise no. Not that it's difficult ... just somebody hasn't wrote the script yet. Unless it's a secret I haven't come across ;) Gary From mike at uwmike.com Thu Jun 15 08:15:34 2006 From: mike at uwmike.com (Mike Purvis) Date: Thu, 15 Jun 2006 08:15:34 -0400 Subject: [typo] Convert to Wordpress? In-Reply-To: References: Message-ID: Okay, thanks. I have about 200 posts, plus a whackload of comments. I'll write my importer in php and then share it if it's clean enough. As for reasons, it's not particularly anything you listed, but rather, 1. Typo development has all but ceased, and my current version (1055) has several glaring bugs surrounding publishing. The biggest of these is that re-saving a draft sends an article live--a completely absurd behaviour. 2. I can't afford the time and money required to run a dedicated server. I hate to be snide about it, but after checking around a number of forums, I can't find a single shared hosting environment where people are reliably running Typo and not having problems with load or 500s or fastcgi or whatever. Wordpress has that whole Just Works factor, and as much as I've learned about Rails, I know a good deal more about hacking PHP. Mike On 6/15/06, Gary Shewan wrote: > On 15 Jun 2006, at 12:31, Mike Purvis wrote: > > > Is there any easy way to convert from Typo to WP, either directly or > > via some XML format or something? I've noticed several blogs migrating > > away from Typo, and I was just wondering if there's an automated > > process for it... > > If you have only a few posts then you could use the RSS importer that > Wordpress has. Otherwise no. Not that it's difficult ... just > somebody hasn't wrote the script yet. > > Unless it's a secret I haven't come across ;) > > Gary > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From makenai at gmail.com Thu Jun 15 09:03:28 2006 From: makenai at gmail.com (Pawel Szymczykowski) Date: Thu, 15 Jun 2006 06:03:28 -0700 Subject: [typo] Convert to Wordpress? In-Reply-To: References: Message-ID: On 6/15/06, Mike Purvis wrote: > Okay, thanks. > > I have about 200 posts, plus a whackload of comments. I'll write my > importer in php and then share it if it's clean enough. Hi Mike, Please consider sharing it even if it's not clean. Chances are that someone will still find it pretty useful and might even clean it up for you. :) This thread came up with spooky timing for me, considering that I was right in the middle of trying to figure out how to migrate my posts over from typo to wordpress myself. I did go with the RSS importer (set to 1000 posts in the RSS feed), and modified my WP permalink URLs to include the '/archive/' part. It seemed to work surprisingly well, except that some of the pubDates in the feed seem to have been parsed wrong, resulting in the occasional permalink that off by a day. I'm in the process of fixing them by hand now in MySQL. I figured I would just write a quickie ruby + active_record script to bring the comments in later on. I guess one advantage of using using the RSS importer is that you don't have to deal with textile or markdown - it just imports straight html. -Pawel From cedric at feelfree.homelinux.com Thu Jun 15 09:26:31 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Thu, 15 Jun 2006 15:26:31 +0200 (CEST) Subject: [typo] Typo is getting poor! In-Reply-To: References: Message-ID: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> Typo is loosing some users with its strange devel process. I explain... few guy are doing a really good job on typo dev, but everything (but nothing) is on the trac, releasing patches (yes we can look at the source, I know) but nobody wants to go ahead with a typosphere announcing a "coming soon" message for several month now, a dead typogarden project! Some people don't want to hear it but perhaps the good thing to do is to create a REALLY ATTRACTIVE wiki with details on installing, configuring typo, and themes... and some info on programming stuff (API, classes,etc...) Typo helped me to discover RoR and I'm addicted but sometimes people need to see sparkling things to discover the real beauty! Regards From neuro at 7el.net Thu Jun 15 09:30:09 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 15:30:09 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> Message-ID: <449160E1.3060700@7el.net> cedric a ?crit : > Typo is loosing some users with its strange devel process. > I explain... > few guy are doing a really good job on typo dev, but everything (but > nothing) is on the trac, releasing patches (yes we can look at the source, > I know) but nobody wants to go ahead with a typosphere announcing a > "coming soon" message for several month now, a dead typogarden project! > > Some people don't want to hear it but perhaps the good thing to do is to > create a REALLY ATTRACTIVE wiki with details on installing, configuring > typo, and themes... > and some info on programming stuff (API, classes,etc...) > > Typo helped me to discover RoR and I'm addicted but sometimes people need > to see sparkling things to discover the real beauty! > > Regards > > Just install a support forum first. And have people to answer questions. And a page listing resources at first. And then code :) -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From gpsnospam at gmail.com Thu Jun 15 10:03:56 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 15 Jun 2006 15:03:56 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <449160E1.3060700@7el.net> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> Message-ID: <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> On 15 Jun 2006, at 14:30, Fr?d?ric de Villamil wrote: > > Just install a support forum first. And have people to answer > questions. > And a page listing resources at first. > www.typoforums.org fits that bill. G From josh at hasmanythrough.com Thu Jun 15 10:08:26 2006 From: josh at hasmanythrough.com (Josh Susser) Date: Thu, 15 Jun 2006 07:08:26 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> Message-ID: On Jun 15, 2006, at 7:03 AM, Gary Shewan wrote: > On 15 Jun 2006, at 14:30, Fr?d?ric de Villamil wrote: >> Just install a support forum first. And have people to answer >> questions. >> And a page listing resources at first. > > www.typoforums.org fits that bill. Maybe it should be linked from the typosphere.org homepage. -- Josh Susser http://blog.hasmanythrough.com From neuro at 7el.net Thu Jun 15 10:08:30 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 16:08:30 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> Message-ID: <449169DE.8010900@7el.net> Gary Shewan a ?crit : > On 15 Jun 2006, at 14:30, Fr?d?ric de Villamil wrote: >> Just install a support forum first. And have people to answer >> questions. >> And a page listing resources at first. >> > > www.typoforums.org fits that bill. > Too bad there's no link on typosphere.org homepage... -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From cedric at feelfree.homelinux.com Thu Jun 15 10:20:32 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Thu, 15 Jun 2006 16:20:32 +0200 (CEST) Subject: [typo] Typo is getting poor! In-Reply-To: <449169DE.8010900@7el.net> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> Message-ID: <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> Gary you're true, but many of tips discovered by typo users just stay on this mailing-list, and nobody seems to be attracted to put something on this forum (I don't know why!) A look to wordpress.org can give some clues (on the first page there's a link to almost everything!) Yes I am a bit focused on WP (even if I don't use it) but it was a little project that has grown because it was accessible. And I'm sure that typo is also a very good project for many people interested in ruby, rails, cms, etc... the comparison could be like Debian & Ubuntu, same roots but Ubuntu looks pretty! > Gary Shewan a ?crit : >> On 15 Jun 2006, at 14:30, Fr?d?ric de Villamil wrote: >>> Just install a support forum first. And have people to answer >>> questions. >>> And a page listing resources at first. >>> >> >> www.typoforums.org fits that bill. From gpsnospam at gmail.com Thu Jun 15 11:04:52 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 15 Jun 2006 16:04:52 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> Message-ID: On 15 Jun 2006, at 15:20, cedric wrote: > Gary you're true, but many of tips discovered by typo users just > stay on > this mailing-list, and nobody seems to be attracted to put > something on > this forum (I don't know why!) Josh, Fr?d?ric and yourself are certainly right. I wondered whether the lack of use of the Typo forums was because it wasn't well known or whether there wasn't a need for it ... probably more of the former I guess now. I'd say people are just too busy to put a info in Trac ... which leans more towards development sometimes. I should really write up what I've learned and put it there though... What would be the main things that people want to see covered ... just for the record? G From neuro at 7el.net Thu Jun 15 11:18:51 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 17:18:51 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> Message-ID: <44917A5B.6050200@7el.net> Gary Shewan a ?crit : > On 15 Jun 2006, at 15:20, cedric wrote: > >> Gary you're true, but many of tips discovered by typo users just >> stay on >> this mailing-list, and nobody seems to be attracted to put >> something on >> this forum (I don't know why!) > > Josh, Fr?d?ric and yourself are certainly right. I wondered whether > the lack of use of the Typo forums was because it wasn't well known > or whether there wasn't a need for it ... probably more of the former > I guess now. > > I'd say people are just too busy to put a info in Trac ... which > leans more towards development sometimes. I should really write up > what I've learned and put it there though... > > What would be the main things that people want to see covered ... > just for the record? > > G I might be stupid, but I don't see why Typo support forum is not on the same domain as the sources, the track or on a subdomain ? I mean, having : http://support.typosphere.org http://themes.typosphere.org http://plugins.typosphere.org with propoer links from everywhere to everywhere would have much more sense IMHO. 1/ people would find things much more easily 2/ typo and everything related would get a better google ranking 3/ it's just sounds logical to do this way, isn't it ? I know every open source project has its good and bad times, but I fear typo is really dying, and it's a pity, because it's a good project that should be really amazing. -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From gpsnospam at gmail.com Thu Jun 15 11:58:50 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 15 Jun 2006 16:58:50 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <44917A5B.6050200@7el.net> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> <44917A5B.6050200@7el.net> Message-ID: <473E17F9-DA68-4520-8294-35B658CA7C6D@gmail.com> On 15 Jun 2006, at 16:18, Fr?d?ric de Villamil wrote: > > I might be stupid, but I don't see why Typo support forum is not on > the > same domain as the sources, the track or on a subdomain ? The simplest answer is that Typoforum.org is run by different people to Typosphere. > I know every open source project has its good and bad times, but I > fear > typo is really dying, and it's a pity, because it's a good project > that > should be really amazing. I wouldn't say it's dying. Just that there hasn't been a changeset for a while. But there was only really Piers working on it and he's probably tied up with real life work. Scott was working on the 4.0 release but again is probably tied up with other Rails work. Don't judge it as you would a PHP project - because there aren't that many rails coders that have tonnes of time for open source. It'll get moving again. It's just a pause. G From neuro at 7el.net Thu Jun 15 12:14:37 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 18:14:37 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: <473E17F9-DA68-4520-8294-35B658CA7C6D@gmail.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> <44917A5B.6050200@7el.net> <473E17F9-DA68-4520-8294-35B658CA7C6D@gmail.com> Message-ID: <4491876D.3010701@7el.net> Gary Shewan a ?crit : > On 15 Jun 2006, at 16:18, Fr?d?ric de Villamil wrote: >> I might be stupid, but I don't see why Typo support forum is not on >> the >> same domain as the sources, the track or on a subdomain ? > > The simplest answer is that Typoforum.org is run by different people > to Typosphere. > >> I know every open source project has its good and bad times, but I >> fear >> typo is really dying, and it's a pity, because it's a good project >> that >> should be really amazing. > > I wouldn't say it's dying. Just that there hasn't been a changeset > for a while. But there was only really Piers working on it and he's > probably tied up with real life work. Scott was working on the 4.0 > release but again is probably tied up with other Rails work. Don't > judge it as you would a PHP project - because there aren't that many > rails coders that have tonnes of time for open source. > > It'll get moving again. It's just a pause. > > G I know this, I'm doing rails myself, and I don't have time to code my own stuffs so... that's why I was talking about good and bad times. People have been doing great work on Typo, and I'm really glad with this. -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From jon.borgthorsson at gmail.com Thu Jun 15 12:22:46 2006 From: jon.borgthorsson at gmail.com (Jon Gretar Borgthorsson) Date: Thu, 15 Jun 2006 16:22:46 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> Message-ID: I would think that it should be pretty natural simply to set up a Typo installation at http://www.typosphere.org and have recent changes blog there or something. On 6/15/06, cedric wrote: > Typo is loosing some users with its strange devel process. > I explain... > few guy are doing a really good job on typo dev, but everything (but > nothing) is on the trac, releasing patches (yes we can look at the source, > I know) but nobody wants to go ahead with a typosphere announcing a > "coming soon" message for several month now, a dead typogarden project! > > Some people don't want to hear it but perhaps the good thing to do is to > create a REALLY ATTRACTIVE wiki with details on installing, configuring > typo, and themes... > and some info on programming stuff (API, classes,etc...) > > Typo helped me to discover RoR and I'm addicted but sometimes people need > to see sparkling things to discover the real beauty! > > Regards > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/ From rsanheim at gmail.com Thu Jun 15 12:50:52 2006 From: rsanheim at gmail.com (Rob Sanheim) Date: Thu, 15 Jun 2006 11:50:52 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <473E17F9-DA68-4520-8294-35B658CA7C6D@gmail.com> References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> <449160E1.3060700@7el.net> <246DE4B4-D661-456D-9D51-7FA8AD4BB758@gmail.com> <449169DE.8010900@7el.net> <16286.212.215.1.67.1150381232.squirrel@feelfree.homelinux.com> <44917A5B.6050200@7el.net> <473E17F9-DA68-4520-8294-35B658CA7C6D@gmail.com> Message-ID: On 6/15/06, Gary Shewan wrote: > > On 15 Jun 2006, at 16:18, Fr?d?ric de Villamil wrote: > > > > I might be stupid, but I don't see why Typo support forum is not on > > the > > same domain as the sources, the track or on a subdomain ? > > The simplest answer is that Typoforum.org is run by different people > to Typosphere. > > > I know every open source project has its good and bad times, but I > > fear > > typo is really dying, and it's a pity, because it's a good project > > that > > should be really amazing. > > I wouldn't say it's dying. Just that there hasn't been a changeset > for a while. But there was only really Piers working on it and he's > probably tied up with real life work. Scott was working on the 4.0 > release but again is probably tied up with other Rails work. Don't > judge it as you would a PHP project - because there aren't that many > rails coders that have tonnes of time for open source. > > It'll get moving again. It's just a pause. > > G > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > If someone could just get something stable enough to release as a 4.0 release candidate, so people have some to track beyond SVN revisions, it would make a big difference. Also, the lack of proper trackback/pingback support when its near a 4.0 version needs to fixed, priority #1. Thats just essential blog functionality and really needs to be there. - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com From phil at cryer.us Thu Jun 15 13:13:41 2006 From: phil at cryer.us (phil) Date: Thu, 15 Jun 2006 12:13:41 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: Message-ID: On Thu, 15 Jun 2006 11:50:52 -0500, "Rob Sanheim" wrote: >> I wouldn't say it's dying. Just that there hasn't been a changeset >> for a while. But there was only really Piers working on it and he's >> probably tied up with real life work. Scott was working on the 4.0 >> release but again is probably tied up with other Rails work. Don't >> judge it as you would a PHP project - because there aren't that many >> rails coders that have tonnes of time for open source. >> >> It'll get moving again. It's just a pause. >> >> G >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list >> > > If someone could just get something stable enough to release as a 4.0 > release candidate, so people have some to track beyond SVN revisions, > it would make a big difference. Bingo -- I have two Typo sites that I run right now, externally they look/work great, but internally both have issues that I haven't been able to solved. One site can't add/edit 'Pages' at all (Application Error (Rails) while my site displays that problem on *some* pages, but then late last week all of a sudden I couldn't post! Svn update doesn't help so I'm just in a lurch while I think of what to do. If we had 4.0 we would have a fresh slate to build on, and trust me, if I got my sites up on 4.0, they'd stay there for a time; I really love the blog Typo has allowed me to create, but lately it's just been too much work to keep running. I really do appreciate all the efforts, this is a great system, I just would like to have it 'just work' for a longer period of time. P > > Also, the lack of proper trackback/pingback support when its near a > 4.0 version needs to fixed, priority #1. Thats just essential blog > functionality and really needs to be there. > > - rob > -- http://fak3r.com - you don't have to kick it From neuro at 7el.net Thu Jun 15 13:16:23 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Thu, 15 Jun 2006 19:16:23 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: References: Message-ID: <449195E7.3080708@7el.net> phil a ?crit : > > On Thu, 15 Jun 2006 11:50:52 -0500, "Rob Sanheim" wrote: >>> I wouldn't say it's dying. Just that there hasn't been a changeset >>> for a while. But there was only really Piers working on it and he's >>> probably tied up with real life work. Scott was working on the 4.0 >>> release but again is probably tied up with other Rails work. Don't >>> judge it as you would a PHP project - because there aren't that many >>> rails coders that have tonnes of time for open source. >>> >>> It'll get moving again. It's just a pause. >>> >>> G >>> _______________________________________________ >>> Typo-list mailing list >>> Typo-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/typo-list >>> >> If someone could just get something stable enough to release as a 4.0 >> release candidate, so people have some to track beyond SVN revisions, >> it would make a big difference. > > Bingo -- I have two Typo sites that I run right now, externally they look/work great, but internally both have issues that I haven't been able to solved. One site can't add/edit 'Pages' at all (Application Error (Rails) while my site displays that problem on *some* pages, but then late last week all of a sudden I couldn't post! Svn update doesn't help so I'm just in a lurch while I think of what to do. If we had 4.0 we would have a fresh slate to build on, and trust me, if I got my sites up on 4.0, they'd stay there for a time; I really love the blog Typo has allowed me to create, but lately it's just been too much work to keep running. > > > > I really do appreciate all the efforts, this is a great system, I just would like to have it 'just work' for a longer period of time. > > P > > >> Also, the lack of proper trackback/pingback support when its near a >> 4.0 version needs to fixed, priority #1. Thats just essential blog >> functionality and really needs to be there. >> >> - rob >> I also think text filters simply dont work. -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From gpsnospam at gmail.com Thu Jun 15 15:42:50 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 15 Jun 2006 20:42:50 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <449195E7.3080708@7el.net> References: <449195E7.3080708@7el.net> Message-ID: <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> I was originally attracted to Typo because it was lean ... supermodel lean and it was built to work with a blog editor. Perfect in my book. No backend bloat. It also used Rails which was an interesting framework to learn. It's still only around a year old though and to be honest it's not the best thing since sliced bread and I don't understand that opinion. It does exactly the same as every other blog system - in fact it's a lot less stable and I'd count something like Textpattern far more superior. If you want something stable with lots of lovely looking themes then Typo isn't the best choice. It's probably a good idea to look elsewhere. Typo was originally written while waiting for a meeting to start and less than a handful of developers have got it to where it is at the moment. You can't compare that history against some of the other more established engines. I use it to play with Rails. I know it's unstable sometimes and I accept that because I live on trunk for Typo and Rails. Hmmm ... that's probably the worst attitude to have because I have a few thousand posts to my blog. 4.0 was only waiting for a better installation process from Scott. There's not going to be anything very different from trunk in a point release (unless I'm very mistaken). A lot of the problems can be attributed to host set-ups and the Rails version you are working from. I don't have very high expectations for 4.0 solving every problem ... I think some people do though. There might be disappointment. Having thought about it though ... typosphere is becoming a real joke as a frontend to the Typo world. Mebbe some more time should be spent hanging around typoforum... Gary From meta at pobox.com Thu Jun 15 16:35:38 2006 From: meta at pobox.com (mathew) Date: Thu, 15 Jun 2006 15:35:38 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> Message-ID: <4491C49A.1060605@pobox.com> Gary Shewan wrote: > I was originally attracted to Typo because it was lean ... supermodel > lean and it was built to work with a blog editor. I was originally attracted to Typo because it wasn't written in PHP. I'm still open to alternatives, as long as they're not written in PHP. mathew From jluster at jluster.org Thu Jun 15 17:07:03 2006 From: jluster at jluster.org (Jonas M Luster) Date: Thu, 15 Jun 2006 14:07:03 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: <4491C49A.1060605@pobox.com> References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> Message-ID: <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> > I'm still open to alternatives, as long as they're not written in PHP. Same here. Actually, I liked Typo because of Tobi's attitude towards development, and the idea that something cool can come out of, what, 500 lines of code. It was what I wanted, and it worked. It still works, somehow, but the community around it seems to falter a little bit. I've never been one to use the flavor of the month, and if you know me, switching to Typo from being "Employee Number One" of the never really existing Wordpress Foundation, was a huge step. I don't think Typo is doomed, but at this point it might be a good idea to re-rally the community (Rails and Ruby are the hype, right now, and Typo is one of that hype's flagships), work on expanding upon the leanness, and make things a bit more conducive and accessible. A theme garden works, but Drupal, for example, sucks when it comes to themes, and still has a great following. A development community that can communicate outside a mailing list, a repository of plugins, filters, and themes, that I don't have to extract from Trac tickets would be great, for example, however. Typo has a future, it just needs a steward and a vessel to get there. From steve.longdo at gmail.com Thu Jun 15 17:25:38 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Thu, 15 Jun 2006 16:25:38 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> Message-ID: Maybe the Typo community should look at supporting Rick's Mephisto blogging engine. Closer to the original Typo concept and it includes a converter for Typo blogs... http://svn.techno-weenie.net/projects/mephisto/trunk/ On 6/15/06, Jonas M Luster wrote: > > > I'm still open to alternatives, as long as they're not written in PHP. > > Same here. Actually, I liked Typo because of Tobi's attitude towards > development, and the idea that something cool can come out of, what, > 500 lines of code. It was what I wanted, and it worked. It still > works, somehow, but the community around it seems to falter a little > bit. I've never been one to use the flavor of the month, and if you > know me, switching to Typo from being "Employee Number One" of the > never really existing Wordpress Foundation, was a huge step. I don't > think Typo is doomed, but at this point it might be a good idea to > re-rally the community (Rails and Ruby are the hype, right now, and > Typo is one of that hype's flagships), work on expanding upon the > leanness, and make things a bit more conducive and accessible. > > A theme garden works, but Drupal, for example, sucks when it comes to > themes, and still has a great following. A development community that > can communicate outside a mailing list, a repository of plugins, > filters, and themes, that I don't have to extract from Trac tickets > would be great, for example, however. Typo has a future, it just needs > a steward and a vessel to get there. > _______________________________________________ > 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/20060615/881cb54c/attachment.htm From kyleheon at gmail.com Thu Jun 15 17:47:57 2006 From: kyleheon at gmail.com (Kyle Heon) Date: Thu, 15 Jun 2006 17:47:57 -0400 Subject: [typo] Typo-list Digest, Vol 15, Issue 9 In-Reply-To: References: Message-ID: I agree, Typo was at one point pretty lean and mean but now it just seems really heavy, bloated even. I'd like to see better theme support just as a matter of general acceptance (even though I'd probably craft my own regardless). I'm still trying to learn Rails and Typo was a good fit for me at the time. I still make small changes here and there and run with a relative trunk release. Every single time I post to TextDrive though something breaks, keeping me busy for nights on end solving the problem. Recently I've been interested in RadiantCMS ( http://del.icio.us/kheon/radiant) and the more recently, Mephisto ( http://del.icio.us/kheon/mephisto) which has potential. Competition is a good thing though, it keeps things fresh. In the beginning Typo was the only Rails based blog engine around and has been for sometime (at least I don't know of any others). Now that Rails has been out for awhile more and more options are bound to show up, some better then others. ---------- Forwarded message ---------- > From: mathew > To: typo-list at rubyforge.org > Date: Thu, 15 Jun 2006 15:35:38 -0500 > Subject: Re: [typo] Typo is getting poor! > Gary Shewan wrote: > > I was originally attracted to Typo because it was lean ... supermodel > > lean and it was built to work with a blog editor. > > I was originally attracted to Typo because it wasn't written in PHP. > > I'm still open to alternatives, as long as they're not written in PHP. > > > mathew > > > > _______________________________________________ > 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/20060615/b39f334b/attachment.htm From meta at pobox.com Thu Jun 15 18:12:22 2006 From: meta at pobox.com (mathew) Date: Thu, 15 Jun 2006 17:12:22 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> Message-ID: <4491DB46.4020506@pobox.com> Steve Longdo wrote: > Maybe the Typo community should look at supporting Rick's Mephisto > blogging engine. Closer to the original Typo concept and it includes > a converter for Typo blogs... > > http://svn.techno-weenie.net/projects/mephisto/trunk/ Wow, it has even less documentation than Typo! mathew From uzair at nairang.org Thu Jun 15 18:36:10 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Thu, 15 Jun 2006 23:36:10 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> Message-ID: <20060615223611.CCA6AEE7CF@randymail-a2.dreamhost.com> > would be great, for example, however. Typo has a future, it just needs > a steward and a vessel to get there. Surely this is the problem -- we've lost our stewards! Piers and Scott are busy with work, and that's left Typo head-less. The consensus on this thread seems to be that we need to kickstart the community; the way to do that is to find out who owns/runs typosphere.org, and convince them to give two or three trusted long-time members of the community admin access. As far as documentation goes, the Trac on typosphere.org should be opened up to contributions from the community. I know that's effectively what typoforums.org offers, but wikis are more intuitive to navigate (and IMHO, putting documentation/howtos on threaded forums is equivalent to burying it). Uzair From tim at digital-achievement.com Thu Jun 15 19:14:17 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Thu, 15 Jun 2006 18:14:17 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <20060615223611.CCA6AEE7CF@randymail-a2.dreamhost.com> References: <20060615223611.CCA6AEE7CF@randymail-a2.dreamhost.com> Message-ID: <4491E9C9.8040204@digital-achievement.com> Exactly -- this is a great opportunity to make the existing community stronger which will then enable the community to grow. I'm going to start working on organizing the themes on Friday evening as I laid out in my message last night. Phil has been kind enough to share with me what he has already collected. I'll send updates to the list as I make progress. Tim Syed Uzair Aqeel wrote: >>would be great, for example, however. Typo has a future, it just needs >>a steward and a vessel to get there. > > > Surely this is the problem -- we've lost our stewards! Piers and Scott are > busy with work, and that's left Typo head-less. > > The consensus on this thread seems to be that we need to kickstart the > community; the way to do that is to find out who owns/runs typosphere.org, > and convince them to give two or three trusted long-time members of the > community admin access. > > As far as documentation goes, the Trac on typosphere.org should be opened up > to contributions from the community. I know that's effectively what > typoforums.org offers, but wikis are more intuitive to navigate (and IMHO, > putting documentation/howtos on threaded forums is equivalent to burying > it). > > Uzair > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Timothy Freund http://digital-achievement.com http://edodyssey.com From tim at digital-achievement.com Thu Jun 15 19:14:55 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Thu, 15 Jun 2006 18:14:55 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: <18347.212.215.1.67.1150377991.squirrel@feelfree.homelinux.com> Message-ID: <4491E9EF.4080506@digital-achievement.com> I agree with that idea. The Typo community should eat its own dog food and run an instance on typosphere.org. Give accounts to a few active individuals and let them post not just about Typo, but about the competition as well. That way we spread the responsibility out over several busy individuals rather than one busy individual, and by writing about innovations across the blogging community and not just within Typo we will better see how Typo stacks up against other offerings. Tim Jon Gretar Borgthorsson wrote: > I would think that it should be pretty natural simply to set up a Typo > installation at http://www.typosphere.org and have recent changes blog > there or something. > > On 6/15/06, cedric wrote: > >>Typo is loosing some users with its strange devel process. >>I explain... >>few guy are doing a really good job on typo dev, but everything (but >>nothing) is on the trac, releasing patches (yes we can look at the source, >>I know) but nobody wants to go ahead with a typosphere announcing a >>"coming soon" message for several month now, a dead typogarden project! >> >>Some people don't want to hear it but perhaps the good thing to do is to >>create a REALLY ATTRACTIVE wiki with details on installing, configuring >>typo, and themes... >>and some info on programming stuff (API, classes,etc...) >> >>Typo helped me to discover RoR and I'm addicted but sometimes people need >>to see sparkling things to discover the real beauty! >> >>Regards >> >> >> >>_______________________________________________ >>Typo-list mailing list >>Typo-list at rubyforge.org >>http://rubyforge.org/mailman/listinfo/typo-list >> > > > -- Timothy Freund http://digital-achievement.com http://edodyssey.com From ernieoporto at gmail.com Thu Jun 15 22:03:14 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Thu, 15 Jun 2006 22:03:14 -0400 Subject: [typo] Typo is getting poor! In-Reply-To: <4491DB46.4020506@pobox.com> References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> Message-ID: And did not work well after following the four lines of instructions. *sigh* I just want the RSS sidebar to work again. On 6/15/06, mathew wrote: > > Steve Longdo wrote: > > Maybe the Typo community should look at supporting Rick's Mephisto > > blogging engine. Closer to the original Typo concept and it includes > > a converter for Typo blogs... > > > > http://svn.techno-weenie.net/projects/mephisto/trunk/ > > Wow, it has even less documentation than Typo! > > > mathew > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060615/f035ebb0/attachment-0001.htm From jon.borgthorsson at gmail.com Thu Jun 15 22:51:54 2006 From: jon.borgthorsson at gmail.com (Jon Gretar Borgthorsson) Date: Fri, 16 Jun 2006 02:51:54 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> Message-ID: Well... You just have to find a revision before everything went bad and use that one. On 6/16/06, Ernie Oporto wrote: > > And did not work well after following the four lines of instructions. > *sigh* I just want the RSS sidebar to work again. > > > On 6/15/06, mathew < meta at pobox.com> wrote: > > Steve Longdo wrote: > > > Maybe the Typo community should look at supporting Rick's Mephisto > > > blogging engine. Closer to the original Typo concept and it includes > > > a converter for Typo blogs... > > > > > > http://svn.techno-weenie.net/projects/mephisto/trunk/ > > > > Wow, it has even less documentation than Typo! > > > > > > mathew > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > -- > Ernie > http://www.shokk.com/blog/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/ From steve.longdo at gmail.com Fri Jun 16 00:05:25 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Thu, 15 Jun 2006 23:05:25 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> Message-ID: I think Typo's health has been in jeopardy for a long time. If you go through the last 50 or so changesets most are "new" functionality and very few address bugs or even community offered patches on Trac. Letting contributions languish on Trac uncommitted or even just left open permanently with no comment is not the sign of a healthy open source project. I agree that the unchanging landing page at typosphere.org for the last few months is sad. Since Planet Argon is now the official host of Typo, it would be nice if Robby Russel or some of the other capable folks at Planet Argon were added to Typo as commiters. It would seem that they should have a vested interest in its success. On 6/15/06, Jon Gretar Borgthorsson wrote: > > Well... You just have to find a revision before everything went bad > and use that one. > > On 6/16/06, Ernie Oporto wrote: > > > > And did not work well after following the four lines of instructions. > > *sigh* I just want the RSS sidebar to work again. > > > > > > On 6/15/06, mathew < meta at pobox.com> wrote: > > > Steve Longdo wrote: > > > > Maybe the Typo community should look at supporting Rick's Mephisto > > > > blogging engine. Closer to the original Typo concept and it > includes > > > > a converter for Typo blogs... > > > > > > > > http://svn.techno-weenie.net/projects/mephisto/trunk/ > > > > > > Wow, it has even less documentation than Typo! > > > > > > > > > mathew > > > _______________________________________________ > > > Typo-list mailing list > > > Typo-list at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > > > -- > > Ernie > > http://www.shokk.com/blog/ > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > -- > -------------- > Jon Gretar Borgthorsson > http://www.jongretar.net/ > _______________________________________________ > 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/20060615/0fd57cf6/attachment.htm From rasputnik at gmail.com Fri Jun 16 02:25:33 2006 From: rasputnik at gmail.com (Dick Davies) Date: Fri, 16 Jun 2006 07:25:33 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> Message-ID: <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> On 16/06/06, Jon Gretar Borgthorsson wrote: > Well... You just have to find a revision before everything went bad > and use that one. Can anyone suggest one? Some of us are still on 2.6.0, and it's hard to help fix bugs when you can't test them. -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From jon.borgthorsson at gmail.com Fri Jun 16 03:48:40 2006 From: jon.borgthorsson at gmail.com (Jon Gretar Borgthorsson) Date: Fri, 16 Jun 2006 07:48:40 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> Message-ID: Myself I'm just using the latest trunk without problems. Not very stable though. On 6/16/06, Dick Davies wrote: > On 16/06/06, Jon Gretar Borgthorsson wrote: > > Well... You just have to find a revision before everything went bad > > and use that one. > > Can anyone suggest one? Some of us are still on 2.6.0, and it's hard to > help fix bugs when you can't test them. > > -- > Rasputin :: Jack of All Trades - Master of Nuns > http://number9.hellooperator.net/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/ From neuro at 7el.net Fri Jun 16 03:52:03 2006 From: neuro at 7el.net (=?ISO-8859-1?Q?Fr=E9d=E9ric_de_Villamil?=) Date: Fri, 16 Jun 2006 09:52:03 +0200 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> Message-ID: <44926323.3010704@7el.net> Jon Gretar Borgthorsson a ?crit : > Myself I'm just using the latest trunk without problems. > Not very stable though. > > On 6/16/06, Dick Davies wrote: >> On 16/06/06, Jon Gretar Borgthorsson wrote: >>> Well... You just have to find a revision before everything went bad >>> and use that one. >> Can anyone suggest one? Some of us are still on 2.6.0, and it's hard to >> help fix bugs when you can't test them. >> Hi list, would it be just possible to : svn export the last really stable dev version and do a tar / zip of this add this archive to the current page on typosphere .org ? Every people are not familiar with using subversion so it would be really cool to have this done: we may have more testers here. -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- conseil de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From vemon388 at gmail.com Fri Jun 16 04:28:25 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 18:28:25 +1000 Subject: [typo] Typo is getting poor! In-Reply-To: <44926323.3010704@7el.net> References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <44926323.3010704@7el.net> Message-ID: I just jumped aboard Typo yesterday. I can say guys, that you are doing a great job, I love the application, and I will continue to help in anyway possible. On 6/16/06, Fr?d?ric de Villamil wrote: > > Jon Gretar Borgthorsson a ?crit : > > Myself I'm just using the latest trunk without problems. > > Not very stable though. > > > > On 6/16/06, Dick Davies wrote: > >> On 16/06/06, Jon Gretar Borgthorsson > wrote: > >>> Well... You just have to find a revision before everything went bad > >>> and use that one. > >> Can anyone suggest one? Some of us are still on 2.6.0, and it's hard to > >> help fix bugs when you can't test them. > >> > > Hi list, > would it be just possible to : > > svn export the last really stable dev version and do a tar / zip of this > add this archive to the current page on typosphere .org ? > > Every people are not familiar with using subversion so it would be > really cool to have this done: we may have more testers here. > > > > -- > Fr?d?ric de Villamil > "Quand tu veux chasser une belle fille, il vaut mieux commencer par > draguer sa copine moche" -- conseil de go. > http://t37.net http://fredericdevillamil.com > neuro at 7el.net tel: +33 (0)6 62 19 1337 > _______________________________________________ > 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/20060616/b22b2691/attachment.htm From rasputnik at gmail.com Fri Jun 16 04:31:27 2006 From: rasputnik at gmail.com (Dick Davies) Date: Fri, 16 Jun 2006 09:31:27 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: References: <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> Message-ID: <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> On 16/06/06, Jon Gretar Borgthorsson wrote: > Myself I'm just using the latest trunk without problems. > Not very stable though. Those two statements seem to conflict a bit :) -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From jon.borgthorsson at gmail.com Fri Jun 16 04:42:54 2006 From: jon.borgthorsson at gmail.com (Jon Gretar Borgthorsson) Date: Fri, 16 Jun 2006 08:42:54 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> Message-ID: On 6/16/06, Dick Davies wrote: > On 16/06/06, Jon Gretar Borgthorsson wrote: > > Myself I'm just using the latest trunk without problems. > > Not very stable though. > > Those two statements seem to conflict a bit :) Hehe... Sorry. What I meant by stable is that I never get any administration errors or anything like that. Simply sometimes when the page is being viewed I get an Applicaton Error(rails). But then I just refresh and everything works. -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/ From gpsnospam at gmail.com Fri Jun 16 06:42:46 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Fri, 16 Jun 2006 11:42:46 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> Message-ID: <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> On 16 Jun 2006, at 09:42, a lot of people wrote: > A lot of things ... With regards to a stable version of Typo. I'm on r1055 for Typo. As for Rails I'm on r4444. I use Ecto to post and get the odd error when setting the category but it's easy enough to fix in admin. Once a day I have a cron job running which kills off the dispatch.fcgi processes and keeps things (seemingly) fresh. I cycle the production log every few days to make sure it doesn't get too big and the errors I get are minimal ... but more importantly they are still there. If you want a version of Typo that doesn't crash ... it doesn't exist yet. Saying that though a lot of the errors for me seem to be relating to Rails and not Typo. Remember that both of them are still very much being developed and the major problem that every Rails application seems to have is deployment and stability. Kester Dobson was providing trunk in a zipped format for those who don't have a clue about SVN (www.justkez.com/typo/) With regards to Typosphere Steve Longdo is right - Planet Argon is the home of that. I haven't heard anything from those guys in a long time and the hosting of Typosphere and Trac for nothing (I guess) is admirable. But it really is bordering on neglect ... any of those lads watching this list? With regards to 'Stewardship' Tobi is quite rightly giving all of his attention to Shopify. Scott was doing exciting things with Google which I guess doesn't leave too much time, Piers is probably neck deep in a tight coding schedule for real money, Kevin is - no idea - where are you Kevin? :) But if there are important patches to be included in trunk maybe somebody could list them to make it easier if one of the maintainers dropped in to include them in a changeset? With regards to documentation ... well we could all have a hand in editing Trac ... it's not the best for new users but it'd be a start. If people know a bit about troubleshooting dropping by the forums more often would probably help as well. And Finally Mephisto and Radiant I've had them both installed locally. Radiant does a good job as a CMS but it's not a blogging system which is an important difference ... for me at least :) Mephisto is interesting but there is no documentation as Mathew points out and your host needs to have rmagick installed and working. If Typo frustrates you, then you'll go mad with that right now. Gary From vemon388 at gmail.com Fri Jun 16 07:03:22 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 21:03:22 +1000 Subject: [typo] The deadly 500... Message-ID: Hey guys, I am very new to typo, let alone rails. But I just set up a Typo Blog yesterday. Everything was running smoothly until I started to get random 500 errors when I clicked on a single post. It would ultimately print out "Application error (Rails)". Now every time I access my web site ( http://evilmac.org ) It gives me the same error. I had this problem this morning, so I uninstalled the blog and reinstalled it. Worked fine for an hour, the did the same thing. I have posted a ticket under the name of painkiler . Any help would be greatly appreciated. Thanks Levi McCallum -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060616/adcba1ea/attachment.htm From gpsnospam at gmail.com Fri Jun 16 08:34:10 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Fri, 16 Jun 2006 13:34:10 +0100 Subject: [typo] The deadly 500... In-Reply-To: References: Message-ID: On 16 Jun 2006, at 12:03, levi mccallum wrote: > I am very new to typo, let alone rails. But I just set up a Typo > Blog yesterday. > Everything was running smoothly until I started to get random 500 > errors when I clicked on a single post. It would ultimately print > out "Application error (Rails)". > Now every time I access my web site ( http://evilmac.org ) It gives > me the same error. I had this problem this morning, so I > uninstalled the blog and reinstalled it. Worked fine for an hour, > the did the same thing. > I have posted a ticket under the name of painkiler. I've no idea about Rails errors. Are you sure you (or your host) has everything set-up correctly? The good old "Is it plugged in" first step. What version of Rails are you using with 1055? Are you using fcgi or cgi? Are you using the default template (Azure)? G -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060616/0e051797/attachment.htm From nikanorov at gmail.com Fri Jun 16 09:14:57 2006 From: nikanorov at gmail.com (Andrey Nikanorov) Date: Fri, 16 Jun 2006 17:14:57 +0400 Subject: [typo] The deadly 500... In-Reply-To: References: Message-ID: Same thing! On 6/16/06, levi mccallum wrote: > Hey guys, > > I am very new to typo, let alone rails. But I just set up a Typo Blog > yesterday. > Everything was running smoothly until I started to get random 500 errors > when I clicked on a single post. It would ultimately print out "Application > error (Rails)". > Now every time I access my web site ( http://evilmac.org ) It gives me the > same error. I had this problem this morning, so I uninstalled the blog and > reinstalled it. Worked fine for an hour, the did the same thing. > I have posted a ticket under the name of painkiler. > > Any help would be greatly appreciated. > > Thanks > > Levi McCallum > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > -- Nikanorov Andrey http://blogru.nikanorov.com This email is: [ ] blogable [ x ] ask first [ ] private From tim at digital-achievement.com Fri Jun 16 09:27:40 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Fri, 16 Jun 2006 08:27:40 -0500 Subject: [typo] The deadly 500... In-Reply-To: References: Message-ID: <4492B1CC.5010108@digital-achievement.com> What shows up in ./log/production.log when you hit the site and get the Application error message? Thanks, Tim Andrey Nikanorov wrote: > Same thing! > > On 6/16/06, levi mccallum wrote: > >>Hey guys, >> >> I am very new to typo, let alone rails. But I just set up a Typo Blog >>yesterday. >> Everything was running smoothly until I started to get random 500 errors >>when I clicked on a single post. It would ultimately print out "Application >>error (Rails)". >> Now every time I access my web site ( http://evilmac.org ) It gives me the >>same error. I had this problem this morning, so I uninstalled the blog and >>reinstalled it. Worked fine for an hour, the did the same thing. >> I have posted a ticket under the name of painkiler. >> >> Any help would be greatly appreciated. >> >> Thanks >> >> Levi McCallum >> >>_______________________________________________ >>Typo-list mailing list >>Typo-list at rubyforge.org >>http://rubyforge.org/mailman/listinfo/typo-list >> >> > > > -- Timothy Freund http://digital-achievement.com http://edodyssey.com From gpsnospam at gmail.com Fri Jun 16 09:36:17 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Fri, 16 Jun 2006 14:36:17 +0100 Subject: [typo] The deadly 500... In-Reply-To: <4492B1CC.5010108@digital-achievement.com> References: <4492B1CC.5010108@digital-achievement.com> Message-ID: <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> On 16 Jun 2006, at 14:27, Timothy Freund wrote: > What shows up in ./log/production.log when you hit the site and get > the > Application error message? It's included in the Trac ticket: http://www.typosphere.org/trac/ticket/942 G From uzair at nairang.org Fri Jun 16 10:08:45 2006 From: uzair at nairang.org (uzair at nairang.org) Date: Fri, 16 Jun 2006 07:08:45 -0700 (PDT) Subject: [typo] Typo is getting poor! In-Reply-To: <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> Message-ID: <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> > With regards to 'Stewardship' > > Tobi is quite rightly giving all of his attention to Shopify. Scott > was doing exciting things with Google which I guess doesn't leave too > much time, Piers is probably neck deep in a tight coding schedule for > real money, Kevin is - no idea - where are you Kevin? :) But if > there are important patches to be included in trunk maybe somebody > could list them to make it easier if one of the maintainers dropped > in to include them in a changeset? With regards to documentation ... > well we could all have a hand in editing Trac ... it's not the best > for new users but it'd be a start. If people know a bit about > troubleshooting dropping by the forums more often would probably help > as well. Great, we're in agreement. Now, who owns typosphere.org? I for one would like to be given write-access. I don't have much to add straight away, but I'm happy to sit down for an hour on the weekend and write something, or proofread what someone else has written. Once again this is just my personal opinion, but forums are a bad idea without some documentation in place. They are also not the right place to put documentation. The reasons are many, but the most obvious ones are duplication and navigation. Get typosphere.org going and the forums will come to life by themselves, and will in fact help us fix and add to the documentation on the website. There, I've put my hand up. Uzair From phil at cryer.us Fri Jun 16 10:11:41 2006 From: phil at cryer.us (phil) Date: Fri, 16 Jun 2006 9:11:41 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <4491E9C9.8040204@digital-achievement.com> References: <4491E9C9.8040204@digital-achievement.com> Message-ID: <170d379b6b8e6b02bad13a3ad9e1b870@localhost> Right on Tim, let me know when you're ready for them and I'll cut them down to small screenshot and archive. From there I'll post the 'orphans' to the list and see if we can retrieve some lost themes. P On Thu, 15 Jun 2006 18:14:17 -0500, Timothy Freund wrote: > Exactly -- this is a great opportunity to make the existing community > stronger which will then enable the community to grow. > > I'm going to start working on organizing the themes on Friday evening as > I laid out in my message last night. Phil has been kind enough to share > with me what he has already collected. I'll send updates to the list as > I make progress. > > > Tim > > > Syed Uzair Aqeel wrote: >>>would be great, for example, however. Typo has a future, it just needs >>>a steward and a vessel to get there. >> >> >> Surely this is the problem -- we've lost our stewards! Piers and Scott > are >> busy with work, and that's left Typo head-less. >> >> The consensus on this thread seems to be that we need to kickstart the >> community; the way to do that is to find out who owns/runs > typosphere.org, >> and convince them to give two or three trusted long-time members of the >> community admin access. >> >> As far as documentation goes, the Trac on typosphere.org should be > opened up >> to contributions from the community. I know that's effectively what >> typoforums.org offers, but wikis are more intuitive to navigate (and > IMHO, >> putting documentation/howtos on threaded forums is equivalent to burying >> it). >> >> Uzair >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > -- > Timothy Freund > http://digital-achievement.com > http://edodyssey.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- http://fak3r.com - you don't have to kick it -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From gpsnospam at gmail.com Fri Jun 16 10:22:00 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Fri, 16 Jun 2006 15:22:00 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> Message-ID: On 16 Jun 2006, at 15:08, uzair at nairang.org wrote: > > Great, we're in agreement. Now, who owns typosphere.org? I for one > would > like to be given write-access. I don't have much to add straight > away, but > I'm happy to sit down for an hour on the weekend and write > something, or > proofread what someone else has written. Everybody has access to Trac. Just hit the 'Edit this page' button From phil at cryer.us Fri Jun 16 10:23:08 2006 From: phil at cryer.us (phil) Date: Fri, 16 Jun 2006 9:23:08 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <4491E9EF.4080506@digital-achievement.com> References: <4491E9EF.4080506@digital-achievement.com> Message-ID: On Thu, 15 Jun 2006 18:14:55 -0500, Timothy Freund wrote: > I agree with that idea. The Typo community should eat its own dog food > and run an instance on typosphere.org. Give accounts to a few active > individuals and let them post not just about Typo, but about the > competition as well. > > That way we spread the responsibility out over several busy individuals > rather than one busy individual, and by writing about innovations across > the blogging community and not just within Typo we will better see how > Typo stacks up against other offerings. Definintely, and now is the time to regroup, after all the Mepistop talk I did some looking around and found this snippet: -------------- Mephisto This is unrelated to the other happenings above, but I wanted to comment on this due to the recent happenings. The Rails Weblog has just swapped their blogging engine from Typo to Mephisto. Of course they would give Rick all the credit wouldn?t they. ;-p Mephisto is a new Rails based publishing system (yes, another one). We haven?t released an official version of it yet, but we hope to be doing that soon. At the moment I?m implementing a new interface for Mephisto and we have to work out file management as well before we do an official release. Here is a sneak peak at the new interface (pay no mind to the text): [...] Some of you may or may not know, but I had a hand in Typo as well. It?s actually how I met and started working with Tobias. So why are people swapping from Typo? I don?t mean to take anything away from the talented folks who are doing the upkeep on Typo, but to me, Typo has lost focus of it?s purpose. Typo?s purpose was to publish content, but it has quickly evolved into much more, the interface has suffered as a result of this. There is so much focus on the development that the usability has taken a big blow. I?m not sure if the Typo team has an active designer on staff, but I know that a sole designer simply can?t keep up with the pace of development. Or, at least, this was the case right before I stopped working on it. (Disclaimer: I haven?t checked out any of the recent version of Typo). With Mephisto it?s primarily just me and Rick working on it, although we have received some great contributions from others. We both have very high standards and we want to see those high standards reflected in what we release to the public. Mephisto is still in it?s infancy, but keep your eyes pealed for more to come. http://encytemedia.com/blog/articles/2006/06/13/railsconf-railsday-vacation-and-mephisto -------------- So it's not just us that feel like this, but now it's becoming the consensus is in the Rails community; Typo has lost ground, but we need to look forward with what we can do to strengthen the community. First off has to be the website, make it easier to use obviously, but also have a 1-2-3-4 step process where a newbie can downlaod/install/run a 2.6.0 instance in short order. From there I think we *need* a target date and requirement list for 4.0.0, then a theme site to allow users all of the themes for 2.6.0 and a sep listing for -trunk, that way when 4.0.0 comes out there will be a slew of themes avail out of the gate. Sorry, but people will judge Typo in how it looks, but with the themes we have from the contest that's no problem, it's just making those themes available (how about shipping with the top 5 rated ones? As well as migrating them to work with -trunk/4.0.0. P > > Jon Gretar Borgthorsson wrote: >> I would think that it should be pretty natural simply to set up a Typo >> installation at http://www.typosphere.org and have recent changes blog >> there or something. >> >> On 6/15/06, cedric wrote: >> >>>Typo is loosing some users with its strange devel process. >>>I explain... >>>few guy are doing a really good job on typo dev, but everything (but >>>nothing) is on the trac, releasing patches (yes we can look at the > source, >>>I know) but nobody wants to go ahead with a typosphere announcing a >>>"coming soon" message for several month now, a dead typogarden project! >>> >>>Some people don't want to hear it but perhaps the good thing to do is to >>>create a REALLY ATTRACTIVE wiki with details on installing, configuring >>>typo, and themes... >>>and some info on programming stuff (API, classes,etc...) >>> >>>Typo helped me to discover RoR and I'm addicted but sometimes people > need >>>to see sparkling things to discover the real beauty! >>> >>>Regards >>> >>> >>> >>>_______________________________________________ >>>Typo-list mailing list >>>Typo-list at rubyforge.org >>>http://rubyforge.org/mailman/listinfo/typo-list >>> >> >> >> > > -- > Timothy Freund > http://digital-achievement.com > http://edodyssey.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- http://fak3r.com - you don't have to kick it -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From bronson at rinspin.com Fri Jun 16 10:46:15 2006 From: bronson at rinspin.com (Scott Bronson) Date: Fri, 16 Jun 2006 10:46:15 -0400 Subject: [typo] Typo is getting poor! In-Reply-To: References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> Message-ID: <1150469175.7861.31.camel@lyra.rinspin.com> Some people are volunteering to update the documentation, others are rescuing obsolete themes from TypoGarden. This is wonderful to see! Typo may have more life in it yet. But what about Typo's biggest problem? http://www.typosphere.org/trac/browser/trunk No commits since May 20th, and not a peep from anybody with commit access. Well, one single peep. :) http://thread.gmane.org/gmane.comp.web.typo.user/2677/focus=2686 r1055 is just not suitable for running a production blog and nobody appears to be merging the patches in Trac. How can this be fixed? - Scott From meta at pobox.com Fri Jun 16 10:59:08 2006 From: meta at pobox.com (mathew) Date: Fri, 16 Jun 2006 09:59:08 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: <449195E7.3080708@7el.net> <61A24FAA-9FFF-4EA4-ADFC-102B86AE0A62@gmail.com> <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> Message-ID: <4492C73C.1070708@pobox.com> Jon Gretar Borgthorsson wrote: > Well... You just have to find a revision before everything went bad > and use that one. I've mentioned this before, but If you want a good revision of typo trunk, I've been having luck with 1039 and Rails 1.1.1. Posting works, admin works, RSS works, comments work, fastcgi has only crashed once. mathew From meta at pobox.com Fri Jun 16 11:07:04 2006 From: meta at pobox.com (mathew) Date: Fri, 16 Jun 2006 10:07:04 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: References: <4491C49A.1060605@pobox.com> <3b4c21720606151407l151ca7a5t81551836c47c1111@mail.gmail.com> <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> Message-ID: <4492C918.9040308@pobox.com> Jon Gretar Borgthorsson wrote: > Sorry. What I meant by stable is that I never get any administration > errors or anything like that. Simply sometimes when the page is being > viewed I get an Applicaton Error(rails). But then I just refresh and > everything works. I used to get that all the time. Then my web host contacted me and said Typo was running the server into the ground, and please could I switch to a more expensive plan that included fastcgi. mathew From phil at cryer.us Fri Jun 16 11:37:29 2006 From: phil at cryer.us (phil) Date: Fri, 16 Jun 2006 10:37:29 -0500 Subject: [typo] Typo is getting poor! In-Reply-To: <4492C73C.1070708@pobox.com> References: <4492C73C.1070708@pobox.com> Message-ID: On Fri, 16 Jun 2006 09:59:08 -0500, mathew wrote: > Jon Gretar Borgthorsson wrote: >> Well... You just have to find a revision before everything went bad >> and use that one. > > I've mentioned this before, but If you want a good revision of typo > trunk, I've been having luck with 1039 and Rails 1.1.1. Posting works, > admin works, RSS works, comments work, fastcgi has only crashed once. Mathew Can you help us with this? I've asked off and on how to get to a 'stable' version of trunk. Namely: what are the steps? svn typo trunk svn rails 1038? rake migrate VERSION=??? Sorry if this is obvious, but I don't know how to target things to make this work. Thanks P > > > mathew > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- http://fak3r.com - you don't have to kick it -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From jon.borgthorsson at gmail.com Fri Jun 16 11:45:10 2006 From: jon.borgthorsson at gmail.com (Jon Gretar Borgthorsson) Date: Fri, 16 Jun 2006 15:45:10 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <4492C918.9040308@pobox.com> References: <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <4492C918.9040308@pobox.com> Message-ID: On 6/16/06, mathew wrote: > Jon Gretar Borgthorsson wrote: > > Sorry. What I meant by stable is that I never get any administration > > errors or anything like that. Simply sometimes when the page is being > > viewed I get an Applicaton Error(rails). But then I just refresh and > > everything works. > > I used to get that all the time. Then my web host contacted me and said > Typo was running the server into the ground, and please could I switch > to a more expensive plan that included fastcgi. I actually was thinking about this being Apache related. Although I was using fastcgi of course. As serverpowered.com gives me 3 ip addresses for my money I quickly set up LightTPD alongside Apache and bound to a seperate IP and have that problem a lot less. Now I'm moving most things to Lighty. If only Lighty supported SVN I would make a complete switch. -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/ From william.a at carrel.org Fri Jun 16 12:57:49 2006 From: william.a at carrel.org (Andy Carrel) Date: Fri, 16 Jun 2006 09:57:49 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <4491DB46.4020506@pobox.com> <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <4492C918.9040308@pobox.com> Message-ID: On 6/16/06, Jon Gretar Borgthorsson wrote: > On 6/16/06, mathew wrote: > > Jon Gretar Borgthorsson wrote: > > > Sorry. What I meant by stable is that I never get any administration > > > errors or anything like that. Simply sometimes when the page is being > > > viewed I get an Applicaton Error(rails). But then I just refresh and > > > everything works. > > > > I used to get that all the time. Then my web host contacted me and said > > Typo was running the server into the ground, and please could I switch > > to a more expensive plan that included fastcgi. > > I actually was thinking about this being Apache related. Although I > was using fastcgi of course. As serverpowered.com gives me 3 ip > addresses for my money I quickly set up LightTPD alongside Apache and > bound to a seperate IP and have that problem a lot less. Now I'm > moving most things to Lighty. > > If only Lighty supported SVN I would make a complete switch. Have people been having problems with FastCGI on the newer revisions? My sad devotion to the older versions that used page_cache haven't helped me conjure up any new patches. The order of magnitude slowdown in pages per second served just wasn't worth it on my low CPU/memory capacity server. Of course now I realize I don't even know how that whole page_cache vs. action_cache debate worked out. -- wac From scott at sigkill.org Fri Jun 16 13:01:25 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 16 Jun 2006 10:01:25 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: <1150469175.7861.31.camel@lyra.rinspin.com> References: <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> <1150469175.7861.31.camel@lyra.rinspin.com> Message-ID: <14b7e5ef0606161001l6257c08eq64bf687deb755a29@mail.gmail.com> On 6/16/06, Scott Bronson wrote: > Some people are volunteering to update the documentation, others are > rescuing obsolete themes from TypoGarden. This is wonderful to see! > Typo may have more life in it yet. > > But what about Typo's biggest problem? > > http://www.typosphere.org/trac/browser/trunk > > No commits since May 20th, and not a peep from anybody with commit > access. Well, one single peep. :) > http://thread.gmane.org/gmane.comp.web.typo.user/2677/focus=2686 > > r1055 is just not suitable for running a production blog and nobody > appears to be merging the patches in Trac. How can this be fixed? I supposed it's time to jump in here. I've been insanely busy with with work for the past couple months. Even worse, I'm oncall for work this week, and just haven't had the energy to deal with this thread. As I see it, we have a few problems (in random order): 1. Typosphere needs more detail. Adding a blog would be nice, as would more documentation. We've discussed this before, but no one has stepped forward to get it working. Technically, this is pretty easy. 2. No one is actively committing things to SVN. There are 3 semi-active developers on Typo right now (my, Piers, and Kevin), but none of us have much time right now. 3. Bugs are getting fixed/patches aren't being applied. This is sort of complex. First, it's been *really hard* to find patches, thanks to all of the spam in Trac. Kevin's beat the spam back quite a bit, but it's still hard. Perhaps we'd be best off if people would discuss patches here. 4. We're missing documentation, and Typo's hard to install. This is mostly my fault. I've been trying to fix the install process for months and just haven't found the time. 5. Typo isn't very stable. This is a bit different from "bugs aren't getting fixed." It's proven to be difficult to install Typo in different environments reliabily. Over the past year, I've seen a huge number of *weird* bug reports just really don't make sense. It's like the combination of Apache+FCGI+Ruby+rails+ruby FCGI+Typo+DB is tough to get reliable. 6. Typo has a huge resource footprint. For some reason, Typo seems to leak memory. I don't know how to debug this. In some environments, Typo can jump up to 50+ MB, while others seem relatively stable. Unfortunately, *there's no way to tell where the memory's going*. 7. Typo has gone down the "more features" route rather then the "small and fast" route. I don't know how to address this. It is what it is, largely because we've added the things that we want and people have asked for. Most of the "bloat" is my code, including things like sidebars and plugable text filters. 8. There's no stable 4.0 release, even after months. This is basically my fault, too. People have been waiting for the installer that I haven't been able to finish. With any luck, I'll have some free time once I'm back off being on-call, and I'll be able to spend 10-15 hours on the installer. Until then, can people help with bug fixes? If we can get a list of bugs that are really broken, and ideally a list of patches that need applied, then it'll be *vastly* easier to get changes applied. 9. We need maintainers with time. Right now, I think there are 6 or 7 people with SVN write access. 4 of those are basically done with Typo, leaving 3 of us semi-active. If a couple people could step up and demonstrate that they (a) have time, (b) know what they're doing, and (c) are good at dealing with bugs, then I'd be glad to add them to the commit list. So, what am I missing? Scott From uzair at nairang.org Fri Jun 16 13:22:33 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Fri, 16 Jun 2006 18:22:33 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: Message-ID: <20060616172232.9CB11AF19A@randymail-a8.dreamhost.com> > Everybody has access to Trac. Just hit the 'Edit this page' button Curious...that's what I thought too, but I don't have an 'edit this page' button. That's probably because I haven't logged in...except I don't have a login and there's no place to register from the looks of it. Uzair From boss at topfunky.com Fri Jun 16 13:32:16 2006 From: boss at topfunky.com (Geoffrey Grosenbach) Date: Fri, 16 Jun 2006 10:32:16 -0700 Subject: [typo] Typo is getting poor! Message-ID: This suggestion will probably not be popular: use a VPS or dedicated server. If you're stuck on a shared server, write your own simple blog or use one of the newer, lightweight ones. I had continuous problems with Typo on my shared host. I switched to a VPS with 192 MB RAM and have had 0 problems and continuous uptime for the last three months. (granted, I'm using a trunk version from a few months ago). Geoff ...................................... Ruby on Rails Blog | http://nubyonrails.com From ernieoporto at gmail.com Fri Jun 16 14:55:33 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Fri, 16 Jun 2006 14:55:33 -0400 Subject: [typo] Typo is getting poor! In-Reply-To: References: Message-ID: After complaining about my RSS sidebar not working, I rolled up my sleeves and fixed it. This, after giving a try at Mephisto and finding it harder to set up than Typo was. So Typo is back in my good graces, and honestly there isn't any feature that I can think of that I'm eager to have added. Maybe I'm too easy to please but it works great for me right now. I'm stable on r1004 if anyone wants a recommended trunk version to use. That said, what reason would one want to go to r1055, or something more stable between the two? Ernie On 6/16/06, Geoffrey Grosenbach wrote: > > This suggestion will probably not be popular: use a VPS or dedicated > server. If you're stuck on a shared server, write your own simple > blog or use one of the newer, lightweight ones. > > I had continuous problems with Typo on my shared host. I switched to > a VPS with 192 MB RAM and have had 0 problems and continuous uptime > for the last three months. (granted, I'm using a trunk version from a > few months ago). > > Geoff > ...................................... > Ruby on Rails Blog | http://nubyonrails.com > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060616/d48515f9/attachment.htm From gpsnospam at gmail.com Fri Jun 16 15:04:47 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Fri, 16 Jun 2006 20:04:47 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: References: Message-ID: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> On 16 Jun 2006, at 19:55, Ernie Oporto wrote: > > That said, what reason would one want to go to r1055, or something > more stable between the two? In all honesty if you have a stable trunk version then stick with it. I only jumped up trunk to test the thing. But seriously ... if it's stable then stay where you are. Gary From vemon388 at gmail.com Fri Jun 16 15:59:27 2006 From: vemon388 at gmail.com (levi mccallum) Date: Sat, 17 Jun 2006 05:59:27 +1000 Subject: [typo] The deadly 500... In-Reply-To: <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Ok guys, I was a little vague in my explanation. I am on dreamhost, running 1055 svn. It seems that I only get those error messages when I go strait to the domain, e.g. http://evilmac.org. but if I go http://evilmac.org/admin it logs in. The site seemed to work for a few hours last night, then I get the same error this morning. I am running fastcgi. And I am really stuck in the mud here.... On 6/16/06, Gary Shewan wrote: > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > What shows up in ./log/production.log when you hit the site and get > > the > > Application error message? > > It's included in the Trac ticket: > > http://www.typosphere.org/trac/ticket/942 > > G > _______________________________________________ > 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/20060617/5c5069b8/attachment.htm From vemon388 at gmail.com Fri Jun 16 16:05:12 2006 From: vemon388 at gmail.com (levi mccallum) Date: Sat, 17 Jun 2006 06:05:12 +1000 Subject: [typo] Typo is getting poor! In-Reply-To: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: What do I do when I fix a bug or defect? Levi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060617/7145a0b9/attachment.htm From scott at sigkill.org Fri Jun 16 16:26:03 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 16 Jun 2006 13:26:03 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: <14b7e5ef0606161326g2745c900nb79dce0b8fb8c305@mail.gmail.com> Add it to trac, either as a new ticket or as a patch to an older ticket. Then, since Trac isn't all that hot at telling people when older tickets change, send mail to this list, and we'll see what we can do. Scott On 6/16/06, levi mccallum wrote: > What do I do when I fix a bug or defect? > > Levi > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > From mattrose at folkwolf.net Fri Jun 16 15:45:29 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Fri, 16 Jun 2006 15:45:29 -0400 (EDT) Subject: [typo] Typo is getting poor! In-Reply-To: <14b7e5ef0606161001l6257c08eq64bf687deb755a29@mail.gmail.com> References: <3f1760606152325h218dbc3ct1f305579dd26e6fe@mail.gmail.com> <3f1760606160131y65967029gcb1226500b6ed362@mail.gmail.com> <58CB8A55-7086-4001-8DC1-4E63548FA0DE@gmail.com> <47485.139.149.1.211.1150466925.squirrel@readme.nairang.org> <1150469175.7861.31.camel@lyra.rinspin.com> <14b7e5ef0606161001l6257c08eq64bf687deb755a29@mail.gmail.com> Message-ID: On Fri, 16 Jun 2006, Scott Laird wrote: > On 6/16/06, Scott Bronson wrote: >> Some people are volunteering to update the documentation, others are >> rescuing obsolete themes from TypoGarden. This is wonderful to see! >> Typo may have more life in it yet. >> >> But what about Typo's biggest problem? >> >> http://www.typosphere.org/trac/browser/trunk >> >> No commits since May 20th, and not a peep from anybody with commit >> access. Well, one single peep. :) >> http://thread.gmane.org/gmane.comp.web.typo.user/2677/focus=2686 >> >> r1055 is just not suitable for running a production blog and nobody >> appears to be merging the patches in Trac. How can this be fixed? > > I supposed it's time to jump in here. I've been insanely busy with > with work for the past couple months. Even worse, I'm oncall for work > this week, and just haven't had the energy to deal with this thread. > > As I see it, we have a few problems (in random order): > > 1. Typosphere needs more detail. Adding a blog would be nice, as > would more documentation. We've discussed this before, but no one has > stepped forward to get it working. Technically, this is pretty easy. This effort seems to have a lot of people behind it. > > 2. No one is actively committing things to SVN. There are 3 > semi-active developers on Typo right now (my, Piers, and Kevin), but > none of us have much time right now. I would love to help here, and I can apply properly formatted patches to trunk, but I don't know enough about the entire typo codebase to really be able to hack on it yet. > > 3. Bugs are getting fixed/patches aren't being applied. This is sort > of complex. First, it's been *really hard* to find patches, thanks to > all of the spam in Trac. Kevin's beat the spam back quite a bit, but > it's still hard. Perhaps we'd be best off if people would discuss > patches here. I've found a few. I've also been doing a cleanup of trac, closing off old bugs that have been fixed, as well as closing off bugs that are obviously not bugs. I think I've picked off most of the low hanging fruit though. > > 4. We're missing documentation, and Typo's hard to install. This is > mostly my fault. I've been trying to fix the install process for > months and just haven't found the time. Do you have any code that you can throw onto trunk? I'd love to be able to at least try what you've got, and open bugs and/or write patches for it. > > 5. Typo isn't very stable. This is a bit different from "bugs aren't > getting fixed." It's proven to be difficult to install Typo in > different environments reliabily. Over the past year, I've seen a > huge number of *weird* bug reports just really don't make sense. It's > like the combination of Apache+FCGI+Ruby+rails+ruby FCGI+Typo+DB is > tough to get reliable. I think we need to put a bug triage in place. A lot of the bugs we haven't been able to track down because we don't know enough about the environment to place the problem. I've seen a lot of well written bugs that include all the necessary information, but I've also seen a lot of bugs that don't include the necessary info to even determine whether or not it's a problem with typo, or fastcgi, or rails, or lighthttpd, or what. > > 6. Typo has a huge resource footprint. For some reason, Typo seems > to leak memory. I don't know how to debug this. In some > environments, Typo can jump up to 50+ MB, while others seem relatively > stable. Unfortunately, *there's no way to tell where the memory's > going*. I haven't seen this. > > 7. Typo has gone down the "more features" route rather then the > "small and fast" route. I don't know how to address this. It is what > it is, largely because we've added the things that we want and people > have asked for. Most of the "bloat" is my code, including things like > sidebars and plugable text filters. These features are actually what differentiate typo from WP. Feature differentiation is good, and doesn't necessarily mean more features, it just means that Typo has different features. For example, our post editor sucks, but that was part of the design decision. Most typo users use an external blog tool to post to typo, so they don't need a good post editor. I think we need to find areas where we can add features that users want, without bloating the code. > > 8. There's no stable 4.0 release, even after months. This is > basically my fault, too. People have been waiting for the installer > that I haven't been able to finish. With any luck, I'll have some > free time once I'm back off being on-call, and I'll be able to spend > 10-15 hours on the installer. Until then, can people help with bug > fixes? If we can get a list of bugs that are really broken, and > ideally a list of patches that need applied, then it'll be *vastly* > easier to get changes applied. I've spent a good part of today going through the trac site, and I have a list of 7 defects that have a milestone of 4.0 http://www.typosphere.org/trac/query?status=new&status=assigned&status=reopened&milestone=4.0&type=defect&order=priority 5 of these defects have patches. There are 4 enhancements with a 4.0 milestone, only one blocks the release. That one is, umm, yours. http://www.typosphere.org/trac/query?status=new&status=assigned&status=reopened&milestone=4.0&type=enhancement&order=priority > > 9. We need maintainers with time. Right now, I think there are 6 or > 7 people with SVN write access. 4 of those are basically done with > Typo, leaving 3 of us semi-active. If a couple people could step up > and demonstrate that they (a) have time, (b) know what they're doing, > and (c) are good at dealing with bugs, then I'd be glad to add them to > the commit list. I don't have that much time, I don't really know what I'm doing, but I am good at dealing with bugs. It's what I do professionally. > > So, what am I missing? All we're missing now is a plan. I really think we should look at putting out a beta of 4.0 soon. I can help clean off bugs, and start to come up with a test plan for the patches that are in trac. I have NO IDEA how unit testing is done with rails, or ruby, but I'll take a look. Thanks for composing this response. > > > Scott > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- -------------------------------------------------------------------------- Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net He's an obese Jewish househusband who must take medication to keep him sane. She's a tortured motormouth Valkyrie from the wrong side of the tracks. They fight crime! From vemon388 at gmail.com Fri Jun 16 16:31:39 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 20:31:39 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <14b7e5ef0606161326g2745c900nb79dce0b8fb8c305@mail.gmail.com> References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <14b7e5ef0606161326g2745c900nb79dce0b8fb8c305@mail.gmail.com> Message-ID: Ok it's the simplist problem. But in the admin panel, the menu tabs need to be set at 0.8em not 12px becuase some people have bigger font schemes than some... On 6/16/06, Scott Laird wrote: > > Add it to trac, either as a new ticket or as a patch to an older > ticket. Then, since Trac isn't all that hot at telling people when > older tickets change, send mail to this list, and we'll see what we > can do. > > > Scott > > On 6/16/06, levi mccallum wrote: > > What do I do when I fix a bug or defect? > > > > Levi > > > > _______________________________________________ > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060616/ad651a63/attachment-0001.htm From scott at sigkill.org Fri Jun 16 16:38:38 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 16 Jun 2006 13:38:38 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <14b7e5ef0606161326g2745c900nb79dce0b8fb8c305@mail.gmail.com> Message-ID: <14b7e5ef0606161338l222d3aco7d8b3bbb11acae54@mail.gmail.com> Ah, great. File a ticket, please? I don't have access to SVN at the moment, but this is a pretty obvious fix :-). Scott On 6/16/06, levi mccallum wrote: > Ok it's the simplist problem. But in the admin panel, the menu tabs need to > be set at 0.8em not 12px becuase some people have bigger font schemes than > some... > > > On 6/16/06, Scott Laird wrote: > > Add it to trac, either as a new ticket or as a patch to an older > > ticket. Then, since Trac isn't all that hot at telling people when > > older tickets change, send mail to this list, and we'll see what we > > can do. > > > > > > Scott > > > > On 6/16/06, levi mccallum wrote: > > > What do I do when I fix a bug or defect? > > > > > > Levi > > > > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > From mattrose at folkwolf.net Fri Jun 16 16:35:02 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Fri, 16 Jun 2006 16:35:02 -0400 (EDT) Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: On Sat, 17 Jun 2006, levi mccallum wrote: > What do I do when I fix a bug or defect? > > Levi > Submit a patch and a unit or functional test to trac. Wait for one of the people with submit access apply it to trunk -- -------------------------------------------------------------------------- Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net He's a deeply religious moralistic cyborg from a doomed world. She's a strong-willed blonde doctor with only herself to blame. They fight crime! From vemon388 at gmail.com Fri Jun 16 17:19:46 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 21:19:46 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: How do I develop a patch? Sorry to ask so noobish questions, I am very new here. On 6/16/06, Matt Rose wrote: > > On Sat, 17 Jun 2006, levi mccallum wrote: > > > What do I do when I fix a bug or defect? > > > > Levi > > > > Submit a patch and a unit or functional test to trac. > > Wait for one of the people with submit access apply it to trunk > > > > -- > -------------------------------------------------------------------------- > Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net > He's a deeply religious moralistic cyborg from a doomed world. She's a > strong-willed blonde doctor with only herself to blame. They fight crime! > _______________________________________________ > 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/20060616/3e76e340/attachment.htm From william.a at carrel.org Fri Jun 16 17:26:58 2006 From: william.a at carrel.org (Andy Carrel) Date: Fri, 16 Jun 2006 14:26:58 -0700 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Followed up to the ticket, but noting it here too. The error is coming from the connect routines in the MySQL adapter. It's appears to be angry about an argument it is receiving to connect with. ("Database adapter mad! Database adapter smash! Rar! *crunch* 500.") On 6/16/06, levi mccallum wrote: > Ok guys, I was a little vague in my explanation. > > I am on dreamhost, running 1055 svn. > > It seems that I only get those error messages when I go strait to the > domain, e.g. http://evilmac.org . > but if I go http://evilmac.org/admin it logs in. > > The site seemed to work for a few hours last night, then I get the same > error this morning. > > I am running fastcgi. And I am really stuck in the mud here.... > > > On 6/16/06, Gary Shewan wrote: > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > What shows up in ./log/production.log when you hit the site and get > > > the > > > Application error message? > > > > It's included in the Trac ticket: > > > > http://www.typosphere.org/trac/ticket/942 > > > > G > > _______________________________________________ > > 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 scott at sigkill.org Fri Jun 16 17:31:32 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 16 Jun 2006 14:31:32 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: <14b7e5ef0606161431p425a7214s9db57e18d567ef1@mail.gmail.com> Ahh, okay. I'm going to assume that you're using the trunk with svn not 2.6.x. Go ahead and edit the CSS file that's broken. Change 12px to 0.8em. Feel free to fix whatever else looks broken. Then run 'svn diff'. It should give you a patch. If it includes too many files (like config files, etc), then try 'svn diff FILENAMES'. Save the patch to a file, like /tmp/admin-fix.patch Then create a new ticket in trac (http://typospehere.org/trac) that describes the problem. Save the ticket, then click on 'attach' and upload your patch. If the change is really small (as this one probably is), then you can just cut-and-paste the patch into the ticket, but that usually makes it harder for us to apply it. I it's a 1-line change, it's probably not a bit deal. Scott On 6/16/06, levi mccallum wrote: > How do I develop a patch? Sorry to ask so noobish questions, I am very new > here. > > > On 6/16/06, Matt Rose wrote: > > On Sat, 17 Jun 2006, levi mccallum wrote: > > > > > What do I do when I fix a bug or defect? > > > > > > Levi > > > > > > > Submit a patch and a unit or functional test to trac. > > > > Wait for one of the people with submit access apply it to trunk > > > > > > > > -- > > > -------------------------------------------------------------------------- > > Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net > > He's a deeply religious moralistic cyborg from a doomed world. She's a > > strong-willed blonde doctor with only herself to blame. They fight crime! > > _______________________________________________ > > 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 vemon388 at gmail.com Fri Jun 16 17:41:52 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 21:41:52 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Lol, Andy your funny. Anyway, What kind of things can I do to stop it? On 6/16/06, Andy Carrel wrote: > > Followed up to the ticket, but noting it here too. The error is coming > from the connect routines in the MySQL adapter. It's appears to be > angry about an argument it is receiving to connect with. ("Database > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > On 6/16/06, levi mccallum wrote: > > Ok guys, I was a little vague in my explanation. > > > > I am on dreamhost, running 1055 svn. > > > > It seems that I only get those error messages when I go strait to the > > domain, e.g. http://evilmac.org . > > but if I go http://evilmac.org/admin it logs in. > > > > The site seemed to work for a few hours last night, then I get the same > > error this morning. > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > On 6/16/06, Gary Shewan wrote: > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > What shows up in ./log/production.log when you hit the site and get > > > > the > > > > Application error message? > > > > > > It's included in the Trac ticket: > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > G > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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/20060616/0c9e7a92/attachment.htm From vemon388 at gmail.com Fri Jun 16 17:43:38 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 21:43:38 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <14b7e5ef0606161431p425a7214s9db57e18d567ef1@mail.gmail.com> References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <14b7e5ef0606161431p425a7214s9db57e18d567ef1@mail.gmail.com> Message-ID: Wouldn't I just be easyer for you guys to do it with out my patch? Becuase it's not even 1 line of css, just 4 characters. Levi On 6/16/06, Scott Laird wrote: > > Ahh, okay. > > I'm going to assume that you're using the trunk with svn not 2.6.x. > > Go ahead and edit the CSS file that's broken. Change 12px to 0.8em. > Feel free to fix whatever else looks broken. > > Then run 'svn diff'. It should give you a patch. If it includes too > many files (like config files, etc), then try 'svn diff FILENAMES'. > Save the patch to a file, like /tmp/admin-fix.patch > > Then create a new ticket in trac (http://typospehere.org/trac) that > describes the problem. Save the ticket, then click on 'attach' and > upload your patch. > > If the change is really small (as this one probably is), then you can > just cut-and-paste the patch into the ticket, but that usually makes > it harder for us to apply it. I it's a 1-line change, it's probably > not a bit deal. > > > Scott > > On 6/16/06, levi mccallum wrote: > > How do I develop a patch? Sorry to ask so noobish questions, I am very > new > > here. > > > > > > On 6/16/06, Matt Rose wrote: > > > On Sat, 17 Jun 2006, levi mccallum wrote: > > > > > > > What do I do when I fix a bug or defect? > > > > > > > > Levi > > > > > > > > > > Submit a patch and a unit or functional test to trac. > > > > > > Wait for one of the people with submit access apply it to trunk > > > > > > > > > > > > -- > > > > > > -------------------------------------------------------------------------- > > > Matt Rose mattrose at folkwolf.net Visit my blog! > http://folkwolf.net > > > He's a deeply religious moralistic cyborg from a doomed world. She's a > > > strong-willed blonde doctor with only herself to blame. They fight > crime! > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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/20060616/5045c3ca/attachment-0001.htm From scott at sigkill.org Fri Jun 16 17:45:29 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 16 Jun 2006 14:45:29 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <14b7e5ef0606161431p425a7214s9db57e18d567ef1@mail.gmail.com> Message-ID: <14b7e5ef0606161445ybd7a0dft3c149cda27eeae6d@mail.gmail.com> In this case, it's pretty easy. I'll try to get to it this weekend, but I won't be able to do anything with it until tonight at the earliest, and probably not until sometime tomorrow. A ticket would make it a lot harder to forget :-). Scott On 6/16/06, levi mccallum wrote: > Wouldn't I just be easyer for you guys to do it with out my patch? Becuase > it's not even 1 line of css, just 4 characters. > > Levi > > > On 6/16/06, Scott Laird wrote: > > Ahh, okay. > > > > I'm going to assume that you're using the trunk with svn not 2.6.x. > > > > Go ahead and edit the CSS file that's broken. Change 12px to 0.8em. > > Feel free to fix whatever else looks broken. > > > > Then run 'svn diff'. It should give you a patch. If it includes too > > many files (like config files, etc), then try 'svn diff FILENAMES'. > > Save the patch to a file, like /tmp/admin-fix.patch > > > > Then create a new ticket in trac (http://typospehere.org/trac ) that > > describes the problem. Save the ticket, then click on 'attach' and > > upload your patch. > > > > If the change is really small (as this one probably is), then you can > > just cut-and-paste the patch into the ticket, but that usually makes > > it harder for us to apply it. I it's a 1-line change, it's probably > > not a bit deal. > > > > > > Scott > > > > On 6/16/06, levi mccallum wrote: > > > How do I develop a patch? Sorry to ask so noobish questions, I am very > new > > > here. > > > > > > > > > On 6/16/06, Matt Rose wrote: > > > > On Sat, 17 Jun 2006, levi mccallum wrote: > > > > > > > > > What do I do when I fix a bug or defect? > > > > > > > > > > Levi > > > > > > > > > > > > > Submit a patch and a unit or functional test to trac. > > > > > > > > Wait for one of the people with submit access apply it to trunk > > > > > > > > > > > > > > > > -- > > > > > > > > -------------------------------------------------------------------------- > > > > Matt Rose mattrose at folkwolf.net Visit my blog! > http://folkwolf.net > > > > He's a deeply religious moralistic cyborg from a doomed world. She's a > > > > strong-willed blonde doctor with only herself to blame. They fight > crime! > > > > _______________________________________________ > > > > 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 > > > > > > > > _______________________________________________ > > 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 vemon388 at gmail.com Fri Jun 16 17:48:05 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 21:48:05 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <14b7e5ef0606161445ybd7a0dft3c149cda27eeae6d@mail.gmail.com> References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <14b7e5ef0606161431p425a7214s9db57e18d567ef1@mail.gmail.com> <14b7e5ef0606161445ybd7a0dft3c149cda27eeae6d@mail.gmail.com> Message-ID: I filed one... On 6/16/06, Scott Laird wrote: > > In this case, it's pretty easy. I'll try to get to it this weekend, > but I won't be able to do anything with it until tonight at the > earliest, and probably not until sometime tomorrow. A ticket would > make it a lot harder to forget :-). > > > Scott > > On 6/16/06, levi mccallum wrote: > > Wouldn't I just be easyer for you guys to do it with out my patch? > Becuase > > it's not even 1 line of css, just 4 characters. > > > > Levi > > > > > > On 6/16/06, Scott Laird wrote: > > > Ahh, okay. > > > > > > I'm going to assume that you're using the trunk with svn not 2.6.x. > > > > > > Go ahead and edit the CSS file that's broken. Change 12px to 0.8em. > > > Feel free to fix whatever else looks broken. > > > > > > Then run 'svn diff'. It should give you a patch. If it includes too > > > many files (like config files, etc), then try 'svn diff FILENAMES'. > > > Save the patch to a file, like /tmp/admin-fix.patch > > > > > > Then create a new ticket in trac (http://typospehere.org/trac ) that > > > describes the problem. Save the ticket, then click on 'attach' and > > > upload your patch. > > > > > > If the change is really small (as this one probably is), then you can > > > just cut-and-paste the patch into the ticket, but that usually makes > > > it harder for us to apply it. I it's a 1-line change, it's probably > > > not a bit deal. > > > > > > > > > Scott > > > > > > On 6/16/06, levi mccallum wrote: > > > > How do I develop a patch? Sorry to ask so noobish questions, I am > very > > new > > > > here. > > > > > > > > > > > > On 6/16/06, Matt Rose wrote: > > > > > On Sat, 17 Jun 2006, levi mccallum wrote: > > > > > > > > > > > What do I do when I fix a bug or defect? > > > > > > > > > > > > Levi > > > > > > > > > > > > > > > > Submit a patch and a unit or functional test to trac. > > > > > > > > > > Wait for one of the people with submit access apply it to trunk > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > -------------------------------------------------------------------------- > > > > > Matt Rose mattrose at folkwolf.net Visit my blog! > > http://folkwolf.net > > > > > He's a deeply religious moralistic cyborg from a doomed world. > She's a > > > > > strong-willed blonde doctor with only herself to blame. They fight > > crime! > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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/20060616/29444beb/attachment.htm From vemon388 at gmail.com Fri Jun 16 18:13:55 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:13:55 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Freak!!! This is getting so annoying.... The page works for a while, then when I update my sidebar, it doesn't!!!!! I want to break something! ---------- Forwarded message ---------- From: levi mccallum Date: Jun 16, 2006 9:41 PM Subject: Re: [typo] The deadly 500... To: typo-list at rubyforge.org Lol, Andy your funny. Anyway, What kind of things can I do to stop it? On 6/16/06, Andy Carrel wrote: > > Followed up to the ticket, but noting it here too. The error is coming > from the connect routines in the MySQL adapter. It's appears to be > angry about an argument it is receiving to connect with. ("Database > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > Ok guys, I was a little vague in my explanation. > > > > I am on dreamhost, running 1055 svn. > > > > It seems that I only get those error messages when I go strait to the > > domain, e.g. http://evilmac.org . > > but if I go http://evilmac.org/admin it logs in. > > > > The site seemed to work for a few hours last night, then I get the same > > error this morning. > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > On 6/16/06, Gary Shewan wrote: > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > What shows up in ./log/production.log when you hit the site and get > > > > the > > > > Application error message? > > > > > > It's included in the Trac ticket: > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > G > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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/20060616/ba796dde/attachment.htm From nikanorov at gmail.com Fri Jun 16 18:19:10 2006 From: nikanorov at gmail.com (Andrey Nikanorov) Date: Sat, 17 Jun 2006 02:19:10 +0400 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: It seems to be flickr sidebar problem. On 6/17/06, levi mccallum wrote: > Freak!!! This is getting so annoying.... > > The page works for a while, then when I update my sidebar, it doesn't!!!!! > > I want to break something! > > > ---------- Forwarded message ---------- > From: levi mccallum > Date: Jun 16, 2006 9:41 PM > Subject: Re: [typo] The deadly 500... > To: typo-list at rubyforge.org > > Lol, Andy your funny. > > Anyway, What kind of things can I do to stop it? > > > On 6/16/06, Andy Carrel wrote: > > Followed up to the ticket, but noting it here too. The error is coming > > from the connect routines in the MySQL adapter. It's appears to be > > angry about an argument it is receiving to connect with. ("Database > > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > Ok guys, I was a little vague in my explanation. > > > > > > I am on dreamhost, running 1055 svn. > > > > > > It seems that I only get those error messages when I go strait to the > > > domain, e.g. http://evilmac.org . > > > but if I go http://evilmac.org/admin it logs in. > > > > > > The site seemed to work for a few hours last night, then I get the same > > > error this morning. > > > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > > > > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > > > What shows up in ./log/production.log when you hit the site and get > > > > > the > > > > > Application error message? > > > > > > > > It's included in the Trac ticket: > > > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > > > G > > > > _______________________________________________ > > > > 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 > > > > > > > > _______________________________________________ > > 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 > > -- Nikanorov Andrey http://blogru.nikanorov.com This email is: [ ] blogable [ x ] ask first [ ] private From vemon388 at gmail.com Fri Jun 16 18:22:08 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:22:08 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: ? really? Wow, I would of never guessed.. On 6/16/06, Andrey Nikanorov wrote: > > It seems to be flickr sidebar problem. > > On 6/17/06, levi mccallum wrote: > > Freak!!! This is getting so annoying.... > > > > The page works for a while, then when I update my sidebar, it > doesn't!!!!! > > > > I want to break something! > > > > > > ---------- Forwarded message ---------- > > From: levi mccallum > > Date: Jun 16, 2006 9:41 PM > > Subject: Re: [typo] The deadly 500... > > To: typo-list at rubyforge.org > > > > Lol, Andy your funny. > > > > Anyway, What kind of things can I do to stop it? > > > > > > On 6/16/06, Andy Carrel wrote: > > > Followed up to the ticket, but noting it here too. The error is coming > > > from the connect routines in the MySQL adapter. It's appears to be > > > angry about an argument it is receiving to connect with. ("Database > > > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > Ok guys, I was a little vague in my explanation. > > > > > > > > I am on dreamhost, running 1055 svn. > > > > > > > > It seems that I only get those error messages when I go strait to > the > > > > domain, e.g. http://evilmac.org . > > > > but if I go http://evilmac.org/admin it logs in. > > > > > > > > The site seemed to work for a few hours last night, then I get the > same > > > > error this morning. > > > > > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > > > > > > > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > > > > > What shows up in ./log/production.log when you hit the site and > get > > > > > > the > > > > > > Application error message? > > > > > > > > > > It's included in the Trac ticket: > > > > > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > > > > > G > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > -- > Nikanorov Andrey > http://blogru.nikanorov.com > This email is: [ ] blogable [ x ] ask first [ ] private > _______________________________________________ > 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/20060616/ece8cac0/attachment-0001.htm From vemon388 at gmail.com Fri Jun 16 18:24:47 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:24:47 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Nope, It's not, I removed it.... I'll try other sidebar items... On 6/16/06, levi mccallum wrote: > > ? really? > > Wow, I would of never guessed.. > > > On 6/16/06, Andrey Nikanorov wrote: > > > > It seems to be flickr sidebar problem. > > > > On 6/17/06, levi mccallum < vemon388 at gmail.com> wrote: > > > Freak!!! This is getting so annoying.... > > > > > > The page works for a while, then when I update my sidebar, it > > doesn't!!!!! > > > > > > I want to break something! > > > > > > > > > ---------- Forwarded message ---------- > > > From: levi mccallum > > > Date: Jun 16, 2006 9:41 PM > > > Subject: Re: [typo] The deadly 500... > > > To: typo-list at rubyforge.org > > > > > > Lol, Andy your funny. > > > > > > Anyway, What kind of things can I do to stop it? > > > > > > > > > On 6/16/06, Andy Carrel < william.a at carrel.org > wrote: > > > > Followed up to the ticket, but noting it here too. The error is > > coming > > > > from the connect routines in the MySQL adapter. It's appears to be > > > > angry about an argument it is receiving to connect with. ("Database > > > > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > > > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > > Ok guys, I was a little vague in my explanation. > > > > > > > > > > I am on dreamhost, running 1055 svn. > > > > > > > > > > It seems that I only get those error messages when I go strait to > > the > > > > > domain, e.g. http://evilmac.org . > > > > > but if I go http://evilmac.org/admin it logs in. > > > > > > > > > > The site seemed to work for a few hours last night, then I get the > > same > > > > > error this morning. > > > > > > > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > > > > > > > > > > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > > > > > > > What shows up in ./log/production.log when you hit the site > > and get > > > > > > > the > > > > > > > Application error message? > > > > > > > > > > > > It's included in the Trac ticket: > > > > > > > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > > > > > > > G > > > > > > _______________________________________________ > > > > > > 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 > > > > > > > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > -- > > Nikanorov Andrey > > http://blogru.nikanorov.com > > This email is: [ ] blogable [ x ] ask first [ ] private > > _______________________________________________ > > 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/20060616/590db707/attachment.htm From vemon388 at gmail.com Fri Jun 16 18:27:42 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:27:42 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <4492B1CC.5010108@digital-achievement.com> <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Nope, none of them are effecting the page.. I removed them all, and nothing changed. On 6/16/06, levi mccallum wrote: > > Nope, It's not, I removed it.... I'll try other sidebar items... > > > On 6/16/06, levi mccallum wrote: > > > > ? really? > > > > Wow, I would of never guessed.. > > > > > > On 6/16/06, Andrey Nikanorov wrote: > > > > > > It seems to be flickr sidebar problem. > > > > > > On 6/17/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > Freak!!! This is getting so annoying.... > > > > > > > > The page works for a while, then when I update my sidebar, it > > > doesn't!!!!! > > > > > > > > I want to break something! > > > > > > > > > > > > ---------- Forwarded message ---------- > > > > From: levi mccallum > > > > Date: Jun 16, 2006 9:41 PM > > > > Subject: Re: [typo] The deadly 500... > > > > To: typo-list at rubyforge.org > > > > > > > > Lol, Andy your funny. > > > > > > > > Anyway, What kind of things can I do to stop it? > > > > > > > > > > > > On 6/16/06, Andy Carrel < william.a at carrel.org > wrote: > > > > > Followed up to the ticket, but noting it here too. The error is > > > coming > > > > > from the connect routines in the MySQL adapter. It's appears to be > > > > > > > > angry about an argument it is receiving to connect with. > > > ("Database > > > > > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > > > > > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > > > Ok guys, I was a little vague in my explanation. > > > > > > > > > > > > I am on dreamhost, running 1055 svn. > > > > > > > > > > > > It seems that I only get those error messages when I go strait > > > to the > > > > > > domain, e.g. http://evilmac.org . > > > > > > but if I go http://evilmac.org/admin it logs in. > > > > > > > > > > > > The site seemed to work for a few hours last night, then I get > > > the same > > > > > > error this morning. > > > > > > > > > > > > I am running fastcgi. And I am really stuck in the mud here.... > > > > > > > > > > > > > > > > > > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > > > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > > > > > > > > > What shows up in ./log/production.log when you hit the site > > > and get > > > > > > > > the > > > > > > > > Application error message? > > > > > > > > > > > > > > It's included in the Trac ticket: > > > > > > > > > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > > > > > > > > > G > > > > > > > _______________________________________________ > > > > > > > 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 > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > Nikanorov Andrey > > > http://blogru.nikanorov.com > > > This email is: [ ] blogable [ x ] ask first [ ] private > > > _______________________________________________ > > > 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/20060616/1d0f659c/attachment.htm From josh at hasmanythrough.com Fri Jun 16 17:32:27 2006 From: josh at hasmanythrough.com (Josh Susser) Date: Fri, 16 Jun 2006 14:32:27 -0700 Subject: [typo] Typo is getting poor! In-Reply-To: References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> Message-ID: <5D586BB2-DBF2-4203-8FC7-85B0C45B70C2@hasmanythrough.com> On Jun 16, 2006, at 2:19 PM, levi mccallum wrote: > How do I develop a patch? Sorry to ask so noobish questions, I am > very new here. You can check out the slides from my Laying Tracks presentation for some basic information. The presentation was directed toward Rails development, but much of it will apply to making a Typo patch, especially the mechanics of generating the patch file. It's only 16 slides so it's a quick read. http://hasmanythrough.com/layingtracks/ -- Josh Susser http://blog.hasmanythrough.com From vemon388 at gmail.com Fri Jun 16 18:36:44 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:36:44 +0000 Subject: [typo] The deadly 500... In-Reply-To: References: <30D4E134-CE1F-47BE-8A1B-7B9BC6A74AF7@gmail.com> Message-ID: Sorry to send so many emails, I am sort of treating this like a chat. But anyway. I looked through the latest printed log. And you are right it is getting stuck on the side bar. It's having trouble displaying plugins. I am puzzled about this. Log below: > Rendering actionerrorlayoutfalse within ../../themes/lucid/layouts/default > Rendering articles/error > Start rendering component ({:controller=>"sidebars/sidebar", :action=>"display_plugins"}): > > > Processing Base#index (for 220.236.132.89 at 2006-06-16 15:31:29) [GET] > Parameters: {"action"=>"index", "controller"=>"articles"} > > > ActionView::TemplateError (uninitialized constant Sidebars::SidebarController) on line #57 of themes/lucid/layouts/default.rhtml: > 54:
> 55:
> 56:
> 57: <%= render_component(:controller => 'sidebars/sidebar', :action => 'display_plugins') %> > 58: <%= link_to image_tag("powered.gif"), "http://typo.leetsoft.com/", {:class => "powered" } %> > 59:
> 60:
> > #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:100:in `const_missing' > #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/inflector.rb:161:in `module_eval' > #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/inflector.rb:161:in `module_eval' > #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/inflector.rb:161:in `constantize' > #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:59:in `constantize' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:143:in `component_class' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:133:in `component_response' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:108:in `render_component_as_string' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:107:in `component_logging_with_unfiltered_options' > #{RAILS_ROOT}/lib/rails_patch/components.rb:10:in `component_logging' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:107:in `render_component_as_string' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:44:in `send' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/components.rb:44:in `render_component' > #{RAILS_ROOT}/themes/lucid/layouts/default.rhtml:57:in `_run_rhtml__home_46asparagus_humbleadmin_railsblog_themes_lucid_layouts_default' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:314:in `send' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:314:in `compile_and_render_template' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:290:in `render_template' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:249:in `render_file' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/layout.rb:249:in `render_without_benchmark' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:53:in `render' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:53:in `measure' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:53:in `render' > #{RAILS_ROOT}/app/controllers/articles_controller.rb:64:in `rescue_action_in_public' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/rescue.rb:33:in `rescue_action' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/rescue.rb:108:in `perform_action' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:381:in `send' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:381:in `process_without_filters' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/filters.rb:377:in `process_without_session_management_support' > #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/session_management.rb:117:in `process' > #{RAILS_ROOT}/vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' > #{RAILS_ROOT}/vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request' > #{RAILS_ROOT}/vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!' > #{RAILS_ROOT}/vendor/rails/railties/lib/fcgi_handler.rb:53:in `each_cgi' > /usr/lib/ruby/1.8/fcgi.rb:597:in `each' > /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi' > #{RAILS_ROOT}/vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!' > #{RAILS_ROOT}/vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!' > dispatch.fcgi:24 > > > > On 6/16/06, levi mccallum wrote: > > Nope, none of them are effecting the page.. I removed them all, and > nothing changed. > > > On 6/16/06, levi mccallum wrote: > > > > Nope, It's not, I removed it.... I'll try other sidebar items... > > > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com > wrote: > > > > > > ? really? > > > > > > Wow, I would of never guessed.. > > > > > > > > > On 6/16/06, Andrey Nikanorov wrote: > > > > > > > > It seems to be flickr sidebar problem. > > > > > > > > On 6/17/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > > Freak!!! This is getting so annoying.... > > > > > > > > > > The page works for a while, then when I update my sidebar, it > > > > doesn't!!!!! > > > > > > > > > > I want to break something! > > > > > > > > > > > > > > > ---------- Forwarded message ---------- > > > > > From: levi mccallum > > > > > Date: Jun 16, 2006 9:41 PM > > > > > Subject: Re: [typo] The deadly 500... > > > > > To: typo-list at rubyforge.org > > > > > > > > > > Lol, Andy your funny. > > > > > > > > > > Anyway, What kind of things can I do to stop it? > > > > > > > > > > > > > > > On 6/16/06, Andy Carrel < william.a at carrel.org > wrote: > > > > > > Followed up to the ticket, but noting it here too. The error is > > > > coming > > > > > > from the connect routines in the MySQL adapter. It's appears to > > > > be > > > > > > angry about an argument it is receiving to connect with. > > > > ("Database > > > > > > adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > > > > > > > > > > On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > > > > > Ok guys, I was a little vague in my explanation. > > > > > > > > > > > > > > I am on dreamhost, running 1055 svn. > > > > > > > > > > > > > > It seems that I only get those error messages when I go strait > > > > to the > > > > > > > domain, e.g. http://evilmac.org . > > > > > > > but if I go http://evilmac.org/admin it logs in. > > > > > > > > > > > > > > The site seemed to work for a few hours last night, then I get > > > > the same > > > > > > > error this morning. > > > > > > > > > > > > > > I am running fastcgi. And I am really stuck in the mud > > > > here.... > > > > > > > > > > > > > > > > > > > > > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > > > > > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > > > > > > > > > > > > > > > What shows up in ./log/production.log when you hit the > > > > site and get > > > > > > > > > the > > > > > > > > > Application error message? > > > > > > > > > > > > > > > > It's included in the Trac ticket: > > > > > > > > > > > > > > > > http://www.typosphere.org/trac/ticket/942 > > > > > > > > > > > > > > > > G > > > > > > > > _______________________________________________ > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > -- > > > > Nikanorov Andrey > > > > http://blogru.nikanorov.com > > > > This email is: [ ] blogable [ x ] ask first [ ] private > > > > _______________________________________________ > > > > 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/20060616/38453937/attachment-0001.htm From vemon388 at gmail.com Fri Jun 16 18:42:02 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 22:42:02 +0000 Subject: [typo] Typo is getting poor! In-Reply-To: <5D586BB2-DBF2-4203-8FC7-85B0C45B70C2@hasmanythrough.com> References: <8B50B80D-5D40-4C6F-9EAE-80F446B42FE9@gmail.com> <5D586BB2-DBF2-4203-8FC7-85B0C45B70C2@hasmanythrough.com> Message-ID: Thanks josh On 6/16/06, Josh Susser wrote: > > > On Jun 16, 2006, at 2:19 PM, levi mccallum wrote: > > How do I develop a patch? Sorry to ask so noobish questions, I am > > very new here. > > You can check out the slides from my Laying Tracks presentation for > some basic information. The presentation was directed toward Rails > development, but much of it will apply to making a Typo patch, > especially the mechanics of generating the patch file. It's only 16 > slides so it's a quick read. > > http://hasmanythrough.com/layingtracks/ > > -- > Josh Susser > http://blog.hasmanythrough.com > > > _______________________________________________ > 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/20060616/00bfba35/attachment.htm From phil at cryer.us Fri Jun 16 18:49:56 2006 From: phil at cryer.us (phil) Date: Fri, 16 Jun 2006 17:49:56 -0500 Subject: [typo] The deadly 500... In-Reply-To: References: Message-ID: <1394ea25077086a93c3751255a33efbe@localhost> On Fri, 16 Jun 2006 22:13:55 +0000, "levi mccallum" wrote: > Freak!!! This is getting so annoying.... > > The page works for a while, then when I update my sidebar, it doesn't!!!!! > > I want to break something! obligitory: svn up; rake migrate that should break something (works for me at least ;)) P > > ---------- Forwarded message ---------- > From: levi mccallum > Date: Jun 16, 2006 9:41 PM > Subject: Re: [typo] The deadly 500... > To: typo-list at rubyforge.org > > Lol, Andy your funny. > > Anyway, What kind of things can I do to stop it? > > > On 6/16/06, Andy Carrel wrote: >> >> Followed up to the ticket, but noting it here too. The error is coming >> from the connect routines in the MySQL adapter. It's appears to be >> angry about an argument it is receiving to connect with. ("Database >> adapter mad! Database adapter smash! Rar! *crunch* 500.") >> >> On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: >> > Ok guys, I was a little vague in my explanation. >> > >> > I am on dreamhost, running 1055 svn. >> > >> > It seems that I only get those error messages when I go strait to the >> > domain, e.g. http://evilmac.org . >> > but if I go http://evilmac.org/admin it logs in. >> > >> > The site seemed to work for a few hours last night, then I get the > same >> > error this morning. >> > >> > I am running fastcgi. And I am really stuck in the mud here.... >> > >> > >> > On 6/16/06, Gary Shewan wrote: >> > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: >> > > >> > > > What shows up in ./log/production.log when you hit the site and > get >> > > > the >> > > > Application error message? >> > > >> > > It's included in the Trac ticket: >> > > >> > > http://www.typosphere.org/trac/ticket/942 >> > > >> > > G >> > > _______________________________________________ >> > > 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 >> > >> > >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list >> > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > -- http://fak3r.com - you don't have to kick it -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From vemon388 at gmail.com Fri Jun 16 19:13:07 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 16 Jun 2006 23:13:07 +0000 Subject: [typo] The deadly 500... In-Reply-To: <1394ea25077086a93c3751255a33efbe@localhost> References: <1394ea25077086a93c3751255a33efbe@localhost> Message-ID: Well, that did something... I first did svn up but that gave me this. > svn up > svn: Working copy 'tmp/cache' is missing or not locked > So then I moved on to rake migrate But that did something. I don't know what. But The site works now. Thanks. Levi On 6/16/06, phil wrote: > > > > On Fri, 16 Jun 2006 22:13:55 +0000, "levi mccallum" > wrote: > > Freak!!! This is getting so annoying.... > > > > The page works for a while, then when I update my sidebar, it > doesn't!!!!! > > > > I want to break something! > > obligitory: > > svn up; rake migrate > > that should break something (works for me at least ;)) > > P > > > > > > ---------- Forwarded message ---------- > > From: levi mccallum > > Date: Jun 16, 2006 9:41 PM > > Subject: Re: [typo] The deadly 500... > > To: typo-list at rubyforge.org > > > > Lol, Andy your funny. > > > > Anyway, What kind of things can I do to stop it? > > > > > > On 6/16/06, Andy Carrel wrote: > >> > >> Followed up to the ticket, but noting it here too. The error is coming > >> from the connect routines in the MySQL adapter. It's appears to be > >> angry about an argument it is receiving to connect with. ("Database > >> adapter mad! Database adapter smash! Rar! *crunch* 500.") > >> > >> On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > >> > Ok guys, I was a little vague in my explanation. > >> > > >> > I am on dreamhost, running 1055 svn. > >> > > >> > It seems that I only get those error messages when I go strait to the > >> > domain, e.g. http://evilmac.org . > >> > but if I go http://evilmac.org/admin it logs in. > >> > > >> > The site seemed to work for a few hours last night, then I get the > > same > >> > error this morning. > >> > > >> > I am running fastcgi. And I am really stuck in the mud here.... > >> > > >> > > >> > On 6/16/06, Gary Shewan wrote: > >> > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > >> > > > >> > > > What shows up in ./log/production.log when you hit the site and > > get > >> > > > the > >> > > > Application error message? > >> > > > >> > > It's included in the Trac ticket: > >> > > > >> > > http://www.typosphere.org/trac/ticket/942 > >> > > > >> > > G > >> > > _______________________________________________ > >> > > 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 > >> > > >> > > >> _______________________________________________ > >> Typo-list mailing list > >> Typo-list at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/typo-list > >> > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > > > > > > -- > http://fak3r.com - you don't have to kick it > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > 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/20060616/20d634b6/attachment.htm From vemon388 at gmail.com Fri Jun 16 22:29:38 2006 From: vemon388 at gmail.com (levi mccallum) Date: Sat, 17 Jun 2006 12:29:38 +1000 Subject: [typo] The deadly 500... In-Reply-To: References: <1394ea25077086a93c3751255a33efbe@localhost> Message-ID: Well they are back agian, I do not know what it is doing this time. Checking the log yep it is the same error as before... I really want to break something now! ActionView::TemplateError (uninitialized constant Sidebars::SidebarController) on line #57 of themes/lucid/layouts/default.rhtml: > 54:
> 55:
> 56:
> 57: <%= render_component(:controller => 'sidebars/sidebar', :action => 'display_plugins') %> > 58: <%= link_to image_tag("powered.gif"), "http://typo.leetsoft.com/", {:class => "powered" } %> > 59:
> 60:
> > On 6/17/06, levi mccallum wrote: > > Well, that did something... > > I first did svn up but that gave me this. > > > svn up > > svn: Working copy 'tmp/cache' is missing or not locked > > > > So then I moved on to rake migrate > > But that did something. I don't know what. But The site works now. > > Thanks. > > Levi > > > > On 6/16/06, phil wrote: > > > > > > > > On Fri, 16 Jun 2006 22:13:55 +0000, "levi mccallum" < vemon388 at gmail.com> > > wrote: > > > Freak!!! This is getting so annoying.... > > > > > > The page works for a while, then when I update my sidebar, it > > doesn't!!!!! > > > > > > I want to break something! > > > > obligitory: > > > > svn up; rake migrate > > > > that should break something (works for me at least ;)) > > > > P > > > > > > > > > > ---------- Forwarded message ---------- > > > From: levi mccallum < vemon388 at gmail.com> > > > Date: Jun 16, 2006 9:41 PM > > > Subject: Re: [typo] The deadly 500... > > > To: typo-list at rubyforge.org > > > > > > Lol, Andy your funny. > > > > > > Anyway, What kind of things can I do to stop it? > > > > > > > > > On 6/16/06, Andy Carrel wrote: > > >> > > >> Followed up to the ticket, but noting it here too. The error is > > coming > > >> from the connect routines in the MySQL adapter. It's appears to be > > >> angry about an argument it is receiving to connect with. ("Database > > >> adapter mad! Database adapter smash! Rar! *crunch* 500.") > > >> > > >> On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > >> > Ok guys, I was a little vague in my explanation. > > >> > > > >> > I am on dreamhost, running 1055 svn. > > >> > > > >> > It seems that I only get those error messages when I go strait to > > the > > >> > domain, e.g. http://evilmac.org . > > >> > but if I go http://evilmac.org/admin it logs in. > > >> > > > >> > The site seemed to work for a few hours last night, then I get the > > > same > > >> > error this morning. > > >> > > > >> > I am running fastcgi. And I am really stuck in the mud here.... > > >> > > > >> > > > >> > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > >> > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > >> > > > > >> > > > What shows up in ./log/production.log when you hit the site and > > > > > get > > >> > > > the > > >> > > > Application error message? > > >> > > > > >> > > It's included in the Trac ticket: > > >> > > > > >> > > http://www.typosphere.org/trac/ticket/942 > > >> > > > > >> > > G > > >> > > _______________________________________________ > > >> > > 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 > > >> > > > >> > > > >> _______________________________________________ > > >> Typo-list mailing list > > >> Typo-list at rubyforge.org > > >> http://rubyforge.org/mailman/listinfo/typo-list > > >> > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > > > > > > > > > -- > > http://fak3r.com - you don't have to kick it > > > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > > > _______________________________________________ > > 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/20060617/5502ebf0/attachment-0001.htm From vemon388 at gmail.com Fri Jun 16 22:38:30 2006 From: vemon388 at gmail.com (levi mccallum) Date: Sat, 17 Jun 2006 12:38:30 +1000 Subject: [typo] The deadly 500... In-Reply-To: References: <1394ea25077086a93c3751255a33efbe@localhost> Message-ID: Sorry I fixed it. I got off my lazy butt and changed the line <%= render_component (:controller => 'sidebars/sidebar', :action => 'display_plugins') %> to <%= render_sidebars %> It really helps when you read the wiki. On 6/17/06, levi mccallum wrote: > > Well they are back agian, I do not know what it is doing this time. > > Checking the log > > yep it is the same error as before... I really want to break something > now! > > > ActionView::TemplateError (uninitialized constant Sidebars::SidebarController) on line #57 of themes/lucid/layouts/default.rhtml: > > 54:
> > 55:
> > > > 56:
> > 57: <%= render_component(:controller => 'sidebars/sidebar', :action => 'display_plugins') %> > > 58: <%= link_to image_tag("powered.gif"), " > > http://typo.leetsoft.com/", {:class => "powered" } %> > > 59:
> > 60:
> > > > > On 6/17/06, levi mccallum wrote: > > > > Well, that did something... > > > > I first did svn up but that gave me this. > > > > > svn up > > > svn: Working copy 'tmp/cache' is missing or not locked > > > > > > > So then I moved on to rake migrate > > > > But that did something. I don't know what. But The site works now. > > > > Thanks. > > > > Levi > > > > > > > > On 6/16/06, phil wrote: > > > > > > > > > > > > On Fri, 16 Jun 2006 22:13:55 +0000, "levi mccallum" < > > > vemon388 at gmail.com> wrote: > > > > Freak!!! This is getting so annoying.... > > > > > > > > The page works for a while, then when I update my sidebar, it > > > doesn't!!!!! > > > > > > > > I want to break something! > > > > > > obligitory: > > > > > > svn up; rake migrate > > > > > > that should break something (works for me at least ;)) > > > > > > P > > > > > > > > > > > > > > ---------- Forwarded message ---------- > > > > From: levi mccallum < vemon388 at gmail.com> > > > > Date: Jun 16, 2006 9:41 PM > > > > Subject: Re: [typo] The deadly 500... > > > > To: typo-list at rubyforge.org > > > > > > > > Lol, Andy your funny. > > > > > > > > Anyway, What kind of things can I do to stop it? > > > > > > > > > > > > On 6/16/06, Andy Carrel < william.a at carrel.org > wrote: > > > >> > > > >> Followed up to the ticket, but noting it here too. The error is > > > coming > > > >> from the connect routines in the MySQL adapter. It's appears to be > > > >> angry about an argument it is receiving to connect with. ("Database > > > > > > >> adapter mad! Database adapter smash! Rar! *crunch* 500.") > > > >> > > > >> On 6/16/06, levi mccallum < vemon388 at gmail.com> wrote: > > > >> > Ok guys, I was a little vague in my explanation. > > > >> > > > > >> > I am on dreamhost, running 1055 svn. > > > >> > > > > >> > It seems that I only get those error messages when I go strait to > > > the > > > >> > domain, e.g. http://evilmac.org . > > > >> > but if I go http://evilmac.org/admin it logs in. > > > >> > > > > >> > The site seemed to work for a few hours last night, then I get > > > the > > > > same > > > >> > error this morning. > > > >> > > > > >> > I am running fastcgi. And I am really stuck in the mud here.... > > > >> > > > > >> > > > > >> > On 6/16/06, Gary Shewan < gpsnospam at gmail.com > wrote: > > > >> > > On 16 Jun 2006, at 14:27, Timothy Freund wrote: > > > >> > > > > > >> > > > What shows up in ./log/production.log when you hit the site > > > and > > > > get > > > >> > > > the > > > >> > > > Application error message? > > > >> > > > > > >> > > It's included in the Trac ticket: > > > >> > > > > > >> > > http://www.typosphere.org/trac/ticket/942 > > > >> > > > > > >> > > G > > > >> > > _______________________________________________ > > > >> > > 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 > > > >> > > > > >> > > > > >> _______________________________________________ > > > >> Typo-list mailing list > > > >> Typo-list at rubyforge.org > > > >> http://rubyforge.org/mailman/listinfo/typo-list > > > >> > > > > > > > > -- > > > > This message has been scanned for viruses and > > > > dangerous content by MailScanner, and is > > > > believed to be clean. > > > > > > > > > > > > > > > -- > > > http://fak3r.com - you don't have to kick it > > > > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > > > > _______________________________________________ > > > 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/20060617/d9dae666/attachment.htm From vemon388 at gmail.com Sat Jun 17 18:16:13 2006 From: vemon388 at gmail.com (levi mccallum) Date: Sun, 18 Jun 2006 08:16:13 +1000 Subject: [typo] The TypoGarden needs some pruning. Message-ID: A million people before me must of asked me this. But what has happened to typogarden.com? Is it just going to sit there knowing that it was a great contest back a long time ago? Or are we, as an open source community, going to do something about it? That is exactly my point, what are we (Open Source Community) going to do with this thing? I know I could come up with plenty ideas that allow more people to find out what Typo is, I agree that it is a great system, and it needs more publicity. My main idea for the TypoGarden turns the site from a contest to a theme database. This will enable users to make and upload their newly acclaimed themes. If we cross promote typosphere.org and typogarden.com, people might even find out what typo is. Also, we could even have a contest area inside TypoGarden, where yearly we could create a 'theming contest', just like TypoGarden was. Anyway, that is my idea. I would hate to see this great domain go to waste. We can really do allot if we ask nicely. Levi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060618/ad92e13a/attachment.htm From uzair at nairang.org Sat Jun 17 19:16:41 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Sun, 18 Jun 2006 00:16:41 +0100 Subject: [typo] Typo is getting poor! In-Reply-To: <20060616172232.9CB11AF19A@randymail-a8.dreamhost.com> Message-ID: <20060617231638.1352D1854DA@randymail-a3.dreamhost.com> So, does anyone know how to go about getting a login? If yes, I volunteer to put this info on Trac :) Uzair > -----Original Message----- > From: typo-list-bounces at rubyforge.org [mailto:typo-list- > bounces at rubyforge.org] On Behalf Of Syed Uzair Aqeel > Sent: Friday, June 16, 2006 6:23 PM > To: typo-list at rubyforge.org > Subject: Re: [typo] Typo is getting poor! > > > Everybody has access to Trac. Just hit the 'Edit this page' button > > Curious...that's what I thought too, but I don't have an 'edit this page' > button. That's probably because I haven't logged in...except I don't have > a > login and there's no place to register from the looks of it. > > Uzair > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From tim at digital-achievement.com Sat Jun 17 22:04:12 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Sat, 17 Jun 2006 21:04:12 -0500 Subject: [typo] Themes site In-Reply-To: <4490E7A1.207@digital-achievement.com> References: <449000A8.3070506@digital-achievement.com> <4490E7A1.207@digital-achievement.com> Message-ID: <4494B49C.6040902@digital-achievement.com> As promised, a small progress report. Twill is a really neat tool. I was able to write a script that logs into a running Typo instance, find all of the recognized themes, and iterate through them. I wrote a simple sidebar plugin that prints the current theme name inside of HTML comments. The twill script ensures that the HTTP response code is 200 and then parses the page, looking for theme_name=TESTED_THEME. I'm not really sure how important that is -- when running in development mode the theme should never be cached, right? Right now the twill script is a proof of concept -- it doesn't do anything exciting with the data, other than print out the results to stdout. Regardless, you can get it here: http://digital-achievement.com/svn/public/typothemes/util/themetester/themetester.py Next up, I'll write something to run the test against all versions of Typo and figure out an appropriate way to store the results of these test runs. Tim Timothy Freund wrote: > Thanks to those of you that viewed my themes today. I should really set > up Trac using something other than plain old CGI so it doesn't take such > a long time to load the pages. :-) > > I'm not sure what versions of Typo my themes work with, but it sounds > like we'll find out soon. :-) > > I like the idea of one subversion repository for multiple themes, and I > think we can easily manage having one repository for multiple versions > of Typo as well. We can set up the theme repository just like the > actual Typo repository, and then themes will show up where they behave > correctly. > > As an example: > > /trunk/a_theme > /trunk/b_theme > /tags/release_1_6_7/a_theme > /tags/release_2_6_0/a_theme > /tags/release_2_6_0/b_theme > > So in the above example, a_theme and b_theme work with Typo trunk and > the 2.6.0 release. We see that b_theme is pretty new, and there is no > version of it that works in Typo 1.6.7. > > And that's where I can learn about twill to do some automated theme > testing. Each night that a commit is made to Typo we can have a process > that updates to Typo trunk and automatically cycles through each of the > themes in the theme repository trunk checking to make sure that there > are no horribly obvious errors. > > We can then use the repository, each theme's about.markdown file, and an > automatically captured screen shot as the basis for a self sustaining > theme site. > > I'll be happy to shift the focus of my existing subversion/Trac instance > from my own personal themes to being more oriented as a central > subversion repository for anyone who wants to use subversion for their > themes without going through the hassle of setting up subversion themselves. > > How does that sound to you, Uzair? Is this what you had in mind when > you mentioned an SVN repository for themes? > > Is there anything glaring that we haven't covered? If there is no > disagreement then I'll get the Trac sped up and create the appropriate > tags/branches in my repository to support the various Typo versions. > Other next steps? > > I'm running 5 Typo instances on my server now, so I'm certainly eager to > see it flourish. > > Thanks, > > Tim > > phil wrote: > >>On Wed, 14 Jun 2006 07:27:20 -0500, Timothy Freund wrote: >> >> >>>I think SVN is a good idea. I'm actually doing that for my own themes >>>here: >>> >>>http://digital-achievement.com/projects/public/typothemes >>> >>>Each theme gets a directory in trunk, and then I have themes checked out >>>as svn:external in my Typo instances. >>> >>>I've even created a little Apple Automator workflow for capturing the >>>screenshots. >>> >>>I emailed that link to the TypoGarden guys, but I get the impression >>>that they're waiting on getting the directory up and going before they >>>put new themes up. Or they think my themes suck. Both possible. :-) >> >> >>Hey, thanks Tim >>I think your themes are nice, better than some on the Contest site as well. Can I put this with all of the Contest themes for my mirror/migration of all the themes? Do these all work on trunk, or just 2.6.0? I know many/most of the themes on the contest site are broken for trunk, but probably most work with 2.6.0 - plus it's not that hard to fix most of the themes (see earlier post here, or a howto on my site linking to Pier's) as I was able to get Lucid running on trunk easily. >> >>I have mirrored all of the themes from the contest site (that weren't dead links) and am putting together a crude navigation once I weed out all the lost themes then I'll share them here, and if it's cool, move them to your svn server. I just didn't want to do much until they Typo Theme folks did, I neither want to reinvent the wheel *or* step on toes, but I see a need and want to give back, plus after 5 months I think the time to move is upon us. Let's get svn up with either sep repositories for 2.6.0 / trunk / 4.0.0 or paths, this way the ones working in trunk should migrate to 4.0.0 right when or after it comes out, giving folks trying out typo a simple way to get new themes. Heck, if they weren't distributed with Typo we could have a script with 4.0.0 (within the admin GUI would be sweet) that says, "Update all themes" which would issue a svn checkout command with a tag just for 4.0.0 themes and checkout new themes and update the 'old' ones in one fell swoop! Now th > > at > >> 'd add value. >> >>Comments? I feel like I've either gotten the ball rolling, or rocking at least, but kicking it enough times. >> >>P >> >> >>>I think it would be quite cool to set up a constant integration server >>>like BuildBot or DamageControl that would spin through and do a test on >>>all of the themes each time a commit is made to Typo. Something like: >>> 1. Typo commit happens >>> 2. Constant Integration server notices >>> 3. Local Typo repository is updated, all local themes from various >>>SVN repositories are updated >>> 4. CI Server starts Typo >>> 5. CI Server runs a Twill script or something similar to cycle >>>through and make sure that themes are still working. >>> >>>The test wouldn't be perfect, I'm sure, but it'd certainly catch 500 >>>Internal Server errors. >>> >>>I know it would be possible, but would it be helpful? >>> >>>Thanks, >>> >>>Tim >>> >>> >>> >>>Syed Uzair Aqeel wrote: >>> >>> >>>>How about an SVN repository for themes? I can see how the overhead of >>>>maintaining them and their sheer size/number makes them poor candidates >>> >>>for >>> >>> >>>>inclusion with Typo itself, but just having a central repository where >>> >>>we >>> >>> >>>>can store themes (with the authors' approval of course) would help keep >>> >>>them >>> >>> >>>>up-to-date. In the case of themes that are no longer being actively >>>>maintained by the authors, users could commit patches so that the >>> >>>redundancy >>> >>> >>>>of each user patching their local install by hand is removed. >>>> >>>>If people think this is something worth doing, I'm happy to volunteer >>> >>>for >>> >>> >>>>chasing authors about approvals. >>>> >>>>Uzair >>>> >>>> >>>> >>>> >>>>>-----Original Message----- >>>>>From: typo-list-bounces at rubyforge.org [mailto:typo-list- >>>>>bounces at rubyforge.org] On Behalf Of mathew >>>>>Sent: Tuesday, June 13, 2006 6:31 PM >>>>>To: typo-list at rubyforge.org >>>>>Subject: Re: [typo] Themes site >>>>> >>>>>phil wrote: >>>>> >>>>> >>>>> >>>>>>I started a thread on the Typo Theme Contest site about when the new >>>>> >>>>>site would be up, it's been what, 6 months since the contest ended? I >>>>>realize that people have things to do outside of Typo, but I'd be happy >>> >>>to >>> >>> >>>>>give the limited time I can to get things started. It would not take >>> >>>any >>> >>> >>>>>time to get a basic page together, and then fancy it up later. As it >>>>>stands you have to go through 14 pages on the contest site to get to all >>>>>the themes, and quite a few of the links are broken. >>>>> >>>>>Most of the themes are also broken on the current typo trunk, and the >>>>>stable release is really out of date. I think that's probably why nobody >>>>>has put together a theme directory. >>>>> >>>>> >>>>> >>>>> >>>>>>Chasing down themes from the old URLs show many sites that have moved >>> >>>to >>> >>> >>>>>WordPress. >>>>> >>>>>Yeah, I'd have been tempted myself if I didn't hate PHP so much. >>>>> >>>>>Gary Shewan wrote: >>>>> >>>>> >>>>> >>>>>>Typosphere is permanently 'coming soon' ... but what should be coming >>>>>>soon? >>>>> >>>>>TFM? >>>>> >>>>> >>>>>mathew >>>>>_______________________________________________ >>>>>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 >>> >>>-- >>>Timothy Freund >>>http://digital-achievement.com >>>http://edodyssey.com >>>_______________________________________________ >>>Typo-list mailing list >>>Typo-list at rubyforge.org >>>http://rubyforge.org/mailman/listinfo/typo-list > > -- Timothy Freund http://digital-achievement.com http://edodyssey.com From gpsnospam at gmail.com Sun Jun 18 11:07:08 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Sun, 18 Jun 2006 16:07:08 +0100 Subject: [typo] Access Message-ID: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> On 6/18/06, Syed Uzair Aqeel wrote: So, does anyone know how to go about getting a login? If yes, I volunteer to put this info on Trac :) It has to be said... Instead of asking for a 'login' you'd be better off producing documentation and linking to it off Trac (You can - try the 'Tutorials/Articles' section) or improving what is already there ... there are 'Edit this page' links if you move off the home page. Come on now. In all honesty nobody is going to get committer or Trac access without showing that it'd be worthwhile or that they know what they are doing. Nobody needs to ask for access. You don't need access to produce documentation and you don't need commit status until you've shown you can produce the patches (with tests) in a consistent way. What's that phrase? "Less talk more action..." ? :) G From vemon388 at gmail.com Sun Jun 18 14:54:05 2006 From: vemon388 at gmail.com (levi mccallum) Date: Mon, 19 Jun 2006 04:54:05 +1000 Subject: [typo] Access In-Reply-To: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> References: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> Message-ID: This is exactly the kind of spirit we need. Gary you are a great thinker. Levi On 6/19/06, Gary Shewan wrote: > > On 6/18/06, Syed Uzair Aqeel wrote: > > So, does anyone know how to go about getting a login? If yes, I > volunteer to > put this info on Trac :) > > It has to be said... > > Instead of asking for a 'login' you'd be better off producing > documentation and linking to it off Trac (You can - try the > 'Tutorials/Articles' section) or improving what is already there ... > there are 'Edit this page' links if you move off the home page. > > Come on now. In all honesty nobody is going to get committer or Trac > access without showing that it'd be worthwhile or that they know what > they are doing. > > Nobody needs to ask for access. You don't need access to produce > documentation and you don't need commit status until you've shown you > can produce the patches (with tests) in a consistent way. > > What's that phrase? "Less talk more action..." ? > > :) > > G > _______________________________________________ > 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/20060619/28315d3b/attachment.htm From vemon388 at gmail.com Sun Jun 18 16:45:04 2006 From: vemon388 at gmail.com (levi mccallum) Date: Mon, 19 Jun 2006 06:45:04 +1000 Subject: [typo] Access In-Reply-To: References: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> Message-ID: Infact, I have had a request from people on the IRC. People are finding it harder and harder to install typo at both states of install. So I have come up with a new install page on the wiki, http://typosphere.org/trac/wiki/install . I believe this will be a great tutorial once it is done. If you guys have time, could you please edit it and clean it up. I don't have all the time in the world to do things like wiki edits. I know it is far from finished, but I would love to have this 'save' Typo. The basic gist will include the two ways one could install Typo (svn and manual upload), the risks envolved in using these types, and the database setups one could use. I am planning to finish it pretty soon (end week kinda stuff) but I am moving country tommorrow (hawaii) then flying to the main land for a holiday. So I can't plan on alot. Thanks Levi On 6/19/06, levi mccallum wrote: > > This is exactly the kind of spirit we need. Gary you are a great thinker. > > Levi > > > On 6/19/06, Gary Shewan wrote: > > > > On 6/18/06, Syed Uzair Aqeel wrote: > > > > So, does anyone know how to go about getting a login? If yes, I > > volunteer to > > put this info on Trac :) > > > > It has to be said... > > > > Instead of asking for a 'login' you'd be better off producing > > documentation and linking to it off Trac (You can - try the > > 'Tutorials/Articles' section) or improving what is already there ... > > there are 'Edit this page' links if you move off the home page. > > > > Come on now. In all honesty nobody is going to get committer or Trac > > access without showing that it'd be worthwhile or that they know what > > they are doing. > > > > Nobody needs to ask for access. You don't need access to produce > > documentation and you don't need commit status until you've shown you > > can produce the patches (with tests) in a consistent way. > > > > What's that phrase? "Less talk more action..." ? > > > > :) > > > > G > > _______________________________________________ > > 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/20060619/d1ae7a0d/attachment.htm From william.a at carrel.org Sun Jun 18 22:24:47 2006 From: william.a at carrel.org (Andy Carrel) Date: Sun, 18 Jun 2006 19:24:47 -0700 Subject: [typo] Access In-Reply-To: References: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> Message-ID: Please don't forget about our other fully supported databases when generating documentation. (I would go so far as to say we should be recommending SQLite to people due to the simplicity in getting it to run correctly vs. the tuning and setup required for the other two choices. I'm sure others may disagree.) On 6/18/06, levi mccallum wrote: > Infact, I have had a request from people on the IRC. People are finding it > harder and harder to install typo at both states of install. So I have come > up with a new install page on the wiki, > http://typosphere.org/trac/wiki/install . I believe this > will be a great tutorial once it is done. If you guys have time, could you > please edit it and clean it up. I don't have all the time in the world to do > things like wiki edits. I know it is far from finished, but I would love to > have this 'save' Typo. The basic gist will include the two ways one could > install Typo (svn and manual upload), the risks envolved in using these > types, and the database setups one could use. I am planning to finish it > pretty soon (end week kinda stuff) but I am moving country tommorrow > (hawaii) then flying to the main land for a holiday. So I can't plan on > alot. > > Thanks > > Levi > > > On 6/19/06, levi mccallum wrote: > > > > This is exactly the kind of spirit we need. Gary you are a great thinker. > > > > > > Levi > > > > > > > > On 6/19/06, Gary Shewan wrote: > > > On 6/18/06, Syed Uzair Aqeel < uzair at nairang.org > wrote: > > > > > > So, does anyone know how to go about getting a login? If yes, I > > > volunteer to > > > put this info on Trac :) > > > > > > It has to be said... > > > > > > Instead of asking for a 'login' you'd be better off producing > > > documentation and linking to it off Trac (You can - try the > > > 'Tutorials/Articles' section) or improving what is already there ... > > > there are 'Edit this page' links if you move off the home page. > > > > > > Come on now. In all honesty nobody is going to get committer or Trac > > > access without showing that it'd be worthwhile or that they know what > > > they are doing. > > > > > > Nobody needs to ask for access. You don't need access to produce > > > documentation and you don't need commit status until you've shown you > > > can produce the patches (with tests) in a consistent way. > > > > > > What's that phrase? "Less talk more action..." ? > > > > > > :) > > > > > > G > > > _______________________________________________ > > > 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 vemon388 at gmail.com Mon Jun 19 03:25:03 2006 From: vemon388 at gmail.com (levi mccallum) Date: Mon, 19 Jun 2006 17:25:03 +1000 Subject: [typo] Access In-Reply-To: References: <85491F5D-F138-4466-95F3-198DB7F1626D@gmail.com> Message-ID: I know, I really want to publicise the other db's, but I just don't have the time. On 6/19/06, Andy Carrel wrote: > > Please don't forget about our other fully supported databases when > generating documentation. (I would go so far as to say we should be > recommending SQLite to people due to the simplicity in getting it to > run correctly vs. the tuning and setup required for the other two > choices. I'm sure others may disagree.) > > On 6/18/06, levi mccallum wrote: > > Infact, I have had a request from people on the IRC. People are finding > it > > harder and harder to install typo at both states of install. So I have > come > > up with a new install page on the wiki, > > http://typosphere.org/trac/wiki/install . I believe this > > will be a great tutorial once it is done. If you guys have time, could > you > > please edit it and clean it up. I don't have all the time in the world > to do > > things like wiki edits. I know it is far from finished, but I would love > to > > have this 'save' Typo. The basic gist will include the two ways one > could > > install Typo (svn and manual upload), the risks envolved in using these > > types, and the database setups one could use. I am planning to finish it > > pretty soon (end week kinda stuff) but I am moving country tommorrow > > (hawaii) then flying to the main land for a holiday. So I can't plan on > > alot. > > > > Thanks > > > > Levi > > > > > > On 6/19/06, levi mccallum wrote: > > > > > > This is exactly the kind of spirit we need. Gary you are a great > thinker. > > > > > > > > > Levi > > > > > > > > > > > > On 6/19/06, Gary Shewan wrote: > > > > On 6/18/06, Syed Uzair Aqeel < uzair at nairang.org > wrote: > > > > > > > > So, does anyone know how to go about getting a login? If yes, I > > > > volunteer to > > > > put this info on Trac :) > > > > > > > > It has to be said... > > > > > > > > Instead of asking for a 'login' you'd be better off producing > > > > documentation and linking to it off Trac (You can - try the > > > > 'Tutorials/Articles' section) or improving what is already there ... > > > > there are 'Edit this page' links if you move off the home page. > > > > > > > > Come on now. In all honesty nobody is going to get committer or > Trac > > > > access without showing that it'd be worthwhile or that they know > what > > > > they are doing. > > > > > > > > Nobody needs to ask for access. You don't need access to produce > > > > documentation and you don't need commit status until you've shown > you > > > > can produce the patches (with tests) in a consistent way. > > > > > > > > What's that phrase? "Less talk more action..." ? > > > > > > > > :) > > > > > > > > G > > > > _______________________________________________ > > > > 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 > > > > > _______________________________________________ > 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/20060619/291bca28/attachment.htm From mattrose at folkwolf.net Mon Jun 19 20:02:31 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Mon, 19 Jun 2006 20:02:31 -0400 Subject: [typo] Testing typo... Message-ID: So I've been looking into the built in unit tests in typo, and I figured out how to run them. This is the alarming end result: Unit tests: 140 tests, 414 assertions, 14 failures, 8 errors Functional test: 204 tests, 583 assertions, 20 failures, 39 errors and then this: rake aborted! Test failures /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ testing.rake:35 /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in `invoke' /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:195:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/bin/rake:7 /usr/local/bin/rake:18 So, a whole bunch of unit tests fail on the latest trunk. I think some of it is db-dependent, as I get a different result using an sqlite database, but I'm at a loss to explain the sheer amount of errors. Does anyone have a platform where all these tests pass? -- ------------------------------------------------------------------------ -- Matt Rose mattrose at folkwolf.net Visit my blog! http:// folkwolf.net He's an uncontrollable pirate gangster with no name. She's an enchanted thirtysomething cab driver with a song in her heart and a spring in her step. They fight crime! From scott at sigkill.org Mon Jun 19 20:05:03 2006 From: scott at sigkill.org (Scott Laird) Date: Mon, 19 Jun 2006 17:05:03 -0700 Subject: [typo] Testing typo... In-Reply-To: References: Message-ID: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> For some reason, sqlite has a hard time with a lot of Typo's tests. I haven't had time to figure out why. Scott On 6/19/06, Matt Rose wrote: > > > So I've been looking into the built in unit tests in typo, and I figured > out how to run them. > > This is the alarming end result: > > Unit tests: > 140 tests, 414 assertions, 14 failures, 8 errors > > Functional test: > > 204 tests, 583 assertions, 20 failures, 39 errors > > and then this: > > rake aborted! > Test failures > /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ > testing.rake:35 > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in `invoke' > /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:195:in `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/bin/rake:7 > /usr/local/bin/rake:18 > > So, a whole bunch of unit tests fail on the latest trunk. I think > some of it is db-dependent, as I get a different result using an > sqlite database, but I'm at a loss to explain the sheer amount of > errors. > > Does anyone have a platform where all these tests pass? > > -- > ------------------------------------------------------------------------ > -- > Matt Rose mattrose at folkwolf.net Visit my blog! http:// > folkwolf.net > He's an uncontrollable pirate gangster with no name. She's an enchanted > thirtysomething cab driver with a song in her heart and a spring in her > step. They fight crime! > _______________________________________________ > 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/20060619/4e2249cd/attachment.htm From mattrose at folkwolf.net Mon Jun 19 21:03:14 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Mon, 19 Jun 2006 21:03:14 -0400 Subject: [typo] Testing typo... In-Reply-To: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> Message-ID: these are actually the results with mysql[1]. the sqlite[2] results are similar. I also tried with postgresql and got similar results. [1] I don't have the innodb extension built in, and I only use myISAM (and believe me, that causes other problems with rails) [2] Unit: 140 tests, 410 assertions, 10 failures, 5 errors, Functional: 204 tests, 472 assertions, 3 failures, 71 errors Do all these tests work with a newer version of mysql? On 19-Jun-06, at 8:05 PM, Scott Laird wrote: > For some reason, sqlite has a hard time with a lot of Typo's > tests. I haven't had time to figure out why. > > > Scott > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > So I've been looking into the built in unit tests in typo, and I > figured > out how to run them. > > This is the alarming end result: > > Unit tests: > 140 tests, 414 assertions, 14 failures, 8 errors > > Functional test: > > 204 tests, 583 assertions, 20 failures, 39 errors > > and then this: > > rake aborted! > Test failures > /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ > testing.rake:35 > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > `execute' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in > `invoke' > /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:195:in > `invoke' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/bin/rake:7 > /usr/local/bin/rake:18 > > So, a whole bunch of unit tests fail on the latest trunk. I think > some of it is db-dependent, as I get a different result using an > sqlite database, but I'm at a loss to explain the sheer amount of > errors. > > Does anyone have a platform where all these tests pass? > > -- > ---------------------------------------------------------------------- > -- > -- > Matt Rose mattrose at folkwolf.net Visit my blog! http:// > folkwolf.net > He's an uncontrollable pirate gangster with no name. She's an > enchanted > thirtysomething cab driver with a song in her heart and a spring in > her > step. They fight crime! > _______________________________________________ > 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 scott at sigkill.org Mon Jun 19 21:58:08 2006 From: scott at sigkill.org (Scott Laird) Date: Mon, 19 Jun 2006 18:58:08 -0700 Subject: [typo] Testing typo... In-Reply-To: References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> Message-ID: <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> I'll re-run some tests as soon as I can, but things were clean the last time I checked. Scott On 6/19/06, Matt Rose wrote: > > > these are actually the results with mysql[1]. the sqlite[2] results > are similar. > > I also tried with postgresql and got similar results. > > [1] I don't have the innodb extension built in, and I only use > myISAM (and believe me, that causes other problems with rails) > > [2] Unit: 140 tests, 410 assertions, 10 failures, 5 errors, > Functional: 204 tests, 472 assertions, 3 failures, 71 errors > > Do all these tests work with a newer version of mysql? > > On 19-Jun-06, at 8:05 PM, Scott Laird wrote: > > > For some reason, sqlite has a hard time with a lot of Typo's > > tests. I haven't had time to figure out why. > > > > > > Scott > > > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > > So I've been looking into the built in unit tests in typo, and I > > figured > > out how to run them. > > > > This is the alarming end result: > > > > Unit tests: > > 140 tests, 414 assertions, 14 failures, 8 errors > > > > Functional test: > > > > 204 tests, 583 assertions, 20 failures, 39 errors > > > > and then this: > > > > rake aborted! > > Test failures > > /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ > > testing.rake:35 > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > > `execute' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > > `execute' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in > > `invoke' > > /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:195:in > > `invoke' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/bin/rake:7 > > /usr/local/bin/rake:18 > > > > So, a whole bunch of unit tests fail on the latest trunk. I think > > some of it is db-dependent, as I get a different result using an > > sqlite database, but I'm at a loss to explain the sheer amount of > > errors. > > > > Does anyone have a platform where all these tests pass? > > > > -- > > ---------------------------------------------------------------------- > > -- > > -- > > Matt Rose mattrose at folkwolf.net Visit my blog! http:// > > folkwolf.net > > He's an uncontrollable pirate gangster with no name. She's an > > enchanted > > thirtysomething cab driver with a song in her heart and a spring in > > her > > step. They fight crime! > > _______________________________________________ > > 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 > > _______________________________________________ > 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/20060619/2058d719/attachment.htm From mattrose at folkwolf.net Mon Jun 19 22:04:53 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Mon, 19 Jun 2006 22:04:53 -0400 Subject: [typo] Testing typo... In-Reply-To: <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> Message-ID: Thanks. I'd like to help, but I don't even know where to start. Matt On 19-Jun-06, at 9:58 PM, Scott Laird wrote: > I'll re-run some tests as soon as I can, but things were clean the > last time I checked. > > > Scott > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > these are actually the results with mysql[1]. the sqlite[2] results > are similar. > > I also tried with postgresql and got similar results. > > [1] I don't have the innodb extension built in, and I only use > myISAM (and believe me, that causes other problems with rails) > > [2] Unit: 140 tests, 410 assertions, 10 failures, 5 errors, > Functional: 204 tests, 472 assertions, 3 failures, 71 errors > > Do all these tests work with a newer version of mysql? > > On 19-Jun-06, at 8:05 PM, Scott Laird wrote: > > > For some reason, sqlite has a hard time with a lot of Typo's > > tests. I haven't had time to figure out why. > > > > > > Scott > > > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > > So I've been looking into the built in unit tests in typo, and I > > figured > > out how to run them. > > > > This is the alarming end result: > > > > Unit tests: > > 140 tests, 414 assertions, 14 failures, 8 errors > > > > Functional test: > > > > 204 tests, 583 assertions, 20 failures, 39 errors > > > > and then this: > > > > rake aborted! > > Test failures > > /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ > > testing.rake:35 > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > > `execute' > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:232:in > > `execute' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in > > `invoke' > > /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:195:in > > `invoke' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in > `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in > `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/bin/rake:7 > > /usr/local/bin/rake:18 > > > > So, a whole bunch of unit tests fail on the latest trunk. I think > > some of it is db-dependent, as I get a different result using an > > sqlite database, but I'm at a loss to explain the sheer amount of > > errors. > > > > Does anyone have a platform where all these tests pass? > > > > -- > > > ---------------------------------------------------------------------- > > -- > > -- > > Matt Rose mattrose at folkwolf.net Visit my blog! http:// > > folkwolf.net > > He's an uncontrollable pirate gangster with no name. She's an > > enchanted > > thirtysomething cab driver with a song in her heart and a spring in > > her > > step. They fight crime! > > _______________________________________________ > > 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 > > _______________________________________________ > 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 chrisjroos at gmail.com Tue Jun 20 03:42:49 2006 From: chrisjroos at gmail.com (Chris Roos) Date: Tue, 20 Jun 2006 08:42:49 +0100 Subject: [typo] Testing typo... In-Reply-To: References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> Message-ID: <3a5e51050606200042m5822cd79w6d6d99af21e46d65@mail.gmail.com> Hi, I just checked out a fresh copy of typo from svn and ran all the tests against a fresh db (mysql 5.0.13). I'm still using Ruby 1.8.2 and at first I had one failing test (XmlControllerTest#test_xml_atom10). This appeared to be rexml related and sure enough, having upgraded rexml from 3.1.2.1 to 3.1.4, all the tests now pass. I have innodb database engine installed. I'm on Mac Os x 10.4.6. Not sure if this helps... Chris On 6/20/06, Matt Rose wrote: > > Thanks. I'd like to help, but I don't even know where to start. > > Matt > > On 19-Jun-06, at 9:58 PM, Scott Laird wrote: > > > I'll re-run some tests as soon as I can, but things were clean the > > last time I checked. > > > > > > Scott > > > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > > these are actually the results with mysql[1]. the sqlite[2] results > > are similar. > > > > I also tried with postgresql and got similar results. > > > > [1] I don't have the innodb extension built in, and I only use > > myISAM (and believe me, that causes other problems with rails) > > > > [2] Unit: 140 tests, 410 assertions, 10 failures, 5 errors, > > Functional: 204 tests, 472 assertions, 3 failures, 71 errors > > > > Do all these tests work with a newer version of mysql? > > > > On 19-Jun-06, at 8:05 PM, Scott Laird wrote: > > > > > For some reason, sqlite has a hard time with a lot of Typo's > > > tests. I haven't had time to figure out why. > > > > > > > > > Scott > > > > > > On 6/19/06, Matt Rose < mattrose at folkwolf.net> wrote: > > > So I've been looking into the built in unit tests in typo, and I > > > figured > > > out how to run them. > > > > > > This is the alarming end result: > > > > > > Unit tests: > > > 140 tests, 414 assertions, 14 failures, 8 errors > > > > > > Functional test: > > > > > > 204 tests, 583 assertions, 20 failures, 39 errors > > > > > > and then this: > > > > > > rake aborted! > > > Test failures > > > /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ > > > testing.rake:35 > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in > > > `execute' > > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:232:in > > > `execute' > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in > > > `invoke' > > > /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' > > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:195:in > > > `invoke' > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in > > `run' > > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in > > `run' > > > /usr/local/lib/ruby/gems/1.8/gems/rake- 0.7.0/bin/rake:7 > > > /usr/local/bin/rake:18 > > > > > > So, a whole bunch of unit tests fail on the latest trunk. I think > > > some of it is db-dependent, as I get a different result using an > > > sqlite database, but I'm at a loss to explain the sheer amount of > > > errors. > > > > > > Does anyone have a platform where all these tests pass? > > > > > > -- > > > > > ---------------------------------------------------------------------- > > > -- > > > -- > > > Matt Rose mattrose at folkwolf.net Visit my blog! http:// > > > folkwolf.net > > > He's an uncontrollable pirate gangster with no name. She's an > > > enchanted > > > thirtysomething cab driver with a song in her heart and a spring in > > > her > > > step. They fight crime! > > > _______________________________________________ > > > 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 > > > > _______________________________________________ > > 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 > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From gpsnospam at gmail.com Tue Jun 20 05:42:24 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Tue, 20 Jun 2006 10:42:24 +0100 Subject: [typo] Testing typo... In-Reply-To: <3a5e51050606200042m5822cd79w6d6d99af21e46d65@mail.gmail.com> References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> <3a5e51050606200042m5822cd79w6d6d99af21e46d65@mail.gmail.com> Message-ID: <375BFDAD-2A9A-4917-8970-77193A6F4DC3@gmail.com> On 20 Jun 2006, at 08:42, Chris Roos wrote: > I just checked out a fresh copy of typo from svn and ran all the tests > against a fresh db (mysql 5.0.13). I'm still using Ruby 1.8.2 and at > first I had one failing test (XmlControllerTest#test_xml_atom10). > This appeared to be rexml related and sure enough, having upgraded > rexml from 3.1.2.1 to 3.1.4, all the tests now pass. I have innodb > database engine installed. I'm on Mac Os x 10.4.6. I've just ran the tests with Typo r1055 with Rails r4464. MySQL 4.1.15 as the database. Exactly the same result as you Chris with just the one failure: 1) Failure: test_xml_atom10(XmlControllerTest) [./test/functional/admin/../../test_helper.rb:44:in `assert_xpath' ./test/functional/xml_controller_test.rb:295:in `test_xml_atom10']: is not true. I'm not going to upgrade rexml quite yet as I don't have Darwinports to make it easy, but I'd suspect everything would pass if I did. I think you have some digging to do Matt. Gary From mattrose at folkwolf.net Tue Jun 20 14:52:54 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Tue, 20 Jun 2006 14:52:54 -0400 (EDT) Subject: [typo] Testing typo... In-Reply-To: <375BFDAD-2A9A-4917-8970-77193A6F4DC3@gmail.com> References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> <3a5e51050606200042m5822cd79w6d6d99af21e46d65@mail.gmail.com> <375BFDAD-2A9A-4917-8970-77193A6F4DC3@gmail.com> Message-ID: On Tue, 20 Jun 2006, Gary Shewan wrote: It seems like the tests are very db dependent. I can accept that my weird mySQL configuration has screwed up the tests, however, I'm running both completely supported postgresql and sqlite configurations, and the tests are also failing on those. I'm wondering if this is the source of some of the weirder errors that we've seen and have not been able to track down. I'll see what I can do on the unit tests. If I come up with anything I'll open trac tickets. > On 20 Jun 2006, at 08:42, Chris Roos wrote: > >> I just checked out a fresh copy of typo from svn and ran all the tests >> against a fresh db (mysql 5.0.13). I'm still using Ruby 1.8.2 and at >> first I had one failing test (XmlControllerTest#test_xml_atom10). >> This appeared to be rexml related and sure enough, having upgraded >> rexml from 3.1.2.1 to 3.1.4, all the tests now pass. I have innodb >> database engine installed. I'm on Mac Os x 10.4.6. > > I've just ran the tests with Typo r1055 with Rails r4464. MySQL > 4.1.15 as the database. Exactly the same result as you Chris with > just the one failure: > > 1) Failure: > test_xml_atom10(XmlControllerTest) > [./test/functional/admin/../../test_helper.rb:44:in `assert_xpath' > ./test/functional/xml_controller_test.rb:295:in > `test_xml_atom10']: > is not true. > > I'm not going to upgrade rexml quite yet as I don't have Darwinports > to make it easy, but I'd suspect everything would pass if I did. > > I think you have some digging to do Matt. > > Gary > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- -------------------------------------------------------------------------- Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net He's a gun-slinging skateboarding paranormal investigator with no name. She's a man-hating nymphomaniac snake charmer from a secret island of warrior women. They fight crime! From scott at sigkill.org Tue Jun 20 20:13:01 2006 From: scott at sigkill.org (Scott Laird) Date: Tue, 20 Jun 2006 17:13:01 -0700 Subject: [typo] Testing typo... In-Reply-To: References: <14b7e5ef0606191705x5f488350yd9eeb46a36c4fb5e@mail.gmail.com> <14b7e5ef0606191858q1767431esaa92c5d5f8485d33@mail.gmail.com> <3a5e51050606200042m5822cd79w6d6d99af21e46d65@mail.gmail.com> <375BFDAD-2A9A-4917-8970-77193A6F4DC3@gmail.com> Message-ID: <14b7e5ef0606201713n361b8534g71bdc0613909a0f0@mail.gmail.com> Which versions of Ruby and Rails? Scott On 6/20/06, Matt Rose wrote: > > On Tue, 20 Jun 2006, Gary Shewan wrote: > > It seems like the tests are very db dependent. I can accept that my weird > mySQL configuration has screwed up the tests, however, I'm running both > completely supported postgresql and sqlite configurations, and the tests > are also failing on those. I'm wondering if this is the source of some > of the weirder errors that we've seen and have not been able to track > down. > > I'll see what I can do on the unit tests. If I come up with anything I'll > open trac tickets. > > > > On 20 Jun 2006, at 08:42, Chris Roos wrote: > > > >> I just checked out a fresh copy of typo from svn and ran all the tests > >> against a fresh db (mysql 5.0.13). I'm still using Ruby 1.8.2 and at > >> first I had one failing test (XmlControllerTest#test_xml_atom10). > >> This appeared to be rexml related and sure enough, having upgraded > >> rexml from 3.1.2.1 to 3.1.4, all the tests now pass. I have innodb > >> database engine installed. I'm on Mac Os x 10.4.6. > > > > I've just ran the tests with Typo r1055 with Rails r4464. MySQL > > 4.1.15 as the database. Exactly the same result as you Chris with > > just the one failure: > > > > 1) Failure: > > test_xml_atom10(XmlControllerTest) > > [./test/functional/admin/../../test_helper.rb:44:in `assert_xpath' > > ./test/functional/xml_controller_test.rb:295:in > > `test_xml_atom10']: > > is not true. > > > > I'm not going to upgrade rexml quite yet as I don't have Darwinports > > to make it easy, but I'd suspect everything would pass if I did. > > > > I think you have some digging to do Matt. > > > > Gary > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > > -- > -------------------------------------------------------------------------- > Matt Rose mattrose at folkwolf.net Visit my blog! http://folkwolf.net > He's a gun-slinging skateboarding paranormal investigator with no > name. She's a man-hating nymphomaniac snake charmer from a secret island > of warrior women. They fight crime! > _______________________________________________ > 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/20060620/14480f51/attachment.html From pdcawley at bofh.org.uk Wed Jun 21 02:11:34 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Wed, 21 Jun 2006 07:11:34 +0100 Subject: [typo] Testing typo... In-Reply-To: (Matt Rose's message of "Mon, 19 Jun 2006 20:02:31 -0400") References: Message-ID: Matt Rose writes: > So I've been looking into the built in unit tests in typo, and I figured > out how to run them. Umm... have you run 'rake migrate'? ISTR that the schema in the trunk doesn't exactly tally with the migrations. Which could explain your failures. -- Piers Cawley http://www.bofh.org.uk/ From gpsnospam at gmail.com Wed Jun 21 06:37:20 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 21 Jun 2006 11:37:20 +0100 Subject: [typo] A little extra stability Message-ID: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> I'm on Dreamhost and this definitely works for me, but it might be worthwhile if you try it on your own hosting provider. I've said for a while now that most of the time I don't have problems with Typo ... but with Rails and fastcgi and everything else playing nicely together. I noticed this in the Dreamhost wiki: "Dreamhost regularly kills off sleeping processes with their watchdog. This will kill your dispatch.fcgi processes, leading to Error 500s from time to time. You'll need to make dispatch.fcgi ignore all TERM requests by changing how it responds to them." Sounded very familiar to me so I put the following in dispatch.fcgi (after require 'fcgi_handler'): class RailsFCGIHandler private def frao_handler(signal) dispatcher_log :info, "asked to terminate immediately" dispatcher_log :info, "frao handler working its magic!" restart_handler(signal) end alias_method :exit_now_handler, :frao_handler end RailsFCGIHandler.process! I'd had that code in last summer, and it'd been replaced in an upgrade and I'd never put it back. To be honest with you after the release of Rails 1 (and rake and something else I think) I was under a misconception that I wouldn't need it anymore. But it really has made a *massive* difference to the number of errors I get. Dare I say it? ... the install is stable. My log sizes have dropped by 70% at least. In fact looking in the fastcgi crash log I can see that it's working: [21/Jun/2006:01:49:43 :: 4123] asked to terminate immediately [21/Jun/2006:01:49:43 :: 4123] frao handler working its magic! [21/Jun/2006:01:49:43 :: 4123] asked to restart ASAP May be well worth putting that into dispatch.fcgi ... can't see it hurting. Gary From kvanderauwera at gmail.com Wed Jun 21 08:47:06 2006 From: kvanderauwera at gmail.com (Koen Van der Auwera) Date: Wed, 21 Jun 2006 14:47:06 +0200 Subject: [typo] A little extra stability In-Reply-To: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> References: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> Message-ID: <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> I can confirm this. I'm also running typo at dreamhost. I use feedburner and as you probably know feedburner warns you when there is something wrong with your sourcefeed. So in fact you know when there's a problem with your blog. Before I had about 20+ messages/warnings a day and since I added the piece of code below I see about 2 to 3 messages a week or so. Big improvement if you ask me. On 6/21/06, Gary Shewan wrote: > > I'm on Dreamhost and this definitely works for me, but it might be > worthwhile if you try it on your own hosting provider. I've said for > a while now that most of the time I don't have problems with Typo ... > but with Rails and fastcgi and everything else playing nicely together. > > I noticed this in the Dreamhost wiki: > > "Dreamhost regularly kills off sleeping processes with their > watchdog. This will kill your dispatch.fcgi processes, leading to > Error 500s from time to time. You'll need to make dispatch.fcgi > ignore all TERM requests by changing how it responds to them." > > Sounded very familiar to me so I put the following in dispatch.fcgi > (after require 'fcgi_handler'): > > class RailsFCGIHandler > private > def frao_handler(signal) > dispatcher_log :info, "asked to terminate immediately" > dispatcher_log :info, "frao handler working its magic!" > restart_handler(signal) > end > alias_method :exit_now_handler, :frao_handler > end > > RailsFCGIHandler.process! > > I'd had that code in last summer, and it'd been replaced in an > upgrade and I'd never put it back. To be honest with you after the > release of Rails 1 (and rake and something else I think) I was under > a misconception that I wouldn't need it anymore. But it really has > made a *massive* difference to the number of errors I get. > > Dare I say it? ... the install is stable. My log sizes have dropped > by 70% at least. In fact looking in the fastcgi crash log I can see > that it's working: > > [21/Jun/2006:01:49:43 :: 4123] asked to terminate immediately > [21/Jun/2006:01:49:43 :: 4123] frao handler working its magic! > [21/Jun/2006:01:49:43 :: 4123] asked to restart ASAP > > May be well worth putting that into dispatch.fcgi ... can't see it > hurting. > > Gary > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Koen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060621/7a38d4f5/attachment.html From gpsnospam at gmail.com Wed Jun 21 09:18:43 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 21 Jun 2006 14:18:43 +0100 Subject: [typo] A little extra stability In-Reply-To: <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> References: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> Message-ID: On 21 Jun 2006, at 13:47, Koen Van der Auwera wrote: > I can confirm this. I'm also running typo at dreamhost. That's good to know, not just me then. > I use feedburner and as you probably know feedburner warns you when > there is something wrong with your sourcefeed. So in fact you know > when there's a problem with your blog. Heh, actually I didn't know. But I do now. People trying to leave commments email me and I check logs ... I'll look at that though. But it's a good point to note that a 500 error can be thrown up when somebody tries to leave a comment ... and Feedburner won't let you know about that ... will it? > Before I had about 20+ messages/warnings a day and since I added > the piece of code below I see about 2 to 3 messages a week or so. > Big improvement if you ask me. Agreed ... it's a big relief. G From jake at whoisjake.com Wed Jun 21 09:47:21 2006 From: jake at whoisjake.com (Jake Good) Date: Wed, 21 Jun 2006 08:47:21 -0500 Subject: [typo] A little extra stability In-Reply-To: References: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> Message-ID: <44994DE9.1030306@whoisjake.com> I also have that code in my Rails apps on DH. It works so far... seems kinda hokey, but if it works for now. Gary Shewan wrote: > On 21 Jun 2006, at 13:47, Koen Van der Auwera wrote: > > >> I can confirm this. I'm also running typo at dreamhost. >> > > That's good to know, not just me then. > > >> I use feedburner and as you probably know feedburner warns you when >> there is something wrong with your sourcefeed. So in fact you know >> when there's a problem with your blog. >> > > Heh, actually I didn't know. But I do now. People trying to leave > commments email me and I check logs ... I'll look at that though. > But it's a good point to note that a 500 error can be thrown up when > somebody tries to leave a comment ... and Feedburner won't let you > know about that ... will it? > > >> Before I had about 20+ messages/warnings a day and since I added >> the piece of code below I see about 2 to 3 messages a week or so. >> Big improvement if you ask me. >> > > Agreed ... it's a big relief. > > G > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > From william.a at carrel.org Wed Jun 21 12:34:46 2006 From: william.a at carrel.org (Andy Carrel) Date: Wed, 21 Jun 2006 09:34:46 -0700 Subject: [typo] A little extra stability In-Reply-To: <44994DE9.1030306@whoisjake.com> References: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> <44994DE9.1030306@whoisjake.com> Message-ID: On the other hand, this may just make them (DreamHost) angry because they don't want a lot of long-lived (rather large) processes hanging out on their systems. The 500s are because (a) the FCGI connector isn't good about detecting failed connections ahead of a request coming in asking to use the connection and (b) Rails can't really get itself restarted in a short enough time to get there before the timeout. It's also worth noting that if you're capturing SIGTERM, you're capturing your chance to for your process to die while cleaning up its mess. Normally the "please restart" signal is SIGHUP. If someone has to do maintenance on these systems and kill -TERMing your processes doesn't work it's going to head right on to kill -9 which may or may not be a desirable state of affairs. On 6/21/06, Jake Good wrote: > > I also have that code in my Rails apps on DH. > > It works so far... seems kinda hokey, but if it works for now. > > Gary Shewan wrote: > > On 21 Jun 2006, at 13:47, Koen Van der Auwera wrote: > > > > > >> I can confirm this. I'm also running typo at dreamhost. > >> > > > > That's good to know, not just me then. > > > > > >> I use feedburner and as you probably know feedburner warns you when > >> there is something wrong with your sourcefeed. So in fact you know > >> when there's a problem with your blog. > >> > > > > Heh, actually I didn't know. But I do now. People trying to leave > > commments email me and I check logs ... I'll look at that though. > > But it's a good point to note that a 500 error can be thrown up when > > somebody tries to leave a comment ... and Feedburner won't let you > > know about that ... will it? > > > > > >> Before I had about 20+ messages/warnings a day and since I added > >> the piece of code below I see about 2 to 3 messages a week or so. > >> Big improvement if you ask me. > >> > > > > Agreed ... it's a big relief. > > > > G > > _______________________________________________ > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060621/3a01cabe/attachment.html From gpsnospam at gmail.com Wed Jun 21 14:33:55 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 21 Jun 2006 19:33:55 +0100 Subject: [typo] A little extra stability In-Reply-To: References: <53E1C471-6C83-4E6C-854D-933855BA9042@gmail.com> <53f0709b0606210547l30759c22jc9a3a5a079bbe497@mail.gmail.com> <44994DE9.1030306@whoisjake.com> Message-ID: <221853A4-1278-4DA7-AAF5-453761BF56E8@gmail.com> On 21 Jun 2006, at 17:34, Andy Carrel wrote: > On the other hand, this may just make them (DreamHost) angry > because they don't want a lot of long-lived (rather large) > processes hanging out on their systems. The 500s are because (a) > the FCGI connector isn't good about detecting failed connections > ahead of a request coming in asking to use the connection and (b) > Rails can't really get itself restarted in a short enough time to > get there before the timeout. Well DH are well aware of this fix and I'm sure if you were running RoR code that caused issues then they'd let you know, and like I said I ran this for months last year when they were new to RoR and were more likely to err on the side of caution. It's not keeping processes alive, it's just restarting instead of exiting - unless I've misunderstood something... > It's also worth noting that if you're capturing SIGTERM, you're > capturing your chance to for your process to die while cleaning up > its mess. Normally the "please restart" signal is SIGHUP. If > someone has to do maintenance on these systems and kill -TERMing > your processes doesn't work it's going to head right on to kill -9 > which may or may not be a desirable state of affairs. I don't understand what the concern is here. In fact once a day at an ungodly hour I kill -9 the fcgi processes ... I think it's good housekeeping. All in all it's stabilizes the environment for Typo and I haven't heard any problems with it ... only good things. I don't quite get what concerns you have ... but server set-up and fcgi playing nicely is still a dark(ish) art to me. G From gpsnospam at gmail.com Wed Jun 21 15:49:29 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 21 Jun 2006 20:49:29 +0100 Subject: [typo] Closing tickets on trac Message-ID: DONT close tickets on trac until the fix has gone into trunk. Simple. Gary From ralph at grayskies.net Wed Jun 21 17:09:18 2006 From: ralph at grayskies.net (Ralph Douglass) Date: Wed, 21 Jun 2006 17:09:18 -0400 Subject: [typo] Commit access to typo Message-ID: <4499B57E.1090102@grayskies.net> Scott wrote: 9. We need maintainers with time. Right now, I think there are 6 or 7 people with SVN write access. 4 of those are basically done with Typo, leaving 3 of us semi-active. If a couple people could step up and demonstrate that they (a) have time, (b) know what they're doing, and (c) are good at dealing with bugs, then I'd be glad to add them to the commit list. The company I'm working for wants to start providing Typo as a service, so I have resources to put towards fixing bugs and applying the patches submitted on trac. I would love to commit our fixes to trunk. How would you propose I go about demonstrating b and c? - Ralph Douglass From johncwang at gmail.com Wed Jun 21 21:08:10 2006 From: johncwang at gmail.com (John Wang) Date: Wed, 21 Jun 2006 18:08:10 -0700 Subject: [typo] New Typo Install - install notes, theme viewer and an import question Message-ID: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> I just put together a tutorial on installing Typo (2.6.0 with captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone is interested: http://www.dev411.com/wiki/Installing_Typo:_MySQL%2C_FastCGI%2C_Apache_and_lighttpd I also put together a Typo Theme Viewer app using Scriptaculous' Sortable. Right now it only covers the themes at Typo Garden but others can be added. It's primarily designed to make visual scanning a lot easier. http://www.dev411.com/typothemes/ The blog has posts on both if you have comments questions - I'm still not sure it's fully operational. Sometimes I get strange Rails errors but they are intermittent. http://www.dev411.com/blog/ Finally, is there a good way to import blog entries/comments from Blogger? If not, how would one go about doing this. Is there any partial code already available? Thanks, John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060621/90ea4492/attachment.html From mattrose at folkwolf.net Wed Jun 21 21:32:22 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Wed, 21 Jun 2006 21:32:22 -0400 Subject: [typo] Testing typo... In-Reply-To: References: Message-ID: So I finally got a start on figuring out why tests were failing. It looks like none of the tests have been updated since the "blogs" table was added, as I keep getting this error on the tests 2) Error: test_just_published_flag(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb:144:in `test_just_published_flag' and everytime I add the "blog_id" to the the article that gets created in the test (I'm running through article tests right now) the test passes. However, this doesn't really jibe with what everyone else is saying on the list, as those tests shouldn't be passing for anyone. Matt On 21-Jun-06, at 2:11 AM, Piers Cawley wrote: > Matt Rose writes: > >> So I've been looking into the built in unit tests in typo, and I >> figured >> out how to run them. > > Umm... have you run 'rake migrate'? ISTR that the schema in the trunk > doesn't exactly tally with the migrations. Which could explain your > failures. > > -- > Piers Cawley > http://www.bofh.org.uk/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From mattrose at folkwolf.net Wed Jun 21 21:59:15 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Wed, 21 Jun 2006 21:59:15 -0400 Subject: [typo] Testing typo... In-Reply-To: References: Message-ID: <26367ED9-7AC1-48CB-82E9-C2C1EA90C6CF@folkwolf.net> replying to myself here: I managed to fix article_test.rb so that it now passes all tests on sqlite Should I submit patches for the files I fix? I still haven't worked out all the errors on postgres. I'll work on that more, but I like sqlite more, so I'll be concentrating on that platform. Before: mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby article_test.rb.orig Loaded suite article_test.rb.orig Started F...E.EEFEF......F.E. Finished in 3.506417 seconds. 1) Failure: test_create(ArticleTest) [article_test.rb.orig:24]: is not true. 2) Error: test_find_published_by_category(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb.orig:178:in `test_find_published_by_category' 3) Error: test_future_publishing(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb.orig:150:in `test_future_publishing' 4) Error: test_future_publishing_without_published_flag(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb.orig:156:in `test_future_publishing_without_published_flag' 5) Failure: test_html_title(ArticleTest) [article_test.rb.orig:63]: is not true. 6) Error: test_just_published_flag(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb.orig:142:in `test_just_published_flag' 7) Failure: test_notifications(ArticleTest) [article_test.rb.orig:203]: is not true. 8) Failure: test_tags(ArticleTest) [article_test.rb.orig:92]: is not true. 9) Error: test_triggers_are_dependent(ArticleTest): ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:736:in `save!' /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ activerecord/lib/active_record/validations.rb:699:in `create!' article_test.rb.orig:161:in `test_triggers_are_dependent' 21 tests, 45 assertions, 4 failures, 5 errors After: mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby article_test.rb Loaded suite article_test Started ..................... Finished in 11.862288 seconds. 21 tests, 72 assertions, 0 failures, 0 errors and this is the unified diff --- article_test.rb.orig 2006-06-21 21:51:49.000000000 -0400 +++ article_test.rb 2006-06-21 21:57:34.000000000 -0400 @@ -18,6 +18,7 @@ def test_create a = Article.new + a.blog_id = 1 a.user_id = 1 a.body = "Foo" a.title = "Zzz" @@ -60,6 +61,7 @@ def test_html_title a = Article.new a.title = "This is a test" + a.blog_id = 1 assert a.save assert_equal 'this-is-a-test', a.permalink @@ -79,7 +81,7 @@ end def test_tags - a = Article.new(:title => 'Test tag article', + a = Article.new(:title => 'Test tag article', :blog_id => 1, :keywords => 'test tag tag stuff'); assert_kind_of Article, a @@ -139,7 +141,7 @@ assert art.save assert !art.just_published? - art = Article.create!(:title => 'title2', + art = Article.create!(:title => 'title2', :blog_id => 2, :body => 'body', :published => false) @@ -148,17 +150,18 @@ def test_future_publishing assert_sets_trigger(Article.create!(:title => 'title', :body => 'body', + :blog_id => 1, :published => true, :published_at => Time.now + 2.seconds)) end def test_future_publishing_without_published_flag - assert_sets_trigger Article.create!(:title => 'title', :body => 'body', + assert_sets_trigger Article.create!(:title => 'title', :body => 'body', :blog_id => 1, :published_at => Time.now + 2.seconds) end def test_triggers_are_dependent - art = Article.create!(:title => 'title', :body => 'body', + art = Article.create!(:title => 'title', :body => 'body', :blog_id => 1, :published_at => Time.now + 1.hour) assert_equal 1, Trigger.count art.destroy @@ -178,8 +181,10 @@ Article.create!(:title => "News from the future!", :body => "The future is cool!", :keywords => "future", + :blog_id => 1, :published_at => Time.now + 12.minutes) + #print @articles.find(/future/) @articles = Category.find_by_permalink ('personal').published_articles assert_results_are :article1, :article2, :article3 @@ -199,7 +204,7 @@ end def test_notifications - a = Article.new(:title => 'New Article', :body => 'Foo', :author => 'Tobi', :user => users(:tobi)) + a = Article.new(:title => 'New Article', :blog_id => 1, :body => 'Foo', :author => 'Tobi', :user => users(:tobi)) assert a.save assert_equal 2, a.notify_users.size On 21-Jun-06, at 9:32 PM, Matt Rose wrote: > > So I finally got a start on figuring out why tests were failing. It > looks like none of the tests have been updated since the "blogs" > table was added, as I keep getting this error on the tests > > 2) Error: > test_just_published_flag(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb:144:in `test_just_published_flag' > > and everytime I add the "blog_id" to the the article that gets > created in the test (I'm running through article tests right now) the > test passes. > > However, this doesn't really jibe with what everyone else is saying > on the list, as those tests shouldn't be passing for anyone. > > Matt > > On 21-Jun-06, at 2:11 AM, Piers Cawley wrote: > >> Matt Rose writes: >> >>> So I've been looking into the built in unit tests in typo, and I >>> figured >>> out how to run them. >> >> Umm... have you run 'rake migrate'? ISTR that the schema in the trunk >> doesn't exactly tally with the migrations. Which could explain your >> failures. >> >> -- >> Piers Cawley >> http://www.bofh.org.uk/ >> _______________________________________________ >> 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 scott at sigkill.org Wed Jun 21 23:48:53 2006 From: scott at sigkill.org (Scott Laird) Date: Wed, 21 Jun 2006 20:48:53 -0700 Subject: [typo] Testing typo... In-Reply-To: <26367ED9-7AC1-48CB-82E9-C2C1EA90C6CF@folkwolf.net> References: <26367ED9-7AC1-48CB-82E9-C2C1EA90C6CF@folkwolf.net> Message-ID: <14b7e5ef0606212048i124f0200qe92e366143a7bee8@mail.gmail.com> Hmm. Hey, Piers, isn't the blog supposed to be set by default? Where does that come from? Scott On 6/21/06, Matt Rose wrote: > > replying to myself here: I managed to fix article_test.rb so that it > now passes all tests on sqlite > Should I submit patches for the files I fix? I still haven't worked > out all the errors on postgres. I'll work on that more, but I like > sqlite more, so I'll be concentrating on that platform. > > > > Before: > > mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby > article_test.rb.orig > Loaded suite article_test.rb.orig > Started > F...E.EEFEF......F.E. > Finished in 3.506417 seconds. > > 1) Failure: > test_create(ArticleTest) [article_test.rb.orig:24]: > is not true. > > 2) Error: > test_find_published_by_category(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb.orig:178:in `test_find_published_by_category' > > 3) Error: > test_future_publishing(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb.orig:150:in `test_future_publishing' > > 4) Error: > test_future_publishing_without_published_flag(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb.orig:156:in > `test_future_publishing_without_published_flag' > > 5) Failure: > test_html_title(ArticleTest) [article_test.rb.orig:63]: > is not true. > > 6) Error: > test_just_published_flag(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb.orig:142:in `test_just_published_flag' > > 7) Failure: > test_notifications(ArticleTest) [article_test.rb.orig:203]: > is not true. > > 8) Failure: > test_tags(ArticleTest) [article_test.rb.orig:92]: > is not true. > > 9) Error: > test_triggers_are_dependent(ArticleTest): > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:736:in `save!' > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > activerecord/lib/active_record/validations.rb:699:in `create!' > article_test.rb.orig:161:in `test_triggers_are_dependent' > > 21 tests, 45 assertions, 4 failures, 5 errors > > After: > > mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby article_test.rb > Loaded suite article_test > Started > ..................... > Finished in 11.862288 seconds. > > 21 tests, 72 assertions, 0 failures, 0 errors > > and this is the unified diff > > --- article_test.rb.orig 2006-06-21 21:51:49.000000000 -0400 > +++ article_test.rb 2006-06-21 21:57:34.000000000 -0400 > @@ -18,6 +18,7 @@ > def test_create > a = Article.new > + a.blog_id = 1 > a.user_id = 1 > a.body = "Foo" > a.title = "Zzz" > @@ -60,6 +61,7 @@ > def test_html_title > a = Article.new > a.title = "This is a test" > + a.blog_id = 1 > assert a.save > assert_equal 'this-is-a-test', a.permalink > @@ -79,7 +81,7 @@ > end > def test_tags > - a = Article.new(:title => 'Test tag article', > + a = Article.new(:title => 'Test tag article', :blog_id => 1, > :keywords => 'test tag tag stuff'); > assert_kind_of Article, a > @@ -139,7 +141,7 @@ > assert art.save > assert !art.just_published? > - art = Article.create!(:title => 'title2', > + art = Article.create!(:title => 'title2', :blog_id => 2, > :body => 'body', > :published => false) > @@ -148,17 +150,18 @@ > def test_future_publishing > assert_sets_trigger(Article.create!(:title => 'title', :body => > 'body', > + > > :blog_id => 1, > :published => true, > :published_at => Time.now + > 2.seconds)) > end > def test_future_publishing_without_published_flag > - assert_sets_trigger Article.create!(:title => 'title', :body => > 'body', > + assert_sets_trigger Article.create!(:title => 'title', :body => > 'body', :blog_id => 1, > :published_at => Time.now + > 2.seconds) > end > def test_triggers_are_dependent > - art = Article.create!(:title => 'title', :body => 'body', > + art = Article.create!(:title => 'title', :body => > 'body', :blog_id => 1, > :published_at => Time.now + 1.hour) > assert_equal 1, Trigger.count > art.destroy > @@ -178,8 +181,10 @@ > Article.create!(:title => "News from the future!", > :body => "The future is cool!", > :keywords => "future", > + > :blog_id => 1, > :published_at => Time.now + 12.minutes) > + #print @articles.find(/future/) > @articles = Category.find_by_permalink > ('personal').published_articles > assert_results_are :article1, :article2, :article3 > @@ -199,7 +204,7 @@ > end > def test_notifications > - a = Article.new(:title => 'New Article', :body => 'Foo', :author > => 'Tobi', :user => users(:tobi)) > + a = Article.new(:title => 'New Article', :blog_id => 1, :body => > 'Foo', :author => 'Tobi', :user => users(:tobi)) > assert a.save > assert_equal 2, a.notify_users.size > > > > On 21-Jun-06, at 9:32 PM, Matt Rose wrote: > > > > > So I finally got a start on figuring out why tests were failing. It > > looks like none of the tests have been updated since the "blogs" > > table was added, as I keep getting this error on the tests > > > > 2) Error: > > test_just_published_flag(ArticleTest): > > ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > > activerecord/lib/active_record/validations.rb:736:in `save!' > > /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > > activerecord/lib/active_record/validations.rb:699:in `create!' > > article_test.rb:144:in `test_just_published_flag' > > > > and everytime I add the "blog_id" to the the article that gets > > created in the test (I'm running through article tests right now) the > > test passes. > > > > However, this doesn't really jibe with what everyone else is saying > > on the list, as those tests shouldn't be passing for anyone. > > > > Matt > > > > On 21-Jun-06, at 2:11 AM, Piers Cawley wrote: > > > >> Matt Rose writes: > >> > >>> So I've been looking into the built in unit tests in typo, and I > >>> figured > >>> out how to run them. > >> > >> Umm... have you run 'rake migrate'? ISTR that the schema in the trunk > >> doesn't exactly tally with the migrations. Which could explain your > >> failures. > >> > >> -- > >> Piers Cawley > >> http://www.bofh.org.uk/ > >> _______________________________________________ > >> 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 > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From gpsnospam at gmail.com Thu Jun 22 05:36:23 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 22 Jun 2006 10:36:23 +0100 Subject: [typo] Commit access to typo In-Reply-To: <4499B57E.1090102@grayskies.net> References: <4499B57E.1090102@grayskies.net> Message-ID: <7EA1F4BA-CDBE-46C1-9091-09DD599FA121@gmail.com> On 21 Jun 2006, at 22:09, Ralph Douglass wrote: > > The company I'm working for wants to start providing Typo as a > service, > so I have resources to put towards fixing bugs and applying the > patches > submitted on trac. I would love to commit our fixes to trunk. How > would you propose I go about demonstrating b and c? Just submit your patches as tickets in Trac Ralph. If they're fine and include tests so all the maintainers have to do is check them in ... well they'll get tired of it and think about giving you commit access. But Anybody can provide patches for Typo. Look in Trac at the '[PATCH]' tickets. You don't need commit access for that. People need to remember that commit access is for the whole community. I might hate the AJAX for sidebars in the admin panel and write a patch that rips that out. I would then just provide it as a ticket on trac and not ask for commit access for it because some people like the AJAX for the sidebars. Mind you if I was refactoring the core code to make it sleeker and leaner then the whole community would benefit from that and that would be included in trunk. The only thing I'd be wary about is your company may want to take Typo in a direction that the community doesn't want to go in. Not saying they would of course - just raising the point. Gary From gpsnospam at gmail.com Thu Jun 22 05:38:37 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 22 Jun 2006 10:38:37 +0100 Subject: [typo] Testing typo... In-Reply-To: References: Message-ID: <84292F35-FC8B-40E5-9953-2C1C9CF741C1@gmail.com> On 22 Jun 2006, at 02:32, Matt Rose wrote: > However, this doesn't really jibe with what everyone else is saying > on the list, as those tests shouldn't be passing for anyone. Yeah that's got me confused. The tests all passed for me except that one xml related one ... but I need to update my test system for that and it's not down to Typo. G From mattrose at folkwolf.net Thu Jun 22 07:37:30 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Thu, 22 Jun 2006 07:37:30 -0400 Subject: [typo] Testing typo... In-Reply-To: <14b7e5ef0606212048i124f0200qe92e366143a7bee8@mail.gmail.com> References: <26367ED9-7AC1-48CB-82E9-C2C1EA90C6CF@folkwolf.net> <14b7e5ef0606212048i124f0200qe92e366143a7bee8@mail.gmail.com> Message-ID: <880FD30E-73FE-4C37-B4C7-A1BD0E1806C6@folkwolf.net> It may get set by the database itself, I know on some versions of sql you can have a table with a column with a default value set. I'll look into this a little bit later today. As a complete aside, this is a great way to learn how Rails works. Thanks for all the help with this, guys. Matt On 21-Jun-06, at 11:48 PM, Scott Laird wrote: > Hmm. Hey, Piers, isn't the blog supposed to be set by default? Where > does that come from? > > > Scott > > On 6/21/06, Matt Rose wrote: >> >> replying to myself here: I managed to fix article_test.rb so that it >> now passes all tests on sqlite >> Should I submit patches for the files I fix? I still haven't worked >> out all the errors on postgres. I'll work on that more, but I like >> sqlite more, so I'll be concentrating on that platform. >> >> >> >> Before: >> >> mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby >> article_test.rb.orig >> Loaded suite article_test.rb.orig >> Started >> F...E.EEFEF......F.E. >> Finished in 3.506417 seconds. >> >> 1) Failure: >> test_create(ArticleTest) [article_test.rb.orig:24]: >> is not true. >> >> 2) Error: >> test_find_published_by_category(ArticleTest): >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:736:in `save!' >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:699:in `create!' >> article_test.rb.orig:178:in `test_find_published_by_category' >> >> 3) Error: >> test_future_publishing(ArticleTest): >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:736:in `save!' >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:699:in `create!' >> article_test.rb.orig:150:in `test_future_publishing' >> >> 4) Error: >> test_future_publishing_without_published_flag(ArticleTest): >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:736:in `save!' >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:699:in `create!' >> article_test.rb.orig:156:in >> `test_future_publishing_without_published_flag' >> >> 5) Failure: >> test_html_title(ArticleTest) [article_test.rb.orig:63]: >> is not true. >> >> 6) Error: >> test_just_published_flag(ArticleTest): >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:736:in `save!' >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:699:in `create!' >> article_test.rb.orig:142:in `test_just_published_flag' >> >> 7) Failure: >> test_notifications(ArticleTest) [article_test.rb.orig:203]: >> is not true. >> >> 8) Failure: >> test_tags(ArticleTest) [article_test.rb.orig:92]: >> is not true. >> >> 9) Error: >> test_triggers_are_dependent(ArticleTest): >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:736:in `save!' >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >> activerecord/lib/active_record/validations.rb:699:in `create!' >> article_test.rb.orig:161:in `test_triggers_are_dependent' >> >> 21 tests, 45 assertions, 4 failures, 5 errors >> >> After: >> >> mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby >> article_test.rb >> Loaded suite article_test >> Started >> ..................... >> Finished in 11.862288 seconds. >> >> 21 tests, 72 assertions, 0 failures, 0 errors >> >> and this is the unified diff >> >> --- article_test.rb.orig 2006-06-21 21:51:49.000000000 -0400 >> +++ article_test.rb 2006-06-21 21:57:34.000000000 -0400 >> @@ -18,6 +18,7 @@ >> def test_create >> a = Article.new >> + a.blog_id = 1 >> a.user_id = 1 >> a.body = "Foo" >> a.title = "Zzz" >> @@ -60,6 +61,7 @@ >> def test_html_title >> a = Article.new >> a.title = "This is a test" >> + a.blog_id = 1 >> assert a.save >> assert_equal 'this-is-a-test', a.permalink >> @@ -79,7 +81,7 @@ >> end >> def test_tags >> - a = Article.new(:title => 'Test tag article', >> + a = Article.new(:title => 'Test tag article', :blog_id => 1, >> :keywords => 'test tag tag stuff'); >> assert_kind_of Article, a >> @@ -139,7 +141,7 @@ >> assert art.save >> assert !art.just_published? >> - art = Article.create!(:title => 'title2', >> + art = Article.create!(:title => 'title2', :blog_id => 2, >> :body => 'body', >> :published => false) >> @@ -148,17 +150,18 @@ >> def test_future_publishing >> assert_sets_trigger(Article.create!(:title => 'title', :body => >> 'body', >> + >> >> :blog_id => 1, >> :published => true, >> :published_at => Time.now + >> 2.seconds)) >> end >> def test_future_publishing_without_published_flag >> - assert_sets_trigger Article.create!(:title => 'title', :body => >> 'body', >> + assert_sets_trigger Article.create!(:title => 'title', :body => >> 'body', :blog_id => 1, >> :published_at => Time.now + >> 2.seconds) >> end >> def test_triggers_are_dependent >> - art = Article.create!(:title => 'title', :body => 'body', >> + art = Article.create!(:title => 'title', :body => >> 'body', :blog_id => 1, >> :published_at => Time.now + 1.hour) >> assert_equal 1, Trigger.count >> art.destroy >> @@ -178,8 +181,10 @@ >> Article.create!(:title => "News from the future!", >> :body => "The future is cool!", >> :keywords => "future", >> + >> :blog_id => 1, >> :published_at => Time.now + 12.minutes) >> + #print @articles.find(/future/) >> @articles = Category.find_by_permalink >> ('personal').published_articles >> assert_results_are :article1, :article2, :article3 >> @@ -199,7 +204,7 @@ >> end >> def test_notifications >> - a = Article.new(:title => 'New Article', :body => 'Foo', :author >> => 'Tobi', :user => users(:tobi)) >> + a = Article.new(:title => 'New Article', :blog_id => 1, :body => >> 'Foo', :author => 'Tobi', :user => users(:tobi)) >> assert a.save >> assert_equal 2, a.notify_users.size >> >> >> >> On 21-Jun-06, at 9:32 PM, Matt Rose wrote: >> >>> >>> So I finally got a start on figuring out why tests were failing. It >>> looks like none of the tests have been updated since the "blogs" >>> table was added, as I keep getting this error on the tests >>> >>> 2) Error: >>> test_just_published_flag(ArticleTest): >>> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank >>> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >>> activerecord/lib/active_record/validations.rb:736:in `save!' >>> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ >>> activerecord/lib/active_record/validations.rb:699:in `create!' >>> article_test.rb:144:in `test_just_published_flag' >>> >>> and everytime I add the "blog_id" to the the article that gets >>> created in the test (I'm running through article tests right now) >>> the >>> test passes. >>> >>> However, this doesn't really jibe with what everyone else is saying >>> on the list, as those tests shouldn't be passing for anyone. >>> >>> Matt >>> >>> On 21-Jun-06, at 2:11 AM, Piers Cawley wrote: >>> >>>> Matt Rose writes: >>>> >>>>> So I've been looking into the built in unit tests in typo, and I >>>>> figured >>>>> out how to run them. >>>> >>>> Umm... have you run 'rake migrate'? ISTR that the schema in the >>>> trunk >>>> doesn't exactly tally with the migrations. Which could explain your >>>> failures. >>>> >>>> -- >>>> Piers Cawley >>>> http://www.bofh.org.uk/ >>>> _______________________________________________ >>>> 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 >> >> _______________________________________________ >> 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 gpsnospam at gmail.com Thu Jun 22 09:50:28 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Thu, 22 Jun 2006 14:50:28 +0100 Subject: [typo] New Typo Install - install notes, theme viewer and an import question In-Reply-To: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> References: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> Message-ID: <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> On 22 Jun 2006, at 02:08, John Wang wrote: > I just put together a tutorial on installing Typo (2.6.0 with > captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone > is interested: > > I also put together a Typo Theme Viewer app using Scriptaculous' > Sortable. Right now it only covers the themes at Typo Garden but > others can be added. It's primarily designed to make visual > scanning a lot easier. Very nice work John. Crying shame that those themes are broken on trunk as that would be a handy resource. The fellas at Typogarden should have a word with you. > Finally, is there a good way to import blog entries/comments from > Blogger? If not, how would one go about doing this. Is there any > partial code already available? I thought there was one - but there isn't. I'd use a Blogger to MT/ Wordpress/Textpattern converter and then convert that from the Typo converters that are available. Gary From scott at sigkill.org Thu Jun 22 11:46:15 2006 From: scott at sigkill.org (Scott Laird) Date: Thu, 22 Jun 2006 08:46:15 -0700 Subject: [typo] Testing typo... In-Reply-To: <880FD30E-73FE-4C37-B4C7-A1BD0E1806C6@folkwolf.net> References: <26367ED9-7AC1-48CB-82E9-C2C1EA90C6CF@folkwolf.net> <14b7e5ef0606212048i124f0200qe92e366143a7bee8@mail.gmail.com> <880FD30E-73FE-4C37-B4C7-A1BD0E1806C6@folkwolf.net> Message-ID: <14b7e5ef0606220846r57b3afb9xf4b122d9d2eebd0d@mail.gmail.com> It could be done with a DB default, but I *thought* there was an explicit default set via some rails magic, maybe the scope code in application.rb. It doesn't seem to work right all the time, though. Scott On 6/22/06, Matt Rose wrote: > > > It may get set by the database itself, I know on some versions of sql > you can have a table with a column with a default value set. I'll > look into this a little bit later today. > > As a complete aside, this is a great way to learn how Rails works. > Thanks for all the help with this, guys. > > Matt > > On 21-Jun-06, at 11:48 PM, Scott Laird wrote: > > > Hmm. Hey, Piers, isn't the blog supposed to be set by default? Where > > does that come from? > > > > > > Scott > > > > On 6/21/06, Matt Rose wrote: > >> > >> replying to myself here: I managed to fix article_test.rb so that it > >> now passes all tests on sqlite > >> Should I submit patches for the files I fix? I still haven't worked > >> out all the errors on postgres. I'll work on that more, but I like > >> sqlite more, so I'll be concentrating on that platform. > >> > >> > >> > >> Before: > >> > >> mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby > >> article_test.rb.orig > >> Loaded suite article_test.rb.orig > >> Started > >> F...E.EEFEF......F.E. > >> Finished in 3.506417 seconds. > >> > >> 1) Failure: > >> test_create(ArticleTest) [article_test.rb.orig:24]: > >> is not true. > >> > >> 2) Error: > >> test_find_published_by_category(ArticleTest): > >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:736:in `save!' > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:699:in `create!' > >> article_test.rb.orig:178:in `test_find_published_by_category' > >> > >> 3) Error: > >> test_future_publishing(ArticleTest): > >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:736:in `save!' > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:699:in `create!' > >> article_test.rb.orig:150:in `test_future_publishing' > >> > >> 4) Error: > >> test_future_publishing_without_published_flag(ArticleTest): > >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:736:in `save!' > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:699:in `create!' > >> article_test.rb.orig:156:in > >> `test_future_publishing_without_published_flag' > >> > >> 5) Failure: > >> test_html_title(ArticleTest) [article_test.rb.orig:63]: > >> is not true. > >> > >> 6) Error: > >> test_just_published_flag(ArticleTest): > >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:736:in `save!' > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:699:in `create!' > >> article_test.rb.orig:142:in `test_just_published_flag' > >> > >> 7) Failure: > >> test_notifications(ArticleTest) [article_test.rb.orig:203]: > >> is not true. > >> > >> 8) Failure: > >> test_tags(ArticleTest) [article_test.rb.orig:92]: > >> is not true. > >> > >> 9) Error: > >> test_triggers_are_dependent(ArticleTest): > >> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:736:in `save!' > >> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >> activerecord/lib/active_record/validations.rb:699:in `create!' > >> article_test.rb.orig:161:in `test_triggers_are_dependent' > >> > >> 21 tests, 45 assertions, 4 failures, 5 errors > >> > >> After: > >> > >> mattrose at venice:~/typotest/typo.sqlite/test/unit$ ruby > >> article_test.rb > >> Loaded suite article_test > >> Started > >> ..................... > >> Finished in 11.862288 seconds. > >> > >> 21 tests, 72 assertions, 0 failures, 0 errors > >> > >> and this is the unified diff > >> > >> --- article_test.rb.orig 2006-06-21 21:51:49.000000000 -0400 > >> +++ article_test.rb 2006-06-21 21:57:34.000000000 -0400 > >> @@ -18,6 +18,7 @@ > >> def test_create > >> a = Article.new > >> + a.blog_id = 1 > >> a.user_id = 1 > >> a.body = "Foo" > >> a.title = "Zzz" > >> @@ -60,6 +61,7 @@ > >> def test_html_title > >> a = Article.new > >> a.title = "This is a test" > >> + a.blog_id = 1 > >> assert a.save > >> assert_equal 'this-is-a-test', a.permalink > >> @@ -79,7 +81,7 @@ > >> end > >> def test_tags > >> - a = Article.new(:title => 'Test tag article', > >> + a = Article.new(:title => 'Test tag article', :blog_id => 1, > >> :keywords => 'test tag tag stuff'); > >> assert_kind_of Article, a > >> @@ -139,7 +141,7 @@ > >> assert art.save > >> assert !art.just_published? > >> - art = Article.create!(:title => 'title2', > >> + art = Article.create!(:title => 'title2', :blog_id => 2, > >> :body => 'body', > >> :published => false) > >> @@ -148,17 +150,18 @@ > >> def test_future_publishing > >> assert_sets_trigger(Article.create!(:title => 'title', :body => > >> 'body', > >> + > >> > >> :blog_id => 1, > >> :published => true, > >> :published_at => Time.now + > >> 2.seconds)) > >> end > >> def test_future_publishing_without_published_flag > >> - assert_sets_trigger Article.create!(:title => 'title', :body => > >> 'body', > >> + assert_sets_trigger Article.create!(:title => 'title', :body => > >> 'body', :blog_id => 1, > >> :published_at => Time.now + > >> 2.seconds) > >> end > >> def test_triggers_are_dependent > >> - art = Article.create!(:title => 'title', :body => 'body', > >> + art = Article.create!(:title => 'title', :body => > >> 'body', :blog_id => 1, > >> :published_at => Time.now + 1.hour) > >> assert_equal 1, Trigger.count > >> art.destroy > >> @@ -178,8 +181,10 @@ > >> Article.create!(:title => "News from the future!", > >> :body => "The future is cool!", > >> :keywords => "future", > >> + > >> :blog_id => 1, > >> :published_at => Time.now + 12.minutes) > >> + #print @articles.find(/future/) > >> @articles = Category.find_by_permalink > >> ('personal').published_articles > >> assert_results_are :article1, :article2, :article3 > >> @@ -199,7 +204,7 @@ > >> end > >> def test_notifications > >> - a = Article.new(:title => 'New Article', :body => 'Foo', :author > >> => 'Tobi', :user => users(:tobi)) > >> + a = Article.new(:title => 'New Article', :blog_id => 1, :body => > >> 'Foo', :author => 'Tobi', :user => users(:tobi)) > >> assert a.save > >> assert_equal 2, a.notify_users.size > >> > >> > >> > >> On 21-Jun-06, at 9:32 PM, Matt Rose wrote: > >> > >>> > >>> So I finally got a start on figuring out why tests were failing. It > >>> looks like none of the tests have been updated since the "blogs" > >>> table was added, as I keep getting this error on the tests > >>> > >>> 2) Error: > >>> test_just_published_flag(ArticleTest): > >>> ActiveRecord::RecordInvalid: Validation failed: Blog can't be blank > >>> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >>> activerecord/lib/active_record/validations.rb:736:in `save!' > >>> /home/mattrose/typotest/typo.sqlite/config/../vendor/rails/ > >>> activerecord/lib/active_record/validations.rb:699:in `create!' > >>> article_test.rb:144:in `test_just_published_flag' > >>> > >>> and everytime I add the "blog_id" to the the article that gets > >>> created in the test (I'm running through article tests right now) > >>> the > >>> test passes. > >>> > >>> However, this doesn't really jibe with what everyone else is saying > >>> on the list, as those tests shouldn't be passing for anyone. > >>> > >>> Matt > >>> > >>> On 21-Jun-06, at 2:11 AM, Piers Cawley wrote: > >>> > >>>> Matt Rose writes: > >>>> > >>>>> So I've been looking into the built in unit tests in typo, and I > >>>>> figured > >>>>> out how to run them. > >>>> > >>>> Umm... have you run 'rake migrate'? ISTR that the schema in the > >>>> trunk > >>>> doesn't exactly tally with the migrations. Which could explain your > >>>> failures. > >>>> > >>>> -- > >>>> Piers Cawley > >>>> http://www.bofh.org.uk/ > >>>> _______________________________________________ > >>>> 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 > >> > >> _______________________________________________ > >> 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 > > _______________________________________________ > 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/20060622/11a6f366/attachment-0001.html From scott at sigkill.org Thu Jun 22 16:58:55 2006 From: scott at sigkill.org (Scott Laird) Date: Thu, 22 Jun 2006 13:58:55 -0700 Subject: [typo] New Typo Install - install notes, theme viewer and an import question In-Reply-To: <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> References: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> Message-ID: <14b7e5ef0606221358t1d2671ffwcef7c2a23a75fb8@mail.gmail.com> There's an importer that will take an RSS feed and import it. A blogger API extractor would be cool, but I've never seen one. Scott On 6/22/06, Gary Shewan wrote: > > > On 22 Jun 2006, at 02:08, John Wang wrote: > > > I just put together a tutorial on installing Typo (2.6.0 with > > captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone > > is interested: > > > > I also put together a Typo Theme Viewer app using Scriptaculous' > > Sortable. Right now it only covers the themes at Typo Garden but > > others can be added. It's primarily designed to make visual > > scanning a lot easier. > > Very nice work John. Crying shame that those themes are broken on > trunk as that would be a handy resource. The fellas at Typogarden > should have a word with you. > > > Finally, is there a good way to import blog entries/comments from > > Blogger? If not, how would one go about doing this. Is there any > > partial code already available? > > I thought there was one - but there isn't. I'd use a Blogger to MT/ > Wordpress/Textpattern converter and then convert that from the Typo > converters that are available. > > Gary > _______________________________________________ > 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/20060622/d0fc9274/attachment.html From jonasb.16759522 at bloglines.com Thu Jun 22 17:31:52 2006 From: jonasb.16759522 at bloglines.com (jonasb.16759522 at bloglines.com) Date: 22 Jun 2006 21:31:52 -0000 Subject: [typo] New Typo Install - install notes, theme viewer and an import question Message-ID: <1151011912.3872934030.29224.sendItem@bloglines.com> Hi, Here's some information/code showing how I migrated from Blogger to Typo although it doesn't use the Blogger API: http://andthennothing.net/archives/2006/01/31/blogger-to-typo-migration Cheers, Jonas --- typo-list at rubyforge.org wrote: There's an importer that will take an RSS feed and import it. A blogger API > extractor would be cool, but I've never seen one. > > > Scott > > On 6/22/06, Gary Shewan wrote: > > > > > > On 22 Jun 2006, at 02:08, John Wang wrote: > > > > > I just put together a tutorial on installing Typo (2.6.0 with > > > captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone > > > is interested: > > > > > > I also put together a Typo Theme Viewer app using Scriptaculous' > > > Sortable. Right now it only covers the themes at Typo Garden but > > > others can be added. It's primarily designed to make visual > > > scanning a lot easier. > > > > Very nice work John. Crying shame that those themes are broken on > > trunk as that would be a handy resource. The fellas at Typogarden > > should have a word with you. > > > > > Finally, is there a good way to import blog entries/comments from > > > Blogger? If not, how would one go about doing this. Is there any > > > partial code already available? > > > > I thought there was one - but there isn't. I'd use a Blogger to MT/ > > Wordpress/Textpattern converter and then convert that from the Typo > > converters that are available. > > > > Gary > > _______________________________________________ > > 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 pdcawley at bofh.org.uk Thu Jun 22 17:15:47 2006 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Thu, 22 Jun 2006 22:15:47 +0100 Subject: [typo] New Typo Install - install notes, theme viewer and an import question In-Reply-To: <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> (Gary Shewan's message of "Thu, 22 Jun 2006 14:50:28 +0100") References: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> Message-ID: Gary Shewan writes: > On 22 Jun 2006, at 02:08, John Wang wrote: > >> I just put together a tutorial on installing Typo (2.6.0 with >> captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone >> is interested: >> >> I also put together a Typo Theme Viewer app using Scriptaculous' >> Sortable. Right now it only covers the themes at Typo Garden but >> others can be added. It's primarily designed to make visual >> scanning a lot easier. > > Very nice work John. Crying shame that those themes are broken on > trunk as that would be a handy resource. The fellas at Typogarden > should have a word with you. They're a good deal less broken than they were though. If memory serves it should just be a matter of tweaking the layout head and possibly the code to render the sidebar (the trunk's way of rendering the sidebar worked in 2.6.0, but the old, explicit way doesn't work any more) -- Piers Cawley http://www.bofh.org.uk/ From tim at digital-achievement.com Thu Jun 22 20:01:59 2006 From: tim at digital-achievement.com (Timothy Freund) Date: Thu, 22 Jun 2006 19:01:59 -0500 Subject: [typo] New Typo Install - install notes, theme viewer and an import question In-Reply-To: <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> References: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> Message-ID: <449B2F77.2050608@digital-achievement.com> Yes, the theme page is cool. I will have the first version of a subversion backed theme repository up and accessible on Sunday evening or Monday morning. That will allow themes to keep up with trunk while still retaining copies that work on older versions of Typo. I have most of the back end testing processes written, and now I'm working on the front end. I'd be done if it weren't for my day job... :-) Perhaps themes that go into the new repository can appear on your preview page as well? Tim > On 22 Jun 2006, at 02:08, John Wang wrote: > > >>I just put together a tutorial on installing Typo (2.6.0 with >>captive Rails) with MySQL, Apache, lighttpd and FastCGI if anyone >>is interested: >> >>I also put together a Typo Theme Viewer app using Scriptaculous' >>Sortable. Right now it only covers the themes at Typo Garden but >>others can be added. It's primarily designed to make visual >>scanning a lot easier. > > > Very nice work John. Crying shame that those themes are broken on > trunk as that would be a handy resource. The fellas at Typogarden > should have a word with you. > > >>Finally, is there a good way to import blog entries/comments from >>Blogger? If not, how would one go about doing this. Is there any >>partial code already available? > > > I thought there was one - but there isn't. I'd use a Blogger to MT/ > Wordpress/Textpattern converter and then convert that from the Typo > converters that are available. > > Gary > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Timothy Freund http://digital-achievement.com http://edodyssey.com From johncwang at gmail.com Mon Jun 26 18:09:49 2006 From: johncwang at gmail.com (John Wang) Date: Mon, 26 Jun 2006 15:09:49 -0700 Subject: [typo] TOC - table of contents Message-ID: <22a4faec0606261509y353f0b1bw7be6655ae8987dfb@mail.gmail.com> After using MediaWiki for a long time I got spoiled with their auto-TOC feature which creates a set of links to anchors on the page. I thought it would be nice to have a TOC for blog pages where you have to scroll down to see the titles of all the articles on the page. To scratch this itch, I put together a quick TOC feature for my Typo blog (implemented and documented at http://www.dev411.com/blog/ ). Is this something that would be generally useful? If so, I can put some more work into it, e.g. admin console control. Also, how are the sidebar features (e.g. Flickr, Tada list, 43things goals, etc.) implemented? Are they implemented as plugins or are they hardcoded into Typo? If the are plugins, I'll look into making the TOC feature a plugin. John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060626/296769b5/attachment.html From eric.sendelbach at gmail.com Mon Jun 26 20:20:29 2006 From: eric.sendelbach at gmail.com (Eric Sendelbach) Date: Mon, 26 Jun 2006 20:20:29 -0400 Subject: [typo] Authenticating against dev.rubyonrails.com? Message-ID: <2fbd26cb0606261720t7fbc2514k18626b83e5b9319c@mail.gmail.com> When trying to execute the command 'svn checkout http://typosphere.org/typo/trunk typo' it starts to pull the down the files as normal, but eventually says it's fetching an external item into typo/vendor/rails and it prompts me for a password for dev.rubyonrails.com. Has anybody encountered this? It would seem like a pretty common problem since it's preventing me from even pulling the source down. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060626/6b2aa24b/attachment.html From mattrose at folkwolf.net Mon Jun 26 20:22:29 2006 From: mattrose at folkwolf.net (Matt Rose) Date: Mon, 26 Jun 2006 20:22:29 -0400 Subject: [typo] TOC - table of contents In-Reply-To: <22a4faec0606261509y353f0b1bw7be6655ae8987dfb@mail.gmail.com> References: <22a4faec0606261509y353f0b1bw7be6655ae8987dfb@mail.gmail.com> Message-ID: <83DC366F-BDBB-457F-AD33-5A7733560826@folkwolf.net> as plugins. They're pretty easy to write, even without a lot of coding knowledge. Use the components/plugins/sidebars/static directory and controller as your guide, and you should have no trouble. Can't wait to see it. On 26-Jun-06, at 6:09 PM, John Wang wrote: > After using MediaWiki for a long time I got spoiled with their auto- > TOC feature which creates a set of links to anchors on the page. I > thought it would be nice to have a TOC for blog pages where you > have to scroll down to see the titles of all the articles on the > page. To scratch this itch, I put together a quick TOC feature for > my Typo blog (implemented and documented at http://www.dev411.com/ > blog/ ). Is this something that would be generally useful? If so, I > can put some more work into it, e.g. admin console control. > > Also, how are the sidebar features ( e.g. Flickr, Tada list, > 43things goals, etc.) implemented? Are they implemented as plugins > or are they hardcoded into Typo? If the are plugins, I'll look into > making the TOC feature a plugin. > > John > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From neuro at 7el.net Tue Jun 27 11:32:08 2006 From: neuro at 7el.net (Frederic de Villamil) Date: Tue, 27 Jun 2006 17:32:08 +0200 Subject: [typo] Akismet Integration Message-ID: <44A14F78.6060301@7el.net> What about an aKismet integration, using Akismet ruby API? Should help with spam issue IMHO http://akismet.com http://www.blojsom.com/blog/nerdery/2005/12/02/Akismet-API-in-Ruby.html Frederic -- Fr?d?ric de Villamil "Quand tu veux chasser une belle fille, il vaut mieux commencer par draguer sa copine moche" -- pr?cepte de go. http://t37.net http://fredericdevillamil.com neuro at 7el.net tel: +33 (0)6 62 19 1337 From scott at sigkill.org Tue Jun 27 11:43:34 2006 From: scott at sigkill.org (Scott Laird) Date: Tue, 27 Jun 2006 08:43:34 -0700 Subject: [typo] Akismet Integration In-Reply-To: <44A14F78.6060301@7el.net> References: <44A14F78.6060301@7el.net> Message-ID: <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> Hmm, I hadn't seen the Ruby API before. Scott On 6/27/06, Frederic de Villamil wrote: > > What about an aKismet integration, using Akismet ruby API? > Should help with spam issue IMHO > > http://akismet.com > http://www.blojsom.com/blog/nerdery/2005/12/02/Akismet-API-in-Ruby.html > > Frederic > -- > Fr?d?ric de Villamil > "Quand tu veux chasser une belle fille, il vaut mieux commencer par > draguer sa copine moche" -- pr?cepte de go. > http://t37.net http://fredericdevillamil.com > neuro at 7el.net tel: +33 (0)6 62 19 1337 > _______________________________________________ > 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/20060627/6867f6e8/attachment-0001.html From johncwang at gmail.com Tue Jun 27 13:26:16 2006 From: johncwang at gmail.com (John Wang) Date: Tue, 27 Jun 2006 10:26:16 -0700 Subject: [typo] New Typo Install - install notes, theme viewer and an import question In-Reply-To: <449B2F77.2050608@digital-achievement.com> References: <22a4faec0606211808y7f2e4c70g297823c583a070f6@mail.gmail.com> <30F1CEC2-D316-4DEC-ABE6-5C03953C7F89@gmail.com> <449B2F77.2050608@digital-achievement.com> Message-ID: <22a4faec0606271026t5b295d16wc19446311a076445@mail.gmail.com> On 6/22/06, Timothy Freund wrote: > > Yes, the theme page is cool. > > I will have the first version of a subversion backed theme repository up > and accessible on Sunday evening or Monday morning. That will allow > themes to keep up with trunk while still retaining copies that work on > older versions of Typo. I have most of the back end testing processes > written, and now I'm working on the front end. I'd be done if it > weren't for my day job... :-) That sounds great and would solve a lot of issues. Perhaps themes that go into the new repository can appear on your > preview page as well? Sure, they'd be easy to add. Just let me know when and where. -- John Wang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060627/1ca03631/attachment.html From scott at sigkill.org Tue Jun 27 23:08:52 2006 From: scott at sigkill.org (Scott Laird) Date: Tue, 27 Jun 2006 20:08:52 -0700 Subject: [typo] Akismet Integration In-Reply-To: <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> References: <44A14F78.6060301@7el.net> <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> Message-ID: <14b7e5ef0606272008w1399ff3bu1bda8b5f2209ae2d@mail.gmail.com> You know, code like this worries me: def commentCheck(user_ip, user_agent, referrer, permalink, comment_type, comment_author, comment_author_email, comment_author_url, comment_content, other) return callAkismet('comment-check', user_ip, user_agent, referrer, permalink, comment_type, comment_author, comment_author_email, comment_author_url, comment_content, other) end Scott On 6/27/06, Scott Laird wrote: > Hmm, I hadn't seen the Ruby API before. > > > Scott > > > On 6/27/06, Frederic de Villamil wrote: > > What about an aKismet integration, using Akismet ruby API? > > Should help with spam issue IMHO > > > > http://akismet.com > > > http://www.blojsom.com/blog/nerdery/2005/12/02/Akismet-API-in-Ruby.html > > > > Frederic > > -- > > Fr?d?ric de Villamil > > "Quand tu veux chasser une belle fille, il vaut mieux commencer par > > draguer sa copine moche" -- pr?cepte de go. > > http://t37.net http://fredericdevillamil.com > > neuro at 7el.net tel: +33 (0)6 62 19 1337 > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > From gpsnospam at gmail.com Wed Jun 28 10:23:34 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 28 Jun 2006 15:23:34 +0100 Subject: [typo] Akismet Integration In-Reply-To: <14b7e5ef0606272008w1399ff3bu1bda8b5f2209ae2d@mail.gmail.com> References: <44A14F78.6060301@7el.net> <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> <14b7e5ef0606272008w1399ff3bu1bda8b5f2209ae2d@mail.gmail.com> Message-ID: <61A9019D-CED1-4AC5-B17B-8CE315CD7608@gmail.com> On 28 Jun 2006, at 04:08, Scott Laird wrote: > You know, code like this worries me: > > def commentCheck(user_ip, user_agent, referrer, permalink, > comment_type, comment_author, comment_author_email, > comment_author_url, comment_content, other) > return callAkismet('comment-check', user_ip, user_agent, referrer, > permalink, comment_type, comment_author, comment_author_email, > comment_author_url, comment_content, other) > end That's not the best Akismet support that I've seen. Mephisto has it integrated, but to be honest with you I'd only like to see Akismet hand in hand with comment moderation. We've got nothing like that yet. Akismet improves by the amount of information that is submitted into it ... I haven't looked into it but I'm not sure I'm entirely comfortable with a raft of data being sent to the Akismet servers every time a comment is submitted ... doesn't matter how well it's implemented. Ideally this would be a plugin (but we don't have the architecture for that) because I don't see the terrible spam problem that would need this in core. Gary From gpsnospam at gmail.com Wed Jun 28 10:23:36 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 28 Jun 2006 15:23:36 +0100 Subject: [typo] Security fix for rails (routing) Message-ID: <10A9E092-A9E1-41A6-A78F-B099783D9D78@gmail.com> A lot of people might have already seen this, but some might not have. I wonder if this is the cause of some spiking processes that some people have seen? > Rails 1.1.3: Security fix and minor fixes > We?ve found and fixed a security issue with routing that could > cause excess CPU usage in Rails processes when triggered by certain > URLs. We strongly encourage anyone running 1.1.x to upgrade to the > latest version. It?s fully backwards compatible and should serve as > a small drop-in fix. > If you?re running the latest Edge Rails, though, there?s no need to > update. We?ve rewritten the routes functionality on edge and the > new version doesn?t have this problem. > To upgrade, you as always can just do: gem install rails --include- > dependencies > Note: This release doesn?t include any of the new CRUD/resource- > based features. All of the new features we?ve been working on over > the last couple of months will become available in 1.2.0, which is > scheduled for ?soonish?. This 1.1.3 release is purely to address > the security issue and another few minor fixes that were available > on the STABLE branch as well. Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060628/b3d0388c/attachment.html From scott at sigkill.org Wed Jun 28 11:55:53 2006 From: scott at sigkill.org (Scott Laird) Date: Wed, 28 Jun 2006 08:55:53 -0700 Subject: [typo] Akismet Integration In-Reply-To: <61A9019D-CED1-4AC5-B17B-8CE315CD7608@gmail.com> References: <44A14F78.6060301@7el.net> <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> <14b7e5ef0606272008w1399ff3bu1bda8b5f2209ae2d@mail.gmail.com> <61A9019D-CED1-4AC5-B17B-8CE315CD7608@gmail.com> Message-ID: <14b7e5ef0606280855u7b4155d9jd92c3c8bf0a1c371@mail.gmail.com> Comment moderation is one of those things that Typo kind of vaugely supports, but offers no UI for. If comment.published == false, then comments won't be displayed. There are unit tests and everything :-). I'll try to cobble together a better comment admin page soon, and we'll see how it goes. The big problem is knowing where to stop--all things considered, I'd be just as happy ripping the whole admin interface out, but I'm not going to do it right now. Scott On 6/28/06, Gary Shewan wrote: > > On 28 Jun 2006, at 04:08, Scott Laird wrote: > > > You know, code like this worries me: > > > > def commentCheck(user_ip, user_agent, referrer, permalink, > > comment_type, comment_author, comment_author_email, > > comment_author_url, comment_content, other) > > return callAkismet('comment-check', user_ip, user_agent, referrer, > > permalink, comment_type, comment_author, comment_author_email, > > comment_author_url, comment_content, other) > > end > > That's not the best Akismet support that I've seen. Mephisto has it > integrated, but to be honest with you I'd only like to see Akismet > hand in hand with comment moderation. We've got nothing like that > yet. Akismet improves by the amount of information that is submitted > into it ... I haven't looked into it but I'm not sure I'm entirely > comfortable with a raft of data being sent to the Akismet servers > every time a comment is submitted ... doesn't matter how well it's > implemented. Ideally this would be a plugin (but we don't have the > architecture for that) because I don't see the terrible spam problem > that would need this in core. > > Gary > > > > > _______________________________________________ > 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/20060628/b37f9e14/attachment.html From gpsnospam at gmail.com Wed Jun 28 13:44:51 2006 From: gpsnospam at gmail.com (Gary Shewan) Date: Wed, 28 Jun 2006 18:44:51 +0100 Subject: [typo] Akismet Integration In-Reply-To: <14b7e5ef0606280855u7b4155d9jd92c3c8bf0a1c371@mail.gmail.com> References: <44A14F78.6060301@7el.net> <14b7e5ef0606270843s41eef48em8006cb506542a6f0@mail.gmail.com> <14b7e5ef0606272008w1399ff3bu1bda8b5f2209ae2d@mail.gmail.com> <61A9019D-CED1-4AC5-B17B-8CE315CD7608@gmail.com> <14b7e5ef0606280855u7b4155d9jd92c3c8bf0a1c371@mail.gmail.com> Message-ID: On 28 Jun 2006, at 16:55, Scott Laird wrote: > Comment moderation is one of those things that Typo kind of vaugely > supports, but offers no UI for. If comment.published == false, > then comments won't be displayed. There are unit tests and > everything :-). That's not really moderation though - unless it's checking against the blacklists. Very vague :) > I'll try to cobble together a better comment admin page soon, and > we'll see how it goes. The big problem is knowing where to stop-- > all things considered, I'd be just as happy ripping the whole admin > interface out, but I'm not going to do it right now. Oh I hate the admin interface and if I ever got the time I always thought about a redesign. If somebody was a budding UI designer they might think about doing that to make a bit of a name for themselves. G From mail at paulbarry.com Thu Jun 29 16:15:23 2006 From: mail at paulbarry.com (Paul Barry) Date: Thu, 29 Jun 2006 16:15:23 -0400 Subject: [typo] Per category feeds? Message-ID: On this page, http://www.typosphere.org/trac/wiki/NewInTheTrunk, it says a new feature in the trunk is per category feeds. Is true, and if so, how do I use it? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060629/d71e1cc8/attachment.html From scott at sigkill.org Thu Jun 29 16:23:12 2006 From: scott at sigkill.org (Scott Laird) Date: Thu, 29 Jun 2006 13:23:12 -0700 Subject: [typo] Per category feeds? In-Reply-To: References: Message-ID: <14b7e5ef0606291323g2d2b3e60qdfee564527c8660c@mail.gmail.com> Go the the category view page in your browser. Then either subscribe to that page in your feed reader (if it supports RSS/Atom auto-discovery) or look at the page source (in the tag near the top) to get the feed URL. Every reader that I've used in recent memory supports autodiscovery, so I haven't felt all that motivated to add a visual feed link. Scott On 6/29/06, Paul Barry wrote: > > On this page, http://www.typosphere.org/trac/wiki/NewInTheTrunk, it says a > new feature in the trunk is per category feeds. Is true, and if so, how do > I use it? > > _______________________________________________ > 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/20060629/3180d238/attachment-0001.html From mail at paulbarry.com Thu Jun 29 16:34:28 2006 From: mail at paulbarry.com (Paul Barry) Date: Thu, 29 Jun 2006 16:34:28 -0400 Subject: [typo] Per category feeds? In-Reply-To: <14b7e5ef0606291323g2d2b3e60qdfee564527c8660c@mail.gmail.com> References: <14b7e5ef0606291323g2d2b3e60qdfee564527c8660c@mail.gmail.com> Message-ID: Thanks On 6/29/06, Scott Laird wrote: > > Go the the category view page in your browser. Then either subscribe to > that page in your feed reader (if it supports RSS/Atom auto-discovery) or > look at the page source (in the tag near the top) to get the feed > URL. > > Every reader that I've used in recent memory supports autodiscovery, so I > haven't felt all that motivated to add a visual feed link. > > > Scott > > On 6/29/06, Paul Barry wrote: > > > On this page, http://www.typosphere.org/trac/wiki/NewInTheTrunk, it says > a new feature in the trunk is per category feeds. Is true, and if so, how > do I use it? > > _______________________________________________ > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060629/2ba18148/attachment.html From rdominick at gmail.com Fri Jun 30 06:25:40 2006 From: rdominick at gmail.com (R. N. Dominick) Date: Fri, 30 Jun 2006 06:25:40 -0400 Subject: [typo] 'Textile' selected, but 'Markdown' used... Message-ID: I have 'Textile' set as the default text styling for Typo. However, in both the live preview when posting and the actual post to my blog, Markdown is used instead. Since I don't use much markup I only realized this when I attempted to make a post where a line started with a #. This only happened after I upgraded from the current stable install to trunk. I already cleared all the body_html out of the database, but it was regenerated using Markdown. Any suggestions (besides 'use Markdown')? Thanks. --r. From vemon388 at gmail.com Fri Jun 30 23:14:17 2006 From: vemon388 at gmail.com (levi mccallum) Date: Fri, 30 Jun 2006 21:14:17 -0600 Subject: [typo] 'Textile' selected, but 'Markdown' used... In-Reply-To: References: Message-ID: I have had this problem too. I just finally gave up from comparing code, that I finally just changed to markup. Not much help from me. Levi On 6/30/06, R. N. Dominick wrote: > I have 'Textile' set as the default text styling for Typo. However, in > both the live preview when posting and the actual post to my blog, > Markdown is used instead. Since I don't use much markup I only > realized this when I attempted to make a post where a line started > with a #. > > This only happened after I upgraded from the current stable install to > trunk. I already cleared all the body_html out of the database, but it > was regenerated using Markdown. Any suggestions (besides 'use > Markdown')? > > Thanks. > > --r. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list >