]> asedeno.scripts.mit.edu Git - bluechips.git/shortlog
bluechips.git
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 BroderAdd split function that redistributes old percentages...
2008-07-25 Evan BroderAdd ToscaWidgets' valid function for when you don't...
2008-07-25 Evan BroderMove title into controller to encourage template reuse
2008-07-25 Evan BroderStop lazily loading anything to fix double-counting...
2008-07-25 Evan BroderAdd an __init__ method for Transfer objects
2008-07-25 Evan BroderAdd an __init__ method for Subitem objects
2008-07-25 Evan BroderAdd and use an __init__ method for Expenditure objects
2008-07-25 Evan BroderAdd and use an __init__ method for Split objects
2008-07-25 Evan BroderAdd and use an __init__ method for User objects
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-20 Evan BroderMake the distribution test actually do something
2008-07-20 Evan BroderAdd another test for testing uneven splits
2008-07-20 Evan BroderUse self.assert* functions in tests instead of normal...
2008-07-19 Evan BroderTest Currency.__str_no_dollar__
2008-07-19 Evan BroderChanging location of minus sign in Currency broke __str...
2008-07-19 Evan BroderAdd tests for Currency string conversion
2008-07-19 Evan BroderMove negative sign for Currency
2008-07-19 Evan BroderSuperSubclass isn't smart enough to do the __new__...
2008-07-19 Evan BroderPull more things into their own tests for Currency
2008-07-19 Evan BroderUse the right model module in package-level test setUp
2008-07-19 Evan BroderMore tests for the Currency type
2008-07-19 Evan BroderAdd an __init__.py for tests/model/
2008-07-19 Evan BroderStart writing tests for Currency objects
2008-07-19 Evan BroderSplit tests aren't testing a controller, so don't use...
2008-07-19 Evan BroderMake Currency objects (and others using the SuperSubcla...
2008-07-19 Evan BroderTest some predefined expenditures
2008-07-19 Evan BroderSupport specifying how many users/expenditures to create
2008-07-19 Evan BroderMove genereically useful functions out of specific modules
2008-07-19 Evan BroderRestructure to accurately reflect parent-child relations
2008-07-19 Evan BroderAttempt to test that splits are distributed evenly
2008-07-18 Evan BroderRename setup and teardown functions in test suite
2008-07-18 Evan BroderDon't multiple the pennies that need to be distributed...
2008-07-18 Evan BroderStart writing tests for splits
2008-07-18 Evan BroderKeep the entered_time fields as UTC stamps instead of local
2008-07-18 Evan BroderAdd some documentation to the Currency type
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderDon't import meta.Session directly; import meta instead
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-18 Evan BroderMove model classes into their own files
2008-07-18 Evan BroderMake the built-in tests actually pass
2008-07-18 Evan Broder"True" is not a valid where clause for sqlite
2008-07-18 Evan BroderTests against an in-memory database don't work; make...
2008-07-17 Evan BroderUse the fake authentication in the testing config
2008-07-17 Evan BroderBuild in fakeauth into the fake authkit.authenticate module
2008-07-17 Evan BroderWe're not i18ning anything else right now; drop the...
2008-07-17 Evan BroderUse the fake auth middleware if testing (in test.ini)
2008-07-17 Evan BroderCreate a fake auth midleware component for testing
2008-07-17 Evan BroderOnly display 10 most recent of each type of transaction...
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-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...
next