]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/templates
require at least one non-zero share on an expenditure
[bluechips.git] / bluechips / templates /
2009-11-06 Scott Torborgfixed split display so that it works with zero-value...
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-04 Scott Torborguse real names for transfer list, for consistency
2009-11-04 Scott Torborgcleaned up status page a bit
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 Torborgcleaned up some issues with validation errors being...
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
2009-11-03 Scott Torborgadded a 'My Share' column to lists of expenditures
2009-11-03 Scott Torborgwhoops, there was already user in request.environ
2009-11-03 Scott Torborgstyle flash messages more obviously
2009-11-03 Scott Torborgemphasize transactions that the logged-in user is part...
2009-11-03 Scott Torborgbig interface overhaul, doesn't really add any new...
2009-11-02 Scott Torborgdon't escape widget forms when they are rendered
2008-07-25 Evan BroderFix wrong exception in split edit template
2008-07-25 Evan BroderAdd a link to the split edit page from the expenditure...
2008-07-25 Evan BroderAdd a form to change an expenditure's split
2008-07-25 Evan BroderFix indentation on base template
2008-07-25 Evan BroderMove common title generating code into base template
2008-07-25 Evan BroderMake navigation links work with edit pages
2008-07-25 Evan BroderAdd edit links for transfers and expenditures
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-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-17 Evan BroderAdd navigation bar
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 all totals with currency formatting
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 BroderChange spend controller to use flash messages
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-15 Evan BroderFor new expenditures, set the spender to the current...
2008-07-15 Evan BroderChange how widgets are included
2008-07-14 Evan BroderAdd a results page for after an expenditure is submitted
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-13 Evan BroderSetup basic templating; largely copied from BlueRhapsody