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
Jeff Balogh
230105ac8e
fligtar doesn't care about the supported field
2010-01-04 16:43:07 -05:00
Jeff Balogh
e814863fe7
move STATUS_CHOICES into amo.constants
2010-01-04 16:43:07 -05:00
Jeff Balogh
b7745e48be
adding appversions
2010-01-04 16:43:07 -05:00
Jeff Balogh
78ffe3f12e
move applications to its own app
2010-01-04 16:43:07 -05:00
Jeff Balogh
e67e3cf4fa
catch TypeError when the value is None
2010-01-04 16:43:07 -05:00
Jeff Balogh
c413c7aa49
annoying should use contrib choices
2010-01-04 16:43:07 -05:00
Jeff Balogh
c8eab13e25
admin tweaks
2010-01-04 16:43:07 -05:00
Jeff Balogh
94b92558eb
script for rebuilding the gh-pages branch
2010-01-04 16:32:20 -05:00
Jeff Balogh
040f7322da
title for admin pages
2010-01-03 16:13:25 -05:00
Jeff Balogh
8cfb246a73
admin tweaks for addons and features
2010-01-03 16:12:51 -05:00
Jeff Balogh
3365a35eb4
starting an access app
2010-01-03 16:12:51 -05:00
Jeff Balogh
bd1ab05864
remove extra slash
2010-01-03 16:12:50 -05:00
Jeff Balogh
b3a1b238e3
feature model and admin
2010-01-03 16:12:50 -05:00
Jeff Balogh
5378051d68
application model
2010-01-03 16:12:47 -05:00
Jeff Balogh
0a4b7b3615
autodiscover admin models
2010-01-03 16:12:47 -05:00
Jeff Balogh
96e93e959e
move admin stuff to its own file
2010-01-03 16:12:47 -05:00
Jeff Balogh
394e5fcc35
TranslatedFields need a special form widget
...
This is pretty weak right now; you can only edit the active locale.
2010-01-03 16:12:40 -05:00
Jeff Balogh
790148e221
translation fields can be blank in forms
2010-01-01 18:15:45 -05:00
Jeff Balogh
8ecbb7c0c8
let these fields be blank, better display for addons
2010-01-01 18:15:36 -05:00
Jeff Balogh
e71c78456e
localized_string could be None, so make sure it's converted to a string
2010-01-01 16:39:01 -05:00
Jeff Balogh
81649aadb4
updating css pointer
2010-01-01 16:39:01 -05:00
Jeff Balogh
4d0a79c3fc
admin page for flagged add-ons
2010-01-01 16:38:58 -05:00
Jeff Balogh
638b1c141a
we need to do our own template setup to help the test client
2009-12-31 17:30:06 -05:00
Jeff Balogh
d870025e25
approvals model
2009-12-31 17:30:05 -05:00
Jeff Balogh
0a0c128a30
blacklisted guids model
2009-12-31 17:30:05 -05:00
Jeff Balogh
3f0e38df2c
starting an amo admin
2009-12-31 17:29:23 -05:00
Jeff Balogh
f71d502b78
AMO URL middleware comes first so everyone else sees nice URLs
2009-12-31 17:29:22 -05:00
Jeff Balogh
4d71992873
making the base template more extendable/overridable
...
* move the header block inline
* navbar and bodyclass blocks
* call it extrahead instead of separate css and js
2009-12-31 17:29:22 -05:00
Jeff Balogh
55095b8584
keep sphinx quiet
2009-12-31 13:41:59 -05:00
Jeff Balogh
364bbb667e
stfu hudson
2009-12-31 13:31:14 -05:00
Wil Clouser
caa7962bf0
Update tests for new models, r=jbalogh
2009-12-31 10:22:23 -08:00
Wil Clouser
f3fc871283
Add fetching submodules to the docs
2009-12-30 22:58:39 -08:00
Wil Clouser
1193a37b96
Flesh out reviews/versions models
2009-12-30 16:57:36 -08:00
Wil Clouser
14b052e70f
Fill in the rest of the fields for the Addon model
2009-12-30 16:33:30 -08:00
Wil Clouser
f80a124370
Translation fields should be unique
2009-12-30 16:18:23 -08:00