]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/controllers/spend.py
Tweak tag implementation
[bluechips.git] / bluechips / controllers / spend.py
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 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
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-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-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 Torborgdefault to an even split among residents again
2009-11-04 Scott Torborgadded special Currency validator
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
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 expenditures
2008-07-25 Evan BroderMove title into controller to encourage template reuse
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-16 Evan BroderChange spend controller to use flash messages
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