Re: [Radiant] Copy and Move extension

2010-03-11 Thread Shaolo
I tried it out, but it fails with a sql error. Trying to perform the install by hand failed with a virtual timer expired error. This is the SQL error: ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'position' in 'order clause': SELECT * FROM `pages` WHERE (`pages`.`slug` =

Re: [Radiant] Copy and Move extension

2010-03-11 Thread Haselwanter Edmund
On 11.03.2010, at 09:14, Shaolo wrote: I tried it out, but it fails with a sql error. Trying to perform the install by hand failed with a virtual timer expired error. This is the SQL error: ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'position' in 'order clause': SELECT

Re: [Radiant] Copy and Move extension

2010-03-11 Thread Shaolo
I had to upgrade from 1.8.6 to 1.8.7 and uninstall and reinstall, but now the drag order extension works. Now if someone can just help me figure out why I can't delete page parts, I would be happy. Thank you for the help. On Thu, Mar 11, 2010 at 12:20 AM, Haselwanter Edmund

Re: [Radiant] Copy and Move extension

2010-03-11 Thread Haselwanter Edmund
On 11.03.2010, at 10:30, Shaolo wrote: I had to upgrade from 1.8.6 to 1.8.7 and uninstall and reinstall, but now the drag order extension works. I think while re-installing you run the migration of the drag order extension. cu edi -- DI Edmund Haselwanter, edm...@haselwanter.com,

Re: [Radiant] Can't delete page parts

2010-03-11 Thread John Long
Is this a fresh Radiant install or one that you upgraded? If you upgraded, it could be that you still need to update the javascripts: rake radiant:update:javascripts -- John Long http://wiseheartdesign.com http://recursivecreative.com On Wed, Mar 10, 2010 at 11:57 PM, Shaolo ot...@shaolo.com

Re: [Radiant] Copy and Move extension

2010-03-11 Thread banane
If the column's not there, you need to re-run the migration, or set hte migration version to 0 and run. Check the database and see what schema versions are there. The schema.rb file will be wrong (because extension migrations don't update there). So I'd advise running the migration as: rake

[Radiant] Proposal: Generic Conditionals for Radiant

2010-03-11 Thread John Long
I just finished polishing off a blog post for an idea I have for giving Radiant generic conditional tags. It preserves the existing syntax adding r:if and r:unless, in addition to r:case, r:when, and r:else. You can read the full article here:

[Radiant] caching page variations with same slug

2010-03-11 Thread Brett Rasmussen
I'd like to use Radiant's standard cache but have control over what goes into it. Specifically, I'd like to store multiple rendered copies of the same page with the same slug but with small pieces different based on locale (which will probably just mean a session variable). So, for example, I'll

[Radiant] page_versioning - textarea doesn't update with selected version

2010-03-11 Thread Stan Rawrysz
I just upgraded my site from 0.7.1 - 0.8.1 and upgraded page_versioning as well. (rake db:migrate:extensions) It runs now without error, but when I select an old version and click switch, the page refreshes, the revision number at the top is the correct one, it also says This is not the published