Re: [Radiant] Page Reordering

2011-06-21 Thread Benny Degezelle
ty. > > I'm not sure I agree about adding to the core. > Some of the sites I've developed while not actually static in content > have no need for reordering once they are set up. Some of the blogs and > BBoards are like that. Always new content, but it is added - the basic > structure, layout, facilities etc, doesn't need to change. > > > -- Met vriendelijke groeten, Benny Degezelle Gorilla webdesign www.gorilla-webdesign.be

Re: [Radiant] Page Reordering

2011-06-21 Thread Benny Degezelle
end user monkeying with it and messing it > up. > > Bob > -- Met vriendelijke groeten, Benny Degezelle Gorilla webdesign www.gorilla-webdesign.be

Re: [Radiant] Page Reordering

2011-06-21 Thread Benny Degezelle
8.7-p334@ooo-web/gems/radiant-1.0.0.rc2/lib/simpleton.rb:16:in > `method_missing' > > /home/bsleys/projects/ooo-web/vendor/extensions/reorder_children/reorder_children_extension.rb:13 > > -- Met vriendelijke groeten, Benny Degezelle Gorilla webdesign www.gorilla-webdesign.be

Re: [Radiant] Re: Gems, migrations, and updates

2011-06-21 Thread Benny Degezelle
ng their Radiant extensions, but > > > it's not clear to me what is the best way to run their migrations and > > > asset updates. Is there a standard way to handle that? I could install > > > the extension, run the migrations and updates, uninstall the > > > extension, and then use the gem. That process seems a bit long, > > > though. > > > I've looked through the group archives and Googled a bit, but what are > > > your suggestions? > -- Met vriendelijke groeten, Benny Degezelle Gorilla webdesign www.gorilla-webdesign.be

[Radiant] John Long and Jim Gay talking at ArrrrCamp

2011-09-16 Thread Benny Degezelle
Hi everyone, I'd like to bring ACamp to your attention. If any of you are in or near Belgium on October 7th, you should take this opportunity to visit one of the nicest Ruby conferences in the nice city of Ghent. John Long and Jim Gay will both be giving talks, and also people closely involve

[Radiant] Re: John Long and Jim Gay talking at ArrrrCamp

2011-09-19 Thread Benny Degezelle
Christian Aust < > > > > > > > > christian.a...@software-consultant.net> wrote: > > Am 16.09.2011 um 16:25 schrieb Benny Degezelle: > > > > I'd like to bring ACamp to your attention. > > > If any of you are in or near Belgium on Octobe

[Radiant] Re: Creating blog from template

2011-10-14 Thread Benny Degezelle
Assuming that under your homepage you have a 'Blog' page, holding the articles: On Oct 11, 8:15 pm, Bentley78 wrote: > Good Afternoon all, > > I have a static template and I have been trying to create a blog > from.  I have the following

[Radiant] Re: Creating blog from template

2011-10-19 Thread Benny Degezelle
doesn't matter where you set that; the r:find bit sets the scope for the rest of the snippet.. On Oct 18, 4:31 pm, Bentley78 wrote: > Thanks for the reply Benny, this would be under the homepage? > > On Oct 14, 9:22 am, Benny Degezelle > wrote: > > > > >

[Radiant] Re: Creating blog from template

2011-10-23 Thread Benny Degezelle
t of my content is gone. > > On Oct 19, 11:30 am, Benny Degezelle > wrote: > > > > > > > > > doesn't matter where you set that; the r:find bit sets the scope for > > the rest of the snippet.. > > > On Oct 18, 4:31 pm, Bentley78 wrote: >

[Radiant] Re: Pulling and Replacing URL Parameters in Radiant CMS

2011-11-08 Thread Benny Degezelle
hi Spencer, I recently created an extension that does just that: https://github.com/jomz/radiant-if_param_tags-extension status "works for me", but it's so minimal that I don't see what could go wrong with it. On Nov 7, 11:52 pm, Spencer wrote: > I am trying to pull url parameters from AdWords

[Radiant] Re: Testing Migration to 1.0.0rc3

2011-11-08 Thread Benny Degezelle
hi Rajendra, We are aware of this issue; it has been reported on github as well: https://github.com/radiant/radiant/issues/285 This has been fixed in edge, so please bear with us for a little while until rc4 is out, ór build your own gem from edge if you can get it onto your server. On Oct 21, 2:

[Radiant] Re: Purchases/donations/subscriptions extension

2012-01-18 Thread Benny Degezelle
hi Carl, Haven't never tried it myself, but I remembered this; http://ext.radiantcms.org/extensions/266-chargify On Jan 17, 3:58 pm, Carl Youngblood wrote: > I'm looking for a radiant extension that will let us create > subscription links for recurring donations to our organization. I've > been

[Radiant] Re: Migrating to 1.0

2012-02-02 Thread Benny Degezelle
For copy_move and reorder, these should work in rc4 gem "radiant-copy_move-extension", "~> 2.4.3" gem "radiant-reorder_children-extension", "~> 1.0.5" For versioning, I did some updates to the chronicle extension a while ago. I think it will still work with rc4, but I am not using it in productio

[Radiant] Re: Can't add new pages, tells me title and breadcrumbs are blank even though I have typed a title and breadcrumbs in the fields

2012-03-23 Thread Benny Degezelle
Are you using the tags extension by any chance? On Mar 22, 6:17 pm, Bentley78 wrote: > No one has seen this before? > > On Mar 21, 3:50 pm, Bentley78 wrote: > > > > > > > > > I get Validation errors occurred while processing this form. Please > > take a moment to review the form and correct any

[Radiant] Re: Rails 3

2012-04-30 Thread Benny Degezelle
hey Jim, Nice to hear that! I found radiant-refactor in your githubz, and notice that you gave up on has_ancestry pretty early, may I ask why? I think I can spend some time on radiant in the coming weeks, any pointers? Regards, Benny Op woensda

[Radiant] Re: Stage behavior with css files not being served correctly

2012-06-27 Thread Benny Degezelle
>From here, it looks like the css gives an application error on every uncached hit. On the second and subsequent hits, the css seems properly rendered. Have a look at your .log to see what causes the application error, that should give a good clue. On 27 jun, 09:32, jsmorris wrote: > Every time I

Re: [Radiant] Re: undefined method `keys' for #

