Rob Hudson
ffccbf8b41
Merge pull request #1225 from vinyll/remove_status_listed-616242-COMPILED
...
removed self-hosted options and cleaned code related to it:
2013-10-15 08:56:29 -07:00
Jason Thomas
e8cfa2ad67
Update memcache service monitor.
2013-10-09 13:54:11 -04:00
Kevin Ngo
84d3b1eb24
Merge pull request #1223 from ngokevin/themedesc
...
display desc error on theme edit, bump to 500 chars, add char counter (bug 922744)
2013-10-09 09:16:33 -07:00
Kevin Ngo
57c366f227
display desc error and char counter on theme edit, bump to 500 chars (bug 922744)
2013-10-09 09:07:36 -07:00
Rob Hudson
322671aaaf
Fixed another case of bad url joining wrt STATIC_URL
2013-10-08 10:58:17 -07:00
Mathieu Pillard
e25aff97bf
Merge pull request #1224 from diox/upgrade-cache-machine-0.8
...
Upgrade django-cache-machine to 0.8 (bug 883477)
2013-10-07 09:53:21 -07:00
Rob Hudson
b8a5db0f4b
Updated STATIC_URL to end with a slash as requested by Django
2013-10-06 15:40:37 -07:00
Vincent Agnano
e4c866a68d
removed self-hosted options and cleaned code related to it (bug 616242):
...
cleaned self_hosted for buttons
removed self-hosted options and cleaned code related to it
removed Addon.models.is_selfhosted
removed 'self_hosted' related mentions
removed STATUS_LISTED completely
removed selfhosted references from frontend
fixed robhudsun feedback
2013-10-04 23:16:08 +02:00
Mathieu Pillard
85eb804db8
Upgrade django-cache-machine to 0.8 (bug 883477)
...
count()s caching is disabled in tests, this was already done before
by accident, this is now done on purpose because it messes up with
all the tests.
2013-10-03 10:45:00 -04:00
David Larlet
8be70fda3c
Merge pull request #1154 from davidbgk/917698-hiding-portal-link
...
Display portal links only if the flag is activated (bug 917698)
2013-09-18 07:08:33 -07:00
David Larlet
85c363672b
Display portal links only if the flag is activated (bug 917698)
2013-09-18 16:06:30 +02:00
Mathieu Pillard
e0478af906
Bump some requirements again (bug 846349)
2013-09-18 13:50:08 +02:00
Mathieu Pillard
d4c71d51ae
Merge pull request #1147 from diox/remove-safe-signals
...
Remove safe signals (bug 865769)
2013-09-18 04:48:00 -07:00
Kevin Ngo
da16baa424
add delete user functionality to lookup tool (bug 901783)
2013-09-17 16:05:04 -07:00
Mathieu Pillard
4d5fa077dd
Miscellaneous test fixes
...
(Needed for python 2.7 / no elasticsearch environnement, but also
because of the safe signals removal)
2013-09-17 17:25:42 +02:00
Rob Hudson
08b19df06d
wip
2013-09-13 16:34:08 -07:00
Kevin Ngo
3f79516659
Merge pull request #1123 from ngokevin/revqueuesort
...
refactor and fix queue sorting for name fields and pending queue (bug 890177)
2013-09-13 12:58:46 -07:00
Kevin Ngo
dbc3dd56c8
refactor and fix queue sorting for name fields and pending queue (bug 890177)
2013-09-13 12:52:10 -07:00
Rob Hudson
b529d2bb12
Disconnect signals until last save in addon_factory
2013-09-13 09:38:14 -07:00
Mathieu Pillard
1de5c4ce04
Remove LazyPjaxMiddleware and friends, it was never used (bug 915789)
2013-09-12 20:07:05 +02:00
Mathieu Pillard
3f44e85e0f
Replace all '.uncached' calls by '.objects.no_cache()' (bug 913010)
...
uncached is generic and therefore wrong everytime we have soft
deletion or when there is model inheritance involved.
It's better to remove it and use the regular objects manager with
a no_cache() added to disable cache-machine.
2013-09-10 13:54:49 +02:00
Mathieu Pillard
80a6382386
Remove image assets code (bug 860403)
2013-09-05 14:23:32 +02:00
Kevin Ngo
f3d4094849
theme reviewer dashboard (bug 903598)
2013-08-23 17:17:12 -07:00
Rob Hudson
f8535c520a
Updated AMO's ES wrapper for deprecated text query
2013-08-15 12:02:18 -07:00
Rob Hudson
a6393aaf71
Fixed price localiztion for receipts
2013-08-12 17:57:21 -07:00
Mathieu Pillard
8c37c813d9
Support "horizontal" previews - previews w/ inverted ratio (bug 871654)
2013-08-06 16:14:04 +02:00
Allen Short
ae0cf92c9f
patch waffle bridge table names too. (bug 899282)
2013-07-29 16:14:50 -07:00
Mathieu Pillard
ec68168010
Add a property for latest_version to provide a fallback (bug 899034)
...
Sometimes, latest_version isn't populated for non-incomplete apps,
which breaks some reviewers tools pages.
2013-07-29 19:23:07 +02:00
Allen Short
29463075a6
patch waffle to add deployment specific suffixes (bug 886987)
2013-07-26 11:59:53 -07:00
Rob Hudson
98936dec64
Explicitly unindex in tests
2013-07-24 07:08:06 -07:00
Jason Thomas
755c67d661
Use absolute path for nagios_check_packaged_app.zip
2013-07-23 13:42:19 -04:00
Jeremy Orem
3452bf9355
Merge pull request #910 from oremj/varyfix
...
Fix AttributeError on Http404.
2013-07-22 23:10:28 -07:00
Chris Van
2b9dbfd5fa
mock out os.unlink in TestMonitor
2013-07-22 22:03:59 -07:00
Jeremiah Orem
2a98a6620a
Clean up after package_signer monitor.
2013-07-22 19:09:49 -07:00
Chris Van
d2b3e1e0de
remove 404 links to "Unsubscribe" in Marketplace emails (bug 802379)
2013-07-19 15:57:44 -07:00
Kevin Ngo
e9b5fa1428
reflect @cvan's context_processor fix
2013-07-19 14:37:21 -07:00
Kevin Ngo
df975c04d9
fix zadmin featured apps when no category given
2013-07-19 13:49:12 -07:00
Jeremiah Orem
88abed7f2e
Fix AttributeError on Http404.
2013-07-18 17:49:53 -07:00
Kevin Ngo
70f679f902
add operator group for lookup (bug 894109)
2013-07-17 11:34:20 -07:00
Kevin Ngo
c77489bc94
fix redirect tests
2013-07-16 09:16:21 -07:00
Mathieu Pillard
250f6a7854
Allow developers to publish 'approved but waiting' versions (bug 867570)
...
Also let them change the make_public field on the version edit
page, if that version is unreviewed (since it'll apply to that
version when a reviewer approves it)
2013-07-16 13:34:56 +02:00
Kevin Ngo
95dc89d115
throw 404 for googlebot on persona_redirect for themes without addons (bug 891138)
2013-07-12 15:52:59 -07:00
Andy McKay
c60238abae
this is terrible, but make app_to_dict fall back to the waffle flag (bug 889945)
2013-07-03 13:55:54 -07:00
Rob Hudson
55b53e84b5
A little less mockery that doesn't leak
2013-07-02 11:59:52 -07:00
Rob Hudson
9968e381eb
Added another mock that sometimes gets missed.
2013-07-02 09:54:18 -07:00
Rob Hudson
4de5088d82
Expand the mocks a bit for non ES tests.
...
We found that we were doing a lot of work in
WebappIndexer.extract_document and then that was getting sent to a
mocked ES. So let's expand this a bit to mock the document extraction as
well.
2013-07-01 11:22:04 -07:00
Kevin Ngo
cac7459db7
fix addon-orphaned reviews trying to be displayed on user profile page (bug 881034)
2013-06-28 15:07:47 -07:00
Andy McKay
68a49136be
add in payment_required (bug 868582)
2013-06-27 09:10:02 -07:00
Kevin Ngo
52d3532da6
fix displaying built-in theme licenses (bug 880274)
2013-06-26 11:11:54 -07:00
Kevin Ngo
c359ce83ca
isinstance can take tuples
2013-06-20 11:53:53 -07:00