Re: [Radiant] Help With Questionnaire Extension

2010-01-09 Thread Michael Kessler
Hi Alexis We have this extension running only on a Radiant 0.7 installation and there are actually no concrete plans to migration the extension. The Rails version that comes with Radiant 0.8.1 introduces nested forms/attributes and that would simplify the extension code a lot, so a migration

Re: [Radiant] sns-extension version compability

2009-07-11 Thread Michael Kessler
Mamed, Use the git repo from the Radiant dev team at http://github.com/radiant/radiant-sns-extension/tree/master If you've already installed another version, change the origin and pull it again: cd vendor/extension/sns git remote rm origin git remote add origin

Re: [Radiant] Using old versions of radiant and rails

2009-07-11 Thread Michael Kessler
I usually stick a Radiant project to the actual Radiant Version by adding RADIANT_GEM_VERSION='0.8.0' to the environment.rb This enables me to put all my project with different Radiant versions on a single server. When I update the server and a new version of Radiant will be installed,

Re: [Radiant] sns-extension version compability

2009-07-11 Thread Michael Kessler
/gilda_radner.html - Adopted kids are such a pain - you have to teach them how to look like you. On Sat, Jul 11, 2009 at 1:07 PM, Michael Kessler mi...@netzpiraten.chwrote: Mamed, Use the git repo from the Radiant dev team at http://github.com/radiant/radiant-sns-extension/tree/master If you've already

Re: [Radiant] Problem with sns extension

2009-07-07 Thread Michael Kessler
You've installed a version that isn't compatible with latest Radiant 0.8 release. Christi from aissac has announced an update to the extension that runs on the latest Radiant version. Give it a try: http://github.com/Aissac/radiant-sns-extension Michael On 7 Jul 2009, at 11:26 PM, Wentao

Re: [Radiant] Anyone have SNS extension working correctly in 0.8.0

2009-06-29 Thread Michael Kessler
Daniel, I haven't had the time to migrate the sns extension, because we're moving at the moment and it takes a lot of time and I have no Internet connection at the moment :( There is a migrated fork here: http://github.com/dko/radiant-sns-extension/tree/mastera but I haven't tried it.

Re: [Radiant] [ANN] chronicle extension: versioning, diffs, and drafts for pages

2009-05-20 Thread Michael Kessler
Jason, The extension looks very, very nice! It's also a very good idea to present the extension with a video - this makes it very easy to gain an idea about the functionality. Many thanks for the hard work... Michael On May 19, 2009, at 10:01 PM, Jason Garber wrote: Introducing the

Re: [Radiant] Big Thanks for Ray

2009-05-07 Thread Michael Kessler
. You guys rock: * John Muhl * Michael Kessler * Arik Jones * Benny Degezelle ~Nate ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] How do I get published date fields back on admin pages?

2009-04-14 Thread Michael Kessler
Did you mean the page.edit.published_date? Radiant setting that is mentioned here http://wiki.github.com/radiant/radiant/additional-configuration-options Michael On 14 Apr 2009, at 8:41 PM, N. Turnage wrote: This was answered my moons ago, but I cannot remember how to get the published

Re: [Radiant] WymEditor on Radiant

2009-04-14 Thread Michael Kessler
to have you with us Alexis. I hope your site goes well. Steven On Apr 14, 2009, at 12:31 PM, Michael Kessler wrote: Alexis, I have the radiant-wym-editor-filter-extension working on several sites. What version of Radiant are you using? Did you notice that there is a branch pre_0.7

Re: [Radiant] WymEditor on Radiant

2009-04-14 Thread Michael Kessler
The difference is, that the install task copies all public files to the projects public directory, whereas the update task skips the wym.css The wym.css file styles the elements in the editor that have classes from the class selector box on the right assigned. On 14 Apr 2009, at 10:07 PM,

Re: [Radiant] Radiant and regexp

2009-04-14 Thread Michael Kessler
Have a look here: http://www.regular-expressions.info/repeat.html .+ is called greedy and means it will try to repeat as much as possible .+? is called lazy and means it will try to repeat as few as possible The same works for .* On 14 Apr 2009, at 11:37 PM, N. Turnage wrote: Is there any

Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread Michael Kessler
Nate, The SnS extension ist not officially migrated to Radiant 0.6.9 and is broken. I've migrated the code and it runs well, but I haven't had enough time to get all the specs passing, so the migration is not ready yet and thus it has not been merged into the main repository from Chris.

