]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/lib
We have pie charts.
[bluechips.git] / bluechips / lib /
2011-02-23 Ray SpethWe have pie charts. master
2011-01-03 Evan BroderEnable mobile site for Android
2010-11-21 Evan BroderWork around a webhelpers/Pylons incompatibility
2010-11-21 Evan BroderUpdate BlueChips for WebHelpers 1.0 and beyond
2010-07-29 Evan BroderAlways list residents first, then sort by username.
2010-03-26 Alejandro R. SedeñowebOS devices are mobile devices
2010-02-25 Evan BroderDon't let non-residents create new users.
2010-01-10 Evan BroderDo summations in SQL, not Python.
2009-11-13 Scott Torborgdon't show the 'use mobile interface' link if that...
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-11 Scott Torborgbegan work on iphone-targeted web interface
2009-11-09 Scott Torborgadded basic auth middleware into the stack, so if no...
2009-11-08 Scott Torborgadded XSRF protection to all forms and associated tests
2009-11-08 Scott TorborgMerge remote branch 'ebroder/master'
2009-11-08 Scott Torborgadded some tests for settle()
2009-11-08 Evan BroderMerge remote branch 'storborg/master'
2009-11-08 Scott Torborgmore misc test coverage
2009-11-08 Scott Torborgmore test coverage
2009-11-08 Scott Torborgcleaning up code and improving test coverage
2009-11-06 Scott Torborgif we GET to an update action, redirect to the edit action
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-04 Scott Torborggot rid of unused bluechips() helper
2009-11-04 Scott Torborgstripped out trailing slash stuff and fixed routes...
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 Torborgwhoops, there was already user in request.environ
2009-11-03 Scott Torborgemphasize transactions that the logged-in user is part...
2009-11-02 Scott Torborguse pylons.templating instead of tw render function
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-03 Evan BroderTry a different approach to catching non-existant users.
2009-04-25 Evan BroderApparently authkit.authorize still thinks it needs...
2008-07-25 Evan BroderAdd ToscaWidgets' valid function for when you don't...
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-19 Evan BroderSuperSubclass isn't smart enough to do the __new__...
2008-07-19 Evan BroderMake Currency objects (and others using the SuperSubcla...
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-17 Evan BroderBuild in fakeauth into the fake authkit.authenticate module
2008-07-17 Evan BroderCreate a fake auth midleware component for testing
2008-07-16 Evan BroderTransfers weren't being totaled correctly
2008-07-16 Evan BroderChange lib/totals.py:debt to use new convention for...
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 BroderImport NotAuthenticatedError for permissions checks
2008-07-16 Evan BroderWhen entering a split, only delete old splits from...
2008-07-16 Evan BroderAdd support for Rails-like flash messages
2008-07-15 Evan BroderConvert REMOTE_USER to Unicode so SQLAlchemy stops...
2008-07-15 Evan BroderAdd current user to the WSGI environment
2008-07-15 Evan BroderAdd middleware to test for users that are in the database
2008-07-14 Evan BroderIn case an expenditure is being re-split, delete old...
2008-07-14 Evan BroderAdd functions to automatically split up an expenditure
2008-07-14 Evan BroderAdd a function for easily updating SQLAlchemy record...
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderRoutes components are Unicode strings, so fix the URL...
2008-07-12 Evan BroderCopy over some changes to the stock template from BlueR...
2008-07-12 Evan BroderCreate Pylons app