Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two XSS injectionsHEADmaster | Petteri Räty | 2011-08-02 | 1 | -1/+1 |
* | Don't show wrong unanswered questions count | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -0/+1 |
* | Show links to answers on user questions listing | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -2/+2 |
* | Don't show "Start mentoring this recruit" button on non-recruit pages | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -1/+1 |
* | Fix grammar error | Joachim Filip Ignacy Bartosik | 2011-07-09 | 1 | -1/+1 |
* | Show note about editing mentor relation on user edit page | Joachim Filip Ignacy Bartosik | 2011-07-09 | 1 | -1/+10 |
* | Don't show (Not available) card on answer pages | Joachim Filip Ignacy Bartosik | 2011-06-01 | 1 | -1/+1 |
* | Show question content when creating or editing answer | Joachim Filip Ignacy Bartosik | 2011-05-31 | 1 | -0/+1 |
* | Make users with empty nick and openid valid | Joachim Filip Ignacy Bartosik | 2011-05-31 | 1 | -2/+2 |
* | Add developer role | Joachim Filip Ignacy Bartosik | 2011-05-31 | 2 | -4/+3 |
* | Improve ready recruits listing | Petteri Räty | 2011-03-19 | 1 | -1/+2 |
* | Categories are selectable for new questions | Petteri Räty | 2011-03-19 | 2 | -1/+3 |
* | Questions can belong to many categories | Petteri Räty | 2011-03-12 | 8 | -19/+47 |
* | Rename QuestionCategory to Category | Petteri Räty | 2011-03-12 | 13 | -28/+28 |
* | Fix deprecation warnings from delayed_job | Petteri Räty | 2011-02-22 | 4 | -5/+5 |
* | Start tracking migrations | Joachim Filip Ignacy Bartosik | 2010-12-15 | 1 | -18/+0 |
* | Load Mail::Message customization automatically | Joachim Filip Ignacy Bartosik | 2010-12-03 | 2 | -2/+0 |
* | Email answers allow checking signatures | Joachim Filip Ignacy Bartosik | 2010-12-02 | 3 | -6/+9 |
* | Send emails as delayed job | Joachim Filip Ignacy Bartosik | 2010-11-09 | 5 | -5/+23 |
* | Pie chart on how recruits evaluated documentation on questions how pages | Joachim Filip Ignacy Bartosik | 2010-10-05 | 5 | -0/+47 |
* | Add copyright notice to *.rb files under lib/ and app/ | Joachim Filip Ignacy Bartosik | 2010-09-01 | 33 | -0/+462 |
* | One-click way to start or stop mentoring recruit | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -0/+12 |
* | Move Role where it belongs to app/rich_types | Joachim Filip Ignacy Bartosik | 2010-08-16 | 4 | -5/+7 |
* | Simplify Question permissions | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -4/+0 |
* | Changed ProjectAcceptance permissions | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -6/+2 |
* | Make answer relation of Comment readonly | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -1/+1 |
* | Document modules | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -13/+27 |
* | Document models | Joachim Filip Ignacy Bartosik | 2010-08-14 | 15 | -0/+79 |
* | Improve coverage of ProjectAcceptance model and fix found bug | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -2/+2 |
* | Factory for guests to simplify tests | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -0/+1 |
* | Improve coverage of User model and fix found bugs | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -2/+4 |
* | Improve Answer model tests coverage | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -2/+2 |
* | Improve coverage of QuestionContentEmail model | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -6/+1 |
* | Don't show input for mentors to users who can't edit it | Joachim Filip Ignacy Bartosik | 2010-08-11 | 1 | -1/+5 |
* | Recognize users that register using OpenID from dev.gentoo.org as mentors | Joachim Filip Ignacy Bartosik | 2010-08-11 | 1 | -0/+12 |
* | If user is invalid only thing [s]he can do is editing his/her account. | Joachim Filip Ignacy Bartosik | 2010-08-11 | 4 | -0/+21 |
* | Alternative login with openID | Joachim Filip Ignacy Bartosik | 2010-08-11 | 5 | -1/+32 |
* | Content inside <content-body:> instead of <content:> on users/questions page | Joachim Filip Ignacy Bartosik | 2010-08-11 | 1 | -8/+4 |
* | Bugfix - previous commit was tested unproperly and introduced some bugs | Joachim Filip Ignacy Bartosik | 2010-08-09 | 1 | -1/+1 |
* | Add :null => false to required fields and relations in models. | Joachim Filip Ignacy Bartosik | 2010-08-05 | 10 | -17/+17 |
* | Change navigation tab Suggestion Questions to Suggest Questions | Joachim Filip Ignacy Bartosik | 2010-08-05 | 1 | -1/+1 |
* | Only owner can edit feedback of answer | Joachim Filip Ignacy Bartosik | 2010-08-05 | 1 | -0/+4 |
* | Put content inside <content-body:> instead of <content:> | Joachim Filip Ignacy Bartosik | 2010-08-05 | 7 | -12/+16 |
* | Replace try with _? where possible | Joachim Filip Ignacy Bartosik | 2010-08-05 | 6 | -8/+8 |
* | Remove unneeded try-s | Joachim Filip Ignacy Bartosik | 2010-08-05 | 1 | -2/+2 |
* | Add functions to Guest model to avoid try-s | Joachim Filip Ignacy Bartosik | 2010-08-05 | 12 | -37/+40 |
* | Make tests pass on MySQL | Joachim Filip Ignacy Bartosik | 2010-08-02 | 3 | -8/+8 |
* | Don't show questions with no content | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -3/+4 |
* | Show instructions when creating new question email content | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -0/+5 |
* | Cover editing questions content with cucumber features | Joachim Filip Ignacy Bartosik | 2010-07-29 | 2 | -2/+2 |