Just A Summary : Typo 5 is out - and more on the future http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future.rss en-us 40 Piers Cawley Practices Punditry Comment on Typo 5 is out - and more on the future by Ricardo Sazima <p>Piers,</p> <p>This is timing or what?! I just headed to typosphere to check whether there was a Rails2.x-compliant release!!!</p> <p>Thanks for the great work!</p> <p><span class="caps">BTW</span>, future directions are sensible, I just hope to see multiblogging (as in several different blogs in 1 Typo installation) as soon as possible&#8230;</p> <p>Best regards, Ricardo</p> Sun, 30 Dec 2007 09:39:00 -0600 urn:uuid:5271badb-3ca3-4b5e-a757-7f6c610a799a http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1177 Comment on Typo 5 is out - and more on the future by Gen Du <p>I think multiple databases for multiple blogs is a big mistake. It&#8217;s pretty far from the Rails standard way of doing things and that always causes trouble.</p> <p>How will authorizations and user accounts get shared across multiple DBs?</p> Mon, 31 Dec 2007 01:03:12 -0600 urn:uuid:a1ba293d-d264-454f-b133-71b6fc8c9694 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1178 Comment on Typo 5 is out - and more on the future by Piers Cawley <p>You may not have noticed this before, but I don&#8217;t give a damn about the &#8216;Rails standard way&#8217;. I do give a damn about doing the Right Way for the application at hand. It&#8217;s good when the Right Way and the Rails Way coincide, but it&#8217;s certainly not a given. Rails 2 does way fewer wrong things than Rails 1.2, which did way fewer wrong things than earlier incarnations of Rails, but it is not now, and never will be, the One True Way of web development.</p> <p>The trouble is, the current &#8216;stub&#8217; of multiblog support in Typo just serves to complicate things horribly for the majority of users who only use one blog. I&#8217;m not at all happy about that increase in complexity for little gain.</p> <p>My current thinking is that multiblogging using multiple databases can be implemented in a plugin and so will have precisely zero impact on the majority of users. Multiblogging using an ActiveRecord based blog object on the other hand involves nasty database denormalization and the concomitant violations of the <span class="caps">DRY</span> principle that tend to follow when your data model is compromised.</p> <p>As for sharing users across blogs, that&#8217;s easy, we just have to set <code>User.connection</code> independently of <code>ActiveRecord::Base.connection</code>. We don&#8217;t even have to monkey with Rails to do it, it&#8217;s all there in the code.</p> Mon, 31 Dec 2007 02:38:52 -0600 urn:uuid:a8074279-1d6a-4077-a730-1cb342bccd01 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1179 Comment on Typo 5 is out - and more on the future by Sean Schofield <p>First of all, nice job on Typo. I&#8217;m using 4.1.1 now and its working out nicely.</p> <p>I have one suggestions for future development. You may want to consider reworking the authentication and authorization schemes so that Typo could be more easily incorporated into other applications.</p> <p>Specifically I would love to see restful_authentication and role_requirement but that is my personal bias since I&#8217;m using those now.</p> <p>In the meantime, do you have suggestions for how to best achieve &#8220;single sign on&#8221;, etc. with Typo now?</p> Mon, 14 Jan 2008 18:47:51 -0600 urn:uuid:a72328e0-3fd1-4f12-9411-33a84c720ed4 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1188 Comment on Typo 5 is out - and more on the future by http://www.gnoshme.com <p>I&#8217;m glad to see that your <span class="caps">RSS</span> feeds don&#8217;t work either! What&#8217;s up? Any pointers to adding quick and dirty <span class="caps">RSS</span> if Typo5 default is not working?</p> Tue, 22 Jan 2008 14:47:57 -0600 urn:uuid:452b3d14-2702-4769-9f7a-2363cafc2ad4 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1199 Comment on Typo 5 is out - and more on the future by Piers Cawley <p>Strange, I just did <code>curl <a href="http://www.gnoshme.com/articles.atom" rel="nofollow">www.gnoshme.com/articles.atom</a></code> and <code>curl <a href="http://www.gnoshme/articles.rss" rel="nofollow">www.gnoshme/articles.rss</a></code> and all was fine.</p> <p>What <span class="caps">RSS</span> feeds are you talking about?</p> <p>I <em>thought</em> we&#8217;d even still go 302 redirects in for the old feed URLs, but I&#8217;m less certain about that.</p> <p><span class="caps">BTW</span>, your feeds are pointing to wump.com, which might have something to do with it.</p> Tue, 22 Jan 2008 16:12:28 -0600 urn:uuid:e39b06db-f1c4-45c7-8c12-e9e3dfe00d29 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1200 Comment on Typo 5 is out - and more on the future by Matthew Carriere <p>I am having a strange feed issue. I can see all my posts in <span class="caps">ATOM</span> but only 1 in <span class="caps">RSS</span>. I am running 2 typo blogs on this server and the other one is fine. Is there someway to refresh the <span class="caps">RSS</span> feed or something?</p> Wed, 30 Jan 2008 12:15:10 -0600 urn:uuid:4e99e85f-8a5f-472c-b5bd-4021f3b57257 http://www.bofh.org.uk/articles/2007/12/30/typo-5-is-out-and-more-on-the-future#comment-1206