public
Description: cutting edge cms, blog, wiki, forum ...
Homepage: http://artweb-design.lighthouseapp.com/projects/13992-adva_cms/overview
Clone URL: git://github.com/svenfuchs/adva_cms.git

Comments for svenfuchs's adva_cms   feed

clemens commented on svenfuchs/adva_cms Tue Sep 01 07:01:05 -0700 2009
Comment in 0173ca4:

That actually should read single_article_mode and not single_site_mode. :-)

TomK32 commented on svenfuchs/adva_cms Fri Aug 21 09:02:21 -0700 2009
Comment in 85b055e:

actually the change with the symlinks to include Rails root was a bad idea.

I started a new project, imported it into a new git repo and when deploying all symlinks are broken as they are still like on my local dev machine.

nachokb commented on svenfuchs/adva_cms Sun May 24 06:49:25 -0700 2009
Comment in 0950392:

you forgot about adva_cms/app/controllers/base_controller.rb:16:

around_filter OutputFilter::Cells.new
svenfuchs commented on svenfuchs/adva_cms Fri Jan 30 07:25:41 -0800 2009
svenfuchs commented on svenfuchs/adva_cms Thu Jan 15 09:43:53 -0800 2009
Comment on engines/adva_rbac/lib/rbac/role.rb in 723cc46:

ugh. maybe rather symbolize_keys! on attrs here? this looks a bit ugly imho.

svenfuchs commented on svenfuchs/adva_cms Mon Nov 03 11:44:38 -0800 2008
Comment on README in 5ff7798:

What’s that? ;)

svenfuchs commented on svenfuchs/adva_cms Mon Jul 14 10:18:40 -0700 2008
Comment in 3804855:

lol … no.

The line actually is: @theme_path = “theme-1/something”

Looks like a github bug with the diff highlighting

TomK32 commented on svenfuchs/adva_cms Mon Jul 14 09:04:44 -0700 2008
Comment on spec/helpers/theme_helper_spec.rb in 3804855:

is it themetheme-1 on purpose?

svenfuchs commented on svenfuchs/adva_cms Sun Jul 13 05:30:10 -0700 2008
Comment on vendor/engines/adva_assets/app/controllers/admin/assets_controller.rb L28 in dff97a6:

It’s a hash :)

It initially was an array but Rails IntegrationTests refuse to accept params from fields named like: assets[][uploaded_data]

And, yes, it’s tested in the rspec stories now and i’ve tried it in the browser. Works :)

TomK32 commented on svenfuchs/adva_cms Sat Jul 12 05:37:55 -0700 2008
Comment on vendor/engines/adva_assets/app/controllers/admin/assets_controller.rb L28 in dff97a6:

Array has no method values. You did test it in your browser, did you?