From Matijs.van.Zuijlen at xs4all.nl Sun Jun 3 04:43:48 2007 From: Matijs.van.Zuijlen at xs4all.nl (Matijs van Zuijlen) Date: Sun, 3 Jun 2007 10:43:48 +0200 Subject: [typo] Can't check out whole typo subversion tree In-Reply-To: References: <20070526130157.GA24898@matijs.net> Message-ID: <20070603084348.GB4319@matijs.net> On Sat, May 26, 2007 at 03:24:45PM +0200, Frederic de Villamil wrote: > The answer is http://svn.typosphere.org/typo/trunk That's the trunk, not the full repository. -- Matijs van Zuijlen http://www.matijs.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://rubyforge.org/pipermail/typo-list/attachments/20070603/9068265b/attachment.bin From mattrose at folkwolf.net Sun Jun 3 20:11:15 2007 From: mattrose at folkwolf.net (Matt Rose) Date: Sun, 3 Jun 2007 20:11:15 -0400 Subject: [typo] Can't check out whole typo subversion tree In-Reply-To: <20070603084348.GB4319@matijs.net> References: <20070526130157.GA24898@matijs.net> <20070603084348.GB4319@matijs.net> Message-ID: <29A8B6E1-3152-4A8E-9D55-026A9BADBA1F@folkwolf.net> That's the trunk version of the full repo. SVN uses different directories to represent branches. If you want the old 4.0 branch, you would check out http://svn.typosphere.org/typo/branches/branch_4_0_x/ Matt On 3-Jun-07, at 4:43 AM, Matijs van Zuijlen wrote: > On Sat, May 26, 2007 at 03:24:45PM +0200, Frederic de Villamil wrote: >> The answer is http://svn.typosphere.org/typo/trunk > > That's the trunk, not the full repository. > > -- > Matijs van Zuijlen http://www.matijs.net/ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From eamonford at mac.com Tue Jun 5 15:46:48 2007 From: eamonford at mac.com (Eamon Ford) Date: Tue, 5 Jun 2007 12:46:48 -0700 Subject: [typo] (no subject) Message-ID: Hi all, Whenever I adjust my Typo settings, post a new entry, or post a comment, it takes Typo about 1 minute to load, the next time I load a page. Then after that first time, it works fine until the next time something is adjusted. Does anyone know what might be wrong here? Thanks in advance. From pdcawley at bofh.org.uk Wed Jun 6 04:18:36 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Wed, 6 Jun 2007 09:18:36 +0100 Subject: [typo] (no subject) In-Reply-To: References: Message-ID: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> On 05/06/07, Eamon Ford wrote: > Hi all, > Whenever I adjust my Typo settings, post a new entry, or post a > comment, it takes Typo about 1 minute to load, the next time I load a > page. Then after that first time, it works fine until the next time > something is adjusted. Does anyone know what might be wrong here? What version of typo are you using? Tangentially, it would be really handy if we had an /admin/about_this_typo link somewhere which would give us a nice potted description of the typo installation and its environment. I suppose once we have that, it's but a small step to an admin/report_issue page. Patches welcome. From eamonford at mac.com Wed Jun 6 10:18:08 2007 From: eamonford at mac.com (Eamon Ford) Date: Wed, 6 Jun 2007 07:18:08 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> Message-ID: On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: > On 05/06/07, Eamon Ford wrote: >> Hi all, >> Whenever I adjust my Typo settings, post a new entry, or post a >> comment, it takes Typo about 1 minute to load, the next time I load a >> page. Then after that first time, it works fine until the next time >> something is adjusted. Does anyone know what might be wrong here? > > What version of typo are you using? > Sorry, forgot to mention that: I'm using Typo 4.1.1. > Tangentially, it would be really handy if we had an > /admin/about_this_typo link somewhere which would give us a nice > potted description of the typo installation and its environment. How would I go about doing that? Does Typo have a page that shows all the installation info, or should I make it myself? Sorry, I'm new to Typo, so I don't know the ins and outs. (Also: I changed the title of this thread because I forgot to add one before. Sorry.) > I suppose once we have that, it's but a small step to an > admin/report_issue page. > > Patches welcome. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From jeroen at supercool.nl Wed Jun 6 11:15:28 2007 From: jeroen at supercool.nl (Jeroen Houben) Date: Wed, 06 Jun 2007 17:15:28 +0200 Subject: [typo] drag drop admin doesn't work Message-ID: <4666CF90.2090300@supercool.nl> Hi, I just installed typo. I can remove items from the sidebar but dragging stuff onto the right doesn't work. The progress indicator keeps spinning, but nothing happens and this error is thrown in javascript: Sortable.options(oldParentNode) has no properties // this function Sortable.options(oldParentNode).onChange(element); This happens on osx firefox 2.0.4, camino and safari Any ideas? Jeroen From cpatti at gmail.com Wed Jun 6 12:56:35 2007 From: cpatti at gmail.com (Chris Patti) Date: Wed, 6 Jun 2007 12:56:35 -0400 Subject: [typo] drag drop admin doesn't work In-Reply-To: <4666CF90.2090300@supercool.nl> References: <4666CF90.2090300@supercool.nl> Message-ID: <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> On 6/6/07, Jeroen Houben wrote: > Hi, > > I just installed typo. I can remove items from the sidebar but dragging > stuff onto the right doesn't work. The progress indicator keeps > spinning, but nothing happens and this error is thrown in javascript: > > Sortable.options(oldParentNode) has no properties > // this function Sortable.options(oldParentNode).onChange(element); > > This happens on osx firefox 2.0.4, camino and safari > > Any ideas? > > Jeroen Which version of Typo did you install? Was it from a gem or Subversion? I've seen issues where the sidebar drag will appear to work, but the result won't show up in the rendered blog page - this has usually been due to some kind of error with the sidebar - either malformed HTML in the static sidebar, incorrect auth or a bug in the sidebar's code for others. I've not seen the javascript error though. -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "The greatest dangers to liberty lurk in insidious encroachment by men of zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis (Olmstead vs. United States) From jeroen at supercool.nl Wed Jun 6 15:35:06 2007 From: jeroen at supercool.nl (Jeroen Houben) Date: Wed, 06 Jun 2007 21:35:06 +0200 Subject: [typo] drag drop admin doesn't work In-Reply-To: <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> References: <4666CF90.2090300@supercool.nl> <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> Message-ID: <46670C6A.8060200@supercool.nl> Chris Patti wrote: > On 6/6/07, Jeroen Houben wrote: >> Hi, >> >> I just installed typo. I can remove items from the sidebar but dragging >> stuff onto the right doesn't work. The progress indicator keeps >> spinning, but nothing happens and this error is thrown in javascript: >> >> Sortable.options(oldParentNode) has no properties >> // this function Sortable.options(oldParentNode).onChange(element); >> >> This happens on osx firefox 2.0.4, camino and safari >> >> Any ideas? >> >> Jeroen > > Which version of Typo did you install? Was it from a gem or Subversion? > > I've seen issues where the sidebar drag will appear to work, but the > result won't show up in the rendered blog page - this has usually been > due to some kind of error with the sidebar - either malformed HTML in > the static sidebar, incorrect auth or a bug in the sidebar's code for > others. > > I've not seen the javascript error though. I installed the latest stable version locally from the gem. Made some changes (added a theme) checked the whole thing into SVN and deployed to a test server. I dropped the database and did a rake db:migrate to make sure I started from scratch again. That should have cleared out any malformed HTML that may have been stored right? Maybe some HTML was saved on disk and is still malformed. I'm getting the same error on my local installation now too. It initially seems to work, but after dragging 2 or 3 items it's broken again. They whole drag n drop seems a bit buggy and unnecessarily complex IMHO. It could just be something I did, just can't work out what that might be, it's pretty much a fresh install. Jeroen From eamonford at mac.com Wed Jun 6 15:43:40 2007 From: eamonford at mac.com (Eamon Ford) Date: Wed, 6 Jun 2007 12:43:40 -0700 Subject: [typo] drag drop admin doesn't work In-Reply-To: <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> References: <4666CF90.2090300@supercool.nl> <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> Message-ID: I have this problem too; I drag an item onto the sidebar, and it works fine the first time, but then if I drag another item on, the progress indicator just keeps spinning. The only way to get it to work again (for me) is to refresh the page. I had this problem in Typo 4.0.3, then it went away in 4.1, but now it came back 4.1.1 (which is what I'm using now). On Jun 6, 2007, at 9:56 AM, Chris Patti wrote: > On 6/6/07, Jeroen Houben wrote: >> Hi, >> >> I just installed typo. I can remove items from the sidebar but >> dragging >> stuff onto the right doesn't work. The progress indicator keeps >> spinning, but nothing happens and this error is thrown in javascript: >> >> Sortable.options(oldParentNode) has no properties >> // this function Sortable.options(oldParentNode).onChange(element); >> >> This happens on osx firefox 2.0.4, camino and safari >> >> Any ideas? >> >> Jeroen > > Which version of Typo did you install? Was it from a gem or > Subversion? > > I've seen issues where the sidebar drag will appear to work, but the > result won't show up in the rendered blog page - this has usually been > due to some kind of error with the sidebar - either malformed HTML in > the static sidebar, incorrect auth or a bug in the sidebar's code for > others. > > I've not seen the javascript error though. > > -Chris > > -- > Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: > cpatti at gmail.com > "The greatest dangers to liberty lurk in insidious encroachment by > men of > zeal,well-meaning but without understanding."-- Justice Louis O. > Brandeis > (Olmstead vs. United States) > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From cpatti at gmail.com Wed Jun 6 15:48:59 2007 From: cpatti at gmail.com (Chris Patti) Date: Wed, 6 Jun 2007 15:48:59 -0400 Subject: [typo] drag drop admin doesn't work In-Reply-To: <46670C6A.8060200@supercool.nl> References: <4666CF90.2090300@supercool.nl> <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> <46670C6A.8060200@supercool.nl> Message-ID: <7b528f860706061248k75c16888g8e73b9b4be829c2e@mail.gmail.com> On 6/6/07, Jeroen Houben wrote: > Chris Patti wrote: > > > > Which version of Typo did you install? Was it from a gem or Subversion? > > > > I've seen issues where the sidebar drag will appear to work, but the > > result won't show up in the rendered blog page - this has usually been > > due to some kind of error with the sidebar - either malformed HTML in > > the static sidebar, incorrect auth or a bug in the sidebar's code for > > others. > > > > I've not seen the javascript error though. > > I installed the latest stable version locally from the gem. Made some > changes (added a theme) checked the whole thing into SVN and deployed to > a test server. > > I dropped the database and did a rake db:migrate to make sure I started > from scratch again. That should have cleared out any malformed HTML that > may have been stored right? Maybe some HTML was saved on disk and is > still malformed. I'm getting the same error on my local installation now > too. It initially seems to work, but after dragging 2 or 3 items it's > broken again. They whole drag n drop seems a bit buggy and unnecessarily > complex IMHO. It could just be something I did, just can't work out what > that might be, it's pretty much a fresh install. > > > Jeroen You might try running typo sweep-cache on the blog. That helped clear up some bogons for me. I'm still struggling with where my LiveJournal crossposter code should go. Guessing I should just give up and leave it alone since it works :) -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "The greatest dangers to liberty lurk in insidious encroachment by men of zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis (Olmstead vs. United States) From stefan.backor at gmail.com Wed Jun 6 15:59:46 2007 From: stefan.backor at gmail.com (Stefan Backor) Date: Wed, 6 Jun 2007 21:59:46 +0200 Subject: [typo] drag drop admin doesn't work In-Reply-To: References: <4666CF90.2090300@supercool.nl> <7b528f860706060956k65620f21g6219ac62535c2ed5@mail.gmail.com> Message-ID: Guys, try switch environment. use production instead development. for me it worked. On 6/6/07, Eamon Ford wrote: > > I have this problem too; I drag an item onto the sidebar, and it > works fine the first time, but then if I drag another item on, the > progress indicator just keeps spinning. The only way to get it to > work again (for me) is to refresh the page. > I had this problem in Typo 4.0.3, then it went away in 4.1, but now > it came back 4.1.1 (which is what I'm using now). > > > On Jun 6, 2007, at 9:56 AM, Chris Patti wrote: > > > On 6/6/07, Jeroen Houben wrote: > >> Hi, > >> > >> I just installed typo. I can remove items from the sidebar but > >> dragging > >> stuff onto the right doesn't work. The progress indicator keeps > >> spinning, but nothing happens and this error is thrown in javascript: > >> > >> Sortable.options(oldParentNode) has no properties > >> // this function Sortable.options(oldParentNode).onChange(element); > >> > >> This happens on osx firefox 2.0.4, camino and safari > >> > >> Any ideas? > >> > >> Jeroen > > > > Which version of Typo did you install? Was it from a gem or > > Subversion? > > > > I've seen issues where the sidebar drag will appear to work, but the > > result won't show up in the rendered blog page - this has usually been > > due to some kind of error with the sidebar - either malformed HTML in > > the static sidebar, incorrect auth or a bug in the sidebar's code for > > others. > > > > I've not seen the javascript error though. > > > > -Chris > > > > -- > > Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: > > cpatti at gmail.com > > "The greatest dangers to liberty lurk in insidious encroachment by > > men of > > zeal,well-meaning but without understanding."-- Justice Louis O. > > Brandeis > > (Olmstead vs. United States) > > _______________________________________________ > > 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/20070606/9309d2f7/attachment.html From pdcawley at bofh.org.uk Thu Jun 7 05:32:37 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Thu, 7 Jun 2007 10:32:37 +0100 Subject: [typo] Typo being slow after new posts In-Reply-To: References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> Message-ID: <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> On 06/06/07, Eamon Ford wrote: > > On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: > > > On 05/06/07, Eamon Ford wrote: > >> Hi all, > >> Whenever I adjust my Typo settings, post a new entry, or post a > >> comment, it takes Typo about 1 minute to load, the next time I load a > >> page. Then after that first time, it works fine until the next time > >> something is adjusted. Does anyone know what might be wrong here? > > > > What version of typo are you using? > > > Sorry, forgot to mention that: I'm using Typo 4.1.1. One minute's pretty extreme to render a page - do you know what kind of load the system is under? (There have been cases when the system takes a long time to respond to a change because it's taking a long time to flush the cache - and cache flushing is on mental 'to be fixed' list, but it doesn't usually take so long to render a page... What sidebars are you using? Are many of them based on RSS feeds? > > Tangentially, it would be really handy if we had an > > /admin/about_this_typo link somewhere which would give us a nice > > potted description of the typo installation and its environment. > > How would I go about doing that? Does Typo have a page that shows all > the installation info, or should I make it myself? Sorry, I'm new to > Typo, so I don't know the ins and outs. Ah, that was aimed more at the list in general than you in particular. Typo doesn't have a page that shows all the installation info, and I'm not quite sure what info really needs to go there... probably something along the lines of Ruby version, RAILS_ENV, Caching state, operating system, database, schema version, typo version and/or SVN revision, list of plugins installed, a pretty printed representation of blog.settings, List of sidebars. (All this needs to have any passwords obscured, of course...) From toby-typo at bryans.org Thu Jun 7 05:44:35 2007 From: toby-typo at bryans.org (Toby Bryans) Date: Thu, 7 Jun 2007 10:44:35 +0100 Subject: [typo] Typo being slow after new posts In-Reply-To: <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> Message-ID: <9532DB41-69F8-4AB8-BC25-5668E8A83FF5@bryans.org> Hi, On 7 Jun 2007, at 10:32, Piers Cawley wrote: > One minute's pretty extreme to render a page - do you know what kind > of load the system is under? (There have been cases when the system > takes a long time to respond to a change because it's taking a long > time to flush the cache - and cache flushing is on mental 'to be > fixed' list, but it doesn't usually take so long to render a page... > What sidebars are you using? Are many of them based on RSS feeds? I'm not sure if this is related but since 4.1 I have noticed similar behaviour. I have three static sidebar entries and I have had cause to change them occasionally. I have noticed that the first time I make a change it is quick as you like, but if I make a second change without reloading the page then the progress indicator keeps spinning. However, if I reload the page between changes then it is fine. The sidebars I have enabled are: Static x3 Tags Categories Archives XML Syndication -- Toby From eamonford at mac.com Thu Jun 7 13:42:54 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 7 Jun 2007 10:42:54 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <9532DB41-69F8-4AB8-BC25-5668E8A83FF5@bryans.org> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> <9532DB41-69F8-4AB8-BC25-5668E8A83FF5@bryans.org> Message-ID: I don't think that's related, but I also have exactly the same problem. On Jun 7, 2007, at 2:44 AM, Toby Bryans wrote: > Hi, > > On 7 Jun 2007, at 10:32, Piers Cawley wrote: >> One minute's pretty extreme to render a page - do you know what kind >> of load the system is under? (There have been cases when the system >> takes a long time to respond to a change because it's taking a long >> time to flush the cache - and cache flushing is on mental 'to be >> fixed' list, but it doesn't usually take so long to render a page... >> What sidebars are you using? Are many of them based on RSS feeds? > > I'm not sure if this is related but since 4.1 I have noticed similar > behaviour. I have three static sidebar entries and I have had cause > to change them occasionally. I have noticed that the first time I > make a change it is quick as you like, but if I make a second change > without reloading the page then the progress indicator keeps > spinning. However, if I reload the page between changes then it is > fine. The sidebars I have enabled are: > > Static x3 > Tags > Categories > Archives > XML Syndication > > -- > Toby > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From eamonford at mac.com Thu Jun 7 13:42:54 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 7 Jun 2007 10:42:54 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <9532DB41-69F8-4AB8-BC25-5668E8A83FF5@bryans.org> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> <9532DB41-69F8-4AB8-BC25-5668E8A83FF5@bryans.org> Message-ID: I don't think that's related, but I also have exactly the same problem. On Jun 7, 2007, at 2:44 AM, Toby Bryans wrote: > Hi, > > On 7 Jun 2007, at 10:32, Piers Cawley wrote: >> One minute's pretty extreme to render a page - do you know what kind >> of load the system is under? (There have been cases when the system >> takes a long time to respond to a change because it's taking a long >> time to flush the cache - and cache flushing is on mental 'to be >> fixed' list, but it doesn't usually take so long to render a page... >> What sidebars are you using? Are many of them based on RSS feeds? > > I'm not sure if this is related but since 4.1 I have noticed similar > behaviour. I have three static sidebar entries and I have had cause > to change them occasionally. I have noticed that the first time I > make a change it is quick as you like, but if I make a second change > without reloading the page then the progress indicator keeps > spinning. However, if I reload the page between changes then it is > fine. The sidebars I have enabled are: > > Static x3 > Tags > Categories > Archives > XML Syndication > > -- > Toby > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From eamonford at mac.com Thu Jun 7 14:23:06 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 7 Jun 2007 11:23:06 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> Message-ID: <0B159ECD-FC97-4B8B-8B32-B6C36574AB4B@mac.com> On Jun 7, 2007, at 2:32 AM, Piers Cawley wrote: > On 06/06/07, Eamon Ford wrote: >> >> On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: >> >>> On 05/06/07, Eamon Ford wrote: >>>> Hi all, >>>> Whenever I adjust my Typo settings, post a new entry, or post a >>>> comment, it takes Typo about 1 minute to load, the next time I >>>> load a >>>> page. Then after that first time, it works fine until the next time >>>> something is adjusted. Does anyone know what might be wrong here? >>> >>> What version of typo are you using? >>> >> Sorry, forgot to mention that: I'm using Typo 4.1.1. > > One minute's pretty extreme to render a page - do you know what kind > of load the system is under? (There have been cases when the system > takes a long time to respond to a change because it's taking a long > time to flush the cache - and cache flushing is on mental 'to be > fixed' list, but it doesn't usually take so long to render a page... > What sidebars are you using? Are many of them based on RSS feeds? > Sorry, now that I actually time it, it's not 1 minute... It's about 25 seconds. Time passes slowly when you're waiting. :) But still, 25 seconds seems like a long time. I'm running it on an old 400MHz G3 iMac (which is dedicated to serving Typo, so it's not doing anything else processor-intensive). When Typo is taking a long time to load, the processor usage goes up to about 40-70%... Is this supposed to happen? >>> Tangentially, it would be really handy if we had an >>> /admin/about_this_typo link somewhere which would give us a nice >>> potted description of the typo installation and its environment. >> >> How would I go about doing that? Does Typo have a page that shows all >> the installation info, or should I make it myself? Sorry, I'm new to >> Typo, so I don't know the ins and outs. > > Ah, that was aimed more at the list in general than you in particular. > Typo doesn't have a page that shows all the installation info, and I'm > not quite sure what info really needs to go there... probably > something along the lines of Ruby version, RAILS_ENV, Caching state, > operating system, database, schema version, typo version and/or SVN > revision, list of plugins installed, a pretty printed representation > of blog.settings, List of sidebars. (All this needs to have any > passwords obscured, of course...) Ah, OK. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From benr at x-cr.com Thu Jun 7 15:31:17 2007 From: benr at x-cr.com (Ben Reubenstein) Date: Thu, 7 Jun 2007 13:31:17 -0600 Subject: [typo] Typo being slow after new posts In-Reply-To: <0B159ECD-FC97-4B8B-8B32-B6C36574AB4B@mac.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> <0B159ECD-FC97-4B8B-8B32-B6C36574AB4B@mac.com> Message-ID: <44c79a160706071231n42d9398ft44cbf5b9c4276c9d@mail.gmail.com> > I'm running it on an old 400MHz G3 iMac That is a very slow machine to run a Rails stack on and is probably one of the reasons for the poor performance. On 6/7/07, Eamon Ford wrote: > > On Jun 7, 2007, at 2:32 AM, Piers Cawley wrote: > > > On 06/06/07, Eamon Ford wrote: > >> > >> On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: > >> > >>> On 05/06/07, Eamon Ford wrote: > >>>> Hi all, > >>>> Whenever I adjust my Typo settings, post a new entry, or post a > >>>> comment, it takes Typo about 1 minute to load, the next time I > >>>> load a > >>>> page. Then after that first time, it works fine until the next time > >>>> something is adjusted. Does anyone know what might be wrong here? > >>> > >>> What version of typo are you using? > >>> > >> Sorry, forgot to mention that: I'm using Typo 4.1.1. > > > > One minute's pretty extreme to render a page - do you know what kind > > of load the system is under? (There have been cases when the system > > takes a long time to respond to a change because it's taking a long > > time to flush the cache - and cache flushing is on mental 'to be > > fixed' list, but it doesn't usually take so long to render a page... > > What sidebars are you using? Are many of them based on RSS feeds? > > > Sorry, now that I actually time it, it's not 1 minute... It's about > 25 seconds. Time passes slowly when you're waiting. :) But still, 25 > seconds seems like a long time. > I'm running it on an old 400MHz G3 iMac (which is dedicated to > serving Typo, so it's not doing anything else processor-intensive). > When Typo is taking a long time to load, the processor usage goes up > to about 40-70%... Is this supposed to happen? > > >>> Tangentially, it would be really handy if we had an > >>> /admin/about_this_typo link somewhere which would give us a nice > >>> potted description of the typo installation and its environment. > >> > >> How would I go about doing that? Does Typo have a page that shows all > >> the installation info, or should I make it myself? Sorry, I'm new to > >> Typo, so I don't know the ins and outs. > > > > Ah, that was aimed more at the list in general than you in particular. > > Typo doesn't have a page that shows all the installation info, and I'm > > not quite sure what info really needs to go there... probably > > something along the lines of Ruby version, RAILS_ENV, Caching state, > > operating system, database, schema version, typo version and/or SVN > > revision, list of plugins installed, a pretty printed representation > > of blog.settings, List of sidebars. (All this needs to have any > > passwords obscured, of course...) > > Ah, OK. > > > _______________________________________________ > > 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 > -- Ben Reubenstein 303-947-0446 http://www.benr75.com From eamonford at mac.com Thu Jun 7 15:34:00 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 7 Jun 2007 12:34:00 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> Message-ID: <21B789D2-273E-4BF4-BC7F-A8103525AE18@mac.com> On Jun 7, 2007, at 2:32 AM, Piers Cawley wrote: > On 06/06/07, Eamon Ford wrote: >> >> On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: >> >>> On 05/06/07, Eamon Ford wrote: >>>> Hi all, >>>> Whenever I adjust my Typo settings, post a new entry, or post a >>>> comment, it takes Typo about 1 minute to load, the next time I >>>> load a >>>> page. Then after that first time, it works fine until the next time >>>> something is adjusted. Does anyone know what might be wrong here? >>> >>> What version of typo are you using? >>> >> Sorry, forgot to mention that: I'm using Typo 4.1.1. > > One minute's pretty extreme to render a page - do you know what kind > of load the system is under? (There have been cases when the system > takes a long time to respond to a change because it's taking a long > time to flush the cache - and cache flushing is on mental 'to be > fixed' list, but it doesn't usually take so long to render a page... > What sidebars are you using? Are many of them based on RSS feeds? Oops, forgot to mention: the only sidebars I'm using are Static, Tags, Categories, Archives, and Syndicate. But I am using the macro in several instances, if that has any significance. > >>> Tangentially, it would be really handy if we had an >>> /admin/about_this_typo link somewhere which would give us a nice >>> potted description of the typo installation and its environment. >> >> How would I go about doing that? Does Typo have a page that shows all >> the installation info, or should I make it myself? Sorry, I'm new to >> Typo, so I don't know the ins and outs. > > Ah, that was aimed more at the list in general than you in particular. > Typo doesn't have a page that shows all the installation info, and I'm > not quite sure what info really needs to go there... probably > something along the lines of Ruby version, RAILS_ENV, Caching state, > operating system, database, schema version, typo version and/or SVN > revision, list of plugins installed, a pretty printed representation > of blog.settings, List of sidebars. (All this needs to have any > passwords obscured, of course...) > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From eamonford at mac.com Thu Jun 7 15:42:20 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 7 Jun 2007 12:42:20 -0700 Subject: [typo] Typo being slow after new posts In-Reply-To: <44c79a160706071231n42d9398ft44cbf5b9c4276c9d@mail.gmail.com> References: <897e96cc0706060118l7b1ad187h4d10f57c46641037@mail.gmail.com> <897e96cc0706070232w4145d004ydd6fcb514965ec4a@mail.gmail.com> <0B159ECD-FC97-4B8B-8B32-B6C36574AB4B@mac.com> <44c79a160706071231n42d9398ft44cbf5b9c4276c9d@mail.gmail.com> Message-ID: On Jun 7, 2007, at 12:31 PM, Ben Reubenstein wrote: >> I'm running it on an old 400MHz G3 iMac > > That is a very slow machine to run a Rails stack on and is probably > one of the reasons for the poor performance. > Yeah, that's what I thought, but it seems to be doing fine until any adjustment is made... Is it the cache flushing that's making it slow? If so, do you have any idea when this might be changed? > On 6/7/07, Eamon Ford wrote: >> >> On Jun 7, 2007, at 2:32 AM, Piers Cawley wrote: >> >>> On 06/06/07, Eamon Ford wrote: >>>> >>>> On Jun 6, 2007, at 1:18 AM, Piers Cawley wrote: >>>> >>>>> On 05/06/07, Eamon Ford wrote: >>>>>> Hi all, >>>>>> Whenever I adjust my Typo settings, post a new entry, or post a >>>>>> comment, it takes Typo about 1 minute to load, the next time I >>>>>> load a >>>>>> page. Then after that first time, it works fine until the next >>>>>> time >>>>>> something is adjusted. Does anyone know what might be wrong here? >>>>> >>>>> What version of typo are you using? >>>>> >>>> Sorry, forgot to mention that: I'm using Typo 4.1.1. >>> >>> One minute's pretty extreme to render a page - do you know what kind >>> of load the system is under? (There have been cases when the system >>> takes a long time to respond to a change because it's taking a long >>> time to flush the cache - and cache flushing is on mental 'to be >>> fixed' list, but it doesn't usually take so long to render a page... >>> What sidebars are you using? Are many of them based on RSS feeds? >>> >> Sorry, now that I actually time it, it's not 1 minute... It's about >> 25 seconds. Time passes slowly when you're waiting. :) But still, 25 >> seconds seems like a long time. >> I'm running it on an old 400MHz G3 iMac (which is dedicated to >> serving Typo, so it's not doing anything else processor-intensive). >> When Typo is taking a long time to load, the processor usage goes up >> to about 40-70%... Is this supposed to happen? >> >>>>> Tangentially, it would be really handy if we had an >>>>> /admin/about_this_typo link somewhere which would give us a nice >>>>> potted description of the typo installation and its environment. >>>> >>>> How would I go about doing that? Does Typo have a page that >>>> shows all >>>> the installation info, or should I make it myself? Sorry, I'm >>>> new to >>>> Typo, so I don't know the ins and outs. >>> >>> Ah, that was aimed more at the list in general than you in >>> particular. >>> Typo doesn't have a page that shows all the installation info, >>> and I'm >>> not quite sure what info really needs to go there... probably >>> something along the lines of Ruby version, RAILS_ENV, Caching state, >>> operating system, database, schema version, typo version and/or SVN >>> revision, list of plugins installed, a pretty printed representation >>> of blog.settings, List of sidebars. (All this needs to have any >>> passwords obscured, of course...) >> >> Ah, OK. >> >>> _______________________________________________ >>> 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 >> > > > -- > Ben Reubenstein > 303-947-0446 > http://www.benr75.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From Matijs.van.Zuijlen at xs4all.nl Fri Jun 8 08:02:38 2007 From: Matijs.van.Zuijlen at xs4all.nl (Matijs van Zuijlen) Date: Fri, 8 Jun 2007 14:02:38 +0200 Subject: [typo] Can't check out whole typo subversion tree In-Reply-To: <29A8B6E1-3152-4A8E-9D55-026A9BADBA1F@folkwolf.net> References: <20070526130157.GA24898@matijs.net> <20070603084348.GB4319@matijs.net> <29A8B6E1-3152-4A8E-9D55-026A9BADBA1F@folkwolf.net> Message-ID: <20070608120238.GA16924@matijs.net> On Sun, Jun 03, 2007 at 08:11:15PM -0400, Matt Rose wrote: > > That's the trunk version of the full repo. SVN uses different > directories to represent branches. If you want the old 4.0 branch, > you would check out > > http://svn.typosphere.org/typo/branches/branch_4_0_x/ Yes, I know that. I was using svk to mirror the _whole_ repository[1], and that stopped working. So, now I added another mirror of just the trunk, leaving the old mirror hanging around taking up space. Not a big problem, just annoying. [1] This is nice for comparing versions, for example, if you're using svk anyway. The reason I'm using svk is that I want to have my customizations under source control. -- Matijs van Zuijlen http://www.matijs.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://rubyforge.org/pipermail/typo-list/attachments/20070608/c5f87e07/attachment.bin From Matijs.van.Zuijlen at xs4all.nl Sat Jun 9 03:18:04 2007 From: Matijs.van.Zuijlen at xs4all.nl (Matijs van Zuijlen) Date: Sat, 9 Jun 2007 09:18:04 +0200 Subject: [typo] defined $TESTING Message-ID: <20070609071804.GB16924@matijs.net> Hi, The copy of memcache.rb in typo's trunk has the line $TESTING = defined? $TESTING at the top. This means that after including memcache, $TESTING is definitely defined. If we're testing, it's true, if not, it's defined and false. In the typo code elsewhere, the checks for testing mode only check whether $TESTING is defined, not what its actual value is. This means typo always runs in testing mode! I believe this is the main reason threaded trackback pings were not working properly. -- Matijs van Zuijlen http://www.matijs.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://rubyforge.org/pipermail/typo-list/attachments/20070609/9c9126f6/attachment.bin From pdcawley at bofh.org.uk Sat Jun 9 03:27:39 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 9 Jun 2007 08:27:39 +0100 Subject: [typo] defined $TESTING In-Reply-To: <20070609071804.GB16924@matijs.net> References: <20070609071804.GB16924@matijs.net> Message-ID: <897e96cc0706090027wa1e5fc6u700650bab80b86df@mail.gmail.com> On 09/06/07, Matijs van Zuijlen wrote: > Hi, > > The copy of memcache.rb in typo's trunk has the line > > $TESTING = defined? $TESTING > > at the top. This means that after including memcache, $TESTING is > definitely defined. If we're testing, it's true, if not, it's defined and > false. > > In the typo code elsewhere, the checks for testing mode only check whether > $TESTING is defined, not what its actual value is. > > This means typo always runs in testing mode! > > I believe this is the main reason threaded trackback pings were not > working properly. Oh dear ghod! Thanks for the spot. I shall fix it immediately. From thomas.guest at gmail.com Mon Jun 11 06:19:00 2007 From: thomas.guest at gmail.com (Thomas Guest) Date: Mon, 11 Jun 2007 11:19:00 +0100 Subject: [typo] Text filter problem migrating from 4.03 to 4.1 Message-ID: <743a92df0706110319g44fadc9bre5ef3588f652eedc@mail.gmail.com> I'm having trouble migrating from typo 4.03 to 4.1. Specifically, the ... syntax filter isn't working properly for me at 4.1. When I look at the rendered HTML, it shows something like:

