Re: [Radiant] Login system

2007-10-01 Thread Giovanni Intini
Oh I see, sorry :) 2007/10/1, Aitor Garay-Romero [EMAIL PROTECTED]: I was referring to the football betting part of the webapp. /AITOR On 10/1/07, Giovanni Intini [EMAIL PROTECTED] wrote: It needed tweaking but not that much tweaking :) An older (but working) version of the

[Radiant] Date published attribute

2007-10-01 Thread Bartłomiej Rogóż
Hi all, I was just thinking of adding date published attribute to the Radiant's admin page view in order to have page published on a particular date. What would be the easiest and a right way to do this? Has anyone tried this before? Thanks, Bartek

Re: [Radiant] Date published attribute

2007-10-01 Thread Mathieu Arnold
+-Le 01/10/07 11:17 +0200, Bartłomiej Rogóż a dit : | Hi all, | | I was just thinking of adding date published attribute to the | Radiant's admin page view in order to have page published on a | particular date. What would be the easiest and a right way to do this? | Has anyone tried this

[Radiant] Random 500 error

2007-10-01 Thread Mariano Viola
Hi, I'm working from two month on a radiant based government site that has worked fine until two days ago. Now I get a random 500 internal server error when I try to edit/view pages in the admin interface and the error is transparent to the server logs. At this point I'm very depressed because

Re: [Radiant] Random 500 error

2007-10-01 Thread Aitor Garay-Romero
A few questions that may help: When you say server logs, do you refer to both Apache and Rails (production.log...)? What about the DB logs (MySQL, SQLServer...)? Does the 500 error come from Rails or from Apache? Can you connect to Radiant with script/console?

Re: [Radiant] Displaying a month calendar grid and using non-ical events?

2007-10-01 Thread Dylan Nichols
I'm not sure about iCal events calendar extension as I haven't used it but if you are going to have a go at your creating your own extension have a look at the rails plugin calendar_helperhttp://www.jvoorhis.com/pages/calendar-helper. I recently made an events extension that uses the plugin to

Re: [Radiant] Random 500 error

2007-10-01 Thread Mariano Viola
After a deepened analysis of rails production.log I think that the error is generated by the tinymcefilter extension that I've replaced recently with fckeditor. At this point how I can purge any reference to the TinyMceFilter extension? A snippet of latest production.log file events : Processing

[Radiant] Extension - Record Tags

2007-10-01 Thread Artur Baldyga
It is important to note that your Radiant instance MUST define the models you plan on accessing. This is sentence from this extension's tutorial. But what exactly I have to do? Thanks for help. -- Posted via http://www.ruby-forum.com/. ___ Radiant

Re: [Radiant] Extension - Record Tags

2007-10-01 Thread Sean Cribbs
I don't see the tutorial you are talking about. Link, please? Sean On 10/1/07, Artur Baldyga [EMAIL PROTECTED] wrote: It is important to note that your Radiant instance MUST define the models you plan on accessing. This is sentence from this extension's tutorial. But what exactly I have to

[Radiant] Date published page attribute

2007-10-01 Thread Bartek Rogoz
Hi all, I was just thinking of adding date published attribute to the Radiant's admin page view in order to have page published on a particular date. What would be the easiest and a right way to do this? Has anyone tried this before? Thanks, Bartek -- Posted via http://www.ruby-forum.com/.

Re: [Radiant] Date published page attribute

2007-10-01 Thread Mathieu Arnold
+-le 01.10.2007 16:34:59 +0200, Bartek Rogoz a dit : | Hi all, | | I was just thinking of adding date published attribute to the Radiant's | admin page view in order to have page published on a particular date. | What would be the easiest and a right way to do this? | Has anyone tried this

Re: [Radiant] Page Versioning

2007-10-01 Thread Andrew O'Brien
You know, I just had another idea. Instead of constantly import/exporting, if the database could be represented as a filesystem live, synchronization problems would disappear. For this I was originally thinking of FUSE (and MacFUSE), as _why demonstrated here: http://tinyurl.com/dm6zr

Re: [Radiant] Date published page attribute

