]> asedeno.scripts.mit.edu Git - bluechips.git/log
bluechips.git
16 years agoAdd authkit dependency
Evan Broder [Tue, 15 Jul 2008 05:13:26 +0000 (05:13 +0000)]
Add authkit dependency

16 years agoAdd middleware to test for users that are in the database
Evan Broder [Tue, 15 Jul 2008 05:09:46 +0000 (05:09 +0000)]
Add middleware to test for users that are in the database

16 years agoThe development config doesn't need to be version controlled.
Evan Broder [Tue, 15 Jul 2008 04:15:59 +0000 (04:15 +0000)]
The development config doesn't need to be version controlled.

Yeah, sure, I know it's in the history.

16 years agoAdd shebang to setup.py so it can be executed directly
Evan Broder [Tue, 15 Jul 2008 00:15:16 +0000 (00:15 +0000)]
Add shebang to setup.py so it can be executed directly

16 years agoRequire a description field on expenditures
Evan Broder [Tue, 15 Jul 2008 00:10:04 +0000 (00:10 +0000)]
Require a description field on expenditures

16 years agoAdd a results page for after an expenditure is submitted
Evan Broder [Mon, 14 Jul 2008 15:23:14 +0000 (15:23 +0000)]
Add a results page for after an expenditure is submitted

16 years agoIn case an expenditure is being re-split, delete old split data
Evan Broder [Mon, 14 Jul 2008 06:14:28 +0000 (06:14 +0000)]
In case an expenditure is being re-split, delete old split data

16 years agoFix model/types.py to import Decimal
Evan Broder [Mon, 14 Jul 2008 06:14:21 +0000 (06:14 +0000)]
Fix model/types.py to import Decimal

16 years agoActually insert new expenditures
Evan Broder [Mon, 14 Jul 2008 06:14:14 +0000 (06:14 +0000)]
Actually insert new expenditures

16 years agoAdd functions to automatically split up an expenditure
Evan Broder [Mon, 14 Jul 2008 06:14:06 +0000 (06:14 +0000)]
Add functions to automatically split up an expenditure

16 years agoSolve a multithreading issue with the UserSelect converter
Evan Broder [Mon, 14 Jul 2008 06:13:58 +0000 (06:13 +0000)]
Solve a multithreading issue with the UserSelect converter

16 years agoConvert dollar amounts to Decimals instead of floats
Evan Broder [Mon, 14 Jul 2008 06:13:50 +0000 (06:13 +0000)]
Convert dollar amounts to Decimals instead of floats

16 years agoAdd a function for easily updating SQLAlchemy record objects
Evan Broder [Mon, 14 Jul 2008 06:13:41 +0000 (06:13 +0000)]
Add a function for easily updating SQLAlchemy record objects

16 years agoChange the repr of Splits to match the new db structure.
Evan Broder [Mon, 14 Jul 2008 06:13:34 +0000 (06:13 +0000)]
Change the repr of Splits to match the new db structure.

16 years agoMove splits onto a separate page
Evan Broder [Mon, 14 Jul 2008 06:13:26 +0000 (06:13 +0000)]
Move splits onto a separate page

16 years agoAdding more fields to the expenditure form
Evan Broder [Mon, 14 Jul 2008 06:13:17 +0000 (06:13 +0000)]
Adding more fields to the expenditure form

16 years agoAdd new action to spend controller for testing validation
Evan Broder [Mon, 14 Jul 2008 06:13:09 +0000 (06:13 +0000)]
Add new action to spend controller for testing validation

16 years agoStore splits as straight currency instead of percentages
Evan Broder [Mon, 14 Jul 2008 06:13:02 +0000 (06:13 +0000)]
Store splits as straight currency instead of percentages

16 years agoRounding currency values is useful; make it a helper
Evan Broder [Mon, 14 Jul 2008 06:12:49 +0000 (06:12 +0000)]
Rounding currency values is useful; make it a helper

16 years agoAdd a validator to the UserSelect dropdown
Evan Broder [Sun, 13 Jul 2008 18:43:13 +0000 (18:43 +0000)]
Add a validator to the UserSelect dropdown

Converts back and forth between a SQLAlchemy object and the numeric ID

16 years agoI don't actually want to fight with two different databases
Evan Broder [Sun, 13 Jul 2008 18:43:05 +0000 (18:43 +0000)]
I don't actually want to fight with two different databases

16 years agoFix some typos in the model
Evan Broder [Sun, 13 Jul 2008 18:43:00 +0000 (18:43 +0000)]
Fix some typos in the model

16 years agoRoutes components are Unicode strings, so fix the URL universalizer
Evan Broder [Sun, 13 Jul 2008 18:42:53 +0000 (18:42 +0000)]
Routes components are Unicode strings, so fix the URL universalizer

16 years agoCreate controller for entering expenditures
Evan Broder [Sun, 13 Jul 2008 14:57:40 +0000 (14:57 +0000)]
Create controller for entering expenditures

16 years agoSetup basic templating; largely copied from BlueRhapsody
Evan Broder [Sun, 13 Jul 2008 14:57:27 +0000 (14:57 +0000)]
Setup basic templating; largely copied from BlueRhapsody

16 years agoExplicitly specify the primary join for transfer.{debtor,creditor}
Evan Broder [Sun, 13 Jul 2008 14:57:19 +0000 (14:57 +0000)]
Explicitly specify the primary join for transfer.{debtor,creditor}

16 years agoSet setup.py executable so it can be run directly.
Evan Broder [Sun, 13 Jul 2008 02:48:01 +0000 (02:48 +0000)]
Set setup.py executable so it can be run directly.

16 years agoDefine the model
Evan Broder [Sun, 13 Jul 2008 02:47:54 +0000 (02:47 +0000)]
Define the model

16 years agoCopy over some changes to the stock template from BlueRhapsody
Evan Broder [Sat, 12 Jul 2008 23:31:34 +0000 (23:31 +0000)]
Copy over some changes to the stock template from BlueRhapsody

16 years agoCreate Pylons app
Evan Broder [Sat, 12 Jul 2008 23:31:22 +0000 (23:31 +0000)]
Create Pylons app

16 years agoCreate project
Evan Broder [Sat, 12 Jul 2008 23:00:30 +0000 (23:00 +0000)]
Create project