]> asedeno.scripts.mit.edu Git - bluechips.git/shortlog
bluechips.git
2009-11-07 Scott Torborgdon't need support for smtp auth
2009-11-07 Scott Torborgadded test for user controller
2009-11-07 Scott Torborgdon't need that check--formencode converts empty to None
2009-11-07 Scott Torborgset user settings title on user controller
2009-11-06 Scott Torborgif we GET to an update action, redirect to the edit action
2009-11-06 Scott Torborgrequire at least one non-zero share on an expenditure
2009-11-06 Scott Torborgdon't enter a non-zero currency amount
2009-11-06 Scott Torborgwhoops, that update_split() call was unnecessary and...
2009-11-06 Scott Torborgfix error with zero-value expenditure
2009-11-06 Scott Torborgif user is spender, they are always involved in an...
2009-11-06 Scott Torborgfixed split display so that it works with zero-value...
2009-11-06 Scott Torborgthrow a 404 when trying to edit an expenditure or trans...
2009-11-06 Scott Torborgconvert share to string before Decimal
2009-11-06 Scott Torborgfixed error page rendering
2009-11-05 Scott Torborgadded mailer module to setup.py deps
2009-11-05 Scott Torborgfix tests and make them more resilient
2009-11-05 Scott Torborgadded interface to edit email address
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-05 Scott Torborgshow different flash messages for created v. updated
2009-11-05 Scott Torborgmore model unit tests
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 Torborgignore .coverage
2009-11-04 Scott Torborgdefault to an even split among residents again
2009-11-04 Scott Torborgadded more model unit tests
2009-11-04 Scott Torborggot rid of unused bluechips() helper
2009-11-04 Scott Torborgfleshed out functional tests more
2009-11-04 Scott Torborgbetter middleware configuration to test for correctness
2009-11-04 Scott Torborgno reason to use debug mode when testing
2009-11-04 Scott Torborgadded more comprehensive tests of transfer creating...
2009-11-04 Scott Torborgstripped out trailing slash stuff and fixed routes...
2009-11-04 Scott Torborgadded special Currency validator
2009-11-04 Scott Torborgcleaned up some issues with validation errors being...
2009-11-03 Scott Torborgfix transfer date validation issue
2009-11-03 Scott Torborgadd today as the default date for a transfer
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
2009-11-03 Scott Torborglittle performance tweaks
2009-11-03 Scott Torborgadded a 'My Share' column to lists of expenditures
2009-11-03 Scott Torborgon the dashboard, show expenditures which the user...
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 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...
next