]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/templates
We have pie charts.
[bluechips.git] / bluechips / templates /
2011-02-23 Ray SpethWe have pie charts. master
2011-02-23 Alejandro R. SedeñoMade default share for non-residents blank instead...
2011-02-23 Alejandro R. SedeñoAdd tags to expenditures on mobile interface
2011-02-23 Alejandro R. SedeñoShow tags on expenditure deletion page
2011-02-23 Alejandro R. SedeñoTweak tag implementation
2011-02-23 Ray SpethAdded UI for working with tags
2011-02-23 Ray SpethRemoved 'Delete' links from lists of expenditures ...
2011-02-23 Ray SpethExpenditures can now be given a list of "tags"
2011-01-03 Evan BroderDrop the superfluous id=None query args
2010-03-27 Evan BroderBe sure flash messages are strings before displaying them.
2010-03-26 Alejandro R. Sedeñoload main.css from the right path
2010-03-26 Alejandro R. SedeñoRight align total debit/credit on status pages
2010-03-26 Alejandro R. SedeñoAdd total debit/credit to mobile interface
2010-03-26 Alejandro R. SedeñoRight align transfers in mobile interface
2010-03-26 Alejandro R. Sedeñoload mobile javascript from the right path
2010-03-26 Ray Speth"Delete Transfer" page now displays user names instead...
2010-03-26 Ray SpethChanged currency fields to be right-aligned.
2010-03-26 Ray SpethAdded javascript to calculate the dollar value of each...
2010-02-26 Evan BroderMake all resource URLs relative to the script_name...
2010-02-25 Evan BroderAdd a new /user action with pointers to the others.
2010-02-25 Evan BroderMove the e-mail form to /user/email
2010-02-25 Evan BroderAdd an action for registering a new user.
2010-02-01 Evan BroderUse jqueryui instead of some non-core date picker module.
2010-02-01 Evan BroderDon't wait until the end of the page load to get javasc...
2010-02-01 Evan BroderUse ajax.googleapis.com for jQuery instead of hosting...
2010-01-06 Scott Torborgadded net owed/due row to settling transfers table
2009-11-13 Scott Torborgadded orientation changing interface
2009-11-13 Scott Torborgadded apple touch startup icon
2009-11-13 Scott Torborgadded ability to switch back and forth between mobile...
2009-11-13 Scott Torborgmore refinements to the iphone targeted interface,...
2009-11-13 Scott TorborgMerge branch 'master' into mobile_interface
2009-11-13 Scott Torborgrenamed dashboard.png to status.png for consistency
2009-11-11 Scott Torborgbegan work on iphone-targeted web interface
2009-11-09 Evan BroderAdd a link to the expenditure/transfer delete pages...
2009-11-09 Evan BroderAdd an action for deleting transfers.
2009-11-09 Evan BroderAdd a new action for deleting expenditures.
2009-11-08 Scott Torborgadded XSRF protection to all forms and associated tests
2009-11-06 Scott Torborgfixed split display so that it works with zero-value...
2009-11-06 Scott Torborgfixed error page rendering
2009-11-05 Scott Torborgadded interface to edit email address
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
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 Torborgdefault to an even split among residents again
2009-11-04 Scott Torborgcleaned up some issues with validation errors being...
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
2009-11-03 Scott Torborgadded a 'My Share' column to lists of expenditures
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 Torborgdon't escape widget forms when they are rendered
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 BroderMove title into controller to encourage template reuse
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
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-16 Evan BroderDisplay all totals with currency formatting
2008-07-16 Evan BroderDisplay some aggregate numbers on spending
2008-07-16 Evan BroderAnd output the outstanding debts on the home page
2008-07-16 Evan BroderChange spend controller to use flash messages
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-15 Evan BroderFor new expenditures, set the spender to the current...
2008-07-15 Evan BroderChange how widgets are included
2008-07-14 Evan BroderAdd a results page for after an expenditure is submitted
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-13 Evan BroderSetup basic templating; largely copied from BlueRhapsody