Commit Graph

143 Commits (e130cb10ae7095df44a233515a7c7a886b379acf)

Author SHA1 Message Date
Andromeda Yelton 45aef0e947 privacy policy updated with paypal info 2011-09-28 13:28:12 -04:00
Jason 7e9517ead2 Adding missing README 2011-09-27 08:56:50 -04:00
Jason ffa3feb92b Merge branch 'master' of github.com:Gluejar/regluit 2011-09-27 08:48:18 -04:00
Jason 37b46d01c2 Adding pledge payment support 2011-09-27 08:48:11 -04:00
Ed Summers 433b853c05 removed tabs since they are evil 2011-09-27 09:45:03 +00:00
Ed Summers f8095e9513 added and used Campaign.cover_image_small 2011-09-27 09:27:47 +00:00
Ed Summers 195f6db360 redirect to supporter page if logged in 2011-09-27 09:27:15 +00:00
Ed Summers b709cf3d61 clicking on unglue.it icon takes you home 2011-09-27 09:11:26 +00:00
eshellman df05fcf3b3 <title> needed a space after "unglue.it" 2011-09-26 15:43:41 -03:00
Andromeda Yelton 1597f9284c Merge github.com:Gluejar/regluit 2011-09-26 14:26:25 -04:00
Andromeda Yelton 8e3a1430a8 Minimally styled footer area 2011-09-26 14:25:30 -04:00
eshellman 6e134b5e8c Edited README.md via GitHub 2011-09-24 12:40:38 -03:00
Andromeda Yelton 54a5cc0fbf fixed layout bug with h2 and view list icons 2011-09-21 12:02:29 -04:00
Andromeda Yelton e812cbb2d7 add settings/me.* (not just me.py) to .gitignore 2011-09-21 11:47:40 -04:00
Andromeda Yelton 781b749005 Merge remote branch 'origin_team/master' 2011-09-21 11:17:13 -04:00
Andromeda Yelton ac5e372131 new designs for home and supporter pages, take 1 2011-09-21 11:11:36 -04:00
Ed Summers f28c695abd modified syncdb instructions so that a super user admin is not created 2011-09-18 19:48:09 -04:00
Ed Summers 85079fd559 removed facebook and twitter from django-socialauth login/registration 2011-09-18 19:45:23 -04:00
Ed Summers 7b0d8479bd tastypie merged my change in 2011-09-16 06:25:22 -04:00
Ed Summers 8d10e7b53e use my fork of tastypie until they merge my change to install management commands properly 2011-09-16 05:33:05 +00:00
Ed Summers b25bc783b4 got campaign information relevant to the logged in user to show up 2011-09-16 00:51:46 -04:00
Ed Summers 273cb0bc6c added key authentication and some api tests 2011-09-15 22:53:44 -04:00
Ed Summers 6d6af629f4 added some api unit tests 2011-09-15 22:05:47 -04:00
Ed Summers ccf9e122c1 added resource filtering to be able to lookup campaigns based on isbn with /api/v1/campaign/?format=json&work__editions__isbn_10=1590171101 2011-09-15 22:33:05 +00:00
Raymond Yee 5f00f568f8 First naive pass at creating a IsbnResource 2011-09-14 16:15:01 -07:00
Raymond Yee 4cf289c5dd Added /api/editions to make it easier to test /api/isbn 2011-09-14 10:31:16 -07:00
Raymond Yee afe9a60af3 Merge branch 'master' of github.com:Gluejar/regluit into tastypie1 2011-09-14 09:20:40 -07:00
Raymond Yee 0ab5cb00f5 Created HTML version of API -- pretty ugly but set up to show what type of info you can get when ISBN passed in 2011-09-14 09:11:12 -07:00
Raymond Yee 1de0717c8c Forgot to add a few new files to previous commit. 2011-09-14 08:40:42 -07:00
Raymond Yee 14ae7090e6 Intermediate progress towards an API that takes ISBN and spits out edition, work, or campaign info 2011-09-14 08:38:29 -07:00
Andromeda Yelton dadbde0d5e changed logo to grey version 2011-09-13 15:03:30 -04:00
Andromeda Yelton a8dffead58 privacy policy now displays in footer 2011-09-13 14:35:06 -04:00
thatandromeda 5a6c267ab5 added urlpattern for privacy page 2011-09-13 14:59:29 -03:00
Raymond Yee 6d9c1fe6d0 Merge branch 'master' of github.com:Gluejar/regluit into tastypie1 2011-09-13 10:10:51 -07:00
Andromeda Yelton 8998789116 added privacy policy 2011-09-13 10:55:11 -04:00
Raymond Yee cb89c13cbb check_db command for database integrity check 2011-09-12 16:52:06 -07:00
Raymond Yee 4ecff73bdd Added user OneToOneField to Wishlist in api 2011-09-12 16:22:37 -07:00
Raymond Yee 6ba7b21bd4 Exclude amazon_receiver and paypal_receiver in read only API for now 2011-09-12 16:16:14 -07:00
Raymond Yee d3485a8842 read only api now includes Wishlist and User 2011-09-12 15:44:20 -07:00
Raymond Yee 0846bab210 implementation of read-only api for Work, Edition, Subject, Campaign, Author
added a check_db command to check database integrity of regluit.core.models
2011-09-12 14:50:29 -07:00
Raymond Yee 24c61f6f00 Merge branch 'master' of github.com:Gluejar/regluit into tastypie1 2011-09-12 13:11:03 -07:00
Raymond Yee 9608f8efcb working starter API for Work 2011-09-12 13:02:06 -07:00
Ed Summers bb4003ecab should have been supporter not contributor ... 2011-09-12 18:20:36 +00:00
Ed Summers ab3216f778 renamed user view to contributor, since that is what eric has been calling it 2011-09-12 15:23:33 +00:00
Ed Summers 962543c541 need to distinguish between the user being viewed (subscriber for now) and the logged in user 2011-09-12 15:13:21 +00:00
Ed Summers abcc2049f8 slight adjustment to get "add to wishlist" not breaking across two lines 2011-09-12 14:15:09 +00:00
Ed Summers 5d69a5818d got title and author on back of panel 2011-09-12 13:10:50 +00:00
Ed Summers c7bd44cbca typo 2011-09-12 13:04:32 +00:00
Ed Summers 7720a73fb0 beginnings of a user wishlist display... 2011-09-12 01:53:54 -04:00
Ed Summers 67ef77a757 added management command to create random campaigns for any works that lack a campaign 2011-09-12 00:04:22 -04:00