[Radiant] Re: GitHub Gem Hosting

2009-01-13 Thread Arik Jones
Sean Cribbs wrote: Ben, Sorry, but I haven't had success with Github's gem server. You can still get the RC1 gem from S3 via the download link in that post. The final 0.7.0 release has a few more steps (at least). 1) We need to fill out the integration spec suite. 2) We need to decide

[Radiant] Re: Re: GitHub Gem Hosting

2009-01-13 Thread Arik Jones
Sean Cribbs wrote: I don't mind taking a risk, but it's simply not done. Sean Fair enough. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: [ANN] Default Page Parts (redux)

2008-12-21 Thread Arik Jones
New url is here: http://github.com/atinypixel/radiant-default-page-parts-extension/tree/master -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: Templates extension documentation?

2008-12-09 Thread Arik Jones
I think the page form controls could be a little prettier and little more thought out design-wise. I will definitely be contributing to this extension. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org

[Radiant] [ANN] Default Page Parts (redux)

2008-12-07 Thread Arik Jones
Not sure how many of you use the default_page_parts extension, but it was fairly limited. So I went ahead and merged some old and new code together to form something that was more flexible. The functionality is essentially the same with a few improvements. - Can set the default page parts for any

[Radiant] Re: [ANN] Summarize Extension

2008-11-26 Thread Arik Jones
There is a very big difference. You don't have to create extra snippets and page parts to extract a summary. It's You simply drop an `r:more /` tag in your one body page part and the extension takes care of the rest. No extra page parts or snippets. I built this cause I blog a lot and got

[Radiant] Re: RE: If you love radiant but need ecommerce what's the bestsolution

2008-11-26 Thread Arik Jones
Marcus Blankenship wrote: Okay, my vote for best eCommerce solution, anywhere, is Magento. (www.magentocommerce.com) I love it very much! ;-) Marcus Yeah, I've worked with Magento before. I hated it. Then again, I hate MOST php-based projects. -- Posted via http://www.ruby-forum.com/.

[Radiant] [ANN] Summarize Extension

2008-11-24 Thread Arik Jones
This is my first (albeit simple) extension for RadiantCMS. The summarize extension provides functionality that allows you to excerpt/summarize a part of your page's content. It basically allows you to create a teaser. The link tells the story a little better.

[Radiant] Re: [ANN] Summarize Extension

2008-11-24 Thread Arik Jones
Nate Turnage wrote: On Mon, Nov 24, 2008 at 7:09 PM, Arik Jones [EMAIL PROTECTED] wrote: This is my first (albeit simple) extension for RadiantCMS. The summarize extension provides functionality that allows you to excerpt/summarize a part of your page's content. It basically allows you

[Radiant] Multi-site Templates

2008-10-26 Thread Arik Jones
Multi-site is friggin wonderful. However, I have seen a persistent need for site templates. Here is how I imagine it'd work. I create a sort of boilerplate site complete with intended pages, their parts and maybe some get started content. Is there a way to save this data as a template for use in

[Radiant] Re: [ANN] Radiant Template Contest

2008-09-18 Thread Arik Jones
Mohit Sindhwani wrote: Sean Cribbs wrote: On your marks, get set... GO! http://radiantcms.org/blog/archives/2008/09/18/announcing-the-radiant-template-contest/ Sean WOW! I wish I had design skills! Cheers, Mohit. 9/18/2008 | 11:07 PM. I have design skills. Just wish I had the

[Radiant] Re: Re: Re: BIG problems after removing page_attachments

2008-09-02 Thread Arik Jones
Yay web development! lol. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Re: BIG problems after removing page_attachments

2008-08-31 Thread Arik Jones
Well, I went back to the first version before I deleted the page_attachments plugin and I was able to use the site as normal, even after I migrated the extension back to VERSION=0. I restarted the server and the site behaved like it did before, and on the admin side the Attachments section

[Radiant] Re: How can I return a list of attachments, skipping the first?

2008-08-29 Thread Arik Jones
[EMAIL PROTECTED] wrote: The title says it all. Is there a way to use r:attachment:each while skipping the first result? I have a logo and a number of PDFs attached to a page and I just want to list the PDFs. Is that possible with the page_attachments plugin as it is? If so how? Thanks,

