fixed a typo in election controller in the edit_general_information method.
[selectricity] / app / models /
2008-05-29 <jlsharps@mit.edu>File upload system for custom skins almost complete.
2008-05-28 <jlsharps@mit.edu>In the middle of adding custom theme supports. Skin_pic...
2008-04-25 <mako@atdot.cc>two minor changes that fix bugs with the quickvote
2008-03-31 <mako@atdot.cc>merge from live
2008-02-19 <mako@atdot.cc>added first full working version of embeddable elections
2008-02-18 <mako@atdot.cc>merged back from production
2008-02-18 <mako@atdot.cc>added attachment_fu and made the set of changes
2008-02-15 <mako@atdot.cc>input license information so that the work can be under...
2008-02-06 <mako@atdot.cc>merged in support for full election results
2008-02-06 <mako@atdot.cc>added support for results for full elections
2008-01-31 <mako@atdot.cc>first (mostly) working version of full elections.
2008-01-31 <mako@atdot.cc>merged changed in from devel to activate voting in...
2007-09-05 <mako@atdot.cc>merged changes back from the production version
2007-09-05 <mako@atdot.cc>fixed rendering error with css
2007-09-05 <mako@atdot.cc>turned off memcache as it was causing trouble
2007-08-31 selectricityMerge from devel
2007-08-31 John DongMerge head
2007-08-31 <jlsharps@mit.edu>Added the forgot password functionality to the voters...
2007-08-30 John DongMerge jdong
2007-08-30 John DongMerge head
2007-08-30 John DongCommit memcache work. memcache is only enabled in produ...
2007-08-30 <jlsharps@mit.edu>Started modifying the results page for final appearnces.
2007-08-30 John DongMerge from head
2007-08-30 <jlsharps@mit.edu>Both quickvotes and full-size elections use the same...
2007-08-29 John DongGet head.
2007-08-29 <jlsharps@mit.edu>Created a partial to DRY the aja voting method. Modifie...
2007-08-29 John DongMerge jdong
2007-08-29 John DongFix testcases and also fix errors the testcase brought up
2007-08-29 John DongMerge from jdong
2007-08-29 John DongValidate usernames and passwords for accounts more...
2007-08-29 John DongMerge head
2007-08-29 <mako@atdot.cc>Updated quickvote creation to fix expanding and unexpan...
2007-08-29 John DongMerge jdong
2007-08-29 John DongFix rubydoc generation for the selectricity service.
2007-08-29 John DongMerge from jdong
2007-08-29 John DongFix a bug where quickvote displays name cant be blank...
2007-08-28 John DongMerge jdong
2007-08-28 John DongRename Selectricity API calls to more explicitly call...
2007-08-28 John DongMerge head
2007-08-24 <mako@atdot.cc>* refactored the system so that it keeps pictures in...
2007-08-23 <mako@atdot.cc>Big commit includes:
2007-08-23 <jlsharps@mit.edu>Allow custimizable graph sizes, to fit with newly modul...
2007-08-22 <jlsharps@mit.edu>Started Creation of "advanced" quickvote tab. Also...
2007-08-22 John DongMerge from head -- breakage
2007-08-22 John DongMerge from jdong
2007-08-21 <jlsharps@mit.edu>Made the results page 'modular,' and all the necessary...
2007-08-20 <jlsharps@mit.edu>Merged from Mako.
2007-08-17 John DongMerge head
2007-08-17 John DongMerge from jdong, XMLRPC changes and testcases
2007-08-17 John DongImprove consistency of XMLRPC error reporting. Now...
2007-08-17 John DongAlso expose voter's Session ID
2007-08-17 <jlsharps@mit.edu>Added Sparklines controller and dependency, see README...
2007-08-17 John DongMerge from jdong; all testcases should succeed at this...
2007-08-17 John DongFix validation of candidate names
2007-08-17 John DongFixed all triggerable DeprecationWarnings. BE ON LOOKOU...
2007-08-17 <mako@atdot.cc>Merged changes from jdong's branch into HEAD.
2007-08-17 John Dong* Validate that quickvote.name is not nil
2007-08-17 John DongCaught error from testcase! Quickvote creation errors...
2007-08-17 John DongAdd a way to get the votes list from a quickvote votes...
2007-08-17 <jlsharps@mit.edu>Merged from John.
2007-08-17 John DongThrow an ArgumentError if invalid election name is...
2007-08-17 John DongXMLRPC Vote Casting Validation:
2007-08-16 John DongAdd XMLRPC interface for creating new quickvotes
2007-08-16 John DongAdd XMLRPC API for getting an individual quickvote...
2007-08-16 John Donglist_quickvotes XMLRPC returns candidate ID's instead...
2007-08-16 John DongAdd XMLRPC call for getting a list of all QuickVotes
2007-08-16 <jlsharps@mit.edu>Merged from John's branch, includs a lot of IP lookup...
2007-08-16 John DongValidate that quickvote name is not an integer -- cause...
2007-08-16 John DongAdded XMLRPC API to obtain list of voters
2007-08-16 John Dong* Tighter validation, closed a number of crashes due...
2007-08-16 John DongFix crasher when nil is passed to ident_to_quickvote
2007-08-15 John DongMerge jdong
2007-08-15 John DongRecord "XMLRPC Request" in ipadress field of XML RPC...
2007-08-15 John DongRecord a junk IP address for XMLRPC'ers
2007-08-15 John DongMerge my branch, which properly implements casting...
2007-08-15 John DongMerge head
2007-08-15 John DongMerge head
2007-08-15 John DongMerge from head
2007-08-15 John DongCommit partial implementation of casting quickvotes...
2007-08-15 John DongXMLRPC: Add translator from candidate ID to names
2007-08-14 John DongMerge plurality fix
2007-08-14 John DongFix broken Plurality vote by removing a type check...
2007-08-14 John DongMerge jdong branch
2007-08-14 John Dong* Refactor candidate map over to its own API call
2007-08-14 John DongMerge from my devel branch
2007-08-14 John Dong* Changed XMLRPC API to use arrays of ID's to report...
2007-08-14 John DongRefactor the ident_to_quickvote method as a classmethod...
2007-08-14 John DongMerge refactor
2007-08-14 John DongRefactored quickvotes result calculator from the contro...
2007-08-14 John DongMerge my local branch, bring back xmlrpc
2007-08-14 John DongIntroduce XMLRPC API files. It is not currently functio...
2007-08-09 <jlsharps@mit.edu>Updated the "votes_per_day" method in graph controller...
2007-08-08 <mako@atdot.cc>Changed properties to remove unecessary exectables.
2007-08-07 <mako@atdot.cc>Modified QuickVote table to work by object type and...
2007-08-07 <jlsharps@mit.edu>The user model has been modified so that it stores...
2007-08-06 <jlsharps@mit.edu>Modified the methods in graphs controller so they would...
2007-08-04 <mako@atdot.cc>removed save line that was causing the new elections...
2007-08-04 <jlsharps@mit.edu> Well, it seems I forgot to add the acts_as_authenticat...
2007-07-31 <jlsharps@mit.edu>I have added the acts_as_authenticated plugin to code...
2007-07-18 <mako@atdot.cc>Updated the system to Rails 1.2.
next

Benjamin Mako Hill || Want to submit a patch?