Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Yes, this sounds like a good idea... I don't think sending patches separately would make sense in this case. cheers, Simon On Jun 17, 2009, at 11:55 , kranthi reddy wrote: creating a different fork for a few files dint seem to be a very good idea to me. Currently I have cloned Keith's repository and created a local branch for my work.Once I'm done and I have tested the instance on this local branch I will diff the this branch with master and make a patch file out of it. I was planning to E-mail this patch to Keith. Incase Keith would be okay to create a remote branch on his repository for these translation files I guess we can push these files to that remote branch from where keith can merge them into master. What do you think? 2009/6/17 Simon Rönnqvist That's OK, I wasn't going to take Spanish anyways only Swedish and Finnish. :) BTW. How would you prefer that we do the contribution... by forking the project and doing pull requests (only for one file, or two in my case)? Or should we just mail someone the file when it's done, or do you have any other suggestion? Of course keeping the action within GitHub would be great, in order to track what different people do. cheers, Simon On Jun 17, 2009, at 09:37 , kranthi reddy wrote: Hey.. I want to take up spanish first. Thank you, kranthi 2009/6/17 Simon Rönnqvist OK, I'll check it out when I have time... I'll try and take care of Swedish (my mother's thongue) and Finnish (which I know fluently), possibly with help from one or a couple of my friends who have Finnish as their mother's thongue. cheers, Simon On Jun 16, 2009, at 15:50 , Sean Cribbs wrote: FYI, the major features I have planned for 0.9 are thus: * John's new "blade" UI * i18n/l10n/etc Both of these are going on in branches, although I'm afraid portions of Keith's work will be dependent on the new UI. If you've contributed a translation, please be aware that we may call on your services again in the near future to adjust for the UI changes. Cheers, Sean Keith Bingman wrote: Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protec
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
creating a different fork for a few files dint seem to be a very good idea to me. Currently I have cloned Keith's repository and created a local branch for my work.Once I'm done and I have tested the instance on this local branch I will diff the this branch with master and make a patch file out of it. I was planning to E-mail this patch to Keith. Incase Keith would be okay to create a remote branch on his repository for these translation files I guess we can push these files to that remote branch from where keith can merge them into master. What do you think? 2009/6/17 Simon Rönnqvist > That's OK, I wasn't going to take Spanish anyways only Swedish and Finnish. > :) > > BTW. How would you prefer that we do the contribution... by forking the > project and doing pull requests (only for one file, or two in my case)? Or > should we just mail someone the file when it's done, or do you have any > other suggestion? Of course keeping the action within GitHub would be great, > in order to track what different people do. > > cheers, Simon > > > > On Jun 17, 2009, at 09:37 , kranthi reddy wrote: > > Hey.. >> I want to take up spanish first. >> >> Thank you, >> kranthi >> >> 2009/6/17 Simon Rönnqvist >> >> OK, I'll check it out when I have time... I'll try and take care of >>> Swedish >>> (my mother's thongue) and Finnish (which I know fluently), possibly with >>> help from one or a couple of my friends who have Finnish as their >>> mother's >>> thongue. >>> >>> cheers, Simon >>> >>> >>> >>> On Jun 16, 2009, at 15:50 , Sean Cribbs wrote: >>> >>> FYI, the major features I have planned for 0.9 are thus: >>> * John's new "blade" UI * i18n/l10n/etc Both of these are going on in branches, although I'm afraid portions of Keith's work will be dependent on the new UI. If you've contributed a translation, please be aware that we may call on your services again in the near future to adjust for the UI changes. Cheers, Sean Keith Bingman wrote: Working on it: > > http://github.com/kbingman/radiant/tree/master > > I will be moving this to the official i18n branch ASAP, but I have been > pretty busy lately. > > It is mostly done, we have the views translated for German, Russian, > French and Japanese. Any help is appreciated. > > Keith > > > On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: > > Hi! > >> >> Now since we're in Rails 2.3.2, would it then be time to localize >> Radiant? The first step towards this would of course be to move all >> strings >> from the views into config/locales/en.yml. >> >> If I or someone at some point (when I or someone has time) would make >> a >> fork in order to apply this change, would you then accept a pull >> request for >> those changes? >> >> cheers, Simon >> >> >> On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: >> >> Looks like it's time for another release of Radiant: >> >>> >>> http://radiantcms.org/download/ >>> >>> Radiant 0.8.0 "Asterism" features a brand new and more compliant >>> caching >>> mechanism based on Rack::Cache, and numerous bugfixes and small >>> enhancements. >>> Also included are: >>> >>> * An extensive integration suite using Cucumber and Webrat >>> * Rails 2.3.2 (previously 2.1.2) >>> * Highline 1.5.1 >>> * Haml 2.0.9 >>> >>> Many thanks to our contributors and committers for their >>> contributions. >>> >>> WHAT IS RADIANT CMS? >>> >>> Radiant is a no-fluff content management system made for designers >>> and >>> programmers and is ideal for use on small teams. It is similar to >>> Movable Type or Textpattern, but is much more than a blogging engine. >>> >>> Radiant features: >>> >>> * An elegant user interface >>> * The ability to arrange pages in a hierarchy >>> * Flexible templating with layouts, snippets, page parts, and a >>> custom tagging language (Radius: http://radius.rubyforge.org) >>> * A dynamic extension system >>> * A simple user management/permissions system >>> * Support for Markdown and Textile as well as traditional HTML >>> (it's easy to create other filters) >>> * Operates in two modes: dev and production depending on the URL >>> * A caching system which expires pages every 5 minutes >>> * Built using Ruby on Rails (which means that extending Radiant is >>> as easy as any other Rails application) >>> * Licensed under the MIT-License >>> * And much more... >>> >>> There's even a live demo over on the project Web site: >>> >>> http://radiantcms.org/demo/ >>> >>> >>> WHAT'S NEW IN THIS RELEASE? >>> >>> * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason >>> Garber] >>> * Prevent stty errors on JRuby wh
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
That's OK, I wasn't going to take Spanish anyways only Swedish and Finnish. :) BTW. How would you prefer that we do the contribution... by forking the project and doing pull requests (only for one file, or two in my case)? Or should we just mail someone the file when it's done, or do you have any other suggestion? Of course keeping the action within GitHub would be great, in order to track what different people do. cheers, Simon On Jun 17, 2009, at 09:37 , kranthi reddy wrote: Hey.. I want to take up spanish first. Thank you, kranthi 2009/6/17 Simon Rönnqvist OK, I'll check it out when I have time... I'll try and take care of Swedish (my mother's thongue) and Finnish (which I know fluently), possibly with help from one or a couple of my friends who have Finnish as their mother's thongue. cheers, Simon On Jun 16, 2009, at 15:50 , Sean Cribbs wrote: FYI, the major features I have planned for 0.9 are thus: * John's new "blade" UI * i18n/l10n/etc Both of these are going on in branches, although I'm afraid portions of Keith's work will be dependent on the new UI. If you've contributed a translation, please be aware that we may call on your services again in the near future to adjust for the UI changes. Cheers, Sean Keith Bingman wrote: Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cac
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Hey.. I want to take up spanish first. Thank you, kranthi 2009/6/17 Simon Rönnqvist > OK, I'll check it out when I have time... I'll try and take care of Swedish > (my mother's thongue) and Finnish (which I know fluently), possibly with > help from one or a couple of my friends who have Finnish as their mother's > thongue. > > cheers, Simon > > > > On Jun 16, 2009, at 15:50 , Sean Cribbs wrote: > > FYI, the major features I have planned for 0.9 are thus: >> >> * John's new "blade" UI >> * i18n/l10n/etc >> >> Both of these are going on in branches, although I'm afraid portions of >> Keith's work will be dependent on the new UI. If you've contributed a >> translation, please be aware that we may call on your services again in the >> near future to adjust for the UI changes. >> >> Cheers, >> Sean >> >> Keith Bingman wrote: >> >>> Working on it: >>> >>> http://github.com/kbingman/radiant/tree/master >>> >>> I will be moving this to the official i18n branch ASAP, but I have been >>> pretty busy lately. >>> >>> It is mostly done, we have the views translated for German, Russian, >>> French and Japanese. Any help is appreciated. >>> >>> Keith >>> >>> >>> On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: >>> >>> Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: > > http://radiantcms.org/download/ > > Radiant 0.8.0 "Asterism" features a brand new and more compliant > caching > mechanism based on Rack::Cache, and numerous bugfixes and small > enhancements. > Also included are: > > * An extensive integration suite using Cucumber and Webrat > * Rails 2.3.2 (previously 2.1.2) > * Highline 1.5.1 > * Haml 2.0.9 > > Many thanks to our contributors and committers for their contributions. > > WHAT IS RADIANT CMS? > > Radiant is a no-fluff content management system made for designers and > programmers and is ideal for use on small teams. It is similar to > Movable Type or Textpattern, but is much more than a blogging engine. > > Radiant features: > > * An elegant user interface > * The ability to arrange pages in a hierarchy > * Flexible templating with layouts, snippets, page parts, and a > custom tagging language (Radius: http://radius.rubyforge.org) > * A dynamic extension system > * A simple user management/permissions system > * Support for Markdown and Textile as well as traditional HTML > (it's easy to create other filters) > * Operates in two modes: dev and production depending on the URL > * A caching system which expires pages every 5 minutes > * Built using Ruby on Rails (which means that extending Radiant is > as easy as any other Rails application) > * Licensed under the MIT-License > * And much more... > > There's even a live demo over on the project Web site: > > http://radiantcms.org/demo/ > > > WHAT'S NEW IN THIS RELEASE? > > * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] > * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] > * Moved template_name to ApplicationController [Jim Gay, Michael > Kessler] > * Remove vizres plugin. [Sean Cribbs] > * Update instance config/environments to remove ResponseCache [Jim Gay] > * Remove :order option from , which causes errors > on > postgresql. [Sean Cribbs] > * Prevent recursion via the tag. [Sean Cribbs] > * Update Highline. [Sean Cribbs] > * Update Cucumber and RSpec, clean up some features and fix specs. > [Sean Cribbs] > * Set the protected attributes for users in User.protected_attributes > [Jim Gay] > * Don't allow a nil ETag in SiteController. [David Cato] > * Prevent failed login message from sticking around. [Kunal Shah] > * Fix failing test regarding extension order. [Brett McHargue] > * Catch ActiveRecord::RecordNotFound in Admin::ResourceController > [Jim Gay] > * Catch missing template errors for show routes [Jim Gay] > * Fix with_error in render_matcher not causing the spec to fail when no > exception raised. [Jason Garber] > * Make features task run in instance mode. [Sean Cribbs] > * Remove Admin::AbstractModelController. [Sean Cribbs] > * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] > * Add begin...rescue blocks to rspec.rake [Sean Cribbs] > * Add begin...rescue blocks for requiring cucumber. [Matt Henry] >
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
OK, I'll check it out when I have time... I'll try and take care of Swedish (my mother's thongue) and Finnish (which I know fluently), possibly with help from one or a couple of my friends who have Finnish as their mother's thongue. cheers, Simon On Jun 16, 2009, at 15:50 , Sean Cribbs wrote: FYI, the major features I have planned for 0.9 are thus: * John's new "blade" UI * i18n/l10n/etc Both of these are going on in branches, although I'm afraid portions of Keith's work will be dependent on the new UI. If you've contributed a translation, please be aware that we may call on your services again in the near future to adjust for the UI changes. Cheers, Sean Keith Bingman wrote: Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs] * Use app name for session cookie. [Josh French] * Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah] * Populate config.extensions so extensions can be disabled easily. [Jason Garber] * Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs] * Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan] * Don't raise exception on unauthenticated request to /admin/ logout. [Josh French] * Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker] * Remove obviated Ruby 1.8.
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
FYI, the major features I have planned for 0.9 are thus: * John's new "blade" UI * i18n/l10n/etc Both of these are going on in branches, although I'm afraid portions of Keith's work will be dependent on the new UI. If you've contributed a translation, please be aware that we may call on your services again in the near future to adjust for the UI changes. Cheers, Sean Keith Bingman wrote: Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs] * Use app name for session cookie. [Josh French] * Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah] * Populate config.extensions so extensions can be disabled easily. [Jason Garber] * Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs] * Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan] * Don't raise exception on unauthenticated request to /admin/logout. [Josh French] * Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker] * Remove obviated Ruby 1.8.7 compatibility patch. [Sean Cribbs] * Adjust StandardTags#relative_url_for for case when relative_url_root is nil. [Sean Cribbs] * Correct rendering error in extensions controller. [Sean Cribbs] * Correct typo in config/boot.rb. [Sean Cribbs] * Major refactoring and simplification of LoginSystem. [Sean Cribbs] * Update Haml to 2.0.7. [Sean
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16, 2009, at 8:58 AM, Simon Rönnqvist wrote: Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs] * Use app name for session cookie. [Josh French] * Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah] * Populate config.extensions so extensions can be disabled easily. [Jason Garber] * Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs] * Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan] * Don't raise exception on unauthenticated request to /admin/logout. [Josh French] * Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker] * Remove obviated Ruby 1.8.7 compatibility patch. [Sean Cribbs] * Adjust StandardTags#relative_url_for for case when relative_url_root is nil. [Sean Cribbs] * Correct rendering error in extensions controller. [Sean Cribbs] * Correct typo in config/boot.rb. [Sean Cribbs] * Major refactoring and simplification of LoginSystem. [Sean Cribbs] * Update Haml to 2.0.7. [Sean Cribbs] * Upgrade to Rails 2.2.2. [Sean Cribbs] * Cleanup the config class a little, add some more documentation. [Sean Cribbs] * Avoid bootstrap errors related to Radiant::Config by checking for table existence. [Sean Cribbs] * Correct status code typo in Admin::ResourceController. [Sean Cribbs] INSTALLATION We've worked hard to make it easy to install Ra
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Hi! Now since we're in Rails 2.3.2, would it then be time to localize Radiant? The first step towards this would of course be to move all strings from the views into config/locales/en.yml. If I or someone at some point (when I or someone has time) would make a fork in order to apply this change, would you then accept a pull request for those changes? cheers, Simon On Jun 14, 2009, at 22:40 , Sean Cribbs wrote: Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs] * Use app name for session cookie. [Josh French] * Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah] * Populate config.extensions so extensions can be disabled easily. [Jason Garber] * Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs] * Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan] * Don't raise exception on unauthenticated request to /admin/logout. [Josh French] * Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker] * Remove obviated Ruby 1.8.7 compatibility patch. [Sean Cribbs] * Adjust StandardTags#relative_url_for for case when relative_url_root is nil. [Sean Cribbs] * Correct rendering error in extensions controller. [Sean Cribbs] * Correct typo in config/boot.rb. [Sean Cribbs] * Major refactoring and simplification of LoginSystem. [Sean Cribbs] * Update Haml to 2.0.7. [Sean Cribbs] * Upgrade to Rails 2.2.2. [Sean Cribbs] * Cleanup the config class a little, add some more documentation. [Sean Cribbs] * Avoid bootstrap errors related to Radiant::Config by checking for table existence. [Sean Cribbs] * Correct status code typo in Admin::ResourceController. [Sean Cribbs] INSTALLATION We've worked hard to make it easy to install Radiant. For starters you can download it with Ruby Gems: % gem install radiant Once the Radiant gem is installed you have access to the `radiant` command. The `radiant` command is similar to the `rails` command (if you are from the Rails world. It's how you generate a new Radiant project for a website. So `cd` to the directory
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Sorry, I also mistakenly left out David Cato. Sean Mohit Sindhwani wrote: Sean Cribbs wrote: Michael Kessler Kunal Shah Brett McHargue Jim Gay Jason GarberKunal Shah Matt HenryRick DeNatale Pat Allan Josh French Brent Kroeker Sean Cribbs Thanks guys! If you'd like to hop on the development Kunal must have done an awful lot of development to get mentioned twice :P but seriously, all you guys - Thanks!! Cheers, Mohit. 6/15/2009 | 2:11 PM. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Radiant 0.8.0 "Asterism" Release
Sean Cribbs wrote: Michael Kessler Kunal Shah Brett McHargue Jim Gay Jason GarberKunal Shah Matt HenryRick DeNatale Pat Allan Josh French Brent Kroeker Sean Cribbs Thanks guys! If you'd like to hop on the development Kunal must have done an awful lot of development to get mentioned twice :P but seriously, all you guys - Thanks!! Cheers, Mohit. 6/15/2009 | 2:11 PM. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Radiant 0.8.0 "Asterism" Release
Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.8.0 "Asterism" features a brand new and more compliant caching mechanism based on Rack::Cache, and numerous bugfixes and small enhancements. Also included are: * An extensive integration suite using Cucumber and Webrat * Rails 2.3.2 (previously 2.1.2) * Highline 1.5.1 * Haml 2.0.9 Many thanks to our contributors and committers for their contributions. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: http://radiantcms.org/demo/ WHAT'S NEW IN THIS RELEASE? * Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber] * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs] * Moved template_name to ApplicationController [Jim Gay, Michael Kessler] * Remove vizres plugin. [Sean Cribbs] * Update instance config/environments to remove ResponseCache [Jim Gay] * Remove :order option from , which causes errors on postgresql. [Sean Cribbs] * Prevent recursion via the tag. [Sean Cribbs] * Update Highline. [Sean Cribbs] * Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs] * Set the protected attributes for users in User.protected_attributes [Jim Gay] * Don't allow a nil ETag in SiteController. [David Cato] * Prevent failed login message from sticking around. [Kunal Shah] * Fix failing test regarding extension order. [Brett McHargue] * Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay] * Catch missing template errors for show routes [Jim Gay] * Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber] * Make features task run in instance mode. [Sean Cribbs] * Remove Admin::AbstractModelController. [Sean Cribbs] * Cleanup deprecated Gem::manage_gems. [Sean Cribbs] * Add begin...rescue blocks to rspec.rake [Sean Cribbs] * Add begin...rescue blocks for requiring cucumber. [Matt Henry] * Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs] * Use app name for session cookie. [Josh French] * Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah] * Populate config.extensions so extensions can be disabled easily. [Jason Garber] * Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs] * Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan] * Don't raise exception on unauthenticated request to /admin/logout. [Josh French] * Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker] * Remove obviated Ruby 1.8.7 compatibility patch. [Sean Cribbs] * Adjust StandardTags#relative_url_for for case when relative_url_root is nil. [Sean Cribbs] * Correct rendering error in extensions controller. [Sean Cribbs] * Correct typo in config/boot.rb. [Sean Cribbs] * Major refactoring and simplification of LoginSystem. [Sean Cribbs] * Update Haml to 2.0.7. [Sean Cribbs] * Upgrade to Rails 2.2.2. [Sean Cribbs] * Cleanup the config class a little, add some more documentation. [Sean Cribbs] * Avoid bootstrap errors related to Radiant::Config by checking for table existence. [Sean Cribbs] * Correct status code typo in Admin::ResourceController. [Sean Cribbs] INSTALLATION We've worked hard to make it easy to install Radiant. For starters you can download it with Ruby Gems: % gem install radiant Once the Radiant gem is installed you have access to the `radiant` command. The `radiant` command is similar to the `rails` command (if you are from the Rails world. It's how you generate a new Radiant project for a website. So `cd` to the directory where you would like your instance to be installed and type: % radiant -d [mysql|postgres|sqlite3] . Next, edit config/database.yml to taste. Then run the rake bootstrap task: % rake production db:bootstrap And start up the test server: % script/server -e production Finally, hit the /admin/ URL and you should be off to the races. See the README file in the release for additional details. If you are interested in other download options, visi