popularity question status comments views user  
1
Have new blocks on front page to show questions and ideas sorted by "new"

Right now, the front page shows only “popular” questions and ideas, which means only the questions and ideas with the highest all-time number of votes show up. Thus they naturally tend toward stagnation.

more →
0 84
l2g
 
0
1 67  
1
Have "Popular" ideas sorted by popularity

Right now “Popular” seems to be an alias for “New.”

more →
0 79
l2g
 
2
Implement a simple way to report spammers in community

I’m looking at you, @michalbenny, @timbenis, @cameronjam, @frankgordon1, and @martndmin.

more →
0 78
l2g
 
0
1 82  
2
Open source the community site

There’s a ton of devs in this awesome community, I wonder whether we could generate more interest in the community site and some cool pull requests for new features if the code for the community site was available on GitHub? I’m thinking things like syntax highlighting in source view, better search, more metadata & testing metadata, etc?

more →
1 152  
0
0 73  
1
Community cookbooks updates should be automatically posted in twitter & IRC

the community cookbook uploads should automatically be posted on #chef IRC channel as well as in twitter with #opschef tag, similar to rubygems.

more →
0 81  
0
fix typo in Client Bootstrap Fast Start Guide

When you are done with this guide you will have a node added as a client to the Hosted Chef organization, and the getting-started recipe will of been ran on it.

Should be

When you are done with this guide you will have a node added as a client to the Hosted Chef organization, and the getting-started recipe will have been run on it.

more →
0 77  
0
Add dependency check in cookbook

It will be nice if we can provide possibility to check if a package is present for sample :

if has_package?(‘apache2’, ‘>1.1.2’)

#do stuff

end

For a recommended package in metadata.rb :

recommends “apache2”

more →
0 90