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

Re: [Radiant] if_dev dev.host functionality with multi_site extension

2008-10-23 Thread Michael Kessler
Bill, If you don't specify a dev host in the settings, any domain starting with 'dev' will be seen as a dev host. Michael On 22 Oct 2008, at 5:05 AM, Bill Barnard wrote: I'm working on a pair of sites using the multi_site extension. Is there a way to specify a dev host for each of the mu

Re: [Radiant] Modifying look-feel, and an error I'm seeing

2008-11-28 Thread Michael Kessler
Bob, The undefined method `[]' for # error comes from an incompatibility between Ruby 1.8.7 and Rails 2.0.2. Just add unless '1.9'.respond_to?(:force_encoding) String.class_eval do begin remove_method :chars rescue NameError # OK end end end to your environment.rb

Re: [Radiant] [ANN] Tags and Search for MultiSite extensions

2008-12-08 Thread Michael Kessler
Great work! Many thanks to both, Casper and Josh. On 7 Dec 2008, at 10:07 PM, Casper Fabricius wrote: I have built two small extensions for Josh Hart which he has been so kind to let me release to open source. The extensions tags_multi_site and search_multi_site will make the multi_site ex

[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

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Michael Kessler
contribute your changes :) 2008/12/9 Sean Cribbs <[EMAIL PROTECTED]>: Michael, I'll send you a tarball of a modified version of the original. Sean Michael Kessler wrote: Hi everyone, I'm looking for the "Language Redirect" extension, but unfortunately the subversion repo

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 Calc

Re: [Radiant] Multi-site Extension

2008-12-16 Thread Michael Kessler
Todd, Try this settings: Domain match: .*www\.yourdomain\.com[.\/]* Base domain: www.yourdomain.com Michael On 16 Dec 2008, at 8:19 PM, Todd Mcgregor wrote: I've installed the multi-site extension, which is most excellent, but I can't figure out the URL patterns needed to navigate to each

Re: [Radiant] Re: Multi-site Extension

2008-12-16 Thread Michael Kessler
48 PM, Todd Mcgregor wrote: Michael Kessler wrote: Todd, Try this settings: Domain match: .*www\.yourdomain\.com[.\/]* Base domain: www.yourdomain.com Michael Thanks for the reply. I should probably clarify what I'm doing. I'm running Radiant on my local machine on port 3000 so

Re: [Radiant] Mailer Extension

2008-12-22 Thread Michael Kessler
You have to add a page part to your form page, name it "config" and put your mailer configuration in there. A sample should be in the wiki or two mail threads ahead here on the list. On 22.12.2008, at 16:21, "Andrew Gehring" wrote: I've installed the mailer extension, but I get: Mail

Re: [Radiant] WYM-Editor with Radius Tags

2008-12-24 Thread Michael Kessler
Jordan, I had also exactly the same problem you described. The commit ab11642 from Benny should solve that. But to be honest I never tried it by myself since I solved the problem in another way and Benny dropped his solution in favor of mine when he was merging. Please notice that you sh

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 Comman

Re: [Radiant] Editing Styles in Radiant CMS

2009-01-09 Thread Michael Kessler
, Adam van 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 A

Re: [Radiant] Radiant and IBM DB2

2009-01-12 Thread Michael Kessler
Johannes, I have no experience with DB2, but Radiant is a Rails application and Rails has DB2 support for ActiveRecord provided directly by IBM: http://wiki.rubyonrails.org/rails/pages/IBM+DB2 http://db2onrails.com/ Michael On 12 Jan 2009, at 6:08 PM, Johannes Fahrenkrug wrote: Hi, I'm n

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) paper

[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 e

[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 e

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 multi_s

Re: [Radiant] Content Internationalization

2009-03-10 Thread Michael Kessler
It has moved http://github.com/intinig/radiant_language_redirect_extension/tree/master On Mar 10, 2009, at 2:14 PM, Doug Bryant wrote: The language_redirect extension page appears to be dead. Just getting a 404. http://svn1.hosted-projects.com/medlar/language_redirect_extension/language_red

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 qu

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 the

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

2009-04-08 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] WymEditor on Radiant

2009-04-14 Thread Michael Kessler
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 for Radiant versions prior 0.7, while the master branch is for the latest Radiant 0.7.x.? The extension doesn't need any db

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 date

Re: [Radiant] WymEditor on Radiant

2009-04-14 Thread Michael Kessler
connected to the rest of the site and work it out there. I'm glad 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

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, B

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 goo

Re: [Radiant] login problem after installation

2009-04-29 Thread Michael Kessler
You can simple reset the admin password within the rails console: mi...@otherland:~/your/radiant/project/root$ ./script/console Loading development environment (Rails 2.2.2) >> u = User.find_by_login('admin') => #password: "8abcb2456e2aae84e7849b97d05bf162eac2de28", created_at: "2008-11-21 12:3

Re: [Radiant] Big Thanks for Ray

2009-05-07 Thread Michael Kessler
ymore. 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/ra

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 chron

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. M

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 Wan

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 git://github.com/radiant/radi

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, al

Re: [Radiant] sns-extension version compability

2009-07-11 Thread Michael Kessler
Mamed Mamedov Gilda Radner <http://www.brainyquote.com/quotes/authors/g/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 wrote: Mamed, Use the git repo from the Radiant dev team a

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 to