Commit Graph

141 Commits (26bab0af68c4a9060f5567706ea746c4b310e2e5)

Author SHA1 Message Date
eric 26bab0af68 last 2.0 deprecations 2018-07-24 11:33:39 -04:00
eric d86912a61d remove maintenance mode
and switch to MIDDLEWARE
2018-07-24 09:04:43 -04:00
eric cb1ec66a08 addressed deprecations
mostly adding on_delete to models
2018-07-23 23:48:35 -04:00
eric 18c0afd38e update tastypie 2018-07-23 22:51:01 -04:00
eric ad19be5523 update ckeditor 2018-07-23 14:42:23 -04:00
eric 24f1321321 dj 1.11! 2018-07-23 14:41:05 -04:00
eric 147822b2a5 update dj selectable
Also put jquery-ui-theme in settings
2018-07-23 10:02:03 -04:00
eric b35aa2ce93 fix test failures for django 1.10.8 2018-07-22 13:14:27 -04:00
eric 9f98ddddfe update to factored social_auth
addresses facebook's limits  on passing state in redirect; (also addresses dj111 compatibility)

updated httplib2 fixes goodreads issue
2018-07-19 17:38:36 -04:00
eric da601a77f6 final fixes 2018-07-11 13:41:52 -04:00
eric 042613b0ae wip 2018-06-19 14:14:10 -04:00
eric 8d6c23e167 revert 2018-06-08 17:31:25 -04:00
eric 55186ec743 more fixing 2018-06-08 17:25:33 -04:00
eric cac2866f30 emergency update 2018-06-08 16:39:03 -04:00
eric ca5e5bed0c update boto 2018-06-08 13:55:05 -04:00
eric e1553f8121 switch to dockerized mobi 2018-06-06 17:29:12 -04:00
eric 20a5fe3770 linewrap misled me 2018-04-26 15:03:32 -04:00
eric 8f600f1556 make it work in django 1.8 2018-04-25 17:20:44 -04:00
eric e331b7118b update pdf modules 2018-04-25 15:30:36 -04:00
eric 725c8e44e8 update reguirements for django 1.9 2018-04-19 21:28:46 -04:00
eric d710f8e25f new endless 2018-04-19 21:25:12 -04:00
eric 4f7f3c566c Merge remote-tracking branch 'Gluejar/master' into doab 2018-04-07 18:39:18 -04:00
eric e03fa239b4 revamp doab loading
- doab loading now done primarily by oai, no processing of csv.
- added pyoai and updated lxml
- doab ids or urls in ebook submission now handled by oai scrape
- doab_load_books removed
- doab_utils moved from Gluejar/DOAB
- licenses now recognizes OpenEdition
- new ebook type "online" will implement in UI after mobile launch;
ebooks now creaded for html contenttype
2018-04-07 17:11:36 -04:00
eshellman 892c923ed7
Merge branch 'master' into clean-requirements 2018-04-06 12:31:37 -04:00
eric ef49e65e30 switch to css in git 2017-12-15 14:16:09 -05:00
eric e864f7d9b1 updates to allow compilescss to run quietly 2017-12-12 13:26:57 -05:00
eric 877affd8bf implement sass for only pledge.css 2017-12-12 13:26:01 -05:00
Nicholas Antonov aa87776948 Add requirements without versions 2017-12-05 18:51:34 -05:00
eric 2a7773fafa add hathitrust scraper 2017-10-27 12:09:03 -04:00
eric 0f51886f72 remove unneeded requirements 2017-08-25 17:34:25 -04:00
eric aaef670798 add scraper for webpages
gets title, description, language

adds beautiful soup to requirements
updates gitenberg.metadata import
2017-07-29 20:46:22 -04:00
eric 4cc0e0fe4f delete regluit.questionnaire 2017-06-20 11:08:14 -04:00
eric 52f1544f58 update python social auth
needed to update python social auth because of facebook api version
deprecation and as a steppingstone to migrate to new modular PSA
2017-06-13 17:08:19 -04:00
Raymond Yee b1ec19eb85 Merge branch 'master' into add-doab-authlist 2017-01-12 14:27:56 -08:00
eric 58f1452988 see if django-nose-selenium was the problem 2017-01-06 16:59:55 -05:00
eric cf57c78686 bookloader is mocked 2016-12-30 17:24:20 -05:00
Raymond Yee 10e6156162 add dependencies for pandas (and numpy) 2016-12-15 16:53:45 -08:00
eric 1b8a3b03a5 fix truncated image file problems
update Pillow while we're at it.
2016-12-12 21:42:29 -05:00
eric 0a37ac2bba fix cleanupregistration
we're lucky we didn't lose any user data!
2016-10-03 13:27:25 -04:00
Raymond Yee b8364e6278 hopefully, updating django-maintenancemode will fix problem related to https://github.com/shanx/django-maintenancemode/issues/8 2016-09-08 08:00:51 -07:00
Raymond Yee 006dc54c7b remove extra pyasn dependency 2016-08-08 17:28:27 -07:00
eric 09fe1a5d32 switch from deprecated get_model a app registry 2016-07-24 18:39:36 -04:00
eric 9e3fef8e9e fix models so django migrate can build an empty db 2016-07-22 18:49:19 -04:00
eric ff38f063d0 update noftifications
needed a new way to populate the noticetype table because of signal
deprecation
2016-07-22 18:44:54 -04:00
eric 5b4badb7e6 update registration 2016-07-22 18:42:19 -04:00
eric 9da195dcc8 remove south, fix migration problems 2016-07-21 16:09:42 -04:00
eric f3cb6c9edf switch to contrib_comments
removed in 1.8
2016-07-21 16:05:57 -04:00
eric b9286cb817 use correct version of django-registration 2016-07-20 10:53:34 -04:00
eric d7324cd1db 1.6 compatible dj-registration
password reset broke with switch to django 1.6 due to
http://stackoverflow.com/questions/6323852/django-nonrel-django-registra
tion-problem-unexpected-keyword-argument-uidb36 ; current
dj-registration requires 1.7
2016-07-14 18:27:23 -04:00
eric 8f73485f5b fixes bug in admin 2016-06-03 17:07:36 -04:00