Commit Graph

616 Commits (fa68e5226040ad650b3a3398ae9fb1282a126d0e)

Author SHA1 Message Date
eric fa68e52260 switched campaign manager field to AutoCompleteSelectMultipleField 2011-11-20 14:02:09 -05:00
eric 43f1d9cdeb settings.prod now set to use accounts@gluejar.com mail account 2011-11-20 09:51:19 -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 9638ff9a97 moved claiming form back to Details Tab 2011-11-19 22:54:59 -05:00
eric 3eb3653947 robots.txt 2011-11-19 22:15:26 -05:00
Ed Summers f193ea396e use local mailserver instead of google mail ; also now routing all /admin and /accounts traffic through ssl 2011-11-20 02:48:26 +00:00
eric 409c9746cb renamed file 2011-11-19 21:22:54 -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 c167ed2965 admin view uses default login page 2011-11-19 18:27:15 -05:00
Ed Summers 8bc7909ea2 added details about ssl 2011-11-19 21:34:09 +00:00
Ed Summers 08dd93afdf django.contrib.admin must appear after regluit.frontend in INSTALLED_APPS or else the registration templates are found there instead of in frontend/templates/registration 2011-11-19 15:10:10 -05:00
Ed Summers 04c87244a2 thought i had it figured out why admin was stomping on accounts/password/change/ but I did not ... sigh 2011-11-19 12:34:38 -05:00
Ed Summers c1e791882d disable UserAdmin till we can get it to stop stomping on /accounts/password/change/ 2011-11-19 12:24:37 -05:00
Ed Summers b798ef9912 added __unicode__ for wishlist 2011-11-19 12:07:44 -05:00
Ed Summers 6f2f05ad8c hooked up UserAdmin wrong 2011-11-19 12:05:24 -05:00
Ed Summers ca329a32b5 added User admin 2011-11-19 12:02:33 -05:00
Ed Summers d2f1f6c1eb would help if I added the admin module :-) 2011-11-19 11:58:59 -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 0d096737be unix line endings 2011-11-19 10:51:51 -05:00
eric e5eaf14ad0 prettied up logins. fixed not-logged-in on admin bug. provided path to password reset for social auth users 2011-11-18 19:50:47 -05:00
eric e7bcab8112 one more thing to turn off to get app to run with admin switched off 2011-11-18 18:08:42 -05:00
eric d73304e1a6 cleaning up user change form 2011-11-18 17:57:36 -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
Andromeda Yelton 6dc729e8ae Merge branch 'master' of github.com:Gluejar/regluit 2011-11-18 15:11:33 -05:00
Andromeda Yelton 3b80d18829 wording tweaks 2011-11-18 15:11:17 -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
Ed Summers f428611cc6 Merge branch 'master' of github.com:Gluejar/regluit 2011-11-18 14:01:11 -05:00
Ed Summers 473114fb9d oops forgot settings for collectstatic 2011-11-18 14:01:03 -05:00
Andromeda Yelton 354f4d8f38 Merge branch 'master' of github.com:Gluejar/regluit 2011-11-18 13:53:13 -05:00
Andromeda Yelton 195bc690e8 we didn't still need that 2011-11-18 13:52:56 -05:00
Ed Summers b8fe12ea58 noinput important 2011-11-18 13:51:39 -05:00
Ed Summers 0cadda0821 need to run collectstatic to push the css/js/images to /var/www/static 2011-11-18 13:49:35 -05:00
Raymond Yee b2a0730545 Merge branch 'goodreads' 2011-11-18 10:36:35 -08:00
Raymond Yee 5b62c90ef6 Merge branch 'master' of github.com:Gluejar/regluit into goodreads 2011-11-18 10:35:39 -08:00
Raymond Yee 1ed54b75ab Merge branch 'master' of github.com:Gluejar/regluit 2011-11-18 10:35:00 -08:00
Andromeda Yelton c7637586fb merging simultaneous changes to rights holder template 2011-11-18 13:34:25 -05:00
Andromeda Yelton 43912006ae prettifying the documentation pages with new css 2011-11-18 13:27:26 -05: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
Ed Summers 5a70d967e9 added info about collecting static files for production environment 2011-11-18 16:37:05 +00:00
Ed Summers f103e56c4b enabling admin 2011-11-18 10:41:10 -05:00
eric 6cc05817a8 woo hoo! autocomplete input on rightsholder creation form. uses app django-selectable 2011-11-18 09:24:31 -05:00