2007-10-01 Thread Sean Cribbs
I just finished a content scheduling extension for Digital Pulp. I'll see about packaging it up if you like. Sean On 10/1/07, Mathieu Arnold [EMAIL PROTECTED] wrote: +-le 01.10.2007 16:34:59 +0200, Bartek Rogoz a dit : | Hi all, | | I was just thinking of adding date published attribute to

Re: [Radiant] Extension - Record Tags

2007-10-01 Thread Jim Gay
http://wiki.radiantcms.org/Extension_-_Record_Tags It means that if Radiant is not yet aware of some model (another database table for example) you'll need to create an extension that includes those models. On Oct 1, 2007, at 10:19, Sean Cribbs wrote: I don't see the tutorial you are

Re: [Radiant] Date published page attribute

2007-10-01 Thread Jim Gay
I'll put in my vote for a 'yes, I'd love to see that' On Oct 1, 2007, at 11:02, Sean Cribbs wrote: I just finished a content scheduling extension for Digital Pulp. I'll see about packaging it up if you like. Sean On 10/1/07, Mathieu Arnold [EMAIL PROTECTED] wrote: +-le 01.10.2007 16:34:59

Re: [Radiant] Date published page attribute

2007-10-01 Thread Bartek Rogoz
Sean Cribbs wrote: I just finished a content scheduling extension for Digital Pulp. I'll see about packaging it up if you like. Sean Yes, I would appreciate that Sean. Thanks Bartek -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing

[Radiant] [ANN] Scheduler extension

2007-10-01 Thread Sean Cribbs
Ask and you shall receive. The Scheduler extension is now available from: http://dev.radiantcms.org/svn/radiant/trunk/extensions/scheduler Its primary job is to create publish and expiration dates (or appearance and disappearance) that are configurable by the content editor. These may be set

Re: [Radiant] [ANN] Scheduler extension

2007-10-01 Thread Jim Gay
Thanks, Sean! Would you mind dropping this into the README for the extension? It seems like half the extensions out there say Description goes here and I always appreciate the details with the extension itself. On Oct 1, 2007, at 12:39 PM, Sean Cribbs wrote: Ask and you shall receive. The

Re: [Radiant] [ANN] Scheduler extension

2007-10-01 Thread Sean Cribbs
No problem. Sean On 10/1/07, Jim Gay [EMAIL PROTECTED] wrote: Thanks, Sean! Would you mind dropping this into the README for the extension? It seems like half the extensions out there say Description goes here and I always appreciate the details with the extension itself. On Oct 1, 2007,

[Radiant] Tag and context

2007-10-01 Thread Christian Billen
Good afternoon, I have a newbie question, I'm trying to have a menu that is created dynamically with r:children but whose context will always start at a certain level (like /products). And go down from there no matter how deep below in the hierarchy I am. What would be the best way to achieve

Re: [Radiant] Page Versioning

2007-10-01 Thread Aitor Garay-Romero
Having all the data mapped into the file system would be great. Keep us informed if you decide to dive into this. /AITOR On 10/1/07, Andrew O'Brien [EMAIL PROTECTED] wrote: You know, I just had another idea. Instead of constantly import/exporting, if the database could be represented

Re: [Radiant] Using Rails app within radiant

2007-10-01 Thread jorge santiago
Hi Sean, I've explored further this approach and it looks exactly what I'm looking for, but I'm having problems loading the AR models into Radiant. I created the extension and the custom tags, (pretty easy and slick indeed :), and put the require environment.rb of my rails app at the top of the

Re: [Radiant] Using Rails app within radiant

2007-10-01 Thread Sean Cribbs
Jorge, You shouldn't require the environment.rb of your Rails app directly. Copy any customizations you have made either into your Radiant project's environment.rb or into the activate method of your extension. Hopefully that should fix the issue. Sean On 10/1/07, jorge santiago [EMAIL

Re: [Radiant] [ANN] Scheduler extension

2007-10-01 Thread Sean Cribbs
Unfortunately, the extension does not affect iteration over children, etc. I will probably fix this limitation this week, as it affects a great many usage patterns in Radiant for generating navigation, etc. FYI This limitation has been fixed as of r511 and r512. Sean