Re: [Radiant] New Radiant site for Ignite Social Media

2009-03-18 Thread Michael Kessler
Great work. Thanks for sharing your work on the extensions with the community! On Mar 17, 2009, at 2:41 PM, Jim Gay wrote: We've just helped Ignite Social Media relaunch their website on Radiant http://www.ignitesocialmedia.com/ They've sponsored a lot of development for extensions for

Re: [Radiant] [ANN] Paperclipped Extension improvements

2009-03-17 Thread Michael Kessler
This problem has been fixed: http://github.com/kbingman/paperclipped/commit/ded568b82f219799da98f826f45cdda6a51387fc On Mar 16, 2009, at 11:18 PM, michael starke wrote: Nice feature, better thant the litte if_attachment hack i added for my projects ;) but i got one problme, wich is not

Re: [Radiant] Re: Multiple Sites with seperate users

2009-02-15 Thread Michael Kessler
Nick Plate has done user scoping for the multi_site extension: http://github.com/zapnap/radiant-multi-site-extension/commit/46a035d00126be51a49f431e4838f3968d156486 but unfortunately he did it just before josh french converted the official tests to specs. So you have either the official

[Radiant] WebDav extension refactored

2009-02-06 Thread Michael Kessler
I just want to inform you that the WebDav extension has been refactored and the missing features like authentication and a proper page tree have been implemented. The extension is now also aware of the SnS and LanguageRedirect extensions and will handle those content properly. So if you

[Radiant] WebDav extension refactored

2009-02-06 Thread Michael Kessler
I just want to inform you that the WebDav extension has been refactored and the missing features like authentication and a proper page tree have been implemented. The extension is now also aware of the SnS and LanguageRedirect extensions and will handle those content properly. So if you

Re: [Radiant] what extensions do you have installed?

2009-01-28 Thread Michael Kessler
Here are mine: admin_breadcrumbs (heads/master) copy_move (heads/master) dashboard (heads/master) gallery (heads/master) help (v1-20-gc14a55e) import_export (heads/master) iphone (heads/master) multi_site (heads/master) navigation_tags (heads/master) page_preview paperclipped (heads/master)

Re: [Radiant] Editing Styles in Radiant CMS

2009-01-09 Thread Michael Kessler
I'm using the 'It's All Text!' Firefox extension, which you'll find here: https://addons.mozilla.org/el/firefox/addon/4125?lang=de I configured Command-E as shortcut to start editing a textarea and configured Textmate as editor. Whenever I edit some content Textmate will be opened, and

Re: [Radiant] Editing Styles in Radiant CMS

2009-01-09 Thread Michael Kessler
den Hoven wrote: +1 for Its All Text! Textmate. Thanks for the reminder about the short cut; I hate looking for that little icon. I suppose, though, if you wanted a real IDE, one could write an Eclipse extension... (ouch my brain hurts) On 9-Jan-09, at 10:31 AM, Michael Kessler wrote: I'm

Re: [Radiant] error after install

2008-12-13 Thread Michael Kessler
Good idea Mohit I added this page to the wiki: http://wiki.radiantcms.org/undefined_method_for_enumerable It would be nice if a native English speaking person will have a look at it, just to keep the quality high ;-) Michael On 13 Dec 2008, at 2:03 AM, Mohit Sindhwani wrote: Robert

[Radiant] Language Redirect Extension

2008-12-09 Thread Michael Kessler
Hi everyone, I'm looking for the Language Redirect extension, but unfortunately the subversion repository that is linked from the third-party extension page on the radiant wiki has been deleted. Can someone who has this extension installed kindly provide me a copy, or better share it on

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Michael Kessler
John, I had a look at those extensions, but I feel that the simplicity and independency of the different language trees are exactly what I've looked for. Anyway thanks for all the responses. Michael On 9 Dec 2008, at 10:11 PM, john wrote: On 2008/12/09, at 14:03, Michael Kessler wrote

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Michael Kessler
Chris, You may want to have a look at the ray extension. It enables you to manage your extension also as git submodules. I just discovered this extension and enhanced my fork to accept a 'remote' variable either on the command line or within the bundles extensions.yml (to install a bunch