Andy McKay
f898b2aaf9
ignore packaged apps in domain change
2012-11-08 11:55:41 -08:00
Chris Van
f7433dfc89
Add timestamps to waffle migration
2012-11-08 11:50:03 -08:00
Andy McKay
e2d420efae
try storage, just because @basta said so
2012-11-08 11:44:38 -08:00
Andy McKay
6330a5b5d0
go back by one day and add in cron (bug 809631)
2012-11-08 11:38:15 -08:00
Matt Basta
b02fc95ef6
New line nit for Krupa in st. val.
2012-11-08 11:36:03 -08:00
Andy McKay
5ae6cd81de
stop logging warnings we are ignoring
2012-11-08 11:33:59 -08:00
Matt Claypotch
25fb651263
re-init listings after more is fetched
2012-11-08 11:15:49 -08:00
Matt Basta
d5c91f60df
Use the right base template for st. val.
...
Because @krupa's already back on the horse
2012-11-08 11:09:20 -08:00
Andy McKay
6a8cb8b5e8
wip of the management command to find and email authors (bug 805473)
2012-11-08 10:49:24 -08:00
Andy McKay
80dfe5c38c
attempt to fix jenkins
2012-11-08 10:49:10 -08:00
Andy McKay
71a4c4b484
add in a list api and docs about that and get (bug 809200)
2012-11-08 09:37:04 -08:00
Matt Claypotch
534c6c84a3
move search results to a More button (bug 784624)
2012-11-08 01:21:06 -08:00
potch
1244e690b5
Merge pull request #495 from mattbasta/fragment_parent
...
Dynamic navigation tree support for fragments (bug 795185)
2012-11-08 01:19:39 -08:00
Matt Basta
ddb3ec690b
Dynamic fragment navigation tree support (bug 795185)
...
* Fixes POST hijacking
* Fixes Django cookie munching (replaced cookie code w/headers)
* Fixed @cvan's weird hijack post middleware for headers
+ Add parent page support, parent declarations
+ Strip query parameter in navigation stack
- Removed Herobrine
2012-11-07 19:14:28 -08:00
Matt Basta
7819f386f8
Fix for broken standalone validator test
...
standalone_upload_detail requires a type argument now.
2012-11-07 17:37:12 -08:00
Andy McKay
04777295f3
and some docs (bug 777171)
2012-11-07 17:10:59 -08:00
Andy McKay
d19b4c3146
app handler in the api (bug 777171)
2012-11-07 17:02:02 -08:00
Matt Basta
00a8081f97
Added standalone validator (bug 752055)
2012-11-07 16:38:34 -08:00
Matt Basta
f50407a995
Don't commit duplicate messages (bug 794459)
2012-11-07 14:35:45 -08:00
Allen Short
b64121c6b2
collect some stats from webtrends (bug 807823)
2012-11-07 14:19:38 -08:00
Tarek Ziade
62f023af95
reindexing ALL days, not the last 365
2012-11-07 21:40:37 +01:00
Matt Basta
e0381e70d9
Clear the cache bust flag before nav (bug 809026)
...
The cookie was never being unset when the server was busting all URL
prefixes.
2012-11-07 11:10:13 -08:00
Davor Spasovski
78a5e8bbb0
add search label for accessibility considerations (bug 766027)
2012-11-06 16:39:26 -08:00
Andy McKay
8d5ddca46c
add user and use a file upload, not a string
2012-11-06 16:33:10 -08:00
Andy McKay
075924b116
move the size check to a form and don't save the file contents if big (bug 777171)
2012-11-06 15:17:26 -08:00
Davor Spasovski
5a93440ed6
limit mobile search suggestions (bug 795066)
2012-11-06 15:01:42 -08:00
Matt Basta
20955f6a5f
Use bleach for TLDs (bug 808895)
2012-11-06 13:09:39 -08:00
Andy McKay
52e21872a8
slide all the way back down to 0.4
2012-11-06 11:40:34 -08:00
Matt Basta
2aba03b9b3
Easy size win for all pages
2012-11-06 11:24:02 -08:00
Andy McKay
e1ae63c0ae
add in cssselect as a pyquery dep.
2012-11-06 10:46:46 -08:00
Wil Clouser
b861eeca18
add landfill config
2012-11-06 10:22:59 -08:00
Andy McKay
ffb0bd49a1
more vendor cleaning
2012-11-06 09:58:10 -08:00
Tarek Ziade
1694b826b2
Merge pull request #493 from tarekziade/808505-check-indexer-flag
...
Block indexing cron while a reindexing is going on (Bug 808505)
2012-11-06 01:36:05 -08:00
Andy McKay
975262dcaa
update xpisign (bug 808640)
2012-11-05 16:34:27 -08:00
Matt Basta
f0cf4c3bc1
Remove doorhanger hack (bug 808817)
...
It was a hack. The spinner will now time out maybe.
2012-11-05 16:26:16 -08:00
Matt Basta
314fa03906
Merge pull request #492 from wagnerand/ba0c10cf55709cb05ecd2193a93ca9679d912e49
...
Fix for Top Reviewers leaderboard is missing own entry (bug 808508)
2012-11-05 16:16:39 -08:00
Andreas Wagner
ba0c10cf55
Fixed top reviewers leaderboard not showing oneself (bug 808508)
2012-11-06 01:05:30 +01:00
Matt Basta
b0596842b3
Fix for Chrome's broken Vary support (bug 774899)
...
When we tell Chrome to fetch a page, we want to make sure that we
don't hit the cache if the user has changed his language or region
preference. To do this, we "bust" the cache by including the region
and the locale (if present) in the query parameters.
What this means is that Chrome will never try to hit the cache after
the locale or region changes.
2012-11-05 15:54:42 -08:00
Matt Basta
50ea2cc914
Synchronous reload when busting '/'
...
If the server is asking us to bust the fragment cache for all URLs, we
should just be doing a synchronous load of the page.
2012-11-05 15:28:56 -08:00
Matt Basta
dab73b8388
Bust fragment cache on settings save (bug 805409)
2012-11-05 14:41:20 -08:00
Matt Basta
3c799fc399
Move and wire up fragments utils/decorators/middleware
...
- Moved fragments middleware into mkt.fragments.middlware
- Moved fragments utils/decorators into appropriate modules
- Added tests for utils/decorators
- Wired up mkt.ratings use of fragment cache busting
- Patched up amo.decorators.
2012-11-05 14:41:20 -08:00
Matt Basta
dcce053af5
Bust fragment cache when requested to
2012-11-05 14:41:20 -08:00
Matt Basta
0ea4d74356
Added fragment cache busting decorator
2012-11-05 14:41:20 -08:00
Wraithan (Chris McDonald)
91a7706ae4
update vagrant to use virtualenv schematic
...
fixes #491
2012-11-05 08:53:47 -08:00
Wil Clouser
e7fa3067b3
update pfs; bug 807515
2012-11-05 08:29:06 -08:00
Hanno Schlichting
783c8715da
Merge pull request #490 from hannosch/monitor-test-failure
...
Workaround for test failure in test_monitor - have fun with mocks!
2012-11-04 01:27:44 -08:00
Hanno Schlichting
e8aeaf1c3f
Work around magic test mocks getting in the way
2012-11-03 19:54:52 +01:00
Chris McDonald
47fbe25404
Merge pull request #489 from wagnerand/master
...
Fixed https://bugzilla.mozilla.org/show_bug.cgi?id=807946
2012-11-02 19:27:33 -07:00
Andreas Wagner
80e4483020
Removed locale code from links in new add-on version in queue notification email (bug 807946)
2012-11-03 03:26:07 +01:00
Andy McKay
c83d4c03a8
memcached 1.43 is broken on pypi, so we have to update
2012-11-02 16:10:43 -07:00