[Radiant] [ANN] Radiant 0.6.9 Etch - Bugfix Release

2008-08-01 Thread Sean Cribbs
Looks like it's time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.6.9 Etch fixes bugs present in the 0.6.8 release. Namely: * The inherit attribute on r:unless_content now correctly defaults to false. * Strange stack overflow and class-loading errors no longer

Re: [Radiant] [ANN] Radiant 0.6.9 Etch - Bugfix Release

2008-08-01 Thread Alan
Hi all, I just attempted to upgrade a 0.6.8 install to 0.6.9. The recent 0.6.7 to 0.6.8 went smoothly. Gem update worked fine. $ radiant -v Radiant 0.6.9 Then (in radiant project root) : $ rake radiant:update --trace (in /radiant/project/root/) ** Invoke radiant:update (first_time) ** Invoke

[Radiant] 0.5.2 - 0.6.9

2008-08-01 Thread Joannou Ng
Hi folks, I'm attempting to upgrade a Radiant install from 0.5.2 to 0.6.9. When I did `rake production db:migrate`, I got the following: Mysql::Error: #42S22Unknown column 'class_name' in 'field list': SELECT DISTINCT class_name FROM pages WHERE class_name '' AND class_name IS NOT NULL

Re: [Radiant] 0.5.2 - 0.6.9

2008-08-01 Thread Joannou Ng
Hey Sean, Radiant::Initializer#after_initialize leads to extensions being activated, which then leads to Page subclasses being loaded, which assumes the new DB schema, which is the problem when you're trying to migrate the schema up. I commented lib/radiant/initializer.rb:110: #

[Radiant] r:aggregation and monthly archives

2008-08-01 Thread Oli Studholme
Hi All, I’ve got three archives that I’m aggregating on a parent page using r:aggregation. I want to make an aggregate monthly archive of all child posts for the sidebar. On the archive pages I can list articles and add per-month headers which link to a monthly archive. On the parent

[Radiant] File Not Found trying to get to /admin

2008-08-01 Thread Matt Mower
Hi. I have a Radiant install (using v0.6.2) that, when I last used it, was working but I haven't used for a while. When I came back to it recently and tried to access admin pages using http://mysite.com/admin; I got redirected to http://mysite.com/.com/admin/pages; where I got a 404 error. In

[Radiant] Japanese and i18n in Radiant

2008-08-01 Thread Oli Studholme
Hi All, [sorry if this ends up being a double-post] I’ve been having lots of fun with making a bilingual site in Radiant. Here are some current problems that I hope someone can suggest fixes for: # Pages in Shift-JIS charset Most Japanese cellphones require Shift-JIS for mobile sites, but

[Radiant] Re: 0.6.7 - 0.6.9 : Rake aborted

2008-08-01 Thread John Laudun
Please forgive what might be a really boneheaded question from a newbie. I'm slowly making my way into Ruby and Rails, and the chance to use Radiant has made that pretty exciting. I'm trying to upgrade my install of Radiant, which I'm running on ASmallOrange. They updated the radiant gem

[Radiant] How do you get a cookie in a radiant extension

2008-08-01 Thread Errol Siegel
I have written an extension that gives me a few customer tags for generating download links. In my layout I use javascript to set a cookie according to what page referred the user to my site. If that user later clicks over to the download page I want to customize the download link according to