Re: [Radiant] active link

2008-04-09 Thread nurullah
looks like navigation tag is what you need: http://lists.radiantcms.org/pipermail/radiant/2006-November/002547.html On 4/9/08, Vladimir Beran <[EMAIL PROTECTED]> wrote: > > Hi, I need to use for active link another style as is mentioned below > but it doesnt works. What is bad in my code? > > >

[Radiant] scheduler

2008-04-14 Thread nurullah
hello again it is nice that we have a scheduler extensions but i want to restrict it by hours not days? i mean i have a page and will show up only one hour of the week.. thank you and have a nice days ___ Radiant mailing list Post: Radiant@radiantcms.

[Radiant] changelog

2008-04-14 Thread nurullah
I think It will be so good to have such an extension? what do you think? it is not a necessity but existence of such a beauty lets you know who changed what and when ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/m

[Radiant] cant install Reorder in 066

2008-04-30 Thread nurullah
give this error: $ rake production db:migrate:extensions --trace (in /var/www/radiant) ** Invoke production (first_time) ** Execute production ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `page' for # /var/www/radiant/vendor/extensions/reorder/reorder_ex

[Radiant] can no longer edit/reach pages after upgrading 0.6.6

2008-04-30 Thread nurullah
Parameters: {"action"=>"edit", "id"=>"37", "controller"=>"admin/page"} Rendering template within layouts/application Rendering admin/page/edit ActionView::TemplateError (undefined method `keywords' for #) on line #3 of usr/lib/ruby/gems/1.8/gems/radiant-0.6.6/app/views/admin/page/_ meta_row.html.

Re: [Radiant] can no longer edit/reach pages after upgrading 0.6.6

