public
Description: Radiant is a no-fluff, open source content management system designed for small teams.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/radiant/radiant.git

Comments for radiant's radiant   feed

whistlerbrk commented on radiant/radiant Tue Dec 22 10:02:08 -0800 2009
Comment in 046670d:

What what!! Nice work

saturnflyer commented on radiant/radiant Sun Dec 13 18:02:29 -0800 2009
Comment on features/support/env.rb L9 in aac96a6:

the old lines 3 & 4 are setup to allow running features from an extension directory. Although I need to check these changes against that.

charlesr commented on radiant/radiant Fri Nov 13 10:55:45 -0800 2009
Comment on lib/radiant/extension/script.rb L137 in 71646bb:

I've made a typo here: "outputs" should be "output"

johnmuhl commented on radiant/radiant Mon Oct 19 12:34:08 -0700 2009
Comment in f63997b:

oh to add to the weirdness; it only has to do with class. switching 'class': 'tab' to 'id': 'tab' works fine in both ie7/8.

johnmuhl commented on radiant/radiant Mon Oct 19 12:31:05 -0700 2009
Comment in f63997b:

it's even weirder. in quirks mode (i.e. ie7 "standards" mode) the original version works fine but in ie8 standards mode it fails. simply adding the class after creating the element works in both standards and quirks modes. i don't know enough about either but my guess is that prototype or lowpro rely on the quirky ie7 dom.

jlong commented on radiant/radiant Mon Oct 19 12:18:21 -0700 2009
Comment in f63997b:

So IE8 needs the element to exist before the class name can be added?

saturnflyer commented on radiant/radiant Wed Oct 07 19:21:36 -0700 2009
Comment in c7398c8:

Yes. I realized I actually cut that part out, so I'm working on adding it back it and I'll be fixing this syntax too

jlong commented on radiant/radiant Wed Oct 07 18:54:34 -0700 2009
Comment in c7398c8:

Shouldn't that be :after => "Pages"? No need to use symbols here.

jlong commented on radiant/radiant Wed Sep 30 13:30:31 -0700 2009
Comment in 78b394d:

Oh! Good catch.

whistlerbrk commented on radiant/radiant Wed Sep 30 07:30:40 -0700 2009
Comment in 78b394d:

I think L86 is suppose to be sh "#{sudo}gem uninstall"...

whistlerbrk commented on radiant/radiant Tue Sep 15 09:25:55 -0700 2009
Comment in 5cf77ee:

Awesome, hopefully we can get an implementation of region sets which has a similar feel to the new tabs API

whistlerbrk commented on radiant/radiant Thu Sep 03 19:45:19 -0700 2009
Comment in eae21b3:

awesome.. love the new look

Wolfer commented on radiant/radiant Tue Aug 11 01:12:16 -0700 2009
Comment in 79b1b58:

bug:
in line #13 +cache
also remove from repo "radiant\vendor\rack-cache\lib\rack\cache"

saturnflyer commented on radiant/radiant Wed Aug 05 08:08:49 -0700 2009
Comment in 4f2ba63:

the cache config file is now stored in tmp

See these related commits.
http://github.com/radiant/radiant/commit/981c1d689a64a32b6b76b4c9dd520c3089dca4de
http://github.com/radiant/radiant/commit/f36033c78e39a257769338206c6af14ae4ae18ba

If the database is faster than file_store and file_store is set, then we could do this conditionally

johnmuhl commented on radiant/radiant Sat Aug 01 07:55:48 -0700 2009
Comment in 981c1d6:

you might want to add mkdir tmp to the radiant:update task otherwise you'll get a:

Initializing configuration...FAILED
rake aborted!
No such file or directory - /private/tmp/config_ext/tmp/radiant_config_cache.txt

when upgrading an existing site.

johnmuhl commented on radiant/radiant Sat Jul 25 15:24:55 -0700 2009
Comment in 4f2ba63:

why only ensure that the entity cache exists and why force cache/entity to exist even if tmp/cache/entity is set in the environment?

saturnflyer commented on radiant/radiant Tue Jun 30 13:38:35 -0700 2009
Comment in 4f2ba63:

mikehale's point is the reason I added this. I posted the feature in March with no responses. http://groups.google.com/group/radiantcms-dev/browse_thread/thread/867762de7c033db9

I'll try to put together some benchmarks

mikehale commented on radiant/radiant Tue Jun 30 08:39:22 -0700 2009
Comment in 4f2ba63:

It may be slower to use Rack::Cache on the disk, but the ability to plug in memcached or some other caching backend is pretty powerful.

jlong commented on radiant/radiant Tue Jun 30 08:16:11 -0700 2009
Comment in 4f2ba63:

Is this really faster than the database? I think we should benchmark this.

jfrench commented on radiant/radiant Fri Jun 26 06:43:57 -0700 2009
Comment in 322aaf1:

Nope, this was all me -- I merged prematurely & reverted before your metal commits.