[Radiant] archives plus monthly archives: possible?

2009-10-20 Thread Stan Rawrysz
Hi all, I have a blog with 7 child archives. Using r:aggregate to show entries from all of the child archives on the main blog page. I can browse to each child archive individually and have all the child entries show up fine. I also have a sidebar block that will output all 7 archives. I've also

[Radiant] Trouble install concurrent_draft extension

2010-02-11 Thread Stan Rawrysz
I'm trying to install the concurrent_draft extension, but I'm guessing I'm missing a plugin or something. Running Radiant 0.7.1 Rails 2.3.5 (installed through macports) OS X 10.6 PostgreSQL Error while installing: $ script/extension install concurrent_draft Initialized empty Git repository in

Re: [Radiant] Trouble install concurrent_draft extension

2010-02-11 Thread Stan Rawrysz
johnm...@gmail.com wrote: are you using the 0.7.1 tag or the master branch? if the latter you might try switching to the former and running the migrate/update commands by hand. On Thu, Feb 11, 2010 at 3:32 PM, Stan Rawrysz smoo...@gmail.com wrote: I'm trying to install the concurrent_draft

Re: [Radiant] Trouble install concurrent_draft extension

2010-02-16 Thread Stan Rawrysz
/extension install chances are you're on master. try this: cd vendor/extensions/concurrent_draft git checkout 0.7.1 cd ../../.. rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update On Thu, Feb 11, 2010 at 4:47 PM, Stan Rawrysz smoo...@gmail.com

[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

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

2010-03-12 Thread Stan Rawrysz
I just restored my 0.7.1 db and then re-ran db:migrate and db:migrate:extensions and now it's working. Not sure what happened, but it's working. On Thu, Mar 11, 2010 at 2:11 PM, Stan Rawrysz smoo...@gmail.com wrote: I just upgraded my site from 0.7.1 - 0.8.1 and upgraded page_versioning as well