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

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

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Dave Dash 0c37f93d7b fab test failsfast by default 2010-03-09 15:45:58 -08:00
Dave Dash 6abe6a0321 fab pep8 checks only files that have changed since jbalogh/master, unless you want to look at everything using fab pep8:all 2010-03-09 15:30:46 -08:00
Dave Dash 609ec5467d Improved the pylint settings. 2010-02-23 10:20:03 -08:00
Dave Dash dd04718f61 Adding -s to the pdb argument for fab test 2010-02-17 16:25:48 -08:00
Dave Dash 5aa33f28c0 fab test now takes arguments. Try fab test:pdb=plz to enabled pdb on failure/error or fab test:module=users to test only the users app, or fab test:addons,pdb to test addons and enable pdb 2010-02-05 09:38:59 -08:00
Dave Dash 4f382d2718 Fixed simple pep8 stuff. 2010-01-26 15:28:08 -08:00
Dave Dash a3446f2e7d Adding a pylint command to fabric. 2010-01-26 13:46:29 -08:00
Jeff Balogh e96fe0fa34 don't capture test output 2010-01-26 11:17:50 -08:00
Dave Dash 0ab2e71692 Added sphinxsearch's sphinxapi.py it is gross. 2010-01-22 16:54:08 -08:00
Jeff Balogh aaf4fc3a5d adding test fab command 2010-01-21 10:45:33 -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 06d1c659f4 Cleaned up the fabfile.py 2009-12-16 16:22:06 -08:00
Dave Dash 5eeee4ea3b Middleware that intercepts the URLs and makes sure we are following our standard URL layout /locale/app/* 2009-12-16 16:21:15 -08:00