Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README for the applicationHEADmaster | Joachim Filip Ignacy Bartosik | 2011-08-03 | 3 | -0/+200 |
| | |||||
* | Custom doodle-like feature | Joachim Filip Ignacy Bartosik | 2011-08-03 | 17 | -23/+188 |
| | |||||
* | Make some more actions available only to council members | Joachim Filip Ignacy Bartosik | 2011-08-03 | 4 | -12/+29 |
| | | | | Namely #nextitem, #previtem, #changeitem, #startvote, #endvote | ||||
* | Improve MeetBot tests | Joachim Filip Ignacy Bartosik | 2011-08-03 | 11 | -130/+137 |
| | | | | Keep long bot input and output sequences in separate files. | ||||
* | Fix problem with passwords shown as open text during signup | Joachim Filip Ignacy Bartosik | 2011-08-02 | 4 | -18/+31 |
| | |||||
* | Add license information | Joachim Filip Ignacy Bartosik | 2011-08-01 | 67 | -0/+1651 |
| | |||||
* | Merge remote-tracking branch 'github/review' | Petteri Räty | 2011-08-01 | 26 | -54/+256 |
|\ | |||||
| * | Add and cleanup validations | Joachim Filip Ignacy Bartosik | 2011-08-01 | 4 | -5/+7 |
| | | |||||
| * | Add line in site/app/models/proxy.rb for better readability | Joachim Filip Ignacy Bartosik | 2011-08-01 | 1 | -0/+1 |
| | | |||||
| * | A little cleanup in User class | Joachim Filip Ignacy Bartosik | 2011-07-26 | 1 | -3/+2 |
| | | |||||
| * | Use hobo scopes where possible | Joachim Filip Ignacy Bartosik | 2011-07-26 | 1 | -3/+3 |
| | | | | | | | | Not Model.find :conditions => { ... } | ||||
| * | Cleanup Agenda.update_voting_options | Joachim Filip Ignacy Bartosik | 2011-07-26 | 2 | -12/+13 |
| | | |||||
| * | Improve controller readability | Joachim Filip Ignacy Bartosik | 2011-07-26 | 2 | -5/+5 |
| | | |||||
| * | Improve tests | Joachim Filip Ignacy Bartosik | 2011-07-26 | 9 | -24/+35 |
| | | | | | | | | use :all_roles and :registered to make users in factory | ||||
| * | Council members can approve summaries | Joachim Filip Ignacy Bartosik | 2011-07-26 | 12 | -2/+177 |
| | | | | | | | | | | Regular users can view summary only after 4 council members approve it. When someone changes summary all approvals for that summary are deleted. | ||||
| * | Add summary field | Joachim Filip Ignacy Bartosik | 2011-07-25 | 3 | -5/+18 |
| | | |||||
* | | Show use hints for users | Joachim Filip Ignacy Bartosik | 2011-08-01 | 6 | -21/+41 |
| | | |||||
* | | Improve front page | Joachim Filip Ignacy Bartosik | 2011-08-01 | 1 | -17/+16 |
| | | |||||
* | | Fix failing supybot test | Joachim Filip Ignacy Bartosik | 2011-07-25 | 1 | -4/+9 |
|/ | |||||
* | Improve tests coverage | Joachim Filip Ignacy Bartosik | 2011-07-21 | 1 | -0/+10 |
| | |||||
* | Merge remote-tracking branch 'github/seed' | Petteri Räty | 2011-07-21 | 7 | -6/+98 |
|\ | |||||
| * | Use custom change in hobo to solve problem with db:reset task | Joachim Filip Ignacy Bartosik | 2011-07-21 | 2 | -1/+6 |
| | | |||||
| * | Use factory_girl_rails, don't require factories manually | Joachim Filip Ignacy Bartosik | 2011-07-16 | 6 | -8/+7 |
| | | |||||
| * | Seed database for demos | Joachim Filip Ignacy Bartosik | 2011-07-13 | 2 | -0/+88 |
| | | |||||
* | | Add #command command to MeetBot - shows documentation for other commands | Joachim Filip Ignacy Bartosik | 2011-07-16 | 2 | -7/+39 |
|/ | |||||
* | Fix warning coming from outdated will_paginate gem | Joachim Filip Ignacy Bartosik | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Fix code that produced warnings when running rake tasks | Joachim Filip Ignacy Bartosik | 2011-07-13 | 2 | -2/+2 |
| | |||||
* | Show hint on timelimits format (on AgendaItem edit page) | Joachim Filip Ignacy Bartosik | 2011-07-13 | 4 | -19/+21 |
| | |||||
* | Add mysql gem dependency | Joachim Filip Ignacy Bartosik | 2011-07-13 | 2 | -0/+3 |
| | |||||
* | Test for multiple reminders | Joachim Filip Ignacy Bartosik | 2011-07-13 | 1 | -0/+13 |
| | |||||
* | Use hobo from git to make :null=>false default for some types of fields | Joachim Filip Ignacy Bartosik | 2011-07-11 | 9 | -59/+64 |
| | | | | | New version of hobo shows :datetime differently so some tests were updated. | ||||
* | Fix rake task for updating discussion times on AgendaItems | Joachim Filip Ignacy Bartosik | 2011-07-11 | 1 | -2/+1 |
| | |||||
* | Pull information on how long meeting took from Gentoo archives | Joachim Filip Ignacy Bartosik | 2011-07-11 | 14 | -8/+1597 |
| | |||||
* | Show community votes properly | Joachim Filip Ignacy Bartosik | 2011-07-06 | 9 | -16/+104 |
| | |||||
* | Distinguish votes made during council voting and community voice | Joachim Filip Ignacy Bartosik | 2011-07-06 | 5 | -8/+41 |
| | | | | | | | * Add council_vote to Vote model. * Users can create votes only with council_vote = false inside application. * Votes created from data from council meeting have council_vote = true. * Update council member vote after meeting if [s]he made one using web app. | ||||
* | Allow all users to vote | Joachim Filip Ignacy Bartosik | 2011-07-06 | 3 | -24/+52 |
| | |||||
* | Update selenium-webdriver | Petteri Räty | 2011-07-05 | 1 | -7/+6 |
| | | | | We need to update so that it works with Firefox 5. | ||||
* | Allow markdown in agenda item body | Joachim Filip Ignacy Bartosik | 2011-07-05 | 3 | -1/+4 |
| | | | | | Input is only one line high. This is fixed in newer hobo, but some other, more serious problems are introduced. | ||||
* | Merge remote-tracking branch 'github/bugfix' | Petteri Räty | 2011-07-05 | 10 | -16/+59 |
|\ | |||||
| * | Display buttons on Agenda item view page in cleaner way | Joachim Filip Ignacy Bartosik | 2011-07-05 | 5 | -3/+35 |
| | | |||||
| * | Show slacking status properly when there were no meetings yet. | Joachim Filip Ignacy Bartosik | 2011-07-05 | 2 | -0/+9 |
| | | |||||
| * | Agenda.current creates new agenda if needed | Joachim Filip Ignacy Bartosik | 2011-07-05 | 3 | -13/+15 |
| | | | | | | | | Removed agenda initializer as it is no longer needed. | ||||
* | | Application receives meeting log from IRC bot | Joachim Filip Ignacy Bartosik | 2011-06-27 | 4 | -2/+19 |
| | | |||||
* | | Bot posts log to the website | Joachim Filip Ignacy Bartosik | 2011-06-27 | 2 | -3/+4 |
|/ | |||||
* | Application receives data from bot | Joachim Filip Ignacy Bartosik | 2011-06-25 | 3 | -1/+47 |
| | |||||
* | Bot sends information about voting options changes to web application | Joachim Filip Ignacy Bartosik | 2011-06-25 | 5 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'github/time_limit' | Petteri Räty | 2011-06-25 | 8 | -18/+188 |
|\ | | | | | | | | | Conflicts: bot/tests/run_test.py | ||||
| * | Bot receives reminders from webapp | Joachim Filip Ignacy Bartosik | 2011-06-24 | 3 | -9/+32 |
| | | |||||
| * | Send timelimits to bot | Joachim Filip Ignacy Bartosik | 2011-06-24 | 5 | -10/+44 |
| | | |||||
| * | Add support for #timelimit (add|list|remove) commands | Joachim Filip Ignacy Bartosik | 2011-06-22 | 3 | -3/+116 |
| | |