Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load Mail::Message customization automatically | Joachim Filip Ignacy Bartosik | 2010-12-03 | 1 | -3/+0 |
| | |||||
* | Email answers allow checking signatures | Joachim Filip Ignacy Bartosik | 2010-12-02 | 1 | -0/+29 |
| | | | | | Use Mail gem for receiving emails. Changed fixture email question to require a valid signature. Tests for signatures validation. | ||||
* | Add copyright notice to *.rb files under lib/ and app/ | Joachim Filip Ignacy Bartosik | 2010-09-01 | 6 | -0/+84 |
| | |||||
* | Document modules | Joachim Filip Ignacy Bartosik | 2010-08-14 | 6 | -4/+24 |
| | | | | Permissions and RichTypes | ||||
* | When collecting lead data collect include subproject leads | Joachim Filip Ignacy Bartosik | 2010-08-09 | 1 | -4/+25 |
| | |||||
* | When obtaining lead data from gentoo.org use XPath to find nodes in XML | Joachim Filip Ignacy Bartosik | 2010-08-09 | 1 | -23/+1 |
| | |||||
* | Bugfix - previous commit was tested unproperly and introduced some bugs | Joachim Filip Ignacy Bartosik | 2010-08-09 | 1 | -6/+4 |
| | | | | | | 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. | ||||
* | Rake prepare task to can prepare MySQL configuration | Joachim Filip Ignacy Bartosik | 2010-08-02 | 1 | -1/+6 |
| | |||||
* | Rake task prepare:lead_data | Joachim Filip Ignacy Bartosik | 2010-07-29 | 1 | -0/+51 |
| | | | | | The task fetches Gentoo project leads data from gentoo.org and stores it in tmp/lead_data.yml | ||||
* | Made Checklist a regular input | Joachim Filip Ignacy Bartosik | 2010-07-27 | 1 | -3/+4 |
| | | | | | Previously it had to be handled separately. Updated Answer#update_from and Answer#new_from to work with it. | ||||
* | New rake tasks to prepare app to work | Joachim Filip Ignacy Bartosik | 2010-07-21 | 1 | -0/+29 |
| | |||||
* | Multiple choice questions | Joachim Filip Ignacy Bartosik | 2010-07-12 | 2 | -0/+67 |
| | |||||
* | Improved rake tasks | Joachim Filip Ignacy Bartosik | 2010-06-28 | 1 | -3/+3 |
| | | | | | 'rake cucumber' will generate taglibs before running tests (tests fail if taglibs are outdated), 'rake' will run spec and cucumber tests. | ||||
* | Cucumber infrastructure | Joachim Filip Ignacy Bartosik | 2010-06-22 | 1 | -0/+53 |
| | |||||
* | Setting many permissions at once | Joachim Filip Ignacy Bartosik | 2010-05-26 | 3 | -9/+27 |
| | | | | Methods in lib/permissions/set.rb help avoiding duplication in writing permissions. | ||||
* | Permissions for answers | Joachim Filip Ignacy Bartosik | 2010-05-21 | 1 | -0/+47 |
| | | | | | | And tests for permissions them. Any logged in user can create, update, view, delete answers [s]he owns. No one can change answers someone else owns. Recruiters can view all answers. | ||||
* | Permissions Question and QuestionCategory models | Joachim Filip Ignacy Bartosik | 2010-05-21 | 1 | -0/+19 |
| | | | | | | | | Created Permissions::AnyoneCanViewRecruiterCanChange module and used it to add permissions for Question and QuestionCategory models.Added Permissions::TestPermissions module and used it to tests permissions for Question and QuestionCategoryfor Created users fixture tests for User and Question now use fixture. | ||||
* | Installed rspec | Joachim Filip Ignacy Bartosik | 2010-05-18 | 1 | -0/+144 |
Works with rspec from portage. |