2008-04-30 Thread nurullah
on.rb:22:in `activate' On 4/30/08, Jim Gay <[EMAIL PROTECTED]> wrote: > > Run rake production db:migrate > > The keywords and description fields were added > > On Apr 30, 2008, at 7:06, nurullah <[EMAIL PROTECTED]> wrote: > > Parameters: {"act

Re: [Radiant] cant install Reorder in 066

2008-04-30 Thread nurullah
fixed. thank you, sean On 4/30/08, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > Make sure you have "shards" extension installed and loaded first via this > environment.rb line: > > config.extensions = [ :shards, :all ] > > Sean > > nurullah wrote: >

[Radiant] extending textile

2008-05-03 Thread nurullah
Hello, I want to extend textile for using tags just like es I mean I want to do something like that: div(css-class). and this is content Please let me know if you know some workaround. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: h

Re: [Radiant] extending textile

2008-05-03 Thread nurullah
? coz although I am no expert I reviewed the code and I could include what I want atm http://github.com/jgarber/redcloth/tree/master/lib/formatters/html.rb thank you... On 5/3/08, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > Why not just do ? Textile will ignore the > tag. > &

Re: [Radiant] extending textile

2008-05-03 Thread nurullah
ives error: $ ./script/console Loading development environment (Rails 2.0.2) irb: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/RedCloth-3.302/lib/redcloth_scan.so: undefined symbol: red_block On 5/3/08, nurullah <[EMAIL PROTECTED]> wrote: > > > I can do that but not everyone can d

[Radiant] reading xml files & i18n

2008-05-15 Thread nurullah
Could anyone read xml files from radiant pages? i installed backdoor extension and hpricot but still couldnt achive to what i want i want to read xml files that is located on another server is there any extension for that? secondly, is there any attempt or chance to translate radiant to another

Re: [Radiant] reading xml files & i18n

2008-05-15 Thread nurullah
> achieve the rest using REXML..This should work acutally . > > cheers, > kranthi > > > On Thu, May 15, 2008 at 1:48 PM, nurullah <[EMAIL PROTECTED]> wrote: > > > Could anyone read xml files from radiant pages? > > > > i installed backdoor extension

Re: [Radiant] reading xml files & i18n

2008-05-15 Thread nurullah
i miss something? how to run a ruby script from a page w/o backdoor extension? On 5/15/08, kranthi reddy <[EMAIL PROTECTED]> wrote: > > No I dont think we need to use backdoor extension... > Its not mandatory... > U can use net/http and send/receive the request in xml format. > > cheers, > > krant

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
I couldnt upgrade to 0.6.7 and now cannot reach panel as well it stuck in migrate step, firstly gave error because of copy_move extension now removed it i am using sqlite3 and what it says constantly "couldnt find table config" ___ Radiant mailing list

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
/vendor/rails/actionpack/lib/action_view/base.rb:553:in `lstat' On 5/17/08, nurullah <[EMAIL PROTECTED]> wrote: > > > I couldnt upgrade to 0.6.7 and now cannot reach panel as well > > it stuck in migrate step, firstly gave error because of copy_move extension > now remo

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
x27; /usr/l On 5/17/08, nurullah <[EMAIL PROTECTED]> wrote: > > well, it seems update rake task doesnt work for me > > production logs shows that: > > > ActionView::TemplateError (No such file or directory - > /var/www/nginx-default/vendor/extensions/shards/app/views/ad

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
able all extensions in environment.rb: > > config.extensions = [] > > 2) Run `rake db:migrate`. > > 3) Restore your extensions. > > Sean > > nurullah wrote: > >> after removing gallery extension migrate rake task successfully worked >> >> but this time i get a

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
i have gallery/newsletter/page_attachments installed now removed all of them and still dont migrate On 5/17/08, john muhl <[EMAIL PROTECTED]> wrote: > > nurullah, > > Do you happen to have any other extensions installed that are not 0.6.7 > compatible? I think multi_site or

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
gt; > On 2008/05/17, at 09:52, nurullah wrote: > > i have gallery/newsletter/page_attachments installed >> >> now removed all of them and still dont migrate >> >> On 5/17/08, john muhl <[EMAIL PROTECTED]> wrote: >> >>> >>> nurullah, &g

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
but... what i need is not that :) coz i have many content is installed, galleries and newsletter emails just looking for a way to rollback.. On 5/17/08, nurullah <[EMAIL PROTECTED]> wrote: > > > well, yes i tried that > > a clean install does work > On 5/17/08, joh

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
is there a way to turn back to 0.6.6? or adding salt column to db manually? i am just puzzled :S On 5/17/08, nurullah <[EMAIL PROTECTED]> wrote: > > > but... > > what i need is not that :) > > coz i have many content is installed, galleries and newsletter emails &g

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread nurullah
; You should be able to just adjust the RADIANT_GEM_VERSION in your > config/environment.rb back to 0.6.6 and restart. > > On 2008/05/17, at 13:23, nurullah wrote: > > is there a way to turn back to 0.6.6? >> >> or adding salt column to db manually? >> >> i am

Re: [Radiant] reading xml files & i18n

2008-05-17 Thread nurullah
> > > On Thu, May 15, 2008 at 5:17 PM, nurullah <[EMAIL PROTECTED]> wrote: > > > i miss something? how to run a ruby script from a page w/o backdoor > > extension? > > > > On 5/15/08, kranthi reddy <[EMAIL PROTECTED]> wrote: > > > > >

Re: [Radiant] Re: [Radiant-Dev] [ANN] Styles 'n Scripts Extension

2008-05-18 Thread nurullah
I could get it run on a clean install (0.6.7) tho, with sqlite3 and no other extension installed it gives Could not find table 'config' error On 5/18/08, Chris Parrish <[EMAIL PROTECTED]> wrote: > > All of the aformentioned bugs have been squished (with thanks going out to > Mārtiņš and Sean for

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-18 Thread nurullah
thank you john, i will take a look ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Re: Re: [Radiant-Dev] [ANN] Styles 'n Scripts Extension

2008-05-19 Thread nurullah
:bootstrap (or rake production db:bootstrap if running in > production mode). > > -Chris > > Arik Jones wrote: > >> I think this is a fault of Radiant. Could be wrong. >> >> nurullah wrote: >> >> >>> I could get it run on a clean install (0.6.