[Radiant] Re: How can I return a list of attachments, skipping the first?

2008-08-29 Thread Arik Jones
By the way, are you using paperclipped or page attachments? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: Re: Re: Re: How can I return a list of attachments, skipping the first?

2008-08-29 Thread Arik Jones
Now I see why there are emoticons. lol. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Can extensions use it's own assets as is?

2008-08-27 Thread Arik Jones
I was wondering if Radiant extensions are able utilize their own assets without moving them to the public directory of your Radiant instance. I think it would be great if you could. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list

[Radiant] Re: Can extensions use it's own assets as is?

2008-08-27 Thread Arik Jones
Sean Cribbs wrote: I agree, but unfortunately that's something that is entirely dependent on the deployment scenario and would require web-server configuration, or symlinking. It's just easier to copy them. Sean Reason I ask is because I store my extensions outside of my Radiant instance.

[Radiant] Re: File-based Snippets/Layouts with Support for Radiant Tags?

2008-08-25 Thread Arik Jones
Andrew Neil wrote: The file_system extension exists for this purpose. Check it out: http://github.com/nelstrom/radiant-file-system-extension/tree/master I should warn you that it is still under development, so if you do use it, take care! I would appreciate feedback on any problems you

[Radiant] File-based Snippets/Layouts with Support for Radiant Tags?

2008-08-24 Thread Arik Jones
Will we ever see the light of day for this feature. I personally despise editing code/indent-heavy layouts/snippets in Radiant. What are the limitations that prevent this feature from being implemented? -- Posted via http://www.ruby-forum.com/. ___

[Radiant] Re: File-based Snippets/Layouts with Support for Radiant Tag

2008-08-24 Thread Arik Jones
Sorry Mohit, but that really doesn't help. I think it's a fairly important feature to be able to modify Layout/Snippets outside of the web UI. Also, relying on one browser platform to get this done is quite silly and actually defeats the purpose of a text-editor. Eh... just a thought. --

[Radiant] Re: Re: Disabled tabs in radiant backend

2008-08-07 Thread Arik Jones
Adam van den Hoven wrote: I think you've hit on something. its probably reasonable to assume that the common default installation is going to be someone who's using it for their own website. One user means one role so take the admin/developer/user behaviour out and move everything into an

[Radiant] Re: [Radiant-Dev] Disabled tabs in radiant backend

2008-08-07 Thread Arik Jones
Jim Gay wrote: I've been meaning to resurrect our RBAC extension for a while now. This will probably be the impetus for me to add all the features that have been bouncing around in my head http://github.com/saturnflyer/radiant-rbac-base-extension/tree/master It was originally built to

[Radiant] Re: Best event listing extension?

2008-08-06 Thread Arik Jones
Marty Haught wrote: 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

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

2008-08-06 Thread Arik Jones
[EMAIL PROTECTED] wrote: On Wed, 2008-08-06 at 18:03 +0200, Arik Jones wrote: There really is no reason to be a prude about it though. It's open source and we should expect no less. I say instead of complaining, re-factor the code and release it. That'd seem easier than trying to micro

[Radiant] Re: New RedCloth

2008-07-26 Thread Arik Jones
Jim Gay wrote: It's a bit of a detour from Radiant being geared toward shared hosting. John Muhl is working on a branch than uses RDiscount (which is a better Markdown parser). http://github.com/johnmuhl/radiant/tree/markdown Simply gem unpack. Easy peasy. Also, Webfaction is one of the

[Radiant] Any Webfaction Radiant users?

2008-06-30 Thread Arik Jones
I currently host my RadiantCMS instances at Webfaction and the experience has been quite wonderful. However, it could be even better if Webfaction had an install script that set it up for you. The folks at webfaction would love to create an install script if enough people ask for it. Or better

[Radiant] Re: Re: Re: Re: Re: Adminstrator and Developer role clarific

