Mathieu Agopian
7c9c856873
Use pytest (bug 1090184)
2014-12-09 09:45:40 +01:00
David Larlet
5b15ed076e
Split addons/themes generators to their own app (bug 1089548)
2014-11-03 09:03:31 +01:00
Mathieu Agopian
9520e14a98
use memcache, locmem doesn't work (bug 1050155)
2014-09-02 18:38:30 +02:00
Mathieu Agopian
a1e1c8c5fb
Remove the need for a settings_local.py (bug 1050155)
2014-09-01 14:51:04 +02:00
Mathieu Agopian
a79684ca8c
Revert "Remove the default app (bug 1050154)"
2014-08-19 11:28:19 +02:00
Mathieu Agopian
4e0106e319
Remove the need for a settings_local.py (bug 1050155)
2014-08-12 15:25:01 +02:00
Andy McKay
9dddf1dde7
allow multiple sites, with manage.py coping with different settings locations
2012-01-31 14:25:50 -08:00
Kumar McMillan
d905e3ce8c
Add option to serve tmp path during development
2012-01-31 15:52:36 -06:00
Andy McKay
23c21e0c97
Revert "allow multiple sites, with manage.py coping with different settings locations"
...
This reverts commit 2831ca9f57
.
2012-01-30 15:36:57 -08:00
Andy McKay
2831ca9f57
allow multiple sites, with manage.py coping with different settings locations
2012-01-30 14:34:18 -08:00
Andy McKay
3f4f3e8e42
comment out js and css for marketplace-experiments until there's something to compress
2012-01-30 14:31:04 -08:00
Chris Van
07d3e1f817
lazy-load discovery promo modules for real (bug 719305)
2012-01-30 11:29:51 -08:00
Kumar McMillan
5608d36713
Un-appify the /payments URL
2012-01-30 13:16:31 -06:00
Kumar McMillan
55b6b163e4
Rough prototype of in-app payment flow (bug 717390)
2012-01-30 10:31:37 -06:00
Chris Van
685ea50810
add POTCH_MARKETPLACE_EXPERIMENTS settings flag
2012-01-28 10:56:46 -08:00
Matt Claypotch
89139b49a7
added marketplace UI prototype
2012-01-27 17:50:59 -08:00
Chris Van
37f665cd37
Revert "lazy-load discovery promo modules (bug 719305)"
...
This reverts commit 12f7b0fa1c
.
Conflicts:
apps/discovery/templates/discovery/pane.html
apps/discovery/tests/test_views.py
media/js/impala/promos.js
media/js/zamboni/discovery_pane.js
2012-01-26 15:35:26 -08:00
Chris Van
12f7b0fa1c
lazy-load discovery promo modules (bug 719305)
2012-01-20 14:54:45 -08:00
Andy McKay
06604c5c2d
default settings for mysql pool
2012-01-20 10:29:27 -08:00
Rob Hudson
07652cf151
Removed DEFAULT_TO_COMPATIBLE flag (bug 715687)
2012-01-19 16:48:01 -08:00
Andy McKay
82c954919b
alter receipt to include storedata (bug 705814)
2012-01-18 15:08:09 -08:00
Davor Spasovski
db390663d2
fixed mobile purchase flow (bug 718893)
2012-01-18 14:08:42 -08:00
Chris Van
85b648e6ec
localizers category page tweaks
2012-01-11 13:41:55 -08:00
Andy McKay
f21480dfcf
alter abuse destination and include type in subject (bug 715712)
2012-01-06 09:31:35 -08:00
Chris Van
cdf5080cb6
do not show email confirmation after login (bug 709070)
2012-01-04 15:50:48 -08:00
Andy McKay
cb50070449
statsd and commonware > django_statsd
2012-01-04 15:29:31 -08:00
Andy McKay
476347488b
remove delayed_mailer
2012-01-04 14:00:05 -08:00
Andy McKay
fced96d7ba
timings for everyone not just devhub (bug 690073)
2012-01-04 11:35:12 -08:00
Andy McKay
46301c81be
bump django-statsd and add in default client
2011-12-30 16:02:18 -08:00
Andy McKay
a72ac8764c
add in front end timings, devhub only to see if they work
2011-12-30 15:48:45 -08:00
Gregory Koberger
657e0d7c5d
Remove NEW_FEATURES
2011-12-30 17:03:39 -05:00
Andy McKay
411cfb8bd8
put delayed mailer back in and break purchases for testing
2011-12-30 11:47:47 -08:00
Andy McKay
cbac1e4f7f
add in settings value
2011-12-29 14:49:19 -08:00
Andy McKay
785491b9af
allow test of django-delayed-mailer
2011-12-29 14:45:19 -08:00
Chris Van
7035eade7f
tweaks to ACR compatibility tool (bug 692974)
2011-12-29 13:57:49 -05:00
Wil Clouser
e3d3034063
increase perf test timeout
2011-12-28 12:48:24 -08:00
Gregory Koberger
672f9f9fb1
Print stylesheets (bug 700345)
2011-12-28 14:10:41 -05:00
Andy McKay
561948683e
clean out old paypal bits and peices (bug 644653)
2011-12-23 10:06:06 -08:00
Chris Van
3cc473142a
defer loading of popcorn and target only en-US for discopane video
2011-12-22 15:45:21 -05:00
Gregory Koberger
23a0dd979b
Add-on Video
2011-12-21 10:49:41 -05:00
Davor Spasovski
f317206ba9
implemented django version of devhub search page (bug 711197)
2011-12-19 15:34:32 -08:00
Allen Short
77b1493366
Revert "Support for bcrypt+hmac for password hashing (bug 639696)"
...
reverted due to lack of bcrypt in vendor
2011-12-19 14:55:16 -06:00
Allen Short
91b50e8c58
Support for bcrypt+hmac for password hashing (bug 639696)
...
Includes upgrade for existing sha512 passwords via
`./manage.py strengthen_user_passwords`.
Requires an HMAC_KEYS dict to be added to `settings_local.py`.
2011-12-19 14:28:01 -06:00
Kumar McMillan
432e9b4105
Revert "Support for bcrypt+hmac for password hashing (bug 639696)"
...
This reverts commit a6071970a7
.
This introduced some unexpected changes too soon to deploy.
Once we deploy, some questions are answered, and it's hidden behind a flag
we can re-introduce it.
2011-12-15 15:14:12 -06:00
Allen Short
a6071970a7
Support for bcrypt+hmac for password hashing (bug 639696)
...
Includes upgrade for existing sha512 passwords via
`./manage.py strengthen_user_passwords`.
Requires an HMAC_KEYS dict to be added to `settings_local.py`.
2011-12-15 14:36:35 -06:00
Chris Van
94bd732619
add AMO Editor promo on submission completion page (bug 710800)
2011-12-14 18:36:43 -08:00
Kumar McMillan
d7ccb1531f
Allows forced profile completion to be disabled
2011-12-13 15:51:13 -06:00
Kumar McMillan
5eebc40198
Usernames created w/ browser ID are more robust (bug 708731)
2011-12-13 14:07:55 -06:00
Kumar McMillan
61d358f965
Increases validator timeout (see bug 707495)
2011-12-12 12:42:22 -06:00
Allen Short
4573a8a99c
Remove old timing code now that we have statsd. (Bug 703395)
2011-12-07 14:37:43 -08:00