Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add licensing information as discussed per email.gsoc-2010 | Hans de Graaff | 2010-08-16 | 2 | -1/+23 |
| | |||||
* | Fix agenda to make name required | Wei Xie | 2010-08-10 | 2 | -2/+2 |
| | | | | Change :required to :null => false to keep consistence in all files | ||||
* | Infrastructure for sending and testing email | Wei Xie | 2010-08-09 | 14 | -4/+260 |
| | | | | Configured sendmail, added delayed_job and email_spec to send and test email | ||||
* | Add project instruction to README and use markdown | Wei Xie | 2010-08-09 | 2 | -243/+54 |
| | |||||
* | GLEP work flow support implemented and tested | Wei Xie | 2010-08-09 | 14 | -3/+300 |
| | | | | Users need to make sure the agenda selected is not too near | ||||
* | Fix indention in User model | Wei Xie | 2010-07-28 | 1 | -5/+5 |
| | |||||
* | AgendaItem implemented and tested | Wei Xie | 2010-07-28 | 15 | -0/+440 |
| | |||||
* | Rename User Role guest to user | Wei Xie | 2010-07-28 | 3 | -10/+9 |
| | |||||
* | Add support for labels in field-list | Petteri Räty | 2010-07-28 | 1 | -0/+14 |
| | | | | | Extend the field-list tag so that input tags have corresponding label tags. | ||||
* | Agenda implemented and tested | Wei Xie | 2010-07-25 | 14 | -0/+366 |
| | |||||
* | import User data from db:seed | Wei Xie | 2010-07-25 | 1 | -7/+33 |
| | |||||
* | renamed default role to 'guest' | Wei Xie | 2010-07-25 | 2 | -2/+2 |
| | | | | If default role is set to :guest, Hobo will auto-generate another migration do the renaming. | ||||
* | fix User spec indention | Wei Xie | 2010-07-25 | 1 | -30/+36 |
| | |||||
* | ignore db/schema.rb | Wei Xie | 2010-07-23 | 2 | -52/+1 |
| | | | | schema.rb is easy to be outdated after several rebases. It's meaningless to track it. | ||||
* | User role added and tested | Wei Xie | 2010-07-11 | 8 | -15/+91 |
| | |||||
* | Run both specs and features by default. | Hans de Graaff | 2010-07-05 | 1 | -0/+2 |
| | |||||
* | Cucumber configuration | Wei Xie | 2010-07-05 | 10 | -3/+553 |
| | |||||
* | rename councilmember to council_member in spec | Wei Xie | 2010-07-05 | 2 | -2/+2 |
| | |||||
* | Only allow voting once per question | Petteri Räty | 2010-01-01 | 6 | -1/+30 |
| | | | | | Only allow users to vote once per question. Needed some fixture and rspec infra as we had no such things setup yet. | ||||
* | Add initial functionality | Petteri Räty | 2009-12-27 | 15 | -6/+797 |
| | | | | | Add initial functionality. Now there's the possibility to create questions and vote on them. | ||||
* | Generate rspec infrastructure | Petteri Räty | 2009-12-27 | 6 | -0/+220 |
| | | | | | Ran ./script/generate rspec to generate files needed to run tests with rspec. | ||||
* | Populate empty Hobo application | Petteri Räty | 2009-12-27 | 70 | -0/+10594 |
Used rails 2.3.5 and hobo 1.0 RC2 to populate an empty rails application to use as a base. |