Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

25041 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Dave Dash c4024a6e92 Merge branch 'master' of github.com:jbalogh/zamboni 2010-01-15 10:46:11 -08:00
Dave Dash c1d7df9b09 Pylint 2010-01-15 10:46:00 -08:00
Jeff Balogh 72bd61a62a add the AddonUser intermediate model 2010-01-14 18:00:30 -08:00
Jeff Balogh 1d7d86e6ee give status and higheststatus defaults 2010-01-14 17:27:20 -08:00
Jeff Balogh 1ec9ea15cf these tests should run in db create/destroy loop 2010-01-14 17:07:15 -08:00
Jeff Balogh 1ceaf74209 update gh-pages before building the docs 2010-01-14 15:56:59 -08:00
James Socol 9b05138a49 put amo.email into django.user.username 2010-01-14 15:30:58 -08:00
James Socol 6dcf2036c9 south does not work on django trunk 2010-01-14 15:30:40 -08:00
Dave Dash 923ac564a8 [bug 538276] Added some documentation about the ACL. 2010-01-14 14:46:54 -08:00
Dave Dash 47cda7d168 [bug 538276] Beginnings of a Simple_ACL like ACL 2010-01-14 14:33:53 -08:00
Dave Dash d2cd2a458a Fixed pep8 2010-01-14 11:37:52 -08:00
Wil Clouser b56b4d58f2 Add blocklist app 2010-01-14 11:29:58 -08:00
Wil Clouser 9881a6a1a7 Finish versions model 2010-01-14 11:29:58 -08:00
Wil Clouser f72d41dac9 Add some more missing models and alphabetize 2010-01-14 11:29:58 -08:00
Wil Clouser 53aecfed27 Update reviews model for new added field in 5.5 2010-01-14 11:29:58 -08:00
Wil Clouser 2bc1041250 Add selenium interface and initial test 2010-01-14 11:17:03 -08:00
Jeff Balogh c19c38ee5d zamboni-in-production docs 2010-01-13 17:36:55 -08:00
Jeff Balogh e5330fe809 separate production and dev requirements 2010-01-13 17:36:55 -08:00
Dave Dash 9feaa6833d Ignoring _gh-pages and renaming the build directory 2010-01-13 17:01:10 -08:00
Dave Dash 9c65e6dff1 [bug 539108] Documentation for ACL 2010-01-13 16:10:24 -08:00
Dave Dash f7194b45de [bug 539108] Removed some duplicated items from ACLMiddleware 2010-01-13 14:27:30 -08:00
Jeff Balogh 02c4eee8fa backend for authenticating amo users by email and password 2010-01-13 14:27:30 -08:00
Jeff Balogh ae8f7349de password management for amo Users 2010-01-13 14:27:30 -08:00
Dave Dash 817e5b42b2 [bug 539108] If you're logged in... and an admin... you are a superuser and we remember your groups
Middleware that allows credentialed users to login to the admin site.
2010-01-13 14:27:29 -08:00
Wil Clouser 994055ceec Add cache-panel because, why not? Also, I had to go looking for it when I installed on another machine. 2010-01-12 23:00:22 -08:00
Jeff Balogh 492b003688 Version.reply_to maps to versions.reply_to 2010-01-11 13:26:25 -08:00
Jeff Balogh d442a53a97 csrf protection 2010-01-11 13:26:25 -08:00
Jeff Balogh d7727ad177 tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
Jeff Balogh 4c9bc0571e browsers know what type of file this is 2010-01-11 13:26:25 -08:00
Jeff Balogh ca6a281465 unnecessary line 2010-01-11 13:26:25 -08:00
Jeff Balogh 8829438b41 lame newsfeed 2010-01-11 13:26:22 -08:00
Jeff Balogh 2ca9ee4a24 adding devhub promos and events 2010-01-08 17:08:12 -08:00
Dave Dash 737c462367 pylint doesn't read its RC file correctly, the output was not parsable by hudson 2010-01-08 15:22:07 -08:00
Dave Dash fe2d26e4a9 Made our code a tad pylint friendly, boosting our score from 3.19 to 8.17/10 2010-01-08 15:12:37 -08:00
Jeff Balogh dbabb1405a call the default database zamboni 2010-01-08 14:29:16 -08:00
Jeff Balogh 493cd6905c get a django-nose that kinda supports multidb 2010-01-08 13:49:32 -08:00
Jeff Balogh f558850434 switching local_settings to settings_local 2010-01-08 13:39:55 -08:00
Jeff Balogh 5462038e5e update the docs for multidb 2010-01-08 13:33:35 -08:00
Jeff Balogh 6a90d1d3e0 send all read traffic to slave dbs 2010-01-08 13:33:35 -08:00
Jeff Balogh f396a2905c hop on django trunk 2010-01-08 13:33:34 -08:00
Dave Dash a92a186b6c Uncommenting virtualenv stuff 2010-01-08 11:51:36 -08:00
Dave Dash 3cae64243b pylint configuration 2010-01-08 11:40:17 -08:00
Dave Dash 5f5c3c881e Cake-cookie based authentication
* Wrote a test to see if we can log in using a cake session.
* Middleware can read cookie
* Wrote an authenticator backend that reads the session data from the db
* Rewrote users.User as users.UserProfile and linked it to d.c.a.User and included migrations
* Got templates to work, and wrote a test to validate things
* logout
* Signals!  We can now log a user out using the logout view, send a signal, and have it intercepted by the Cake app which will destroy its session and attempt to destroy the relevent cookies.
* Updated models to use UserProfile
* added media/js as a submodule
* Prettied up the html so the remora JS works
2010-01-08 10:20:00 -08:00
Dave Dash 7213097092 Ignoring some files 2010-01-05 09:50:53 -08:00
Jeff Balogh 9131d57602 tags model and admin 2010-01-04 20:54:54 -05:00
Jeff Balogh 50a804f1e4 gave these models `modified` rows 2010-01-04 20:54:44 -05:00
Jeff Balogh f7929504db category model and admin 2010-01-04 20:54:44 -05:00
Jeff Balogh 3189c3edc7 canned responses 2010-01-04 20:54:44 -05:00
Jeff Balogh 1d0a173422 rm old .pyc files before running tests 2010-01-04 18:11:03 -05:00
Jeff Balogh de8c6ef38a filling out user model and admin 2010-01-04 17:05:34 -05:00