2008-06-23 Thread Arik Jones
I think we need core extensions that handle these problems. Tools like Drupal and ExpressionEngine of PHP fame handle de-coupled functionality very well. I think RadiantCMS retains a well-defined code base and development platform. With that said, I think focus should be shifted to extension

[Radiant] Re: Re: Layouts, snippets and site assets on the file system?

2008-06-14 Thread Arik Jones
Gah! Shafted again! How long you gonna keep these awesome extensions under your wings? What detoxing needs to be done? Sean Cribbs wrote: Jonathan McCoy wrote: settings. You just described the file_system extension written for Redken to a T. I would like to release it but I'm not ready

[Radiant] Re: Re: What's the proper way to update an extension?

2008-06-10 Thread Arik Jones
In terms of pulling down repos and updating a cloned repo, git is more trouble than its worth. Tolerable nonetheless. Sean Cribbs wrote: Ben, If you did a plain clone originally, run `git pull origin master`. Sean -- Posted via http://www.ruby-forum.com/.

[Radiant] Re: Styles 'n Scripts Extension Erros

2008-06-03 Thread Arik Jones
A... geez. Had to clean out the cache. Now it works like a charm! Thanks Chris! You're awesome. Arik Jones wrote: I didn't get it to work... I installed the newest version from latest. No go. Chris Parrish wrote: Thanks for the heads up, Jay! I've fixed the issue and just released

[Radiant] Re: Styles 'n Scripts Extension Erros

2008-06-03 Thread Arik Jones
I didn't get it to work... I installed the newest version from latest. No go. Chris Parrish wrote: Thanks for the heads up, Jay! I've fixed the issue and just released SnS v0.4.1 As it turns out, I actually needed to make the date conform to HTTP header standards via:

[Radiant] Page Attachments not creating thumbnails ...

2008-05-30 Thread Arik Jones
I've been trying to use Page Attachments and it doesn't seem to be creating thumbnails. I'm going to try and install the latest radiant tagged version. See what happens. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post:

[Radiant] Re: Styles 'n Scripts Extension

2008-05-29 Thread Arik Jones
OMG! Yes! It's s annoying. I was just about to post that. Steven Southard wrote: Has anyone else noticed their styles being kicked over to the right every time they save. This is crappin' my style of stylin'. A few saves and man it's off the page. - Steven -- Posted via

[Radiant] Re: Re: Comments Extension (seancribbs version)

2008-05-18 Thread Arik Jones
I don't need an entire social network backing my comments. I just need simple comments (name, email, website, comment, that's it!). But Disqus is an interesting tool nonetheless, I may check it out. Not sure yet. Loren Johnson wrote: Arik, Quick plug for Disqus comments -- Disqus has

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

2008-05-18 Thread Arik Jones
I think this is a fault of Radiant. Could be wrong. nurullah wrote: 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] -- Posted via

[Radiant] Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Arik Jones
Can't seem to figure how to get it to work. Can anyone shed some light on this? Sean Cribbs wrote: Keith, Seems to work great for me. You might add to the README that until 0.6.7, the shards extension is necessary. Sean -- Posted via http://www.ruby-forum.com/.

[Radiant] Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Arik Jones
Okay, I got it to work and it works beautifully. But it doesn't stay. When I got to edit a page (with or without saving the page) and then return to page admin tree, the extension breaks and puts me back to the normal blob of posts without year and date drill downs. -- Posted via

[Radiant] Re: Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Arik Jones
I delete the cookies, log back in and it works. But after it working I try and edit a page and then return back to page admin tree list only to find that the extension bottomed out again. Keith Bingman wrote: I think, but I haven't really explored this, that an expired cookie is messing

[Radiant] Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Arik Jones
There has gotta be something out there that does trac to lighthouse conversion or something. Sean Cribbs wrote: Anton, git is a bit hard to install. It's possible something is broken in your installation. Our reasoning for moving to git is to promote participation. Branching, merging

[Radiant] Re: Benny Degezelle's Tags extension

2008-05-09 Thread Arik Jones
Awesome, was looking for the same thing! Great find! David Piehler wrote: Benny (or anyone else who might know), I came across the Tags extension via a Google search: http://www.nabble.com/using-acts_as_taggable-td16390502.html This seems like it will meet my page tagging needs. I just

