]> asedeno.scripts.mit.edu Git - bluechips.git/shortlog
bluechips.git
2008-07-17 Evan BroderReconfigure some models for convenience
2008-07-16 Evan BroderDisplay all totals with currency formatting
2008-07-16 Evan BroderDisplay some aggregate numbers on spending
2008-07-16 Evan BroderTransfers weren't being totaled correctly
2008-07-16 Evan BroderUse the correct object for datetime.now
2008-07-16 Evan BroderChange from using sa.func.now to datetime.now
2008-07-16 Evan BroderChange lib/totals.py:debt to use new convention for...
2008-07-16 Evan BroderAnd output the outstanding debts on the home page
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 BroderActually set a meaningful value for model/__init__...
2008-07-16 Evan BroderImport NotAuthenticatedError for permissions checks
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 BroderWhen entering a split, only delete old splits from...
2008-07-16 Evan BroderAdd code to commit new transfers, set a flash message...
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-16 Evan BroderAdd the bare-bones CSS file from BlueRhapsody
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-16 Evan BroderAdd a FieldsDontMatch validator
2008-07-15 Evan BroderConvert REMOTE_USER to Unicode so SQLAlchemy stops...
2008-07-15 Evan BroderFor new expenditures, set the spender to the current...
2008-07-15 Evan BroderChange how widgets are included
2008-07-15 Evan BroderCorrect conversion of UserSelect field
2008-07-15 Evan BroderSmall indentation fix to model/__init__
2008-07-15 Evan BroderAdd current user to the WSGI environment
2008-07-15 Evan BroderFix typo in last commit
2008-07-15 Evan BroderAdd authkit dependency
2008-07-15 Evan BroderAdd middleware to test for users that are in the database
2008-07-15 Evan BroderThe development config doesn't need to be version contr...
2008-07-15 Evan BroderAdd shebang to setup.py so it can be executed directly
2008-07-15 Evan BroderRequire a description field on expenditures
2008-07-14 Evan BroderAdd a results page for after an expenditure is submitted
2008-07-14 Evan BroderIn case an expenditure is being re-split, delete old...
2008-07-14 Evan BroderFix model/types.py to import Decimal
2008-07-14 Evan BroderActually insert new expenditures
2008-07-14 Evan BroderAdd functions to automatically split up an expenditure
2008-07-14 Evan BroderSolve a multithreading issue with the UserSelect converter
2008-07-14 Evan BroderConvert dollar amounts to Decimals instead of floats
2008-07-14 Evan BroderAdd a function for easily updating SQLAlchemy record...
2008-07-14 Evan BroderChange the repr of Splits to match the new db structure.
2008-07-14 Evan BroderMove splits onto a separate page
2008-07-14 Evan BroderAdding more fields to the expenditure form
2008-07-14 Evan BroderAdd new action to spend controller for testing validation
2008-07-14 Evan BroderStore splits as straight currency instead of percentages
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderAdd a validator to the UserSelect dropdown
2008-07-13 Evan BroderI don't actually want to fight with two different databases
2008-07-13 Evan BroderFix some typos in the model
2008-07-13 Evan BroderRoutes components are Unicode strings, so fix the URL...
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-13 Evan BroderSetup basic templating; largely copied from BlueRhapsody
2008-07-13 Evan BroderExplicitly specify the primary join for transfer.{debto...
2008-07-13 Evan BroderSet setup.py executable so it can be run directly.
2008-07-13 Evan BroderDefine the model
2008-07-12 Evan BroderCopy over some changes to the stock template from BlueR...
2008-07-12 Evan BroderCreate Pylons app
2008-07-12 Evan BroderCreate project