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 |
Ed Summers
|
3b777f87aa
|
allow empty publication date, also make sure test database uses charset utf8 or else tests will fail
|
2011-11-21 14:13:29 -05:00 |
Ed Summers
|
d57f93f6f2
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |
Ed Summers
|
a98ce5373c
|
removing migrations
|
2011-11-21 11:26:31 -05: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
|
c8cb7853c6
|
Sorry, wrong test!
|
2011-11-20 09:28:53 -05:00 |
eric
|
cd8dc2d825
|
Oh yeah, the tests
|
2011-11-20 09:25:18 -05:00 |
eric
|
497d883a43
|
fixed no results bug in gluejar-search; started passing remote IP address to google api
|
2011-11-20 09:20:08 -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
|
8b1171a7e2
|
forgot to add migration
|
2011-11-19 11:56:00 -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
|
8138f64742
|
Merge branch 'master' of github.com:Gluejar/regluit
|
2011-11-18 16:37:27 -05:00 |
Ed Summers
|
8c92495a03
|
trying to enable some more models in admin
|
2011-11-18 16:26:13 -05:00 |
Raymond Yee
|
50ac0c6991
|
Added checking for non-978/979 ISBN-13 and also checks against converting 979 ISBN 13 to ISBN-10.
|
2011-11-18 11:25:13 -08:00 |
Raymond Yee
|
161e92877c
|
Forgot to include core/isbn.py changes
|
2011-11-18 10:23:06 -08:00 |
Raymond Yee
|
ee76eb136a
|
Changed the behavior of __str__ and __unicode__ of ISBN to spit back a representation matching the type of the ISBN -- and not automatically push to ISBN 13 format
|
2011-11-18 10:21:29 -08:00 |
Raymond Yee
|
a1eee9682c
|
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
|
2011-11-18 10:03:36 -08:00 |
Raymond Yee
|
bc771274e4
|
An ISBN class that will take ISBN-10 or ISBN-13, convert between formats, handles hyphenation, tested for equality, and validated
Corresponding tests show how to use the ISBN class
|
2011-11-18 10:01:37 -08:00 |
eric
|
6cc05817a8
|
woo hoo! autocomplete input on rightsholder creation form. uses app django-selectable
|
2011-11-18 09:24:31 -05:00 |
Raymond Yee
|
3fcc1b9947
|
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
|
2011-11-18 06:15:06 -08:00 |
Raymond Yee
|
84c2b5bade
|
Some first tests for Goodreads and Librarything
|
2011-11-18 06:14:33 -08:00 |
Ed Summers
|
267d3c5aef
|
tried to speed up some queries
|
2011-11-17 22:11:40 -05:00 |
Raymond Yee
|
ca526e1afb
|
Basic tests for Goodreads and LibraryThing
|
2011-11-17 16:45:26 -08:00 |
Ed Summers
|
186823942f
|
new initial migrations
|
2011-11-17 23:05:27 +00:00 |
Ed Summers
|
f119c7f3a7
|
starting fresh with migrations
|
2011-11-17 23:05:01 +00:00 |
eric
|
a720089525
|
unglue it admin users can now approve rightsholder claims!
|
2011-11-17 14:35:41 -05:00 |
Raymond Yee
|
603fa59906
|
Editing the migration to get rid of what seem to be repetitions of earlier migrations having to do with facebook, librarything
|
2011-11-17 08:08:12 -08:00 |
Raymond Yee
|
11027f6bc1
|
First attempt at placing a Librarything import button
|
2011-11-16 16:47:29 -08:00 |
Raymond Yee
|
5df81cc52e
|
Merge branch 'master' of github.com:Gluejar/regluit into goodreads
Conflicts:
frontend/urls.py
|
2011-11-16 11:58:39 -08: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 |
Raymond Yee
|
3be4e6fab4
|
First pass at integrating LT into the UI
|
2011-11-16 10:20:10 -08: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 |
Ed Summers
|
86565dba6d
|
removed a conflicting migration. hopefully it will be this simple.
|
2011-11-15 21:13:42 -05:00 |
Raymond Yee
|
27d162c9d7
|
Now scraping LibraryThing view_style 5 to get at ISBNs of works -- as well as LC classification, subjects. Explicit parsing out of work_id and book_id
|
2011-11-15 17:14:28 -08: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
|
f83f046c7a
|
Make CeleryTask.function_args nullable: I forgot to commit migration
|
2011-11-15 13:50:04 -08: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
|
95f3991846
|
ungluer lists now shown in work view (the wished_by users) and search view( same as supporter)
|
2011-11-14 15:40:33 -05:00 |
eric
|
6a82ec5f1d
|
explore column now shows up to 5 "randomly" chosen ungluers
|
2011-11-14 15:16:36 -05: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 |
Raymond Yee
|
c8c5bd08d8
|
First pass at parsing LibraryThing collections by scraping HTML -- try it out using the librarything_load_books_2.py command
e.g.,
django-admin.py librarything_load_books_2 rdhyee
The command doesn't load books yet but just displays some info
|
2011-11-11 18:42:48 -08:00 |