aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add licensing information as discussed per email.gsoc-2010Hans de Graaff2010-08-162-1/+23
|
* Fix agenda to make name requiredWei Xie2010-08-102-2/+2
| | | | Change :required to :null => false to keep consistence in all files
* Infrastructure for sending and testing emailWei Xie2010-08-0914-4/+260
| | | | Configured sendmail, added delayed_job and email_spec to send and test email
* Add project instruction to README and use markdownWei Xie2010-08-092-243/+54
|
* GLEP work flow support implemented and testedWei Xie2010-08-0914-3/+300
| | | | Users need to make sure the agenda selected is not too near
* Fix indention in User modelWei Xie2010-07-281-5/+5
|
* AgendaItem implemented and testedWei Xie2010-07-2815-0/+440
|
* Rename User Role guest to userWei Xie2010-07-283-10/+9
|
* Add support for labels in field-listPetteri Räty2010-07-281-0/+14
| | | | | Extend the field-list tag so that input tags have corresponding label tags.
* Agenda implemented and testedWei Xie2010-07-2514-0/+366
|
* import User data from db:seedWei Xie2010-07-251-7/+33
|
* renamed default role to 'guest'Wei Xie2010-07-252-2/+2
| | | | If default role is set to :guest, Hobo will auto-generate another migration do the renaming.
* fix User spec indentionWei Xie2010-07-251-30/+36
|
* ignore db/schema.rbWei Xie2010-07-232-52/+1
| | | | schema.rb is easy to be outdated after several rebases. It's meaningless to track it.
* User role added and testedWei Xie2010-07-118-15/+91
|
* Run both specs and features by default.Hans de Graaff2010-07-051-0/+2
|
* Cucumber configurationWei Xie2010-07-0510-3/+553
|
* rename councilmember to council_member in specWei Xie2010-07-052-2/+2
|
* Only allow voting once per questionPetteri Räty2010-01-016-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 functionalityPetteri Räty2009-12-2715-6/+797
| | | | | Add initial functionality. Now there's the possibility to create questions and vote on them.
* Generate rspec infrastructurePetteri Räty2009-12-276-0/+220
| | | | | Ran ./script/generate rspec to generate files needed to run tests with rspec.
* Populate empty Hobo applicationPetteri Räty2009-12-2770-0/+10594
Used rails 2.3.5 and hobo 1.0 RC2 to populate an empty rails application to use as a base.