Re: [Radiant] 1st Extension - Class Call from module newext_tags.rb

2008-12-29 Thread Manuel Meurer
Hi Bartee (or Lamar?), Where are the files newext_tags.rb and newext.rb located? When you declare methods in newext.rb (which should be located somewhere in \lib) you should declare them as class methods (def self.my_method) to be able to call them like this with Newext.my_method. You don't need

[Radiant] Re: 1st Extension - Class Call from module newext_tags.rb

2008-12-29 Thread Bartee Lamar
Manuel Excellent!!! That worked. Thanks... I am obviously new to ruby/rails etc.. My first name is Bartee. Now on to the next step, I am sure I will have more questions. ...bartee... -- Posted via http://www.ruby-forum.com/. ___ Radiant mailin

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-29 Thread Tim Gossett
On Sun, Dec 28, 2008 at 9:31 PM, Nate Turnage wrote: > With the most current version of the copy_move extension and v. 0.6.9 I get > this "error" for every page in the list of pages: > *`copy_move_extra_th' default partial not found! > > I have used this extension in the past without any problems

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-29 Thread Nate Turnage
On Mon, Dec 29, 2008 at 9:23 AM, Tim Gossett wrote: > > Actually, it was the commit before that: > > > http://github.com/pilu/radiant-copy-move/commit/b7d93af32fc8fbaa97611d0697ab33f606d2eef1 > > pilu updated his extension for Radiant 0.7.0, breaking it for 0.6.9. Just > rename RADIANT_ROOT/vendor

[Radiant] Phantom code when Radiant is deployed

2008-12-29 Thread Jon Hope
I've just prepared a whole site using the Radiant CMS and I'm happy with how it looks etc but when I deploy it to my server there are little bits of code appearing that shouldn't be there! For example there are tags appearing in a list of images that are left floated, so they stagger downwards in

Re: [Radiant] Phantom code when Radiant is deployed

2008-12-29 Thread Jeffrey Jones
Sounds like it could be a difference in RedCloth versions. Are they the same on both machines? Jeff Jon Hope wrote: I've just prepared a whole site using the Radiant CMS and I'm happy with how it looks etc but when I deploy it to my server there are little bits of code appearing that shouldn't

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-29 Thread Andrew Neil
On 29 Dec 2008, at 01:15, Nate Turnage wrote: Can anybody tell me how I can git clone and older version of the copy_move extension for use with Radiant 0.6.9? I am not up with all the ins and outs of git enough to figure out how to use previous revisions. I would suggest checking out an o

Re: [Radiant] Phantom code when Radiant is deployed

2008-12-29 Thread Andrew Neil
Sounds like it could be caused by a filter. Are you using Markdown or Textile for any of the snippets or page parts? Be aware that whitespace is significant to both (?) of these filters. e.g. in Markdown[1], if you end a line with 2 or more spaces, it is interpreted as a line-break (i.e. ).

[Radiant] Re: Re: Use sub folder url with share_layouts

2008-12-29 Thread Vincent Pérès
I tried the last version of share_layouts but I got the same errors. So, I decided to test it from scratch with a fresh radiant 0.6.9, share_layouts, and my projects extension. It's working, but now I got sometimes another error. Example : I created a /project page and a layout with the followin

[Radiant] Re: Phantom code when Radiant is deployed

2008-12-29 Thread Jon Hope
Thanks guys, the RedCloth thing fixed it. I have two versions locally and it was using the older one. I still don't understand WHY this fixed it though, does the newer version add line breaks and remove clearing tags?! lol I was sure that it wasn't a filter thing because I checked that specifi

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-29 Thread Nate Turnage
Thank you so much! I looked through the Pragmatic book and could not find any of this info. ~Nate On Mon, Dec 29, 2008 at 10:05 AM, Andrew Neil wrote: > > On 29 Dec 2008, at 01:15, Nate Turnage wrote: > > Can anybody tell me how I can git clone and older version of the copy_move >> extension

Re: [Radiant] Re: Phantom code when Radiant is deployed

2008-12-29 Thread Jay Levitt
Jon Hope wrote: Thanks guys, the RedCloth thing fixed it. I have two versions locally and it was using the older one. I still don't understand WHY this fixed it though, does the newer version add line breaks and remove clearing tags?! lol Pretty much.. :) RedCloth 3.0.4 was just horribly brok

Re: [Radiant] Asset manager in 0.7?

2008-12-29 Thread Sean Cribbs
With the possible exception of the new UI being merged in, we are feature-frozen for 0.7. John's new asset manager will be added in 0.7.1 at earliest. Sean Nate Turnage wrote: I was searching through the archives and came across a mention of 0.7 (that I can no longer find) having it's own as

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-29 Thread Sean Cribbs
Where possible, I have been tagging extensions in 'radiant' github user with 0.6.9 before making updates for 0.7. I suggest developers tag their extension repositories similarly to reduce confusion. Sean Tim Gossett wrote: On Sun, Dec 28, 2008 at 9:31 PM, Nate Turnage wrote: With the m

[Radiant] demo admin-login problem

2008-12-29 Thread Jim Wiebe
Am just starting w Radiant. Installed per instructions and did db:bootstrap. Am running WinXP & Ruby 1.8.7, so I had the 'enumerable' error and successfully applied the patch. Also, FYI, my installed sqlite3 gem is 1.2.2. However, when I try to log in to admin, I always get the '500 Server interna

[Radiant] Multi site wiki entry

2008-12-29 Thread Andrew Neil
Hi, I've just written up a piece for the wiki on the multi-site extension. Here it is: http://wiki.radiantcms.org/Multi-site_Extension The Summer reboot[1] suggested the title "Multi-site Extension (why and how)". I've gone into some depth on the 'how', but only dashed out a para