Jeff Balogh
|
1d541d2cc8
|
populate the categories dropdown
|
2010-01-29 17:07:13 -08:00 |
Jeff Balogh
|
2c229d707b
|
more about types
|
2010-01-29 16:56:14 -08:00 |
Wil Clouser
|
aab4734f40
|
update JS submodule
|
2010-01-29 16:38:29 -08:00 |
Jeff Balogh
|
e56881f216
|
get a pip download cache
|
2010-01-29 16:30:38 -08:00 |
Wil Clouser
|
b8d02ba3e4
|
strings should be unicode
|
2010-01-29 15:06:41 -08:00 |
Wil Clouser
|
9859812d1d
|
Add the init script to base.html
|
2010-01-29 14:37:04 -08:00 |
Jeff Balogh
|
46131ca1b8
|
the constants are all in amo.__init__ now
|
2010-01-29 09:06:36 -08:00 |
Jeff Balogh
|
e3eeb52ff7
|
Merge branch 'reviews-app'
|
2010-01-29 08:51:53 -08:00 |
Jeff Balogh
|
5e3052ddbe
|
import amo.models to avoid circular imports, move constants to __init__
|
2010-01-28 19:00:22 -08:00 |
Jeff Balogh
|
60c9111e9a
|
move paginate to utils
|
2010-01-28 18:38:00 -08:00 |
Jeff Balogh
|
294b7edd0d
|
Merge branch 'reviews-app'
|
2010-01-28 14:09:41 -08:00 |
Jeff Balogh
|
7b8219987e
|
don't rely on query.__str__; pass the using db explicitly
This works around Django bug #12717.
|
2010-01-28 13:24:40 -08:00 |
Jeff Balogh
|
cf4c730ef5
|
compare translations by their strings
|
2010-01-28 13:24:40 -08:00 |
Jeff Balogh
|
acc77eb4a3
|
add is_mobile and supports_personas helpers
|
2010-01-28 13:24:40 -08:00 |
Jeff Balogh
|
a4127c4d35
|
adding app constants
|
2010-01-28 13:24:39 -08:00 |
Jeff Balogh
|
346d2fe323
|
reviews want categories on the side; move the navigation into an inline macro
|
2010-01-28 13:21:35 -08:00 |
Jeff Balogh
|
11b4bddc97
|
base_side_categories is a template that puts categories on the side
|
2010-01-28 13:21:34 -08:00 |
Jeff Balogh
|
d65a3d203f
|
making the freaking paginator work properly
|
2010-01-28 13:15:19 -08:00 |
Jeff Balogh
|
126671a2e4
|
not the real addons view
|
2010-01-28 13:15:19 -08:00 |
Wil Clouser
|
1e82c30014
|
Merge branch 'random'
|
2010-01-28 09:43:15 -08:00 |
Wil Clouser
|
ae8deeac5c
|
Add a CACHE_PREFIX variable to avoid memcache collisions between several copies running.
|
2010-01-28 09:42:42 -08:00 |
Jeff Balogh
|
cc5f351474
|
Merge commit 'cf71'
|
2010-01-27 15:32:02 -08:00 |
Jeff Balogh
|
cf71a0d7f6
|
maintain the crufty urls in top-level urls.py
|
2010-01-27 12:29:10 -08:00 |
Jeff Balogh
|
3f5bd655ce
|
start with pretty urls
|
2010-01-27 12:29:10 -08:00 |
Jeff Balogh
|
eff5008db5
|
move amo/tests.py to tests/test_url_prefix.py
|
2010-01-27 12:29:10 -08:00 |
Jeff Balogh
|
d479f4beef
|
move example settings to docs
|
2010-01-27 12:28:21 -08:00 |
Jeff Balogh
|
c4277a1b82
|
set the log level to WARNING in production
|
2010-01-27 12:25:58 -08:00 |
Dave Dash
|
ae79c8a317
|
Merge branch 'pylint'
|
2010-01-26 16:03:17 -08:00 |
Dave Dash
|
100a304173
|
Quieting Pip.
|
2010-01-26 16:03:06 -08:00 |
Dave Dash
|
bc5e8ddcc9
|
Some medium pylint fixes.
|
2010-01-26 16:02:33 -08:00 |
Dave Dash
|
e3589b321b
|
We shouldn't consider string as deprecated
|
2010-01-26 15:58:04 -08:00 |
Dave Dash
|
1803f3338a
|
Merge branch 'pylint'
|
2010-01-26 15:33:09 -08:00 |
Dave Dash
|
4f382d2718
|
Fixed simple pep8 stuff.
|
2010-01-26 15:28:08 -08:00 |
Wil Clouser
|
b5985bcc77
|
Merge branch 'blocklist'
|
2010-01-26 14:26:16 -08:00 |
Wil Clouser
|
62ecf13bca
|
Add blocklist scaffolding
|
2010-01-26 14:23:25 -08:00 |
Dave Dash
|
4fdc79f9c9
|
Merge branch 'pylint'
|
2010-01-26 13:48:36 -08:00 |
Dave Dash
|
a3446f2e7d
|
Adding a pylint command to fabric.
|
2010-01-26 13:46:29 -08:00 |
Dave Dash
|
210f2de8e2
|
Ignoring sphinxapi.py since we didn't write it and aren't maintaining it.
|
2010-01-26 12:58:31 -08:00 |
Jeff Balogh
|
37c4b2ff5f
|
complete the multidb docs
|
2010-01-26 11:17:50 -08:00 |
Jeff Balogh
|
a3d2ce5418
|
moving the caching and multidb packages to /lib
|
2010-01-26 11:17:50 -08:00 |
Jeff Balogh
|
bc0468dda5
|
git bisect tip-o-the-day
|
2010-01-26 11:17:50 -08:00 |
Jeff Balogh
|
e96fe0fa34
|
don't capture test output
|
2010-01-26 11:17:50 -08:00 |
Jeff Balogh
|
cc399e09de
|
update dependencies
|
2010-01-25 20:53:00 -08:00 |
Jeff Balogh
|
22ecad2cc0
|
update multidb to use DATABASE_ROUTERS
|
2010-01-25 20:49:23 -08:00 |
Jeff Balogh
|
2f6f355235
|
update the django doc, mention csrf()
|
2010-01-25 18:05:30 -08:00 |
Jeff Balogh
|
9b1f809f3c
|
wsgi app that prints out the mod_wsgi environment
|
2010-01-25 17:26:53 -08:00 |
Jeff Balogh
|
28fa2e29ca
|
put the example configs in the source tree
|
2010-01-25 15:53:41 -08:00 |
Jeff Balogh
|
2a01bf70e8
|
keep a list of apps that should be excluded in production
|
2010-01-25 15:53:17 -08:00 |
Jeff Balogh
|
4e572d493d
|
fix the pybundle build and update production docs
|
2010-01-25 15:04:47 -08:00 |
Jeff Balogh
|
8f0e3ae7fd
|
Update the _gh-pages target dir during build.
|
2010-01-22 17:54:51 -08:00 |