Re: Fwd: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Marty Haught
> I guess the question is "is a submodule (the copy checked out into my > project) a full-fledged git repo that you can branch, change, etc (all from > within the project)?" Chris, I'd recommend you read this. http://git.or.cz/gitwiki/GitSubmoduleTutorial It helped me understand submodules. Ch

Re: [Radiant] Radiant T-Shirt design - Please give input!

2008-10-08 Thread Marty Haught
> I'm of the less-is-more school of t-shirt philosophy: big logo, no text, > empty back. This leads the casual observer to wonder: "wither your awesome > shirt, sir?" leading to inquiry, evangelization, and eventual conversion to > Radiant. (But if we must: how about simply "No fluff" on the back?)

[Radiant] Extension Development in Git

2008-10-05 Thread Marty Haught
I've been wondering how best to maintain stable and unstable branches of an extension in Git. Traditionally you'd keep the master as 'trunk' which would be considered unstable and you'd tag official releases. We could use this approach but I'm wondering how best this works with the new radiant ex

[Radiant] Keeping your apps in SCM

2008-10-04 Thread Marty Haught
I'm curious how many of you are keeping your Radiant apps in source control and deploying it to your server? I'm looking to convert my ancient radiant installs to such a solution but wanted to get some feedback on the experiences you've had doing this. Cheers, Marty __

Re: [Radiant] Radiant Blog setups

2008-09-16 Thread Marty Haught
Thanks everyone for sharing so far. I will be spending some cycles on this aspect shortly. Alan, I look forward to reviewing your updates as a good starting place. Sean, I think that aggregate code will be useful to look over though I suspect I'm already doing that in one of my extensions. When

Re: [Radiant] Sorting through the piles of Radiant extensions: solution needed!!

2008-08-29 Thread Marty Haught
Hi Chris, I believe there's already something in the works for this exact sort of thing. I'm not sure of its status but I bet we'll hear shortly. :) I think it's almost always better to ping the list first as it would have sucked if you did register the domain, spent hours whipping it up only to

Re: [Radiant] Re: Re: Re: Best event listing extension?

2008-08-08 Thread Marty Haught
On Fri, Aug 8, 2008 at 1:01 PM, Tim Gossett <[EMAIL PROTECTED]> wrote: > Sorry, folks. I didn't mean to start a debate about the various cultures of > open source collaboration. And I certainly didn't mean to spur any ill will > toward Marty. All this because I said that "Marty didn't like the fact

Re: [Radiant] Re: Re: Best event listing extension?

2008-08-06 Thread Marty Haught
> I'm not saying to not manage your extension's development. But in Git > the culture of open source collaboration is mildly different. But then > again, I see your point. I can't wait to see what page_event becomes > though. Could easily be a core extension once it reaches maturity! I'm not offen

Re: [Radiant] Best event listing extension?

2008-08-06 Thread Marty Haught
> I extended Marty's extension to handle multi-day events: > > http://github.com/MrGossett/radiant-page-event/tree/master > > Marty didn't like the fact that I didn't ask him before do that work, so he > denied my pull request. Oh well. Tim's mods will give you multi-day support however Tim's desi

Re: [Radiant] Best event listing extension?

2008-08-05 Thread Marty Haught
> It looks great but, I do need to list multi-day events. Everything else > looks like it will work. I'll look into this one again if the others > don't do multi-day events. Thanks. Multi-day and reoccurring events are both in the future plans and depending on how much time I get after my other wo

Re: [Radiant] Best event listing extension?

2008-08-05 Thread Marty Haught
On Tue, Aug 5, 2008 at 11:00 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a client that wants to list the conferences that they will be > attending on their website. Nothing fancy, just some of the details like > date, booth #, link to event, etc. What is the best extension to handle >

Re: [Radiant] Radiant Browser Support -- Drop IE6?

2008-07-19 Thread Marty Haught
I vote we drop IE6 for the admin side. Cheers, Marty On Sat, Jul 19, 2008 at 5:59 PM, Chris Parrish <[EMAIL PROTECTED]> wrote: > Ha! Radiant for Web-TV... > > -Chris > > Adam van den Hoven wrote: >> >> I say release without IE6 support and then create a "Legacy Admin UI" >> extension to add suppo

Re: [Radiant] Writing an radius tag extension article - running specs

2008-06-25 Thread Marty Haught
On Wed, Jun 25, 2008 at 2:26 PM, Chris Parrish <[EMAIL PROTECTED]> wrote: > Use "rake spec:extensions EXT=your_extension_name" to just run the specs for > your extension. It had the same results: http://pastie.org/222128 > By the way, does anyone else think it would be useful to run specific >

[Radiant] Writing an radius tag extension article - running specs

2008-06-25 Thread Marty Haught
On Tue, Jun 24, 2008 at 9:15 PM, Alex Wayne <[EMAIL PROTECTED]> wrote: > Radiant 0.6.7 generates extensions with a spec directory by default, and no > test directory at all. Its all hooked up already for ya. Hi Alex, Yes, I see that but I've run into problems just getting them to run. So I have a

Re: [Radiant] Summer doc project - Writing an radius tag extension article

2008-06-25 Thread Marty Haught
I think it all matters based on your context. I do agree that I would follow Sean's approach first. For example, Alex, I might do this: You can scope your radius tags so you don't have to repeat the box part. I'm not 100% on how name collisions happen but I'm sure Sean

Re: [Radiant] Summer doc project - Writing an radius tag extension article

