Граф коммитов

244 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Orem 23f133f174 Change x-sendfile header to setting. This will allow us to use nginx's
version of x-sendfile (X-accel).
2012-05-21 16:46:41 -07:00
Rob Hudson 7cb6f4ecfd Updated d2c to check for lowest maxVersion (bug 740220) 2012-05-21 16:13:07 -07:00
Rob Hudson 61ab1d5f62 Added compat_mode param to search API for d2c (bug 706385) 2012-05-10 09:12:55 -07:00
Matthew Noorenberghe 643332a970 Release notes need to be XML/XHTML 2012-05-01 16:50:57 -07:00
Rob Hudson 764ec87d47 Don't `update_incompatible_appversions` if not an extension. 2012-04-24 21:30:53 -07:00
Allen Short 19043a4510 Further updates to use storage API 2012-04-23 06:38:51 -07:00
Kumar McMillan caec7a2e42 Use storage API for everything * (bug 721572)
Includes: XPI uploads, addon icons, collection icons, personas
* It does not include the file viewer
2012-04-23 06:38:51 -07:00
Chris Van cd83a7d6c1 fix UnicodeDecodeError for versions listing on add-on detail page (bug 744251) 2012-04-16 12:46:43 -07:00
Rob Hudson ff0baf8ac4 Updated updateInfo with better version filtering. 2012-04-11 10:52:38 -07:00
Rob Hudson 178cd103a8 Updated buttons for default-to-compatible (bug 733080)
This adds a link to the versions page, and also a description of why the
add-on failed the default-to-compatibility checks.
2012-04-10 16:31:15 -07:00
Rob Hudson 9379aae147 Cleanup of previous commit. 2012-04-03 14:47:24 -07:00
Rob Hudson 5a7f6b00d5 Added separate check compatible by app in version (bug 733096) 2012-04-03 14:06:04 -07:00
Rob Hudson a7fc0b1f66 Fixed version range comparison (bug 740260) 2012-04-02 17:06:15 -07:00
Rob Hudson ae11fccf71 Localized app versions repr strings. 2012-04-02 11:06:05 -07:00
Rob Hudson e5eb897a7b Updated ApplicationsVersions' repr for d2c (bug 733096) 2012-03-30 20:47:44 -07:00
Rob Hudson 89802814f8 Updated Python version_int to match Firefox for '*'. 2012-03-30 10:27:47 -07:00
Rob Hudson 833a65d87f Update buttons.js to handle compatible by default (bug 733547)
(And partially bug 733080)

This adds an `is_compatible` cached property to versions, and pushes
that value up to the install button template for use by buttons.js.
2012-03-28 14:32:06 -07:00
Andy McKay e34045fa9b calling delete triggers a whole bunch of other signals we don't want yet 2012-03-23 14:37:25 -07:00
Andy McKay 4450482885 shorter uncached version 2012-03-23 13:17:14 -07:00
Andy McKay 02b6cfb657 make sure deleting a version calls the file cleanup signal (bug 709648) 2012-03-23 12:36:39 -07:00
Allen Short 963e74e359 Change MAXVERSION to fit into elasticsearch 2012-02-13 11:50:59 -06:00
Allen Short c25a6e3fe2 Do not rely on 64-bit python 2012-02-10 14:16:18 -06:00
Wil Clouser 75d1fe830a Adjust view source message; bug 711950 2012-02-08 14:32:26 -08:00
Andy McKay fcdc57f88f allow activation of app or locale (bug 719566) 2012-02-02 11:15:16 -08:00
Chris Van 67ebaae23c fix traceback for searches on big version numbers (bug 713258) 2012-01-06 17:26:18 -08:00
Gregory Koberger 696e90491a Use loop.first instead of my own hacky solution 2012-01-06 15:19:53 -08:00
Gregory Koberger 525cdec26c Sort apps 2012-01-06 14:48:06 -08:00
Gregory Koberger 4840265a34 Fix ordered compat apps 2012-01-03 16:59:53 -05:00
Gregory Koberger 9e57295077 Order compatible apps (bug 645236) 2012-01-03 16:44:27 -05:00
Rob Hudson 3cff06f1f4 Optimization for sending compat override data to tasks. 2011-12-16 10:52:44 -08:00
Rob Hudson 0381eeb91f Updated version check to support compat overrides (bug 703781) 2011-12-15 15:25:37 -08:00
Chris Van 63479737e1 never extend from the add-ons base template for apps preview 2011-11-23 12:30:01 -05:00
Rob Hudson a1a2345cf8 Only allow deletes for free addons (bug 699943) 2011-11-11 15:29:03 -08:00
Andy McKay 015eba0e76 fix test, clean up and get ordering correct 2011-10-28 18:03:02 -07:00
Andy McKay 1abccf5399 allow authors to download premium addons, watermarked from the details page (bug 694183) 2011-10-28 16:58:26 -07:00
Jeff Balogh 68fd0317b9 removing dead license code (bug 616241) 2011-10-21 13:44:49 -07:00
Kumar McMillan b3f6c799e7 Tells zip to be quiet when it creates archives (bug 693429) 2011-10-11 16:06:44 -05:00
Kumar McMillan de75bb5213 Bypass the cache when selecting versions to fix (bug 693429) 2011-10-11 15:43:14 -05:00
Kumar McMillan 932f7306d7 Using zip -r now to handle empty directories in the fixed xpi (bug 693429) 2011-10-11 15:14:29 -05:00
Kumar McMillan 41b457a95b When in dev really use dev IDs (bug 693429) 2011-10-10 20:31:05 -05:00
Kumar McMillan 2ff999d398 Adds dev version IDs for testing (bug 693429) 2011-10-10 19:50:59 -05:00
Kumar McMillan c9c48297ef Preserves zip contents and backs up identical files (bug 693429) 2011-10-10 18:53:30 -05:00
Kumar McMillan f4c1f3a2c9 Recalculate version_int (bug 692524) 2011-10-07 18:14:02 -05:00
Kumar McMillan 5223cac5b5 Logging and printing to work around vanishing log messages (bug 692524) 2011-10-07 18:02:48 -05:00
Kumar McMillan 2ae804ca64 Converts jetpack XPI fix from migration script to mgmt. command (bug 692524) 2011-10-07 16:55:34 -05:00
Andy McKay b767629d3b allow download with the hash (bug 691599) 2011-10-05 15:23:10 -07:00
Andy McKay c4ec669dbd make statuses a tuple of id, status (bug 690523) 2011-10-03 11:20:27 -07:00
Chris Van 30977ae9b6 typo 2011-09-29 18:32:06 -07:00
Chris Van 8622cfb9ae reverse license FAQ link 2011-09-29 14:59:33 -07:00
Chris Van 9041682e80 open external licenses as _blank 2011-09-29 11:41:18 -07:00