Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two XSS injectionsHEADmaster | Petteri Räty | 2011-08-02 | 3 | -1/+15 |
| | | | | The EmailAddress problem was submitted upstream to hobo. | ||||
* | Don't show wrong unanswered questions count | Joachim Filip Ignacy Bartosik | 2011-07-23 | 2 | -1/+13 |
| | | | | | | 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 | 2 | -2/+18 |
| | | | | | | 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 | 2 | -1/+8 |
| | | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=355723 | ||||
* | 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 | 3 | -1/+43 |
| | |||||
* | Production email configs | Petteri Räty | 2011-06-05 | 1 | -1/+8 |
| | | | | Add mail settings from robbat2. | ||||
* | Don't show (Not available) card on answer pages | Joachim Filip Ignacy Bartosik | 2011-06-01 | 2 | -1/+8 |
| | | | | | | | 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 | 3 | -1/+16 |
| | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=356847 | ||||
* | Make users with empty nick and openid valid | Joachim Filip Ignacy Bartosik | 2011-05-31 | 2 | -2/+28 |
| | | | | | Bug https://bugs.gentoo.org/show_bug.cgi?id=368617 | ||||
* | Add developer role | Joachim Filip Ignacy Bartosik | 2011-05-31 | 6 | -20/+42 |
| | | | | | Fix bug: https://bugs.gentoo.org/show_bug.cgi?id=368185 | ||||
* | Improve ready recruits listing | Petteri Räty | 2011-03-19 | 4 | -14/+18 |
| | | | | | | 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. | ||||
* | Typo fix destory to destroy | Petteri Räty | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Typo fix reurn to return | Petteri Räty | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Typo fix answera to answered | Petteri Räty | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Categories are selectable for new questions | Petteri Räty | 2011-03-19 | 5 | -2/+15 |
| | | | | | The new question form was missing the inputs for categories. There are now there and covered by our test suite. | ||||
* | Typo fix paramter to parameter | Petteri Räty | 2011-03-19 | 1 | -2/+2 |
| | |||||
* | Fix seeds to work with new schema | Petteri Räty | 2011-03-13 | 4 | -20/+25 |
| | |||||
* | Update used email_spec version | Petteri Räty | 2011-03-12 | 2 | -3/+3 |
| | | | | | Updated the dependency on email_spec to 0.6.5. to silence deprecation warnings from rspec. | ||||
* | Simplify factory sequence usage | Petteri Räty | 2011-03-12 | 1 | -40/+8 |
| | | | | | Instead of creating separate sequences just use the inline block syntax in cases where the sequence is only needed in one place. | ||||
* | Typo fixes | Petteri Räty | 2011-03-12 | 2 | -2/+2 |
| | |||||
* | Preserve existing categories | Petteri Räty | 2011-03-12 | 1 | -0/+3 |
| | | | | | When migrating to many to many question categories bring over the existing category information. | ||||
* | Questions can belong to many categories | Petteri Räty | 2011-03-12 | 20 | -55/+129 |
| | | | | | | | 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 | 32 | -130/+156 |
| | | | | | | 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. | ||||
* | Fix deprecation warnings from delayed_job | Petteri Räty | 2011-02-22 | 9 | -12/+23 |
| | |||||
* | Document need for gpgme in system. | Robin H. Johnson | 2011-02-20 | 1 | -0/+4 |
| | |||||
* | Update to rails 2.3.11 | Joachim Filip Ignacy Bartosik | 2011-02-20 | 3 | -28/+33 |
| | | | | Security bump | ||||
* | Fix cucumber tests | Joachim Filip Ignacy Bartosik | 2011-01-07 | 1 | -0/+16 |
| | | | | | Update to Rails 2.3.8 broke cucumber tests. This is fix from agibralter from https://gist.github.com/431811 | ||||
* | Update to rails 2.3.8 & rack 1.1.0 | Joachim Filip Ignacy Bartosik | 2010-12-27 | 3 | -26/+35 |
| | | | | This is what Gentoo Infra uses. | ||||
* | Update Gemfile.lock | Joachim Filip Ignacy Bartosik | 2010-12-17 | 1 | -21/+21 |
| | | | | Some gems got newer versions, so we can use them. | ||||
* | Start tracking migrations | Joachim Filip Ignacy Bartosik | 2010-12-15 | 5 | -25/+182 |
| | | | | | | | Migrations are useful for applications that are working, so we shall track them. Includes initial migrations. Removes app/models/job.rb because it caused problems for hobo_migration generator. | ||||
* | Load Mail::Message customization automatically | Joachim Filip Ignacy Bartosik | 2010-12-03 | 5 | -6/+1 |
| | |||||
* | Email answers allow checking signatures | Joachim Filip Ignacy Bartosik | 2010-12-02 | 22 | -19/+619 |
| | | | | | Use Mail gem for receiving emails. Changed fixture email question to require a valid signature. Tests for signatures validation. | ||||
* | Send emails as delayed job | Joachim Filip Ignacy Bartosik | 2010-11-09 | 12 | -13/+49 |
| | |||||
* | Use bundler to manage gems for application | Joachim Filip Ignacy Bartosik | 2010-11-09 | 10 | -22/+166 |
| | | | | | | | - Created Gemfile with required gems - Added .gitignore entry (don't include bundled gems in repository) - Replaced Rails gem loader with bundler - Updated README | ||||
* | Pie chart on how recruits evaluated documentation on questions how pages | Joachim Filip Ignacy Bartosik | 2010-10-05 | 9 | -0/+116 |
| | | | | | Charts are shown only to recruiters on questions show pages, but other users may view charts directly (by entering URL manually). | ||||
* | gRaphael files | Joachim Filip Ignacy Bartosik | 2010-10-05 | 3 | -0/+124 |
| | |||||
* | Add copyright notice to *.rb files under lib/ and app/ | Joachim Filip Ignacy Bartosik | 2010-09-01 | 39 | -0/+546 |
| | |||||
* | Add AGPL licence | Joachim Filip Ignacy Bartosik | 2010-09-01 | 1 | -0/+661 |
| | |||||
* | One-click way to start or stop mentoring recruit | Joachim Filip Ignacy Bartosik | 2010-08-16 | 2 | -4/+21 |
| | |||||
* | Move Role where it belongs to app/rich_types | Joachim Filip Ignacy Bartosik | 2010-08-16 | 5 | -6/+8 |
| | |||||
* | Simplify Question permissions | Joachim Filip Ignacy Bartosik | 2010-08-16 | 1 | -4/+0 |
| | | | | | Removed unnecessary check if user is signed up from Question#view_permitted? Behaviour didn't change. | ||||
* | Changed ProjectAcceptance permissions | Joachim Filip Ignacy Bartosik | 2010-08-16 | 2 | -8/+9 |
| | | | | | | * Don't allow mentor of owner of answer to destroy it * Add test to make sure project lead can create acceptance only if accepting nick is nick of the lead | ||||
* | 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 | 2 | -14/+42 |
| | | | | Permissions and RichTypes | ||||
* | Document modules | Joachim Filip Ignacy Bartosik | 2010-08-14 | 6 | -4/+24 |
| | | | | Permissions and RichTypes | ||||
* | Document models | Joachim Filip Ignacy Bartosik | 2010-08-14 | 15 | -0/+79 |
| | | | | | | | | | | | | | | | | | | | Documented models: Answer Comment EmailAnswer Guest MultipleChoiceAnswer Option Question QuestionCategory QuestionContentEmail QuestionContentMultipleChoice QuestionContentText QuestionGroup User UserCategory UserQuestionGroup | ||||
* | Git ignore generated documentation for app. Short description of app. | Joachim Filip Ignacy Bartosik | 2010-08-14 | 2 | -2/+3 |
| | |||||
* | Improve coverage of Question model | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -0/+10 |
| | |||||
* | Improve coverage of UserMailer model | Joachim Filip Ignacy Bartosik | 2010-08-14 | 1 | -0/+6 |
| |