]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/controllers
We have pie charts.
[bluechips.git] / bluechips / controllers /
2011-02-23 Ray SpethWe have pie charts. master
2011-02-23 Alejandro R. SedeñoShow tags on expenditure deletion page
2011-02-23 Alejandro R. SedeñoTweak tag implementation
2011-02-23 Ray SpethMade default share for non-residents blank instead of 0
2011-02-23 Ray SpethAdded UI for working with tags
2011-02-23 Ray SpethTags that are associated with any expenditures are...
2011-02-23 Ray SpethNormalized the implementation of tags
2011-02-23 Ray SpethExpenditures can now be given a list of "tags"
2011-02-23 Ray SpethSet default share to 1
2011-02-23 Ray SpethAllow Splits to be mathematical expressions
2010-07-29 Evan BroderAlways list residents first, then sort by username.
2010-03-26 Ray SpethExpenditures require a description
2010-02-28 Evan BroderSession.save is dead. Long live Session.add.
2010-02-25 Evan BroderDon't let non-residents create new users.
2010-02-25 Evan BroderAdd a new /user action with pointers to the others.
2010-02-25 Evan BroderMove the e-mail form to /user/email
2010-02-25 Evan BroderAdd an action for registering a new user.
2010-01-06 Scott Torborgadded net owed/due row to settling transfers table
2009-11-13 Scott TorborgMerge branch 'master' into mobile_interface
2009-11-11 Scott Torborgbegan work on iphone-targeted web interface
2009-11-09 Evan BroderAdd an action for deleting transfers.
2009-11-09 Evan BroderAdd a new action for deleting expenditures.
2009-11-08 Scott Torborgadded XSRF protection to all forms and associated tests
2009-11-08 Evan BroderMerge remote branch 'storborg/master'
2009-11-08 Scott Torborgcleaning up code and improving test coverage
2009-11-07 Scott Torborgdon't need that check--formencode converts empty to None
2009-11-07 Scott Torborgset user settings title on user controller
2009-11-06 Scott Torborgif we GET to an update action, redirect to the edit action
2009-11-06 Scott Torborgrequire at least one non-zero share on an expenditure
2009-11-06 Scott Torborgwhoops, that update_split() call was unnecessary and...
2009-11-06 Scott Torborgfix error with zero-value expenditure
2009-11-06 Scott Torborgfixed split display so that it works with zero-value...
2009-11-06 Scott Torborgthrow a 404 when trying to edit an expenditure or trans...
2009-11-06 Scott Torborgconvert share to string before Decimal
2009-11-06 Scott Torborgfixed error page rendering
2009-11-05 Scott Torborgadded interface to edit email address
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-05 Scott Torborgshow different flash messages for created v. updated
2009-11-04 Scott Torborgadded more 'my share' scope to status dashboard
2009-11-04 Scott Torborgdefault to an even split among residents again
2009-11-04 Scott Torborgadded special Currency validator
2009-11-03 Scott Torborgfix transfer date validation issue
2009-11-03 Scott Torborgadd today as the default date for a transfer
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
2009-11-03 Scott Torborglittle performance tweaks
2009-11-03 Scott Torborgon the dashboard, show expenditures which the user...
2009-11-02 Scott Torborgfixed some issues resulting from upgrading sqlalchemy...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2008-07-25 Evan BroderAdd a form to change an expenditure's split
2008-07-25 Evan BroderAdd edit function for transfers
2008-07-25 Evan BroderAdd edit function for expenditures
2008-07-25 Evan BroderMove title into controller to encourage template reuse
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-18 Evan Broder"True" is not a valid where clause for sqlite
2008-07-17 Evan BroderOnly display 10 most recent of each type of transaction...
2008-07-17 Evan BroderDisplay user's transactions on home page
2008-07-17 Evan BroderAdd history controller to display old transactions
2008-07-16 Evan BroderDisplay some aggregate numbers on spending
2008-07-16 Evan BroderAnd output the outstanding debts on the home page
2008-07-16 Evan BroderReplace index page with index action of status controller
2008-07-16 Evan BroderChange spend controller to use flash messages
2008-07-16 Evan BroderRemember to commit when entering new transfers
2008-07-16 Evan BroderAdd code to commit new transfers, set a flash message...
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-15 Evan BroderFor new expenditures, set the spender to the current...
2008-07-14 Evan BroderAdd a results page for after an expenditure is submitted
2008-07-14 Evan BroderActually insert new expenditures
2008-07-14 Evan BroderAdd new action to spend controller for testing validation
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-12 Evan BroderCreate Pylons app