Wil Clouser
7ffcead5eb
Add settings to the test context. thanks jbalogh.
2010-10-04 10:15:41 -07:00
Wil Clouser
6f11f12298
Merge remote branch 'chenba/581496-excessive-contrib'
2010-10-04 09:45:59 -07:00
Jeff Balogh
a3dc2c440a
fixing up page titles and breadcrumbs
2010-10-01 16:45:07 -07:00
Jeff Balogh
08012bc60f
editing add-on authors (bug 592548)
2010-10-01 15:09:25 -07:00
Jeff Balogh
067ab50c26
call it @dev_required, simplify the decorator
2010-10-01 15:09:24 -07:00
Jeff Balogh
5e06224167
fake out the AddonLog API
2010-10-01 15:09:24 -07:00
Jeff Balogh
63ce9a73f3
adding UserForeignKey and UserEmailField
2010-10-01 15:09:24 -07:00
Jeff Balogh
10093120ca
removing unused author roles
2010-10-01 15:09:24 -07:00
Wil Clouser
2fdcec1ceb
syslog can't handle unicode logging :(
2010-10-01 11:00:37 -07:00
Wil Clouser
5b501b8ec2
add addon slugs
2010-10-01 08:54:13 -07:00
Matt Claypotch
d1bb7346d7
stats v2
2010-09-30 20:12:31 -07:00
Matt Claypotch
bb886b55aa
moved stats into its own js folder
2010-09-30 20:12:31 -07:00
Jeff Balogh
7accc361db
fix a test
2010-09-30 15:41:19 -07:00
Jeff Balogh
7b9912d280
don't use the fragment cache for logged-in users
2010-09-30 15:18:46 -07:00
Wil Clouser
5d69f065ed
Add CSP Reporting
2010-09-30 12:57:08 -07:00
Wil Clouser
316bef2e92
This message includes a URL and is showing up on the site escaped right now.
...
Marking safe
2010-09-30 11:15:06 -07:00
Ian Bicking
8ab589019e
This is a squash of Ian's 5 commits:
...
Allow StatsDictField to read JSON or phpserialized content. Content will always be saved as JSON. phpserialized parsing is slow, so moving to JSON will be faster, while allowing phpserialized legacy content will make data migration easier.
Also includes a command 'python manage.py convert_stats_to_json' that will update (incrementally) objects in the database.
Convert the json udpate to an optional celery task
Added ability to convert json just for a specific class and addon_id
phpserialize cannot handle unicode input (values in the serialized string refer to byte lengths); re-encode the content as UTF-8 before deserializing, then ask phpserialize to decode the resulting strings
Filter out objects with NULL values for conversion
2010-09-29 15:38:19 -07:00
Jeff Balogh
d0f2988a8f
wrap all devhub urls with @write
2010-09-28 13:27:30 -07:00
Jeff Balogh
6f1e68e875
context managers should exit with the state they found
2010-09-28 13:27:30 -07:00
Jeff Balogh
c53a18c50b
cache the disco pane collection modules
2010-09-28 13:10:26 -07:00
chenba
948388b7fc
Bug 581496: excessive contribution amount checking
2010-09-28 01:54:18 -07:00
Chris Van
1d5c763e3b
import cache for developers view test
2010-09-27 23:17:10 -04:00
Chris Van
2bd84f5639
clear cache for developers view test
2010-09-27 22:42:27 -04:00
Chris Van
3ade186aa7
add unique names for add-ons in dashboard view test
2010-09-27 20:13:29 -04:00
Chris Van
a0ebb7333b
fix child selectors for developers dashboard views test
2010-09-27 19:35:15 -04:00
Chris Van
60a596f325
tests for developer add-ons dashboard view, helpers (bug 598540)
2010-09-27 18:35:06 -04:00
Chris Van
103dbbbd94
add incompatible_latest_apps to add-ons, developers Dashboard compatibility (bug 597633)
2010-09-27 17:03:15 -04:00
Jeff Balogh
aa9e9baf44
we need unsafe signals for testing read-only mode
2010-09-24 17:39:51 -07:00
Jeff Balogh
e551cd5540
skip the query cache for transforms
2010-09-24 17:19:44 -07:00
Matt Claypotch
f07463f7b9
This test is invalid, as we store the markup for login on the page for if the user logs out on another tab
2010-09-24 17:11:13 -07:00
Matt Claypotch
2fd4bd4bff
Bug 593420, add better error handling to collection add popup
2010-09-24 16:54:34 -07:00
Jeff Balogh
19d5b41b12
fix a test
2010-09-24 16:07:50 -07:00
Jeff Balogh
0ede431412
update collection followers in a task
2010-09-24 15:59:35 -07:00
Jeff Balogh
394e60b441
update last_updated and appsupport immediately (bug 571057)
2010-09-24 15:36:17 -07:00
Wil Clouser
c2cff10d1d
Add cheesy cron job to add jetpack tags to jetpacks; bug 580827
2010-09-24 11:06:25 -07:00
Jeff Balogh
5af0a133b6
adding the validator (bug 586699)
2010-09-23 17:08:05 -07:00
Jeff Balogh
c5dff6fe98
devhub uploads (bug 586696 & 586700)
2010-09-23 17:08:04 -07:00
Dave Dash
915ce243e3
bug 532309, thunderbird </3 search engines
2010-09-23 15:47:13 -07:00
Jeff Balogh
bb9034bacc
fix a test
2010-09-23 11:47:38 -07:00
Jeff Balogh
366f3d2499
turn off async signals, fix a syntax error
2010-09-23 11:27:18 -07:00
Jeff Balogh
3fe00eb82e
play hard-to-get with pwreset email addresses (bug 591188)
2010-09-23 11:10:32 -07:00
Dave Dash
16dff6f240
Extra logging.
2010-09-23 11:05:37 -07:00
Dave Dash
c5a713cba2
bug 598555, '<=' > '<'
2010-09-23 10:17:30 -07:00
Dave Dash
842d5d1d5a
bug 598044, no personas for mobile.
2010-09-23 09:42:05 -07:00
Wil Clouser
e54552329d
Add mongo interface, bug 592588
2010-09-22 16:56:47 -07:00
Nils Maier
bcbc48afa4
Bug 526967 - Contributions: Allow the user to set the PayPal form language
...
Port from remora fix
2010-09-22 16:50:00 -07:00
Jeff Balogh
e07502c078
Merge branch 'pwreset'
2010-09-22 16:42:44 -07:00
Jeff Balogh
5fe352f463
make sure all users have a auth.User row
2010-09-22 16:42:18 -07:00
Jeff Balogh
75f5f56910
context manager for disabling hera
2010-09-22 16:42:18 -07:00
Jeff Balogh
1763d8ea50
use UserProfile for doing pwreset (bug 596263)
2010-09-22 16:42:18 -07:00