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

322 Коммитов

Автор SHA1 Сообщение Дата
Andy McKay 02b6cfb657 make sure deleting a version calls the file cleanup signal (bug 709648) 2012-03-23 12:36:39 -07:00
Andrew Williamson 3c44f4a790 make syntax highlighter treat .jsm and .json files as javascript 2012-03-02 18:00:02 +00:00
Kumar McMillan c15777f4d3 Strip the BOM from incoming manifests (bug 731363) 2012-02-28 16:47:52 -06:00
Kumar McMillan 2b0b1cdede Upload app manifest with any extension (bug 721875) 2012-02-27 14:21:13 -06:00
Rob Hudson cf5c146d88 Revamped permissions around editors (bug 685382)
The following permissions are being migrated:

  Editors.* -> Addons:Review
  Editors:Apps -> Apps:Review
  Editors:ReviewPersonas -> Personas:Review
2012-02-14 14:01:14 -08:00
Andy McKay 284913c569 cron job to check out manifest urls (bug 719234) 2012-02-08 13:00:19 -08:00
Andy McKay e9f8a44d9d spotted whilst looking at STATIC_URL changes, clean up 2012-01-19 11:04:46 -08:00
Rob Hudson 1fca769fcb Updated to use binary_components from validator (bug 714698) 2012-01-18 14:58:12 -08:00
Rob Hudson 42d3dec04c Updated binary flag to include `contains_binary_content`. 2012-01-17 16:14:42 -08:00
Allen Short 016aa1b278 fix hide_disabled_files cron job to work with non-ascii filenames 2012-01-12 17:24:40 -06:00
Andy McKay cb50070449 statsd and commonware > django_statsd 2012-01-04 15:29:31 -08:00
Kris Maglione 0d091983d5 Bug 692212 - Add a toggle on the file viewer to show/hide verified Add-on SDK files 2011-12-29 02:22:01 -05:00
Kris Maglione 44715acb29 Bug 661688: Make the file tree and control panel float to the left of the file viewer:
• The file tree and controls are restricted to the height of the
   viewport and the boundaries of the content wrapper.

 • When the file tree is collapsed, the control buttons remain
   visible and the file tree is visible on hover.

Style and RTL fixes per review.
2011-12-29 02:22:01 -05:00
Kumar McMillan d476408b6e Handle BOMs and non-ascii manifests better (bug 711538) 2011-12-27 13:12:00 -06:00
Rob Hudson 7a9a4ef9b9 Updated version check to support binary components (bug 703783) 2011-12-02 12:50:24 -08:00
Andy McKay abe801e7d6 stand up an app creation api (bug 704206) 2011-11-24 14:39:17 -08:00
Kumar McMillan e1990fdfb8 POST the builder package key for newer jetpacks (bug 699606) 2011-11-23 16:01:13 -06:00
Kumar McMillan a0f2f39a88 Only upgrade jetpacks built w/ AMO builder (bug 699603) 2011-11-23 14:02:24 -06:00
Kumar McMillan ee8d39f707 Makes jetpack metadata do the right thing for apps (bug 704692) 2011-11-23 10:39:27 -06:00
Kumar McMillan c538a54c6d Parses builderVersion from jetpacks and saves w/ file (bug 699603) 2011-11-22 15:04:42 -06:00
Kumar McMillan b19bd5edc4 Removed old task which is not used anyway (part of bug 699603) 2011-11-22 15:04:42 -06:00
Rob Hudson 22ae51f1ea Added strict compatibility checking (bug 698358, 698355) 2011-11-18 16:01:35 -08:00
Kumar McMillan 38ae1375ed Better fix for non-english app names (bug 695092) 2011-11-17 18:39:30 -06:00
Kumar McMillan 905ef63c6d Protects against a malformed locales dict (bug 696931) 2011-11-17 18:32:51 -06:00
Rob Hudson a1a2345cf8 Only allow deletes for free addons (bug 699943) 2011-11-11 15:29:03 -08:00
Wil Clouser cdef2fffe3 fix failing job due to large numbers of objects 2011-11-10 22:12:55 -08:00
Wil Clouser cfd4675f13 Clean up some logging and remove old settings. No going back now. 2011-11-09 16:25:10 -08:00
Wil Clouser e5cdbc74cf Delete old validation results when deploying; bug 698789 2011-11-09 16:25:10 -08:00
Andy McKay 491d681134 make validations GET'able and move url up to body to avoid caching (bug 663254) 2011-11-02 15:19:30 -07:00
Kris Maglione 132d5fdc56 Integration of validation results into the file/diff viewer by kmaglione (bug 663254) 2011-11-02 15:19:16 -07:00
Wil Clouser 2840ece9de improve logging 2011-10-31 12:28:18 -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 34dc728abe send the requested sdk version to builder (bug 692231) 2011-10-19 16:22:42 -07:00
Kumar McMillan 684e1626a7 Files are flagged when the validator says they require chrome (bug 694655) 2011-10-19 15:06:57 -05:00
Andy McKay 1e38dddf61 remove version from post and the parsing code around it (bug 694124) 2011-10-13 12:42:54 -07:00
Andy McKay 214977c783 clear up last few tempfiles 2011-10-06 17:11:41 -07:00
Andy McKay 44a2e7497f stop leaving stuff around (bug 692532) 2011-10-06 16:37:33 -07:00
Andy McKay b767629d3b allow download with the hash (bug 691599) 2011-10-05 15:23:10 -07:00
Andy McKay aa543b7131 add in hash and make sure we can find it when email changes (bug 691596) 2011-10-05 15:15:37 -07:00
Rob Hudson 151f67d9d0 Added safer mirror check (bug 692178)
- Guards against mirror path being None
- Changes `is_public` to be a more explicit `is_mirrorable`, which is
  what the template is really asking.
2011-10-05 13:15:39 -07:00
Rob Hudson 7311fc537c Added admin version status editor (bug 674398) 2011-10-05 09:08:35 -07:00
Jeff Balogh e7fbc86af4 respect the wishes of devs and don't repack their files (bug 690824) 2011-10-03 14:55:17 -07:00
Jeff Balogh cc836a7b3d copy repacked files to the mirror (bug 689670) 2011-09-30 16:05:05 -07:00
Andy McKay 72ff89588c make latest bounce to watermarked 2011-09-23 14:16:46 -07:00
Andy McKay 512ca7f98b check an addon was purchased before download watermarked (bug 688301) 2011-09-22 09:56:46 -07:00
Andy McKay 576151577f and 2.6 backwards compat 2011-09-20 12:21:28 -07:00
Andy McKay 0a5a39e69f py2.7 compatability and update docs about cache, cope with no jpeg 2011-09-20 11:04:57 -07:00
David Kettler cbb3c6399b webapp manifest field 'description' is optional 2011-09-14 17:16:49 -07:00
Jeff Balogh 2ebc572e50 block duplicate versions from getting repacked 2011-09-07 14:53:54 -07:00
Jeff Balogh bea07992e7 log successful repacks 2011-09-07 11:06:35 -07:00