Ed Summers
|
6952cbde52
|
require googlebooks_id to be unique on Edition. this may cause errors to pop up elsewhere when we have a race to add an edition
|
2011-12-20 12:57:17 -05:00 |
eric
|
f81a4e8e6d
|
removed isbn_10 column and fixed many isbn13 non-compliance issues
apply migrations!
|
2011-12-19 23:26:55 -05:00 |
Ed Summers
|
2417886169
|
removing 0014_populate_subjects migration since it is problematic to run with South ORM, instead have people run add_openlibrary management command
|
2011-12-19 02:20:24 -05:00 |
Ed Summers
|
55656e2d3d
|
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
|
2011-12-19 01:33:13 -05:00 |
eric
|
7bfc4849a4
|
added a column to track amount remaining on a campaign; updated by the Transaction change signal
|
2011-12-14 00:53:03 -05:00 |
eric
|
10ed085c29
|
corrected percent calculation in work.percent_unglued
|
2011-12-14 00:53:03 -05:00 |
eric
|
deabe01385
|
moved as-yet unsaid campaign actions into their own table. Apply migrations!
|
2011-12-13 16:24:56 -05:00 |
Ed Summers
|
e8339697f6
|
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
|
2011-12-13 09:55:26 -05:00 |
eric
|
5695aea5da
|
restored missing "through" to model
|
2011-12-09 08:07:44 -05:00 |
eric
|
167dccf574
|
Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost.
Also, I've added methods od Wishlists to add and remove Works. There
are "source" and created columns on the Wishes table
|
2011-12-08 18:22:20 -05:00 |
eric
|
e603f5a3c6
|
updated tests to match new campaign model
|
2011-12-06 10:36:20 -05:00 |
eric
|
b2eda1f562
|
added status column to Campaign model, wrote a South data migration
As always, it's not a bad idea to backup you database before doing a
migration!
|
2011-12-06 10:36:20 -05:00 |
Ed Summers
|
411a254ee6
|
got librarything, goodreads and openlibrary links working when ids are available, with fallbacks to isbn routing and canned search urls
|
2011-12-05 00:56:24 -05:00 |
Ed Summers
|
1d1a8e16ed
|
order wishlist results alphabetically
|
2011-12-03 18:04:53 -05:00 |
Ed Summers
|
641e4904d9
|
link to googlebooks
|
2011-12-02 23:07:55 -05:00 |
Ed Summers
|
5a02fb4ec5
|
persist goodreads and librarything identifiers when loading wishlists from there
|
2011-12-02 22:16:11 -05:00 |
Raymond Yee
|
b8cebfa0dd
|
Refining the interaction of Premium choice and pledge amount
|
2011-11-30 08:58:26 -08:00 |
eric
|
1fc644aacd
|
implemented a minimum campaign term; other campaign management tweaks
|
2011-11-29 10:48:37 -05:00 |
eric
|
d5bae40c00
|
refactored launchable into campaign model. fixed date camparison bug. moved target and deadline limits to settings file
|
2011-11-23 21:41:06 -05:00 |
Andromeda Yelton
|
14a008421d
|
refactored search.html to use book_panel.html. required altering labels of some data sources so that they have the same names when they hit book_panel regardless of where it's included from
|
2011-11-23 12:28:59 -05:00 |
Raymond Yee
|
5512f221db
|
I think we need to change _last_change to something like _last_change_ so that the variable doesn't alreay exist in Work. Also return None if there are no campaigns.
|
2011-11-22 12:55:05 -08:00 |
eric
|
43d3f3f553
|
halfway through implementation of campaign management. can't launch campaigns yet. migrate schemas!
|
2011-11-20 22:23:51 -05:00 |
eric
|
1189ab02c4
|
switched to using is_staff set by django admin to determine website "staff" (also fixed a bug from last commit)
|
2011-11-20 14:22:51 -05:00 |
eric
|
a6bf130b24
|
Andromeda von Rightsholder can now open campaigns from her rightsholder tools page; apply migrations!
|
2011-11-19 21:22:54 -05:00 |
Ed Summers
|
b798ef9912
|
added __unicode__ for wishlist
|
2011-11-19 12:07:44 -05:00 |
Ed Summers
|
7dd821fccb
|
enabling admin, and added created column on models that did not have them
|
2011-11-19 11:55:35 -05:00 |
Ed Summers
|
bb4bf65a9d
|
disable admin until we can figure out why it overrides /accounts/password/change/
|
2011-11-18 17:03:52 -05:00 |
Ed Summers
|
9d43fd89a5
|
need to add as a list
|
2011-11-18 16:40:31 -05:00 |
Ed Summers
|
8c92495a03
|
trying to enable some more models in admin
|
2011-11-18 16:26:13 -05:00 |
Ed Summers
|
267d3c5aef
|
tried to speed up some queries
|
2011-11-17 22:11:40 -05:00 |
eric
|
a720089525
|
unglue it admin users can now approve rightsholder claims!
|
2011-11-17 14:35:41 -05:00 |
eric
|
d5a2b88768
|
Awesome Unglue.it Administration page added; will require a migration to add claim status
|
2011-11-16 14:45:37 -05:00 |
eric
|
2cc4d718a1
|
Added claim list on rh-tools. omitted claim display for non-rightsholders. fixed related name on claim model
|
2011-11-16 12:20:19 -05:00 |
eric
|
354b46085f
|
Approved rights holders get a claim form on work pages; still need to make a view that does the actual claiming
|
2011-11-15 18:20:29 -05:00 |
Raymond Yee
|
20b0ede3fc
|
make the function_args nullable in the model for CeleryTask
|
2011-11-15 13:35:50 -08:00 |
Raymond Yee
|
45f58ae955
|
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
Conflicts:
frontend/urls.py
|
2011-11-15 10:37:19 -08:00 |
eric
|
5211e774a8
|
fixed librarything username length. migrate your schemas!
|
2011-11-14 10:17:31 -05:00 |
eric
|
db3163b01b
|
added twitter account association and profile image acquisiton
also added goodreads association url to UI for good measure
|
2011-11-12 16:36:31 -05:00 |
eric
|
f2ecff619f
|
added pic_url to user profile. migrate your schemas! connect to facebook adds your facebook profile pic
|
2011-11-12 15:02:47 -05:00 |
eric
|
2e00f6bbd0
|
added facebook association
|
2011-11-12 13:58:31 -05:00 |
eric
|
bc3b8333b6
|
added librarything_id and facebook_id to profile model, wired to supporter template; started faq
|
2011-11-11 22:51:22 -05:00 |
Ed Summers
|
08053cc4ba
|
added my goodreads api key for please.unglueit.com
|
2011-11-11 17:33:58 -05:00 |
Raymond Yee
|
374196d763
|
Refined model for CeleryTask
|
2011-11-10 09:33:22 -08:00 |
Raymond Yee
|
a959d00508
|
Experiments with creating tasks and seeing how to manage them, especially how to create a custom state to track status of tasks.
|
2011-11-09 17:31:31 -08:00 |
Andromeda Yelton
|
2b063e78d1
|
merge conflicts
|
2011-11-07 16:16:36 -05:00 |
Andromeda Yelton
|
abf3ec131e
|
wiring supporter and search icons and percent unglued to live data
|
2011-11-07 16:12:53 -05:00 |
eric
|
b644b062de
|
added models for Claim and Rightsholder - be sure to migrate!
|
2011-11-07 15:42:03 -05:00 |
Ed Summers
|
110b996769
|
added logic to display ebooks, badly for now
|
2011-11-07 15:39:02 -05:00 |
Ed Summers
|
45045b4e44
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-11-06 16:33:17 -05:00 |
Ed Summers
|
22d904f1bf
|
added ebook model and add_b_oclc
|
2011-11-06 16:33:04 -05:00 |