]> asedeno.scripts.mit.edu Git - bluechips.git/shortlog
bluechips.git
2009-11-03 Scott Torborgbig interface overhaul, doesn't really add any new...
2009-11-02 Scott Torborguse python's locale stuff for currency formatting
2009-11-02 Scott Torborgfixed some issues resulting from upgrading sqlalchemy...
2009-11-02 Scott Torborgdon't escape widget forms when they are rendered
2009-11-02 Scott Torborguse pylons.templating instead of tw render function
2009-11-02 Scott Torborgadded temp data/ dir to gitignores
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2009-07-28 Evan BroderMerge branch 'master' into fix-authz
2009-07-28 Evan BroderWhen settling debts, always re-sort the debt list after...
2009-06-08 Evan BroderMerge branch 'master' into fix-authz
2009-06-08 Evan BroderWhen ordering expenditures and transfers, by default...
2009-06-07 Evan BroderAdd a note in the deployment.ini template about the...
2009-06-07 Evan BroderRevert "Fix the random 403 bug." Trying to pass the...
2009-06-04 Evan BroderFix the random 403 bug.
2009-06-03 Evan BroderTry a different approach to catching non-existant users.
2009-05-31 Evan BroderAdd a .gitignore.
2009-05-31 Evan BroderAdd a test for negative expenditures.
2009-05-31 Evan BroderAllow for negative expenditures.
2009-05-30 Evan BroderWhen splitting up an expenditure, if subtracting pennie...
2009-05-30 Evan BroderWhy don't we stick that code block in only once?
2009-05-30 Evan BroderFix a long-standing bug in handing splits.
2009-04-25 Evan BroderApparently authkit.authorize still thinks it needs...
2009-04-23 Evan BroderDon't add debits for users who have a share of 0
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 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
next