]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/templates/base.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / base.mako
2011-02-23 Ray SpethAdded UI for working with tags
2011-02-23 Ray SpethRemoved 'Delete' links from lists of expenditures ...
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-02-26 Evan BroderMake all resource URLs relative to the script_name...
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...
2009-11-13 Scott Torborgadded ability to switch back and forth between mobile...
2009-11-13 Scott TorborgMerge branch 'master' into mobile_interface
2009-11-13 Scott Torborgrenamed dashboard.png to status.png for consistency
2009-11-09 Evan BroderAdd a link to the expenditure/transfer delete pages...
2009-11-05 Scott Torborgadded interface to edit email address
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...
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-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-17 Evan BroderAdd navigation bar
2008-07-17 Evan BroderAdd history controller to display old transactions
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-13 Evan BroderSetup basic templating; largely copied from BlueRhapsody