Cleaned up some of the test cases.
[selectricity-live] / app /
2007-08-17 John DongMerge from jdong
2007-08-17 John DongFix more DeprecationWarnings
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 John DongAdd Google Map of voters
2007-08-16 John DongMerge Justin
2007-08-16 <jlsharps@mit.edu>Merged from John's branch, includs a lot of IP lookup...
2007-08-16 <jlsharps@mit.edu>The defeats lsit partial contains the display logic...
2007-08-16 John DongAdd nil-guards to the graphs
2007-08-16 John DongDisplay IP address on unresolvable hosts
2007-08-16 John DongAdd ability to parse RIPE WHOIS too
2007-08-16 John Dong* Display DNS instead of IP address
2007-08-16 John DongHTML escape description to prevent code injection onto...
2007-08-16 John DongDisallow identical candidates to be added to a quickvot...
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 DongUse WHOIS to search up meaningful organizational data...
2007-08-16 John DongAlso a part of the previous commit
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 from jdong
2007-08-15 John DongMerge from Justin
2007-08-15 <jlsharps@mit.edu>Modified graphs to ahve a 4 color scheme, but it isn...
2007-08-15 John DongDisplay same in hostname and IP when IP lookup fails
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-14 <mako@atdot.cc>Changed quickvotes so that they take an identifier...
2007-08-14 <mako@atdot.cc>fixed the optional/required snafu on the quickvote...
2007-08-14 <jlsharps@mit.edu>Fixed choices_positions to use GruffGraff class. Initia...
2007-08-14 <jlsharps@mit.edu>Added the choices position and get_posititons_info...
2007-08-11 <mako@atdot.cc>Fixed a bug in the graph library.
2007-08-11 <mako@atdot.cc>Fixed minor bug in the scruffy code.
2007-08-11 <mako@atdot.cc>Refactored code to move it to a more object oriented...
2007-08-10 <jlsharps@mit.edu>Removed the Gruff plugin from vendor/plugins. It seems...
2007-08-10 <jlsharps@mit.edu>Added a new bar graph, that counts how many points...
2007-08-09 <jlsharps@mit.edu>Removed the two methods from Application controller...
2007-08-09 <jlsharps@mit.edu>Updated the "votes_per_day" method in graph controller...
2007-08-08 <mako@atdot.cc>* Renamed graphs_controller to graph_controller.
2007-08-08 <mako@atdot.cc>Renamed CSS and layout to move from the old name (HC...
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-07 <jlsharps@mit.edu>Changed the Selectricity header into a link, and modifi...
2007-08-06 <jlsharps@mit.edu>Modified the methods in graphs controller so they would...
2007-08-04 <jlsharps@mit.edu>Removed the breakpointer from the quickvote create...
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.
2007-07-18 <mako@atdot.cc>changed properties and the name of hyperchad to selectr...
2007-03-30 <mako@atdot.cc>Variety of small changes (mostly to properties) plus...
2006-10-17 <mako@atdot.cc>added links to hyperchad anywhere
2006-10-16 <mako@atdot.cc>tiny fix
2006-10-16 <mako@atdot.cc>Added a list of recent votes to the homepage.
2006-10-16 <mako@atdot.cc>A series of cosmetic improvements to quickvoting and...
2006-10-16 <mako@atdot.cc>small number of cosmetic fixes to quickvotes and a...
2006-10-14 <mako@atdot.cc>added support for drag and drop preferential quick...
2006-10-14 <mako@atdot.cc>Added the ability to do ajax adding of candidates so...
2006-10-13 <mako@atdot.cc>a long variety of improvements and tweaks
2006-10-12 <mako@atdot.cc>rebranded from votingbooth to hyperchad
2006-10-12 <mako@atdot.cc>minor cosmetic changes to the front page
2006-10-12 <mako@atdot.cc>Made a large number of mostly cosmetic fixes after...
2006-10-12 <mako@atdot.cc>working quickvote support created
2006-10-11 <mako@atdot.cc>Added support for voting in QuickVotes.
2006-10-11 <mako@atdot.cc>Added initial support fo QuickVotes. There is support...
next

Benjamin Mako Hill || Want to submit a patch?