aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README for the applicationHEADmasterJoachim Filip Ignacy Bartosik2011-08-033-0/+200
|
* Custom doodle-like featureJoachim Filip Ignacy Bartosik2011-08-0317-23/+188
|
* Make some more actions available only to council membersJoachim Filip Ignacy Bartosik2011-08-034-12/+29
| | | | Namely #nextitem, #previtem, #changeitem, #startvote, #endvote
* Improve MeetBot testsJoachim Filip Ignacy Bartosik2011-08-0311-130/+137
| | | | Keep long bot input and output sequences in separate files.
* Fix problem with passwords shown as open text during signupJoachim Filip Ignacy Bartosik2011-08-024-18/+31
|
* Add license informationJoachim Filip Ignacy Bartosik2011-08-0167-0/+1651
|
* Merge remote-tracking branch 'github/review'Petteri Räty2011-08-0126-54/+256
|\
| * Add and cleanup validationsJoachim Filip Ignacy Bartosik2011-08-014-5/+7
| |
| * Add line in site/app/models/proxy.rb for better readabilityJoachim Filip Ignacy Bartosik2011-08-011-0/+1
| |
| * A little cleanup in User classJoachim Filip Ignacy Bartosik2011-07-261-3/+2
| |
| * Use hobo scopes where possibleJoachim Filip Ignacy Bartosik2011-07-261-3/+3
| | | | | | | | Not Model.find :conditions => { ... }
| * Cleanup Agenda.update_voting_optionsJoachim Filip Ignacy Bartosik2011-07-262-12/+13
| |
| * Improve controller readabilityJoachim Filip Ignacy Bartosik2011-07-262-5/+5
| |
| * Improve testsJoachim Filip Ignacy Bartosik2011-07-269-24/+35
| | | | | | | | use :all_roles and :registered to make users in factory
| * Council members can approve summariesJoachim Filip Ignacy Bartosik2011-07-2612-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 fieldJoachim Filip Ignacy Bartosik2011-07-253-5/+18
| |
* | Show use hints for usersJoachim Filip Ignacy Bartosik2011-08-016-21/+41
| |
* | Improve front pageJoachim Filip Ignacy Bartosik2011-08-011-17/+16
| |
* | Fix failing supybot testJoachim Filip Ignacy Bartosik2011-07-251-4/+9
|/
* Improve tests coverageJoachim Filip Ignacy Bartosik2011-07-211-0/+10
|
* Merge remote-tracking branch 'github/seed'Petteri Räty2011-07-217-6/+98
|\
| * Use custom change in hobo to solve problem with db:reset taskJoachim Filip Ignacy Bartosik2011-07-212-1/+6
| |
| * Use factory_girl_rails, don't require factories manuallyJoachim Filip Ignacy Bartosik2011-07-166-8/+7
| |
| * Seed database for demosJoachim Filip Ignacy Bartosik2011-07-132-0/+88
| |
* | Add #command command to MeetBot - shows documentation for other commandsJoachim Filip Ignacy Bartosik2011-07-162-7/+39
|/
* Fix warning coming from outdated will_paginate gemJoachim Filip Ignacy Bartosik2011-07-131-1/+1
|
* Fix code that produced warnings when running rake tasksJoachim Filip Ignacy Bartosik2011-07-132-2/+2
|
* Show hint on timelimits format (on AgendaItem edit page)Joachim Filip Ignacy Bartosik2011-07-134-19/+21
|
* Add mysql gem dependencyJoachim Filip Ignacy Bartosik2011-07-132-0/+3
|
* Test for multiple remindersJoachim Filip Ignacy Bartosik2011-07-131-0/+13
|
* Use hobo from git to make :null=>false default for some types of fieldsJoachim Filip Ignacy Bartosik2011-07-119-59/+64
| | | | | New version of hobo shows :datetime differently so some tests were updated.
* Fix rake task for updating discussion times on AgendaItemsJoachim Filip Ignacy Bartosik2011-07-111-2/+1
|
* Pull information on how long meeting took from Gentoo archivesJoachim Filip Ignacy Bartosik2011-07-1114-8/+1597
|
* Show community votes properlyJoachim Filip Ignacy Bartosik2011-07-069-16/+104
|
* Distinguish votes made during council voting and community voiceJoachim Filip Ignacy Bartosik2011-07-065-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 voteJoachim Filip Ignacy Bartosik2011-07-063-24/+52
|
* Update selenium-webdriverPetteri Räty2011-07-051-7/+6
| | | | We need to update so that it works with Firefox 5.
* Allow markdown in agenda item bodyJoachim Filip Ignacy Bartosik2011-07-053-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äty2011-07-0510-16/+59
|\
| * Display buttons on Agenda item view page in cleaner wayJoachim Filip Ignacy Bartosik2011-07-055-3/+35
| |
| * Show slacking status properly when there were no meetings yet.Joachim Filip Ignacy Bartosik2011-07-052-0/+9
| |
| * Agenda.current creates new agenda if neededJoachim Filip Ignacy Bartosik2011-07-053-13/+15
| | | | | | | | Removed agenda initializer as it is no longer needed.
* | Application receives meeting log from IRC botJoachim Filip Ignacy Bartosik2011-06-274-2/+19
| |
* | Bot posts log to the websiteJoachim Filip Ignacy Bartosik2011-06-272-3/+4
|/
* Application receives data from botJoachim Filip Ignacy Bartosik2011-06-253-1/+47
|
* Bot sends information about voting options changes to web applicationJoachim Filip Ignacy Bartosik2011-06-255-1/+2
|
* Merge remote-tracking branch 'github/time_limit'Petteri Räty2011-06-258-18/+188
|\ | | | | | | | | Conflicts: bot/tests/run_test.py
| * Bot receives reminders from webappJoachim Filip Ignacy Bartosik2011-06-243-9/+32
| |
| * Send timelimits to botJoachim Filip Ignacy Bartosik2011-06-245-10/+44
| |
| * Add support for #timelimit (add|list|remove) commandsJoachim Filip Ignacy Bartosik2011-06-223-3/+116
| |