Re: [Radiant] Default l10n files

2010-09-01 Thread Haselwanter Edmund
On 01.09.2010, at 08:00, Steffen Beyer wrote: > Hi, > > sorry if this a Rails issue... > > I wrote custom extension which brings its own de.yml l10n file. Now I'm > converting some numbers using ActionView's number_with_precision(), which > only succeeds in English -- for German the contents

[Radiant] List Moderation

2010-09-01 Thread trans
Up until yesterday I have been moderating all messages by first time posters. It hasn't been too bad, about one post a day. But it was something I had to attend to and it meant the occasional delay before people could see their first post. To free me of the daily necessity I have now turned this mo

Re: [Radiant] Best way to modify default load paths for extensions?

2010-09-01 Thread Jim Gay
On Tue, Aug 31, 2010 at 1:09 PM, Wes Gamble wrote: > I have an additional path that I would like to be on the load path for a > given extension. > > What is the best way for me to add this load path to the set of default load > paths in Radiant? > > Do I need to modify the load paths for _all_ ext

Re: [Radiant] List Moderation

2010-09-01 Thread Jim Gay
Trans, For some reason, I'm not setup as a moderator. Please add me. On Wed, Sep 1, 2010 at 3:45 AM, trans wrote: > Up until yesterday I have been moderating all messages by first time > posters. It hasn't been too bad, about one post a day. But it was > something I had to attend to and it meant

Re: [Radiant] Best way to modify default load paths for extensions?

2010-09-01 Thread Wes Gamble
On 9/1/10 9:39 AM, Jim Gay wrote: On Tue, Aug 31, 2010 at 1:09 PM, Wes Gamble wrote: I have an additional path that I would like to be on the load path for a given extension. What is the best way for me to add this load path to the set of default load paths in Radiant? Do I need to modify th

Re: [Radiant] Best way to modify default load paths for extensions?

2010-09-01 Thread Jim Gay
On Wed, Sep 1, 2010 at 11:23 AM, Wes Gamble wrote: > On 9/1/10 9:39 AM, Jim Gay wrote: > > On Tue, Aug 31, 2010 at 1:09 PM, Wes Gamble wrote: > > I have an additional path that I would like to be on the load path for a > given extension. > > What is the best way for me to add this load path to th

Re: [Radiant] Best way to modify default load paths for extensions?

2010-09-01 Thread Wes Gamble
On 9/1/10 10:38 AM, Jim Gay wrote: On Wed, Sep 1, 2010 at 11:23 AM, Wes Gamble wrote: On 9/1/10 9:39 AM, Jim Gay wrote: On Tue, Aug 31, 2010 at 1:09 PM, Wes Gamble wrote: I have an additional path that I would like to be on the load path for a given extension. What is the best way for me t

[Radiant] Gallery Extension & EXIF Data?

2010-09-01 Thread Horst Rischbode
Hi, I'm on Radiant 0.9.1 and use the actual master of the gallery extension. I want to display the EXIF Data (model, aperture,...) of my fotos. I can see, that the exif data is loaded within the extension. Is it accessible through a radius tag? Thanks for any advice! Horst

[Radiant] vhost and globalize2

2010-09-01 Thread Haselwanter Edmund
Hi *, I try to make globalize2 and vhost like each other. Its getting better but now I have an issue with Page types other then Page (like ArchivePage and the like) http://gist.github.com/560880 where line 174 is: translated_attribute_names.map(&:to_s) + super so it seams that subclasses of P

[Radiant] Are Radiant extension files loaded on each request in development mode?

2010-09-01 Thread Wes Gamble
I notice that my custom extension file, xxx_extension.rb, appears to be getting executed with every request in development mode. Is this expected behavior? Thanks, Wes

Re: [Radiant] Are Radiant extension files loaded on each request in development mode?

2010-09-01 Thread Jim Gay
On Wed, Sep 1, 2010 at 1:15 PM, Wes Gamble wrote: > I notice that my custom extension file, xxx_extension.rb, appears to be > getting executed with every request in development mode. > > Is this expected behavior? Yes. > > Thanks, > Wes > -- Jim Gay Saturn Flyer LLC http://www.saturnflyer.co

Re: [Radiant] vhost and globalize2

2010-09-01 Thread Haselwanter Edmund
On 01.09.2010, at 19:00, Haselwanter Edmund wrote: > Hi *, > > I try to make globalize2 and vhost like each other. Its getting better but > now I have an issue with > Page types other then Page (like ArchivePage and the like) > > http://gist.github.com/560880 > > where line 174 is: > > trans

[Radiant] Modifying configuration in an extension

2010-09-01 Thread Wes Gamble
When I use a block like: extension_config do |config| config.after_initialize do ...custom stuff... end end to manipulate the Rails configuration in an xxx_extension.rb file, is the config.after_initialize block important? If so, why? Thanks, Wes

Re: [Radiant] Modifying configuration in an extension

2010-09-01 Thread Jim Gay
On Wed, Sep 1, 2010 at 11:35 PM, Wes Gamble wrote: > When I use a block like: > >   extension_config do |config| >     config.after_initialize do >   ...custom stuff... >     end >   end > > to manipulate the Rails configuration in an xxx_extension.rb file, is the > config.after_initialize blo