2012-10-07 Thread Benny Degezelle
I have removed the !omap statements; syck does not seem to handle them well.. At some point the order of db fixtures needed to be fixed to prevent errors, but this seems to be no longer the case. At least, the Roasters template never used !omap, and has always worked fine for me.. I just releas

[Radiant] Re: Tag Page Issue after Radiant Upgrade

2012-10-09 Thread Benny Degezelle
Hi Eric, Somewhat stabbing in the dark here, but my first guess would be this is a load order issue. At some point after 0.8, the default extension load order was reversed. Open config/environment.rb, you should find 'config.extensions = [..]' in there. Try setting your custom extension last in

[Radiant] Re: Tag Page Issue after Radiant Upgrade

2012-10-10 Thread Benny Degezelle
ad just worked. I'm not certain how this used to work - if > doing a find on a page simply set that page as the context - and if that's > still how it's expected to work but isn't, or if something changed. Any > idea how a page ends up in tag.globals.page? >

Re: [Radiant] Mailer extension

2012-10-23 Thread Benny Degezelle
>From what I can see, you have something in your application that redefines Mail. You listed 'mail' as one of your used gems? Try removing that from your Gemfile and try again, quite sure that'll turn out to be the culprit. By the way; you also listed rails 3.2.1 and actionmailer in your used ge

Re: [Radiant] Mailer extension

2012-10-23 Thread Benny Degezelle
No, that's rails itself, it would amaze if the trouble came from that file.. I'm guessing here, but, in config/environment.rb, do you have a live that says "config.frameworks -= [ :action_mailer ]", or "config.disabled_extensions = [:action_mailer]"? Radiant disabled action_mailer by default for

Re: [Radiant] Mailer extension

2012-10-23 Thread Benny Degezelle
Hi Marshal, You're welcome! Be sure to let us know what caused the issue when you find out. Cheers, Benny Op dinsdag 23 oktober 2012 21:08:36 UTC+2 schreef marshal het volgende: > > Thanks again, Benny. > > environment.rb has "config.frameworks -= [ ]" so that's not it. I'll keep > looking for

Re: [Radiant] Mailer extension

2012-10-26 Thread Benny Degezelle
lthough I had run the migrations to revert the database, I neglected to > remove the code from ../vendor/extensions. Duh! > > Apologies for using this mailing list for something so trivial. > -- > marshal > > > > On Tue, Oct 23, 2012 at 4:23 PM, Benny Degezelle < &g

[Radiant] Re: Radiant 1.1.0 Hurdles

2012-12-21 Thread Benny Degezelle
Hi Mohit, About rake/gempackagetask; you should pin rake to <= 10.0.2 I don't know if it's preferred (not much of a sysadmin guy), but I run my instances on nginx + passenger. Also beware about this bug in edge: https://github.com/radiant/radiant-snippets-extension/issues/2 You can get around t

[Radiant] Re: Base URL