...

I.e. the syntax filter hasn't been applied for some reason. What's really perplexing is that this same migration worked just fine when I practiced at home. There are plenty of differences between my home and shared server setup, and I don't really know where to start looking for a solution to this one. Inspecting the CHANGES-4.1 file suggests things have changed in this area. Any pointers gratefully accepted. (But note my hands are somewhat tied on the shared server -- it's not meant for doing development work). The most relevant looking section of the production.log reads: Processing ArticlesController#permalink (for 87.80.246.57 at 2007-06-11 08:06:36) [GET] Parameters: {"month"=>"04", "title"=>"high-altitude-programming", "action"=>"permalink", "day"=>"13", "controller"=>"articles", "year"=>"2007"} Filter chain halted as [#] returned false. Completed in 0.08282 (12 reqs/sec) | Rendering: 0.00011 (0%) | DB: 0.00000 (0%) | 304 Not Modified [http://blog.wordaligned.org/articles/2007/04/13/high-altitude-programming] Thanks in advance, -- Thomas Guest http://www.wordaligned.org From cunctator at gmail.com Mon Jun 11 19:15:28 2007 From: cunctator at gmail.com (The Cunctator) Date: Mon, 11 Jun 2007 19:15:28 -0400 Subject: [typo] Extending articles Message-ID: This is certainly a case of there being a Thousand Ways to Do It, but I'm looking for suggestions/guidance as a novice RoR coder. Essentially, I have a calendar of events that I would like to extend with Typo functionality. The events are loaded automatically from an outside source. The functionality I would like to add is 1) Allow people to add comments, tags, categories to each individual event listing (e.g. to treat the listing like a blog article) 2) Write blog posts which draw info from specified events (e.g. to write non-event articles which include from an event) I have a well-defined Event class. If there's a way for an article to dynamically draw content from a ruby element then I can just save an article when I save an event. e.g. events_controller.rb class EventsController < ApplicationController def create @event = Event.new(params[:event]) @event.save @article = this_blog.articles.build .... ??? @article.save end I'd of course like to do this in a ruby-esque way that reuses code instead doing nasty cut-and-pastes. Let me know if I'm asking for a reinvention of the wheel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070611/74fc3361/attachment.html From malvim at gmail.com Mon Jun 11 19:34:20 2007 From: malvim at gmail.com (Marcelo Alvim) Date: Mon, 11 Jun 2007 16:34:20 -0700 Subject: [typo] RSS Blog Message-ID: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> Hi, I am a newbie to Typo, and have a one-year experience with Ruby and Rails. I have a quick question: Would it be very hard for me to set up a blog that has posts that are actually an aggregation of RSS feeds? My idea is to set up blogs for me and a couple of friends, but have one "master blog" that would aggregate posts from all our blogs and show them ordered by date and with links pointing to the actual individual blogs, archives aggregating individual blog's archives, and the like. I hope I could make myself clear. I am thinking that the best way to do that would be to install one typo instance for each one of us, and one more for the master blog thing, in which I'd have to install a plug-in written by myself that accomplished said tasks. Is this the right way to go about doing this? And should this be too hard to do, being that I am not the best Rails developer around? :) Thanks for any feedback you can give me. Cheers, Marcelo. From cpatti at gmail.com Tue Jun 12 10:28:56 2007 From: cpatti at gmail.com (Chris Patti) Date: Tue, 12 Jun 2007 10:28:56 -0400 Subject: [typo] defined $TESTING In-Reply-To: <897e96cc0706090027wa1e5fc6u700650bab80b86df@mail.gmail.com> References: <20070609071804.GB16924@matijs.net> <897e96cc0706090027wa1e5fc6u700650bab80b86df@mail.gmail.com> Message-ID: <7b528f860706120728h1e936bd9ob1bbac76414c57a0@mail.gmail.com> On 6/9/07, Piers Cawley wrote: > On 09/06/07, Matijs van Zuijlen wrote: > > Hi, > > > > The copy of memcache.rb in typo's trunk has the line > > > > $TESTING = defined? $TESTING > > > > at the top. This means that after including memcache, $TESTING is > > definitely defined. If we're testing, it's true, if not, it's defined and > > false. > > > > In the typo code elsewhere, the checks for testing mode only check whether > > $TESTING is defined, not what its actual value is. > > > > This means typo always runs in testing mode! > > > > I believe this is the main reason threaded trackback pings were not > > working properly. > > Oh dear ghod! Thanks for the spot. I shall fix it immediately. Thanks indeed. For those of us running the gem, just comment out or delete the $TESTING = defined? $TESTING line and watch your Typo instance go Vroom :) -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "The greatest dangers to liberty lurk in insidious encroachment by men of zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis (Olmstead vs. United States) From mattrose at folkwolf.net Tue Jun 12 17:29:56 2007 From: mattrose at folkwolf.net (Matt Rose) Date: Tue, 12 Jun 2007 17:29:56 -0400 Subject: [typo] RSS Blog In-Reply-To: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> References: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> Message-ID: <0E621A9E-DF40-4286-9825-454FB9E97129@folkwolf.net> I have a sidebar plugin that actually does something similar. I gave up on it after there was too much a performance hit to the blog to have it running, but I can email the code if you want Even if not, look into Feedtools. It hooks into rails nicely. Matt On 11-Jun-07, at 7:34 PM, Marcelo Alvim wrote: > Hi, > > I am a newbie to Typo, and have a one-year experience with Ruby and > Rails. I have a quick question: > > Would it be very hard for me to set up a blog that has posts that are > actually an aggregation of RSS feeds? > > My idea is to set up blogs for me and a couple of friends, but have > one "master blog" that would aggregate posts from all our blogs and > show them ordered by date and with links pointing to the actual > individual blogs, archives aggregating individual blog's archives, and > the like. > > I hope I could make myself clear. > > I am thinking that the best way to do that would be to install one > typo instance for each one of us, and one more for the master blog > thing, in which I'd have to install a plug-in written by myself that > accomplished said tasks. > > Is this the right way to go about doing this? And should this be too > hard to do, being that I am not the best Rails developer around? :) > > Thanks for any feedback you can give me. > > Cheers, > Marcelo. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From malvim at gmail.com Wed Jun 13 17:59:31 2007 From: malvim at gmail.com (Marcelo Alvim) Date: Wed, 13 Jun 2007 14:59:31 -0700 Subject: [typo] RSS Blog In-Reply-To: <0E621A9E-DF40-4286-9825-454FB9E97129@folkwolf.net> References: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> <0E621A9E-DF40-4286-9825-454FB9E97129@folkwolf.net> Message-ID: <97a867330706131459r2b868e68w5f63ff65bac520df@mail.gmail.com> This seems nice, I will definitely take a look at Feedtools (although it seems to be abandoned). But after getting all the RSS feeds (which I think I could even aggregate and order using some online tool like Yahoo Pipes or something), is it possible to show them as actual blog posts, using the teams, showing archives, and all that? Thanks for your help, Marcelo. On 6/12/07, Matt Rose wrote: > > I have a sidebar plugin that actually does something similar. I gave > up on it after there was too much a performance hit to the blog to > have it running, but I can email the code if you want > > Even if not, look into Feedtools. It hooks into rails nicely. > > Matt > > On 11-Jun-07, at 7:34 PM, Marcelo Alvim wrote: > > > Hi, > > > > I am a newbie to Typo, and have a one-year experience with Ruby and > > Rails. I have a quick question: > > > > Would it be very hard for me to set up a blog that has posts that are > > actually an aggregation of RSS feeds? > > > > My idea is to set up blogs for me and a couple of friends, but have > > one "master blog" that would aggregate posts from all our blogs and > > show them ordered by date and with links pointing to the actual > > individual blogs, archives aggregating individual blog's archives, and > > the like. > > > > I hope I could make myself clear. > > > > I am thinking that the best way to do that would be to install one > > typo instance for each one of us, and one more for the master blog > > thing, in which I'd have to install a plug-in written by myself that > > accomplished said tasks. > > > > Is this the right way to go about doing this? And should this be too > > hard to do, being that I am not the best Rails developer around? :) > > > > Thanks for any feedback you can give me. > > > > Cheers, > > Marcelo. > > _______________________________________________ > > 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 Wed Jun 13 19:34:20 2007 From: mattrose at folkwolf.net (Matt Rose) Date: Wed, 13 Jun 2007 19:34:20 -0400 Subject: [typo] RSS Blog In-Reply-To: <97a867330706131459r2b868e68w5f63ff65bac520df@mail.gmail.com> References: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> <0E621A9E-DF40-4286-9825-454FB9E97129@folkwolf.net> <97a867330706131459r2b868e68w5f63ff65bac520df@mail.gmail.com> Message-ID: <0BFCBB86-E694-4F27-B416-CC8578EB2F59@folkwolf.net> Yeah, I noticed that after I sent the email. I mean to send him an email and tell him that I'll look take up the project if he can't find any other takers. It has some nice features that no other rss/ atom parser has. Matt On 13-Jun-07, at 5:59 PM, Marcelo Alvim wrote: > This seems nice, I will definitely take a look at Feedtools (although > it seems to be abandoned). > > But after getting all the RSS feeds (which I think I could even > aggregate and order using some online tool like Yahoo Pipes or > something), is it possible to show them as actual blog posts, using > the teams, showing archives, and all that? > > Thanks for your help, > Marcelo. > > On 6/12/07, Matt Rose wrote: >> >> I have a sidebar plugin that actually does something similar. I gave >> up on it after there was too much a performance hit to the blog to >> have it running, but I can email the code if you want >> >> Even if not, look into Feedtools. It hooks into rails nicely. >> >> Matt >> >> On 11-Jun-07, at 7:34 PM, Marcelo Alvim wrote: >> >>> Hi, >>> >>> I am a newbie to Typo, and have a one-year experience with Ruby and >>> Rails. I have a quick question: >>> >>> Would it be very hard for me to set up a blog that has posts that >>> are >>> actually an aggregation of RSS feeds? >>> >>> My idea is to set up blogs for me and a couple of friends, but have >>> one "master blog" that would aggregate posts from all our blogs and >>> show them ordered by date and with links pointing to the actual >>> individual blogs, archives aggregating individual blog's >>> archives, and >>> the like. >>> >>> I hope I could make myself clear. >>> >>> I am thinking that the best way to do that would be to install one >>> typo instance for each one of us, and one more for the master blog >>> thing, in which I'd have to install a plug-in written by myself that >>> accomplished said tasks. >>> >>> Is this the right way to go about doing this? And should this be too >>> hard to do, being that I am not the best Rails developer around? :) >>> >>> Thanks for any feedback you can give me. >>> >>> Cheers, >>> Marcelo. >>> _______________________________________________ >>> 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 malvim at gmail.com Thu Jun 14 18:42:15 2007 From: malvim at gmail.com (Marcelo Alvim) Date: Thu, 14 Jun 2007 15:42:15 -0700 Subject: [typo] RSS Blog In-Reply-To: <0BFCBB86-E694-4F27-B416-CC8578EB2F59@folkwolf.net> References: <97a867330706111634y6855c84bj5fe8e7520670f45b@mail.gmail.com> <0E621A9E-DF40-4286-9825-454FB9E97129@folkwolf.net> <97a867330706131459r2b868e68w5f63ff65bac520df@mail.gmail.com> <0BFCBB86-E694-4F27-B416-CC8578EB2F59@folkwolf.net> Message-ID: <97a867330706141542h729d3774wae664e1c01b58b6b@mail.gmail.com> Actually, maybe I'm introducing this question in the wrong way... My plan is to have an installation of Typo that presents all the posts from other Typo instances. It's posts would be those of the other instances, it's archives would be made of posts from the other instances, and so on. One of the ideas I had to implement such a thing was to aggregate all the other blogs' RSS feeds and order them by date. But maybe writing a plugin that actually accesses the other instances in a more direct way is even easier. I don't know how easy it would be to use ActiveRecrod and Typo's model classes to access different databases, though. What do you think? By the way, Matt, thanks for your help and good luck on taking up Feedtools, it seems like a nice project. Thanks, Marcelo. On 6/13/07, Matt Rose wrote: > > Yeah, I noticed that after I sent the email. I mean to send him an > email and tell him that I'll look take up the project if he can't > find any other takers. It has some nice features that no other rss/ > atom parser has. > > Matt > > On 13-Jun-07, at 5:59 PM, Marcelo Alvim wrote: > > > This seems nice, I will definitely take a look at Feedtools (although > > it seems to be abandoned). > > > > But after getting all the RSS feeds (which I think I could even > > aggregate and order using some online tool like Yahoo Pipes or > > something), is it possible to show them as actual blog posts, using > > the teams, showing archives, and all that? > > > > Thanks for your help, > > Marcelo. > > > > On 6/12/07, Matt Rose wrote: > >> > >> I have a sidebar plugin that actually does something similar. I gave > >> up on it after there was too much a performance hit to the blog to > >> have it running, but I can email the code if you want > >> > >> Even if not, look into Feedtools. It hooks into rails nicely. > >> > >> Matt > >> > >> On 11-Jun-07, at 7:34 PM, Marcelo Alvim wrote: > >> > >>> Hi, > >>> > >>> I am a newbie to Typo, and have a one-year experience with Ruby and > >>> Rails. I have a quick question: > >>> > >>> Would it be very hard for me to set up a blog that has posts that > >>> are > >>> actually an aggregation of RSS feeds? > >>> > >>> My idea is to set up blogs for me and a couple of friends, but have > >>> one "master blog" that would aggregate posts from all our blogs and > >>> show them ordered by date and with links pointing to the actual > >>> individual blogs, archives aggregating individual blog's > >>> archives, and > >>> the like. > >>> > >>> I hope I could make myself clear. > >>> > >>> I am thinking that the best way to do that would be to install one > >>> typo instance for each one of us, and one more for the master blog > >>> thing, in which I'd have to install a plug-in written by myself that > >>> accomplished said tasks. > >>> > >>> Is this the right way to go about doing this? And should this be too > >>> hard to do, being that I am not the best Rails developer around? :) > >>> > >>> Thanks for any feedback you can give me. > >>> > >>> Cheers, > >>> Marcelo. > >>> _______________________________________________ > >>> 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 rodgerd at diaspora.gen.nz Tue Jun 19 05:56:58 2007 From: rodgerd at diaspora.gen.nz (Rodger Donaldson) Date: Tue, 19 Jun 2007 21:56:58 +1200 Subject: [typo] Lightbox macro in Typo 4.1.1 Message-ID: <20070619095658.GB1667@diaspora.gen.nz> A question about lightbox functionality: I'm using a scribblish-based theme on a web site, and have the <%= page_header %> declaration, as required. Using the standard syntax per the macro documentation: ...does not extrude beautiful pop-up images in all their glory; on the contrary, the macro doesn't appear to be expanded at all, and appears in the dcument verbatim. This, of course, means the lightbox stuff doesn't work. What, then, am I missing? -- Rodger Donaldson rodgerd at diaspora.gen.nz "In this stupid industry, anything over two pages is an epic." From thomas.guest at gmail.com Tue Jun 19 06:56:37 2007 From: thomas.guest at gmail.com (Thomas Guest) Date: Tue, 19 Jun 2007 10:56:37 +0000 (UTC) Subject: [typo] Lightbox macro in Typo 4.1.1 References: <20070619095658.GB1667@diaspora.gen.nz> Message-ID: Rodger Donaldson diaspora.gen.nz> writes: > > > A question about lightbox functionality: I'm using a scribblish-based > theme on a web site, and have the <%= page_header %> declaration, as > required. > > Using the standard syntax per the macro documentation: > > > > ...does not extrude beautiful pop-up images in all their glory; on the > contrary, the macro doesn't appear to be expanded at all, and appears > in the dcument verbatim. This, of course, means the lightbox stuff > doesn't work. What, then, am I missing? > I'm wondering if this is related to a similar problem I reported recently with ... filters? If you create a page containing something like: int main() { return 0; } then does the typo:code macro get expanded? (Sorry, I don't have a more helpful answer to the question!) From listguy at poplar.com Wed Jun 20 14:23:51 2007 From: listguy at poplar.com (John Browning) Date: Wed, 20 Jun 2007 19:23:51 +0100 Subject: [typo] markdown via textmate Message-ID: <27DBEB17-9B52-4397-B0DA-9147455DA2B6@poplar.com> Please forgive what may be a stupid question... I'm new to typo and trying to post with markdown from textmate via the blogging bundle. The post goes through fine, but the markdown filter is not automatically applied. If I root around in the admin interface and edit the post to apply the markdown filter manually, all is fine. Is there any way -- possibly something obvious I've missed -- to apply the markdown filter to xmlrpc posts automatically? (I've set markdown with smartypants as the default from the admin interface, and that works fine from markdown posted from there; similarly html from textmate seems to work OK...) Alternatively, if there is no easy way, does anybody have pointers/ advice to the appropriate code to start work on a work-around/ solution? (presumably somewhere in the meta_weblog_service.api?) Thanks for any time and advice... allbests, ........................................................................ ............................ John Browning From cpatti at gmail.com Wed Jun 20 15:17:12 2007 From: cpatti at gmail.com (Chris Patti) Date: Wed, 20 Jun 2007 15:17:12 -0400 Subject: [typo] markdown via textmate In-Reply-To: <27DBEB17-9B52-4397-B0DA-9147455DA2B6@poplar.com> References: <27DBEB17-9B52-4397-B0DA-9147455DA2B6@poplar.com> Message-ID: <7b528f860706201217n11f63f4ldcacb9344ee5ede8@mail.gmail.com> On 6/20/07, John Browning wrote: > > Please forgive what may be a stupid question... > > I'm new to typo and trying to post with markdown from textmate via > the blogging bundle. The post goes through fine, but the markdown > filter is not automatically applied. If I root around in the admin > interface and edit the post to apply the markdown filter manually, > all is fine. Is there any way -- possibly something obvious I've > missed -- to apply the markdown filter to xmlrpc posts automatically? > (I've set markdown with smartypants as the default from the admin > interface, and that works fine from markdown posted from there; > similarly html from textmate seems to work OK...) > > Alternatively, if there is no easy way, does anybody have pointers/ > advice to the appropriate code to start work on a work-around/ > solution? (presumably somewhere in the meta_weblog_service.api?) > > Thanks for any time and advice... > > allbests, Not a stupid question at all! I had to find this out the hard way. What you want is to add the line: Format: Markdown Into your headers. The easiest way to make this happen by default is to run TextMate and choose File -> New From Template -> Edit Templates from the menu, click on the arrow next to the Blogging -> Blog Post (Markdown) template, then double click on the untitled.blog.markdown document you'll see there. Now, just add the Format: Markdown line right after the Title: header. That's it, you're in business. Any new Blogging Markdown posts you create will have the header like and will make typo DWIM. If this requirement is documented anywhere, I couldn't find it, and I'd love to be pointed at it if it exists :) -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "The greatest dangers to liberty lurk in insidious encroachment by men of zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis (Olmstead vs. United States) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070620/6b9354f5/attachment-0001.html From imotic at gmail.com Fri Jun 22 16:45:12 2007 From: imotic at gmail.com (Liam Morley) Date: Fri, 22 Jun 2007 16:45:12 -0400 Subject: [typo] is it possible to integrate with an existing rails application? Message-ID: <3f4e3f140706221345j1560e050he21c44fdbf6bf50b@mail.gmail.com> I did some searching in the archives, and found this question unanswered a few months ago at http://rubyforge.org/pipermail/typo-list/2007-February/003977.html. I have an existing rails application, and I'd really like to use typo- is there a best practice for integrating typo with an existing application? Thanks very much. Liam Morley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070622/c0c2b58e/attachment.html From pdcawley at bofh.org.uk Sat Jun 23 16:00:53 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Sat, 23 Jun 2007 21:00:53 +0100 Subject: [typo] is it possible to integrate with an existing rails application? In-Reply-To: <3f4e3f140706221345j1560e050he21c44fdbf6bf50b@mail.gmail.com> References: <3f4e3f140706221345j1560e050he21c44fdbf6bf50b@mail.gmail.com> Message-ID: <897e96cc0706231300n557fa8b6v18b831c2d5233c05@mail.gmail.com> On 22/06/07, Liam Morley wrote: > I did some searching in the archives, and found this question unanswered a > few months ago at > http://rubyforge.org/pipermail/typo-list/2007-February/003977.html > . I have an existing rails application, and I'd really like to use typo- is > there a best practice for integrating typo with an existing application? Not so far as I know, but we'd be very grateful for any documentation you care to write for us after you've done it. Try to make sure your routes don't clash. From ahodgkin at rowing.org.uk Sun Jun 24 08:47:47 2007 From: ahodgkin at rowing.org.uk (Andrew Hodgkinson) Date: Sun, 24 Jun 2007 13:47:47 +0100 Subject: [typo] is it possible to integrate with an existing rails application? In-Reply-To: <897e96cc0706231300n557fa8b6v18b831c2d5233c05@mail.gmail.com> References: <3f4e3f140706221345j1560e050he21c44fdbf6bf50b@mail.gmail.com> <897e96cc0706231300n557fa8b6v18b831c2d5233c05@mail.gmail.com> Message-ID: <467E67F3.60208@rowing.org.uk> Piers Cawley wrote: > On 22/06/07, Liam Morley wrote: >> [...] >> I have an existing rails application, and I'd really like to use typo- is >> there a best practice for integrating typo with an existing application? > > Not so far as I know, but we'd be very grateful for any documentation > you care to write for us after you've done it. Try to make sure your > routes don't clash. I decided it was simplest to run two applications side by side, rather than try to produce a hybrid. This requires the ability to run Typo and your other Rails application(s) from non-root locations. I wrote up the details on the Rails wiki here: http://wiki.rubyonrails.com/rails/pages/HowToInstallApplicationsInSubdirectories If you want to keep gems in more than one repository (e.g. to sandbox gems required by a specific application), have a look at this: http://wiki.rubyonrails.com/rails/pages/HowToUseMultipleGemRepositories There are many ways to achieve tight integration between applications. One possible approach is described at the document given below. That's a work in progress and already very long, but then, it does try to describe the process in a lot of detail: http://www.riscosopen.org/wiki/documentation/pages/Web+sites+with+many+Rails+applications The site on which the document is hosted is a real-world example of the approach it describes. It shows the integration of Typo, Radiant, Beast, Collaboa, I2 and a few other bits and pieces into one consistent site under a single domain name. Source code to everything is available from the same site. If you think this method is worth pursuing and have any questions, please don't hesitate to ask either on the mailing list if relevant to Typo, by private e-mail, or in the forum on the RISC OS Open web site. -- TTFN, Andrew Hodgkinson Find some electronic music at: Photos, wallpaper, software and more: http://pond.org.uk/music.html http://pond.org.uk From cpatti at gmail.com Wed Jun 27 18:11:06 2007 From: cpatti at gmail.com (Chris Patti) Date: Wed, 27 Jun 2007 18:11:06 -0400 Subject: [typo] A 'feature'? of the Visual Rich Editor Message-ID: <7b528f860706271511i5e3a6373jd716840b57bd1e42@mail.gmail.com> This may be exactly the way it's supposed to work but it confused the crud out of me so I thought I'd post for the few non ubergeeks in the audience like myself. If you turn on the 'Visual Rich Editor' in your settings, but use a client like TextMate's blogging bundle to compose your posts with Markdown and then edit them later from the web interface, you will lose. Hard. the Visual Rich editor will interpret your Markdown as plain text, try to add HTML tags into the budy of your article and generally mark things up as if you were typing them in from scratch, resulting in a big old mess :) The moral of this story is: If you use external clients and Markdown (or ostensibly any other text filter) turn off the Visual Rich Editor. -Chris -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "The greatest dangers to liberty lurk in insidious encroachment by men of zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis (Olmstead vs. United States) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070627/9467c383/attachment.html From eamonford at mac.com Thu Jun 28 15:27:57 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 28 Jun 2007 12:27:57 -0700 Subject: [typo] Cache-flushing slowing down Typo Message-ID: <4BBF4258-6DCB-4E49-A964-5198B8941386@mac.com> Hi everybody, I'm running Typo on a 500MHz G4 PowerBook, and whenever I post a new entry or comment, Typo loads extreeeeemly slowly. Someone told me that this is because of the cache-flushing mechanism, which uses a lot of resources. Now, I know 500MHz is a very slow processor, but it seems like before I upgraded from 4.0.3 to 4.1.1, everything was working fine. Did something change in 4.1.1 having to do with cache- flushing? And if so, does anyone have any idea when it might be fixed? Thanks. From pdcawley at bofh.org.uk Thu Jun 28 15:56:15 2007 From: pdcawley at bofh.org.uk (Piers Cawley) Date: Thu, 28 Jun 2007 20:56:15 +0100 Subject: [typo] Cache-flushing slowing down Typo In-Reply-To: <4BBF4258-6DCB-4E49-A964-5198B8941386@mac.com> References: <4BBF4258-6DCB-4E49-A964-5198B8941386@mac.com> Message-ID: <897e96cc0706281256j142e07ack12263263e948cd20@mail.gmail.com> On 28/06/07, Eamon Ford wrote: > Hi everybody, > I'm running Typo on a 500MHz G4 PowerBook, and whenever I post a new > entry or comment, Typo loads extreeeeemly slowly. Someone told me > that this is because of the cache-flushing mechanism, which uses a > lot of resources. Now, I know 500MHz is a very slow processor, but it > seems like before I upgraded from 4.0.3 to 4.1.1, everything was > working fine. Did something change in 4.1.1 having to do with cache- > flushing? And if so, does anyone have any idea when it might be fixed? Have you tried the edge? My blog used to suffer badly when the cache had flushed, but I've noticed improvements over the past few revisions. Also, what sidebars are you using? RSS based sidebars need to wait for a response from their feeds, and ruby being ruby, we're not doing those requests asynchronously. From eamonford at mac.com Thu Jun 28 17:10:43 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 28 Jun 2007 14:10:43 -0700 Subject: [typo] Cache-flushing slowing down Typo In-Reply-To: <897e96cc0706281256j142e07ack12263263e948cd20@mail.gmail.com> References: <4BBF4258-6DCB-4E49-A964-5198B8941386@mac.com> <897e96cc0706281256j142e07ack12263263e948cd20@mail.gmail.com> Message-ID: <0E1E838B-7151-4E01-9C35-D77D1E09DA98@mac.com> Argh... I downloaded the latest trunk, but when I run "typo start" it gives me this: ** warning: web-server unknown. Use 'web-server=external' to disable. /usr/local/lib/ruby/gems/1.8/gems/rails-app-installer-0.2.0/lib/rails- installer.rb:243:in `start': undefined method `start' for nil:NilClass (NoMethodError) from /usr/local/lib/ruby/gems/1.8/gems/rails-app- installer-0.2.0/lib/rails-installer/commands.rb:135:in `command' from /usr/local/lib/ruby/gems/1.8/gems/rails-app- installer-0.2.0/lib/rails-installer.rb:646:in `execute_command' from /usr/local/lib/ruby/gems/1.8/gems/typo-4.1.1/bin/typo:38 from /usr/local/bin/typo:16:in `load' from /usr/local/bin/typo:16 Is this an easy fix? Sorry, I'm kind of new to Typo and Rails so I don't really know what's going on. As for the sidebars, I made sure I'm not using any that are RSS-based. On Jun 28, 2007, at 12:56 PM, Piers Cawley wrote: > On 28/06/07, Eamon Ford wrote: >> Hi everybody, >> I'm running Typo on a 500MHz G4 PowerBook, and whenever I post a new >> entry or comment, Typo loads extreeeeemly slowly. Someone told me >> that this is because of the cache-flushing mechanism, which uses a >> lot of resources. Now, I know 500MHz is a very slow processor, but it >> seems like before I upgraded from 4.0.3 to 4.1.1, everything was >> working fine. Did something change in 4.1.1 having to do with cache- >> flushing? And if so, does anyone have any idea when it might be >> fixed? > > Have you tried the edge? My blog used to suffer badly when the cache > had flushed, but I've noticed improvements over the past few > revisions. Also, what sidebars are you using? RSS based sidebars need > to wait for a response from their feeds, and ruby being ruby, we're > not doing those requests asynchronously. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From timocratic at gmail.com Fri Jun 29 18:03:28 2007 From: timocratic at gmail.com (Tim Connor) Date: Fri, 29 Jun 2007 15:03:28 -0700 Subject: [typo] tmcode issue status Message-ID: <5906dd440706291503r18dc6990va4feaea28cf02ec8@mail.gmail.com> Did the issues with tmcode not working consistently, from earlier in the year, ever get resolved? I had go through and convert them all back to pre/code blocks, but I'd like to convert them back to get the syntax coloring working again, at some point. Thanks, Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20070629/ed0f6141/attachment.html