2008-06-24 Thread Marty Haught
On Tue, Jun 24, 2008 at 3:26 PM, Alex Wayne <[EMAIL PROTECTED]> wrote: > I got inspired this morning and managed to complete an article about writing > an extension to implement a custom tag, with a spec driven process. > > http://wiki.radiantcms.org/Creating_an_extension_I > > I hope its accurate,

Re: [Radiant] Event organizing extension for Radiant

2008-06-23 Thread Marty Haught
> Would it make sense to refactor Ba (currently a standalone Rails app) > to be a Radiant extension for conference/event organisation? Would > anyone else be interested in using this? (provided I make it general > and useful enough). Even if noone else would use it, do you think it > would make sen

Re: [Radiant] Re: Radiant documentation - summer reboot

2008-06-13 Thread Marty Haught
On Fri, Jun 13, 2008 at 3:37 PM, Casper Fabricius <[EMAIL PROTECTED]> wrote: > Very nice, Mohit. If everyone can approve of this as starting outline for > Radiant documentation, I suggest you put into a page in the wiki. Then we > can add our names to the sections we would to like write, and add fu

Re: [Radiant] Rspec version error

2008-06-07 Thread Marty Haught
7;vendor/plugins/rspec' in your project >> directory, and then go to the command line and 'mate that/directory'. >> >> adam >> >> On Jun 7, 2008, at 12:49 AM, Marty Haught wrote: >> >>> Does anyone else get the incompatible version error when ru

[Radiant] Rspec version error

2008-06-06 Thread Marty Haught
Does anyone else get the incompatible version error when running rspec for their extensions? I can get it to run fine from command line but if I run it through Textmate, I get the error. I do have rspec installed as a gem which is why the version is off. If I uninstall rspec then Textmate has is

Re: [Radiant] Installing extensionw with git

2008-06-05 Thread Marty Haught
There are a few ways you could go about it. I've recommended that you simply clone the extension into your app such as this: git clone git://github.com/mghaught/radiant-page-event.git vendor/extensions/page_event Github also has a download button which will give you an tarball of the project. I

Re: [Radiant] Drop down menus?

2008-05-27 Thread Marty Haught
> Well, only css and a little javascript. My query was about finding the > most Radiant way to do it. Sean's solution got me through the list > generating part, now it's up to me for the styling. I am aware of the > various 'suckerfish' implementations. What I am not familiar with is the > radius w

Re: R: [Radiant] [ANN] Page Event Extension Alpha release

2008-05-17 Thread Marty Haught
.. I will definitely have a look at using this > for my band website. > > Best regards, > > Jeroen Janssen > > On Sun, May 4, 2008 at 7:08 AM, Marty Haught <[EMAIL PROTECTED]> wrote: >> Hi everyone, >> >> I have finally got the initial release of my pa

Re: [Radiant] Re: Benny Degezelle's Tags extension

2008-05-10 Thread Marty Haught
> Still struggling with git and github.., how do you guys set up a > svn:external'ish environment for extensions? I don't know what approach is best but what I've done is do a git clone into the target directory (did it with a plugin but should work fine for an extension) of your app. I then tell

[Radiant] [ANN] Page Event Extension Alpha release

2008-05-03 Thread Marty Haught
ently tested in the next month as I get more use out of it. Feedback welcome. Cheers, Marty Haught ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/lis

Re: [Radiant] GitHub

2008-04-16 Thread Marty Haught
Github is now open so no invites needed. Cheers, Marty On Wed, Apr 16, 2008 at 3:10 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > Does any on have any invites left? Sean -- great job with the podcast. > ___ > Radiant mailing list > Post: Radian

Re: [Radiant] calendar_date_select

2008-04-14 Thread Marty Haught
On Mon, Apr 14, 2008 at 5:06 AM, Dominic <[EMAIL PROTECTED]> wrote: > Would this be an event management extension by any chance? Sort of. Let me explain briefly what it does currently and where I intend to take it. The primary reason I wrote it is to establish events that happen at a certain tim

Re: [Radiant] calendar_date_select

2008-04-12 Thread Marty Haught
> Is your extension published somewhere. (github?) > I did not find anything on http://wiki.radiantcms.org/Thirdparty_Extensions > that sounded like what you are describing. > > I would also like to look at your approach. I have yet to publish it but I will do so soon (in the next two weeks, I

Re: [Radiant] calendar_date_select

2008-04-11 Thread Marty Haught
Hi Roland, I'm using Tim's calendar widget in my page event extension. You'll need to do your own wiring, which probably means forking the mailer extension to integrate it. I'm very close to releasing my extension but I've been diverted to other projects for the last two weeks. Once I release m

Re: [Radiant] GitHub progress, Radiant day

2008-04-03 Thread Marty Haught
I can invite Daniel, if no one else has. Cheers, Marty On Thu, Apr 3, 2008 at 10:21 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > It seems our GitHub experiment has been pretty timely -- the Rails project > will be moving to GitHub shortly, if they haven't already -- and so far > successful in pro

Re: [Radiant] Moving forward more quickly

2008-03-31 Thread Marty Haught
On Mon, Mar 31, 2008 at 1:55 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > One really appealing idea in the git process is the ability to proceed > down multiple paths simultaneously (more easily than SVN). I think this > will speed development by allowing contributors to work on the parts > tha

Re: [Radiant] Moving forward more quickly

2008-03-31 Thread Marty Haught
Hey Sean, I like the idea. I was at the conference and Evan's talk got me thinking about some of the same things. The rest of the conference was killer and Confreaks will be putting up more of the talks so check those out too. Another side note, there was quite the git lovefest going on there.