Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't show wrong unanswered questions count | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -1/+12 |
| | | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=355909 | ||||
* | Show links to answers on user questions listing | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -0/+16 |
| | | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=355721 | ||||
* | Don't show "Start mentoring this recruit" button on non-recruit pages | Joachim Filip Ignacy Bartosik | 2011-07-23 | 1 | -0/+7 |
| | | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=355723 | ||||
* | Show note about editing mentor relation on user edit page | Joachim Filip Ignacy Bartosik | 2011-07-09 | 2 | -0/+33 |
| | |||||
* | Don't show (Not available) card on answer pages | Joachim Filip Ignacy Bartosik | 2011-06-01 | 1 | -0/+7 |
| | | | | | | | The application showed (Not available) card when someone viewed answer for question with no reference answer. Then the reference answer was nil. Anyone could view nil, but it was shown as (Not available) card. Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=368179 | ||||
* | Show question content when creating or editing answer | Joachim Filip Ignacy Bartosik | 2011-05-31 | 2 | -1/+15 |
| | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=356847 | ||||
* | Add developer role | Joachim Filip Ignacy Bartosik | 2011-05-31 | 2 | -0/+21 |
| | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=368185 | ||||
* | Improve ready recruits listing | Petteri Räty | 2011-03-19 | 1 | -2/+0 |
| | | | | | | Recruits who don't have any categories should not be considered ready. There's plenty people signing and not answering anything so they should not be listed. Fixes bug #355717. | ||||
* | Categories are selectable for new questions | Petteri Räty | 2011-03-19 | 1 | -1/+2 |
| | | | | | The new question form was missing the inputs for categories. There are now there and covered by our test suite. | ||||
* | Questions can belong to many categories | Petteri Räty | 2011-03-12 | 2 | -3/+2 |
| | | | | | | | While starting to input quiz questions for the arch tester quizzes we found out that it would be best if questions could belong to many categories. Now the relationship between questions and categories is many to many. Bug #356179. | ||||
* | Rename QuestionCategory to Category | Petteri Räty | 2011-03-12 | 4 | -13/+10 |
| | | | | | | We have a need for a many to many between questions and categories so start the work by renaming QuestionCategory to just Category. This allows us to add a pivot model with the name QuestionCategory. | ||||
* | Email answers allow checking signatures | Joachim Filip Ignacy Bartosik | 2010-12-02 | 1 | -3/+3 |
| | | | | | Use Mail gem for receiving emails. Changed fixture email question to require a valid signature. Tests for signatures validation. | ||||
* | Pie chart on how recruits evaluated documentation on questions how pages | Joachim Filip Ignacy Bartosik | 2010-10-05 | 2 | -0/+41 |
| | | | | | Charts are shown only to recruiters on questions show pages, but other users may view charts directly (by entering URL manually). | ||||
* | One-click way to start or stop mentoring recruit | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -4/+9 |
| | |||||
* | Move Role where it belongs to app/rich_types | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Don't show input for mentors to users who can't edit it | Joachim Filip Ignacy Bartosik | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | If user is invalid only thing [s]he can do is editing his/her account. | Joachim Filip Ignacy Bartosik | 2010-08-11 | 1 | -0/+12 |
| | |||||
* | Alternative login with openID | Joachim Filip Ignacy Bartosik | 2010-08-11 | 3 | -0/+56 |
| | |||||
* | Bugfix - previous commit was tested unproperly and introduced some bugs | Joachim Filip Ignacy Bartosik | 2010-08-09 | 1 | -1/+1 |
| | | | | | | Answer can't enforce :null=>false on content field of answer because when user answers multiple choice question and selects no options his/her answer will have empty content field. | ||||
* | Change navigation tab Suggestion Questions to Suggest Questions | Joachim Filip Ignacy Bartosik | 2010-08-05 | 2 | -2/+2 |
| | |||||
* | Make tests pass on MySQL | Joachim Filip Ignacy Bartosik | 2010-08-02 | 2 | -6/+8 |
| | | | | | | | MySQL did not like some of our hand written SQL. Rewrote the parts so that tests pass on both PostgreSQL and MySQL. Changes in multiple choice setup in features are because the messy way we do things didn't work on MySQL. A cleanup of the steps is called for later. | ||||
* | Don't show questions with no content | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -2/+16 |
| | | | | Necessary fixes included. | ||||
* | Show instructions when creating new question email content | Joachim Filip Ignacy Bartosik | 2010-07-29 | 4 | -4/+13 |
| | |||||
* | Cover editing questions content with cucumber features | Joachim Filip Ignacy Bartosik | 2010-07-29 | 3 | -1/+40 |
| | | | | Changes needed to pass features included. | ||||
* | Email questions | Joachim Filip Ignacy Bartosik | 2010-07-29 | 2 | -0/+115 |
| | | | | | | Also make sure users can answer questions with multiple and text content and can't answer email questions within application. Added "Gentoo-dev-announce posting" question to seed | ||||
* | Allow project leads to add Project Acceptances easily | Joachim Filip Ignacy Bartosik | 2010-07-29 | 2 | -0/+15 |
| | | | | | | Only recruiters and project leads can create project acceptances. Recruiters do this by editing users, project leads by clicking "This recruit needs your acceptance" button on recruit show pages. | ||||
* | Improved way admins create questions | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -2/+3 |
| | |||||
* | Properly show 'Answer it!' links | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -0/+19 |
| | |||||
* | Reorganized homepage (grouped elements relevant for each role together) | Joachim Filip Ignacy Bartosik | 2010-07-27 | 1 | -1/+1 |
| | | | | | And changed them a bit (some rewording, some cleaning code, stopped showing recruit bits to non-recruits). | ||||
* | Clean comments view (and slightly change it) | Joachim Filip Ignacy Bartosik | 2010-07-27 | 1 | -1/+2 |
| | | | | Now comments show name of user who made a comment. | ||||
* | Allow recruits to give feedback on documentation + tiny bug fix | Joachim Filip Ignacy Bartosik | 2010-07-27 | 1 | -0/+23 |
| | | | | | | A tiny bug (missing try) was discovered when making this commit: multiple choice question with no options could not be displayed. This commit fixes the bug. | ||||
* | Don't show questions with no content | Joachim Filip Ignacy Bartosik | 2010-07-21 | 6 | -4/+38 |
| | | | | Necessary fixes included. | ||||
* | Cleaned question creation a bit | Joachim Filip Ignacy Bartosik | 2010-07-21 | 1 | -0/+15 |
| | |||||
* | Feature covering proper view of questions by category | Joachim Filip Ignacy Bartosik | 2010-07-21 | 1 | -0/+28 |
| | | | | Makes sure there are no question counts. | ||||
* | Don't allow recruits to edit their project acceptances | Joachim Filip Ignacy Bartosik | 2010-07-21 | 1 | -0/+11 |
| | |||||
* | Allow viewing listings of answers of other users | Joachim Filip Ignacy Bartosik | 2010-07-21 | 3 | -4/+18 |
| | |||||
* | Show recruits progress on their view pages | Joachim Filip Ignacy Bartosik | 2010-07-21 | 1 | -0/+17 |
| | |||||
* | Feature covering mentor approval for answers and necessary fixes | Joachim Filip Ignacy Bartosik | 2010-07-19 | 1 | -0/+27 |
| | |||||
* | Feature covering reference answers and fixes needed to pass them | Joachim Filip Ignacy Bartosik | 2010-07-19 | 1 | -0/+45 |
| | |||||
* | Feature for viewing answers of recruits | Joachim Filip Ignacy Bartosik | 2010-07-19 | 2 | -0/+50 |
| | | | | | Feature for viewing answers of recruits. To make the feature work extended card for Answers. | ||||
* | Cleaned question view | Joachim Filip Ignacy Bartosik | 2010-07-19 | 1 | -0/+18 |
| | | | | Removed Questions tab. Added test for viewing questions by category. | ||||
* | Clean project acceptances view | Joachim Filip Ignacy Bartosik | 2010-07-19 | 1 | -0/+24 |
| | | | | | | Don't show "Project acceptances" tab. Remove index of project acceptances. Show users project acceptances on home page and in user profile. | ||||
* | Don't show reference field to non-recruiters | Joachim Filip Ignacy Bartosik | 2010-07-12 | 1 | -1/+3 |
| | |||||
* | Recruits get feedback on their answers | Joachim Filip Ignacy Bartosik | 2010-07-12 | 3 | -0/+99 |
| | | | | | | Once recruit answered all multiple choice answers [s]he is supposed to [s]he will see message on home page telling if his/her answers are correct. | ||||
* | Multiple choice questions | Joachim Filip Ignacy Bartosik | 2010-07-12 | 9 | -2/+89 |
| | |||||
* | Users can view descriptions of question groups | Joachim Filip Ignacy Bartosik | 2010-07-12 | 3 | -1/+34 |
| | | | | Added index of question groups (supports filtering by category). | ||||
* | User may view and answer only one randomly chosen question from group | Joachim Filip Ignacy Bartosik | 2010-07-12 | 7 | -2/+105 |
| | | | | | | When adding user to category associate user with one question from each group in this category. Feature to make sure question listings are correct. | ||||
* | Allow users to suggest questions | Joachim Filip Ignacy Bartosik | 2010-07-08 | 3 | -0/+60 |
| | |||||
* | Link on homepage to listing of recruits with all questions answered | Joachim Filip Ignacy Bartosik | 2010-06-28 | 1 | -0/+10 |
| | |||||
* | Mentors can pick up recruits with no mentor and resign | Joachim Filip Ignacy Bartosik | 2010-06-25 | 1 | -0/+8 |
| |