Commit Graph

50 Commits (6585bdd52a1ef885e0cf3110cc472a78cbe671b6)

Author SHA1 Message Date
eric 4adf6917ff refactor admin 2016-07-26 10:34:45 -04:00
eric 05af9db11c model forms need at least exclude 2016-07-21 15:52:07 -04:00
eric a466a251a0 add distro app 2016-05-16 16:50:09 -04:00
eric cf64d43811 add the questionnaire module 2016-04-26 14:38:32 -04:00
eric cf93e975f3 allows us to create nonces 2016-03-24 14:43:05 -04:00
eric 93702c8e98 add select widget for authority 2015-08-28 15:42:30 -04:00
eric 92e9b7cb3c allow only approved repos 2015-08-04 12:02:06 -04:00
eric 5185410825 get tests to pass 2015-07-28 09:41:55 -04:00
eric 5d87f72e3b empty filesize was an issue for admin 2015-03-24 13:13:31 -04:00
eric 8224b9e24c improve gift admin 2014-12-22 17:49:05 -05:00
eric c6d9f5bf23 add gift admin 2014-12-22 13:49:56 -05:00
eric e1409ceac1 redo marc file upload 2014-10-27 16:57:35 -04:00
eric 8c4f580d00 in case we need to unfeature a work 2014-07-01 14:14:54 -04:00
eric 87387baa32 add file review requirement for b2u and t4u campaigns
migration needed!
2014-02-05 19:33:55 -05:00
eric 2d86584129 add Acq to admin system 2013-11-06 23:25:52 -05:00
eric eb9cc878ce add email authentication 2013-10-10 22:31:31 -04:00
eric d99aaa97c9 card number authentication!
create libraries and administer them in admin.
card patterns mimc ezproxy format
http://www.oclc.org/support/services/ezproxy/documentation/usr/number.en
.html
after you join a library, it appears in your explore bar
2013-10-10 02:41:50 -04:00
eric 439169a1ab Implemented IP authentication
libraries get associated with a library_block table (IP ranges)
moved superlogin here
IP stuff mostly copied from
https://github.com/benliles/django-ipauth/blob/master/ipauth/models.py
The model is that you need to be in an allowed IP range to "join" a
library. Once you've joined, you can use your login from anywhere. to
use that library.
Asign IP ranges in admin
2013-10-08 15:37:22 -04:00
eric ab473f5411 libraries, phase 1.
admin can create a library connected to a user
other users can "join" the library
2013-10-02 12:02:08 -04:00
eric e64c128f7e Merge branch 'master' into ebook_selling
Conflicts:
	frontend/forms.py
2013-08-08 19:59:29 -04:00
Andromeda Yelton bbeb086cbc bugfixing 2013-07-08 15:54:36 -04:00
Andromeda Yelton 1e1a0eda46 MARC record support in admin site 2013-07-08 11:14:25 -04:00
eric c88e002ccb get manage campaign to work a second time 2013-07-01 03:20:58 -04:00
Andromeda Yelton f4ffd5da6f Merge branch 'master' into simpler_download 2013-06-04 10:48:49 -04:00
Andromeda Yelton ad69580b2d PEP 8, PEP 328. I feel better now. 2013-06-03 12:31:39 -04:00
Andromeda Yelton 25c6784943 language editable too 2013-05-28 10:06:21 -04:00
Andromeda Yelton 38183fd288 make work description editable in admin 2013-05-28 09:27:26 -04:00
Andromeda Yelton ca71b5b4de Merge branch 'useful_admin' into improve_admin
Conflicts:
	admin.py
2013-05-06 15:53:49 -04:00
Andromeda Yelton 59248bd07d improving admin page interfaces 2013-05-06 15:41:45 -04:00
eric d65704d675 RightsHolder, Subject, UserProfile admin useable 2013-05-03 19:21:10 -04:00
eric c4c9614a52 Campaign, Edition Admin Useable 2013-05-03 18:39:27 -04:00
eric d6a19d9754 Author Admin useable 2013-05-03 18:28:10 -04:00
eric 356cc67785 claim admin useable 2013-05-03 18:05:43 -04:00
eric fb77f5a372 fixed ebook admin to allow setting of counts, etc 2013-04-20 10:34:44 -04:00
Andromeda Yelton 98b91a5fe0 enables press item changes through admin site 2013-04-08 19:46:59 -04:00
eric 782f2bd712 can now admin the publishernames.
Setting a publisher moves the editions to that publisher's name
2013-03-26 14:12:58 -04:00
eric 3bef92b484 Publishers can now be added in Admin 2013-03-26 10:56:49 -04:00
eric 1881660089 intoduce Publisher and PublisherName Models
Also change our by publisher lists to key on the new name ids rather
than the names, which was yucky.
Migrations!
Data migration takes a while, don't be allarmed if it sits a while.
2013-03-25 23:41:19 -04:00
Raymond Yee 3bf4b1744d Added django-notification related panels to admin interface 2012-04-18 17:44:42 -07:00
Raymond Yee 55b3e8398e Hooking in djcelery admin to our admin interface
adding CeleryTask to the admin interface
2012-03-30 12:27:35 -07:00
Raymond Yee d3f25cd788 Added Receiver and PaymentResponse to admin interface
Dropping all Receiver and PaymentResponse in campaigntest.drop_all_transactions
Added a __unicode__ method to Receiver and PaymentResponse
Added some more documentation of PayPal status parameters
2012-01-03 13:37:20 -05:00
Raymond Yee 3364ab317a Adding Transaction to the admin view 2011-11-30 15:26:41 -08:00
Ed Summers c167ed2965 admin view uses default login page 2011-11-19 18:27:15 -05: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