2012-12-21 Thread Benny Degezelle
Hi Ken, I think what you're missing is that in config/production.rb you need to set: ActionController::Base.relative_url_root = "/CMS" Op dinsdag 6 november 2012 03:41:46 UTC+1 schreef Ken MacKenzie het volgende: > > I am having an issue with radiant. > > Stack > Freebsd 8.3 > SQL Lite (for now

Re: [Radiant] Members Area

2013-08-20 Thread Benny Degezelle
Hi Robert, I remembered and found a fork of simple_password that enables having multiple users. You can find it here: https://github.com/franklouwers/radiant-not-so-simple-password-extension/network Just judging from that network graph, it looks like you will have to patch it to work with radia

Re: [Radiant] How to reference a tag made available by an extension in my own custom tag extension

2014-01-30 Thread Benny Degezelle
Inside your tag definition, you could use tag.render('r:asset:image', tag.attr) .. assuming you would pass the 'name' attribute to . You could also create a hash yourself to stand in for tag.attr; tag.render('r:asset:image', {'name' => 'my_image'}) Could you give some more info on what you'

Re: [Radiant] Breadcrumbs

2014-01-30 Thread Benny Degezelle
1: 2: The point is that you can achieve the same result whilst keeping your markup clean. Look at :before and :after CSS, together with n-th child you can solve the whole problem. You will not need extra 's in between the items if you do it properly. But.. assuming you háve to use their markup

[Radiant] Re: Active Directory Acces

2014-01-30 Thread Benny Degezelle
Never needed it myself, but I knew there was an ldap extension around; https://github.com/radiant/radiant-ldap-extension If that fails, somebody created a new ldap extension about a month ago; https://github.com/sealink/radiant-ldap-extension Op vrijdag 20 december 2013 20:32:33 UTC+1 schreef Andr

[Radiant] Re: Parent page not rendering radius tags from layout

2014-05-06 Thread Benny Degezelle
Seeing you don't pass attributes, you could make that more concise; Op maandag 5 mei 2014 04:05:29 UTC+2 schreef Dean Satchell: > > Hi Andrew, thanks for your advice, got me thinking about it. I've come up > with this: > > > > This satisfies my requirements: > 1. I want to use the same layout

[Radiant] Re: Unable to bootstrap database. Failure immediately after "Select a database template"

2014-05-28 Thread Benny Degezelle
The problem is that radiant-site_templates-extension is not loaded, therefore no database templates are found, and the selected input is null. We are aware of this; one of the remaining issues in the master branch is that the extension mechanism is still broken. Unless you are trying to set up a

Re: [Radiant] diacritic characters in title cause invalid links to pages

2015-08-26 Thread Benny Degezelle
As far as I know, radiant already handles this. There is a function toSlug in javascripts/admin/utility.js that filters out any invalid character. After that, there is also an ActiveRecord validation that should not allow diacritics in a page slug. So.. not sure how you/your client managed to sa

[Radiant] Re: diacritic characters in title cause invalid links to pages

2015-08-28 Thread Benny Degezelle
Sorry but this sounds more and more like a pebkac :) So... how is the link rendered? Do you use radius for that, or is it just HTML? My guess; you're using some WYSIWYG editor, and you're only editing the link text, not the link itself. If that is not it, could you provide an url and/or screensh

Re: [Radiant] Re: Question: the best way to make a clickable image.

2015-09-17 Thread Benny Degezelle
You seem to be mixing double and single tags; A tag is either ... or So should be Op woensdag 16 september 2015 19:55:22 UTC+2 schreef Anton Aylward: > > Ok, so I installed > gem "radiant-parameterized_snippets-extension" > > and this ought to work, but doesn’t. > > >> >>\" > >> >

Re: [Radiant] RadiantCMS in 2019

2019-09-22 Thread Benny Degezelle
Hi Mohit, Walter, To be honest, I delivered a new site on Radiant only last month... For some projects, it's a risk I'm still willing to take. There's also a dozen or so older Radiant sites of mine still online, and so far none of them have been hacked. I had this new year's resolution for 2019

[Radiant] Re: Errors in installing Radiant 1.1.4

2019-10-06 Thread Benny Degezelle
My first guess was rubygems.org downtime, but it seems fine. I've set up a 1.9.3-p551 with rubygems 1.8.29 on my machine (Ubuntu 18.04), bundle update does not give me that error. My next guess would be that there's an issue with your SSL... Have you tried changing https://rubygems.org to http:/

Re: [Radiant] Re: Errors in installing Radiant 1.1.4

2019-10-08 Thread Benny Degezelle
t; gem "compass-rails", "~> 1.0.3" I don't remember why, but I had 'vendorized' clipped extension, and therefore also pinned these: gem "acts_as_list", "0.1.4" gem "paperclip","~> 2.7.0" gem "uuidtools",