Ed Summers
|
b991c1d375
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-10 17:27:10 -04:00 |
Ed Summers
|
1b54ba5f6b
|
make sure there are some hits when adding a book by isbn
|
2011-10-10 17:26:38 -04:00 |
Ed Summers
|
b4583507d6
|
removed duplicate works until work deduping is working again
|
2011-10-10 17:25:55 -04:00 |
Raymond Yee
|
4803979af4
|
Change in bookloader in how to add book by isbn.
|
2011-10-10 14:11:28 -07:00 |
Raymond Yee
|
67a5731592
|
I had forgotten the migrations for fields to support Campaign.status -- they are included here.
Now, Campaign.current_total is a property holding current amount of $ pledged/authorized.
|
2011-10-10 13:56:53 -07:00 |
Ed Summers
|
461d813f6a
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-10 20:40:28 +00:00 |
Ed Summers
|
89277a5e34
|
use textfield instead of charfield(10000) since Amazon RDS does not like them
|
2011-10-10 20:40:19 +00:00 |
Raymond Yee
|
bb849f8dc8
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-10 13:37:43 -07:00 |
Raymond Yee
|
ca2fc9afdc
|
I've wrapped Campaign.status with a property decorator -- access campaign status as campaign.status not campaign.status() now.
|
2011-10-10 13:35:22 -07:00 |
Ed Summers
|
57fe5f2a4b
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-10 20:12:26 +00:00 |
Ed Summers
|
fc65877871
|
mysql really only needed for production install, and is a burden for sqlite development environments
|
2011-10-10 20:12:20 +00:00 |
Ed Summers
|
e25894d549
|
added X-Forwarded-For for gluejar.com for the moment
|
2011-10-10 15:57:12 -04:00 |
Ed Summers
|
21aa09d183
|
use Decimal for campaign target
|
2011-10-10 15:39:25 -04:00 |
Ed Summers
|
f701cda168
|
need a jenkins settings file with a googlebooks api key for the tests to pass
|
2011-10-10 13:26:00 -04:00 |
Ed Summers
|
c0f4ad11c3
|
merged upstream changes
|
2011-10-10 13:09:00 -04:00 |
Ed Summers
|
70a620b27f
|
moved to using googlebooks api for data. required moving authors and subjects to be associated to editions, since we google books does not have a notion of a work
|
2011-10-10 12:57:10 -04:00 |
Raymond Yee
|
84409507da
|
Merge branch 'campaign_model' of github.com:Gluejar/regluit
|
2011-10-10 08:07:25 -07:00 |
Ed Summers
|
4e65134ab1
|
no need for commented out imports, eh
|
2011-10-09 15:17:43 -04:00 |
Ed Summers
|
a905d6c820
|
added test of required fields for Campaign
|
2011-10-09 14:48:03 -04:00 |
Ed Summers
|
90859811a9
|
simplified some things since the database schema does not allow for campaigns that lack a name, description or work
|
2011-10-09 14:27:27 -04:00 |
Raymond Yee
|
711546f414
|
First pass at incorporating status into Campaign
|
2011-10-07 20:11:57 -07:00 |
Raymond Yee
|
c7ac36b9fc
|
query_campaign repeated twice -- second one is query_list
|
2011-10-07 14:19:43 -07:00 |
Raymond Yee
|
68b94f768f
|
Changes in progress to the model
|
2011-10-07 14:17:54 -07:00 |
Raymond Yee
|
ac7deebf9a
|
I had missed some settings that needed to be obtained from django.conf.settings
|
2011-10-07 09:53:30 -07:00 |
Raymond Yee
|
0ffa43b870
|
Merge branch 'master' of github.com:Gluejar/regluit into tastypie2
|
2011-10-07 09:15:15 -07:00 |
Ed Summers
|
f9375dcea1
|
doc changes
|
2011-10-07 10:06:16 -03:00 |
Ed Summers
|
94b5217f88
|
Edited README.md via GitHub
|
2011-10-07 10:03:54 -03:00 |
Ed Summers
|
d7f2101166
|
production apache and mod_wsgi configs
|
2011-10-07 03:14:29 +00:00 |
Ed Summers
|
fa855e81bf
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-07 03:13:46 +00:00 |
Ed Summers
|
939b76b355
|
added production notes
|
2011-10-06 23:13:31 -04:00 |
Ed Summers
|
30a51f9f68
|
need msyql client
|
2011-10-07 02:35:36 +00:00 |
Ed Summers
|
002d9c807d
|
ignore virtualenv
|
2011-10-07 02:35:10 +00:00 |
Ed Summers
|
e130cb10ae
|
needed this default value for the migration to work properly on a clean database
|
2011-10-07 02:34:46 +00:00 |
Ed Summers
|
1a12a18196
|
added git to dependencies
|
2011-10-06 22:20:21 -03:00 |
Raymond Yee
|
cdc02e8c6e
|
Some parameters defined in django.conf.settings had to set accordingly
|
2011-10-06 16:10:20 -07:00 |
Raymond Yee
|
bec7ca3645
|
Merge branch 'master', remote branch 'origin'
|
2011-10-06 09:05:59 -07:00 |
thatandromeda
|
5488052b54
|
Edited README.md via GitHub
|
2011-10-06 12:08:42 -03:00 |
Ed Summers
|
6e53fd409f
|
wrote a script to look for what main settings variables are used in payment app, and couldn't find any.
|
2011-10-05 23:53:06 -04:00 |
Ed Summers
|
8f9a03c94f
|
django.conf.settings should be used to get at the settings, not regluit.settings.me which could very well change depending on what environment regluit is configured to run in
|
2011-10-05 22:53:51 -04:00 |
Ed Summers
|
bfd1d85264
|
need an empty models module for api to be treated like a legit django app that can be tested
|
2011-10-05 22:30:49 -04:00 |
Ed Summers
|
d7630605e5
|
django-profiles is actually needed, currently
|
2011-10-05 22:30:04 -04:00 |
Raymond Yee
|
d67d77a9a0
|
Changed currency amounts to DecimalField in core and payment
Added south migrations to payment
Changed print statements to logger.info in payment
Added primitive paymentcomplete page in payment
|
2011-10-05 17:56:20 -07:00 |
Raymond Yee
|
82fb8c2c72
|
Merge branch 'master' of github.com:Gluejar/regluit into tastypie2
Conflicts:
payment/views.py
requirements.pip
|
2011-10-04 15:19:08 -07:00 |
Raymond Yee
|
88f9fc6a1d
|
This commit is not complete but I want to do so as a stepping stone.
|
2011-10-04 15:12:59 -07:00 |
Ed Summers
|
6a8c68f1c8
|
missing selenium requirements
|
2011-10-04 20:43:36 +00:00 |
Andromeda Yelton
|
e80e19e47b
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-10-04 16:19:11 -04:00 |
Andromeda Yelton
|
5f411e49e0
|
converting css to a less system to improve maintainability. see http://lesscss.org/
|
2011-10-04 16:18:59 -04:00 |
Jason
|
59ba9db4f6
|
Adding basic selenium powered unit tests for payments
|
2011-10-04 07:55:39 -04:00 |
Ed Summers
|
8175ea14f8
|
django-jenkins seems to use a whole lot of cpu and memory on ec2, to the point where it gets killed sometimes :-(
|
2011-10-04 01:03:12 -04:00 |
Ed Summers
|
bc67cf937b
|
try running regluit tests only w/ django-jenkins
|
2011-10-03 23:57:57 -04:00 |