[Radiant] Re: Radiant 0.6.6 - environment.rb changes

2008-05-05 Thread Arik Jones
No it will use the version that you declare using RADIANT_GEM_VERSION David Piehler wrote: Quick question: The default Radiant 0.6.6 environment.rb file no longer contains the RADIANT_GEM_VERSION = '0.6.6' flag. Is this flag still usable, or will Radiant default to using the newest gem

[Radiant] Haloscan API ?

2008-05-05 Thread Arik Jones
Is there an API for HaloScan? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Alternate extension paths

2008-05-05 Thread Arik Jones
How do I load additional extension load paths that are possibly located somewhere else on my server? Is that even possible? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

[Radiant] Re: Re: cant install Reorder in 066

2008-05-04 Thread Arik Jones
Awesome! Sean Cribbs wrote: Oh believe me, we're working on it. Sean -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: Order by date for archive page types

2008-04-27 Thread Arik Jones
Thats great and all, but I think people are more concerned about ordering in the admin, not in your public pages as that option is already there. But thanks though. David Piehler wrote: Alex Wayne wrote: Or what about ordering in general? I want to do an r:children:each loop but I want the

[Radiant] Re: Order by date for archive page types

2008-04-27 Thread Arik Jones
However, using the Reorder extension (non-ajax), it automatically places new pages at the top of list. Its not exactly what I'm looking for as it uses the position field in the pages table to determine ordering. But it works great when you're starting your archive from scratch. -- Posted via

[Radiant] Radiant 0.6.6 ModRails Benchmark with ApacheBench

2008-04-27 Thread Arik Jones
http://zakscott.com/benchmarking-radiantcms-on-modrails/ Enjoy. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: [ANN] Radiant 0.6.6 - Chiseled Release (bugfixes)

2008-04-20 Thread Arik Jones
Fixed everything right up, thanks Sean! -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Shards and Radiant 0.6.5 Chisel

2008-04-19 Thread Arik Jones
Every extension that used shards has been rendered completely useless. None of the Admin UI additions provided by extensions show up anymore. Is there a way to fix this, has shards been integrated into core? I need help! -- Posted via http://www.ruby-forum.com/.

[Radiant] Re: Subdomains and old urls

2008-04-17 Thread Arik Jones
Checkout the multi-site plugin below. I think it would work well for what you need. :) http://svn.radiantcms.org/radiant/trunk/extensions/multi_site/README Chris Barnes wrote: I ended up leaving the blog on typo and its running at blog.randomutterings.com. The rest of the site is now on

[Radiant] Re: [ANN] New Radiant site(s)

2008-04-15 Thread Arik Jones
Hey Sean, Any word on that Asset Manager? I'd love see your approach to it (aside from page_attachments) -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

[Radiant] Re: Order by date for archive page types

2008-04-13 Thread Arik Jones
And I mean the list of pages in the admin interface... -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Re: Problem with extentsions

2008-04-12 Thread Arik Jones
Some of this may have to do with the fact that extension developers don't ever follow one solid standard for installing/removing their extensions. I mean, why must I run two or three commands in order to get an extension installed? But thats a manageable frustration I suppose. Bob Dunne

[Radiant] Re: Shards and Reorder

2008-04-07 Thread Arik Jones
Andrew vonderLuft wrote: OK, thanks for the info. Puts me in a bit of a Catch-22, since page_attachments is broken in 0.6.5 :-) On Mon, Apr 7, 2008 at 3:30 PM, Andrew O'Brien [EMAIL PROTECTED] Actually page_attachment works wonderfully in 0.6.5 ... However the interface is a little

[Radiant] Radiant 0.6.7, Multi-site, Dreamhost and Passenger

-- Thread Arik Jones
le_color_url = "006792"; google_color_text = "00"; //--> [Radiant] Radiant 0.6.7, Multi-site, Dreamhost and Passenger Arik Jones Re: [Radiant] Radiant 0.6.7, Multi-site, Dreamhost and Passenger Bjørn Michelsen Re: [Radiant] Radiant 0.6.7, Multi-site, Dreamho