Andromeda Yelton
7753c49656
James K. Polk did not actually write every book in our database
2011-11-07 11:58:48 -05:00
Andromeda Yelton
a1055a01aa
resolving merge conflicts
2011-11-07 11:06:01 -05:00
Andromeda Yelton
7635c1a701
fixing image display in search panel view
2011-11-07 11:04:09 -05:00
eric
9ba845ba6e
Merge branch 'master' of https://github.com/Gluejar/regluit
2011-11-07 10:48:16 -05:00
eric
609b829f5c
fixed missing style on support menu
2011-11-07 10:45:10 -05:00
Ed Summers
e3c2ee3498
Merge branch 'master' of github.com:Gluejar/regluit
2011-11-07 10:18:58 -05:00
Ed Summers
6fe1ad049c
pull in all premiums
2011-11-07 10:18:46 -05:00
Andromeda Yelton
eab72eb48a
Merge branch 'master' of github.com:Gluejar/regluit
2011-11-07 09:59:40 -05:00
Andromeda Yelton
46070801d6
changed search.html css to work with toggling (toggle toggle toggle)
2011-11-07 09:59:23 -05:00
Ed Summers
3bd3467152
need pass premiums to the template
2011-11-07 09:50:26 -05:00
eric
7c38ff7509
wired in setup_campaign
2011-11-06 18:56:33 -05:00
Andromeda Yelton
31b0fca4fe
Merge branch 'master' of github.com:Gluejar/regluit
2011-11-06 18:45:06 -05:00
Andromeda Yelton
852125ff8a
you can now toggle the supporter page between list and panel views. it's pretty badass.
2011-11-06 18:43:04 -05:00
Ed Summers
09fd66b107
need to pass premiums off to the work template if there is an active campaign
2011-11-06 18:38:33 -05:00
Ed Summers
997b771a6b
Merge branch 'master' of github.com:Gluejar/regluit
2011-11-06 17:44:56 -05:00
Ed Summers
214e1c5ff8
pull in premiums from the campaign
2011-11-06 17:44:50 -05:00
eric
66e6de0ffa
templatize campaignsetup; add last class to premium display
2011-11-06 17:33:11 -05:00
eric
e18a6dd98c
campaign display tweaks
2011-11-06 16:53:39 -05:00
Ed Summers
e76df1d76a
removed old work view and converted campaign view to work view
2011-11-06 16:46:46 -05:00
Andromeda Yelton
cba17474c9
refactoring CSS. now sitewide.css is part of base.html and other files should be applied as appropriate.
2011-11-06 16:16:23 -05:00
Andromeda Yelton
96a3039434
fixing bugs resulting from am addition of last_campaign method
2011-11-06 15:24:16 -05:00
thatandromeda
26280b9c75
needs to use last_campaign_status method, not last_campaign.status, lest last_campaign return None
2011-11-06 14:34:15 -05:00
thatandromeda
c948a6b090
fixing campaign status display
2011-11-06 14:32:29 -05:00
Andromeda Yelton
f428634bf7
adding campaign page with live data; working on ability to switch between list and panel views on supporter page
2011-11-06 14:02:29 -05:00
Andromeda Yelton
2dcf1dfbee
Merge branch 'master' of github.com:Gluejar/regluit
2011-11-03 16:30:36 -04:00
Andromeda Yelton
2c6a7e6f94
book panel view of supporter page now half-done; visible at /supporter2/username
2011-11-03 16:28:53 -04:00
Raymond Yee
91c3ccb0e7
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
...
Conflicts:
frontend/urls.py
2011-11-02 16:47:12 -07:00
Andromeda Yelton
0b891cc8b5
pages we need but do not yet have now link to stubs
2011-11-02 15:40:43 -04:00
Raymond Yee
6ddebadf87
Enough on goodreads for now.
2011-11-01 15:23:54 -07:00
Raymond Yee
fa1806759b
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
2011-11-01 14:24:18 -07:00
Raymond Yee
d6fc0b6230
Refining display of Goodreads import
2011-11-01 14:09:04 -07:00
Andromeda Yelton
c139e4dcfc
adding option for supporters to pledge anonymously
2011-11-01 17:08:09 -04:00
Andromeda Yelton
60f29fc98c
needed some exception handling
2011-11-01 16:21:38 -04:00
Raymond Yee
90cfdb9007
Added ability to clear wishlist
2011-11-01 10:41:39 -07:00
Andromeda Yelton
9e395e0a9f
converted all text-oriented pages to run on basedocumentation.html style template
2011-11-01 13:18:44 -04:00
Raymond Yee
6f1ebb3247
Embedding api_key and username to get a functioning API call into goodreads_display.html
2011-11-01 09:50:05 -07:00
Raymond Yee
f7ea58a602
Integrated Goodreads shelf loading to wishlist into UI
2011-10-31 17:26:05 -07:00
Raymond Yee
ed4ea516c2
Storing goodreads info in user.profile
2011-10-29 15:40:00 -07:00
Raymond Yee
76e37a88a9
In supporter page:
...
* setting tab3 as the active one by default
* first attempt to sort books into the proper tab (though it's not totally accurate to say that books with successful last campaigns are the only unglued books
2011-10-28 12:36:04 -07:00
Raymond Yee
a4dd33b047
Displaying some of the books from user shelf.
2011-10-25 16:07:44 -07:00
Raymond Yee
1aa6dff8f7
First pass at reading list of books from user
2011-10-25 14:20:10 -07:00
Raymond Yee
260a8ffa4d
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
2011-10-25 07:11:50 -07:00
eric
559ff63aa3
added homepage url and twitter id to user profile model and form; reverted signalling
...
relying on signals to ensure that there's always a profile record
turned out to be a bad idea; django social auth signals are poorly
architected for this; and so it doesn't work. Catching exceptions
worked just fine, so I went back to that. Homepage and twitter buttons
now show only if they've been entered in settings. Twitter handle works
with or without '@' entered.
2011-10-24 23:32:32 -04:00
Raymond Yee
7c645886bd
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
2011-10-24 18:53:23 -07:00
Raymond Yee
12c883e0f6
Provide a more precise link to where to deny access to unglue.it to Goodreads
2011-10-24 18:36:12 -07:00
Raymond Yee
809517e99a
Ooops...forgot other files I had actually changed.
2011-10-24 18:29:01 -07:00
Raymond Yee
299d3d1be3
First take on Goodreads integration.
...
Can get userid, username, and display shelves info
Using sessions to store user info right now.
2011-10-24 18:09:30 -07:00
eric
b1cce24154
using post_save signal to make sure every user has a profile
2011-10-24 13:36:26 -04:00
eric
e6216e35ac
creates a profile if there's not one already
2011-10-23 14:40:06 -04:00
Andromeda Yelton
246924c03f
still merging changes after internet librarian
2011-10-21 15:35:31 -04:00