]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/lib
Add navigation bar
[bluechips.git] / bluechips / lib /
2008-07-16 Evan BroderTransfers weren't being totaled correctly
2008-07-16 Evan BroderChange lib/totals.py:debt to use new convention for...
2008-07-16 Evan BroderOnly export the debt and settle functions in lib/totals.py
2008-07-16 Evan BroderExpect the debts as an argument in settle (for efficiency)
2008-07-16 Evan BroderAdd bluechips.lib.totals:settle - outputs transfers...
2008-07-16 Evan BroderStart working towards calculating the system state...
2008-07-16 Evan BroderImport NotAuthenticatedError for permissions checks
2008-07-16 Evan BroderWhen entering a split, only delete old splits from...
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-15 Evan BroderConvert REMOTE_USER to Unicode so SQLAlchemy stops...
2008-07-15 Evan BroderAdd current user to the WSGI environment
2008-07-15 Evan BroderAdd middleware to test for users that are in the database
2008-07-14 Evan BroderIn case an expenditure is being re-split, delete old...
2008-07-14 Evan BroderAdd functions to automatically split up an expenditure
2008-07-14 Evan BroderAdd a function for easily updating SQLAlchemy record...
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderRoutes components are Unicode strings, so fix the URL...
2008-07-12 Evan BroderCopy over some changes to the stock template from BlueR...
2008-07-12 Evan BroderCreate Pylons app