Sean McArthur
00ee1734f6
django.request logger should use mail_admins handler
2011-08-19 12:13:31 -07:00
Sean McArthur
32b620309e
adding admin_log email handler for errors
2011-08-19 12:03:42 -07:00
Sean McArthur
6be0e631a6
Merge branch 'master' of github.com:mozilla/FlightDeck
2011-08-19 12:02:55 -07:00
Sean McArthur
c5e901ec1a
Merge pull request #32 from clouserw/random
...
Update deploy script; prepare for manage.py commands
2011-08-17 15:18:02 -07:00
Sean McArthur
4a5e39ee6f
check copies list has length before popping from it
2011-08-17 14:45:37 -07:00
Wil Clouser
a1c9706424
Update deploy script; prepare for manage.py commands
2011-08-17 14:36:02 -07:00
Sean McArthur
e803d38e70
reduce logo to 240px
2011-08-17 13:37:43 -07:00
Sean McArthur
69794e0847
reduce logo to 240px
2011-08-16 17:05:43 -07:00
Piotr Zalewa
6e204b369a
fixed default port number
2011-08-16 23:38:27 +01:00
Piotr Zalewa
35083b6a5b
vendor fix
2011-08-16 20:54:13 +01:00
Piotr Zalewa
187c9e353a
oauth2 dependency back in trunk
2011-08-16 20:46:32 +01:00
Piotr Zalewa
ba738d87df
httplib2 and oauth2 added to vendor
2011-08-16 20:40:44 +01:00
Piotr Zalewa
4cc96ab099
temporary fix to save the trunk server
2011-08-16 18:05:01 +01:00
Piotr Zalewa
9afe2d778f
Merge branch 'bug-600422-oauth_upload'
2011-08-16 12:38:36 +01:00
Piotr Zalewa
da08dd0ead
* amo upload with Spinner
...
* setting amo_version_name together with amo_status UPLOAD_SCHEDULED
for better logic
* print removed
* logging with more sense
2011-08-16 12:35:20 +01:00
Sean McArthur
a9ddf604c7
convert string of number to int for autocomplete
2011-08-15 17:06:50 -07:00
Sean McArthur
c05730a5dc
fix slider from showing wrong value when accessing a search result page that has been cached in SearchResult.$cache
2011-08-15 16:57:23 -07:00
Sean McArthur
c4ec488e3b
if page.show() called, and request is running, ignore the show() call
2011-08-15 12:51:59 -07:00
Sean McArthur
e2d8c78f29
sanity check for onComplete from being trigger-happy
2011-08-15 12:11:14 -07:00
Piotr Zalewa
c6a4c0a65b
Merge branch 'master' into bug-600422-oauth_upload
2011-08-15 19:42:26 +01:00
Sean McArthur
3ed2ca7e9c
1. Change the label to read: "X copy/ies or greater"
...
2. Show the available upper and lower bounds to the bottom left and bottom right of the slider so users know they are on X step out of a max Y
3. Do change the slider on every step in the bounds, even if a step does not alter the resulting returned set.
2011-08-15 11:29:06 -07:00
Sean McArthur
0335104d6e
fix slider resetting itself every time you drag it
2011-08-12 15:24:17 -07:00
Sean McArthur
d47e5335e3
removing an old import
2011-08-12 12:45:31 -07:00
Sean McArthur
16fcaf219c
fixes Bug 676045 - Filter search by number of copies
2011-08-12 12:39:08 -07:00
Sean McArthur
f60581a56d
using the new elasticutils from vendor
2011-08-12 12:31:11 -07:00
Piotr Zalewa
8536e1fc1b
Updating add-ons created on AMO with Builder
...
* create_version added to AMOOAuth
* amo_upload_url updates after revision changes
2011-08-12 18:43:08 +01:00
Piotr Zalewa
2983aa02b1
* no version needs to be provided for upload
2011-08-11 14:44:07 +01:00
Piotr Zalewa
13a2162f9d
* amo_status added to PackageRevision
...
* saving version name used to upload to AMO
* validating if upload is possible
* setting the license as DEFAULT which needs to be changed on AMO side:
2011-08-11 13:31:33 +01:00
Sean McArthur
851de4a560
pulling in styles from dbuc
...
http://jsfiddle.net/h3hxJ/8/
2011-08-10 17:20:50 -07:00
Sean McArthur
40cfecb245
fix the Slider from reloading on first load because copies is undefined, and 0 != undefined.
2011-08-10 17:20:31 -07:00
Sean McArthur
78373d5557
steps for the Slider are now based of the results facets. Each step is a filter that will return back a set of packages, not an empty set.
2011-08-10 17:19:54 -07:00
Piotr Zalewa
2727874cb7
raising after deleting the xpi
2011-08-10 12:50:09 +01:00
Piotr Zalewa
683baa0ab3
* amo_status is saved in PackageRevision
...
* upload_to_amo moved to PackageRevision
* saving amo_id from response
* raising NotImplementedError on updating existing Add-on
2011-08-10 12:47:54 +01:00
Piotr Zalewa
9c438773a5
Added info about statuses and Upload to AMO use case
2011-08-10 10:58:16 +01:00
Sean McArthur
fca805523b
make old rssfeed url permanent redirect, change urls to search for new format
2011-08-09 18:50:27 -07:00
Sean McArthur
0b9a690b29
update Search RSS because of new search format, old urls left in as redirect for now
2011-08-09 18:45:22 -07:00
Sean McArthur
06337e5a73
ajaxified Search, added Copies slider
2011-08-09 18:44:46 -07:00
Piotr Zalewa
371db4c1be
* upload_to_amo view accepts forced hashtag
...
* frontend sends the order to schedule uploading via Ajax
(it would be good to implement another messaging system)
2011-08-09 15:26:25 +01:00
Piotr Zalewa
6eeaa28d7a
AMOOAuth added, not working
2011-08-08 18:43:43 +01:00
Sean McArthur
d764f02508
update search_sidebar to use querystring templatetag, makes managing the query string params much saner
2011-08-05 22:35:55 -07:00
Sean McArthur
74051c6f76
rewriting search using new elasticutils
...
* added extra fields to query, such as fuzzy on the full_name, when searching
* consolidated search into only combined, and by type
* added a forms.py to handle the parsing of GET
2011-08-05 22:32:43 -07:00
Sean McArthur
a2485980df
adding SearchMixin, and changing Package _type in ES to use 'jetpack_package' instead of 'addon' and 'library'
2011-08-05 22:29:29 -07:00
Sean McArthur
f46bb9953b
updating querystring templatetag for errors
2011-08-05 22:27:56 -07:00
Sean McArthur
95f82658dd
adding headings to search sidebar
2011-08-05 22:27:15 -07:00
Sean McArthur
efa336fc97
added querystring templatetag
...
* borrowing from zamboni, this lets us update the existing query string sanely
2011-08-05 17:00:31 -07:00
Piotr Zalewa
c41154b99b
* Version number changed in the docs
...
* Description of the AMO Integration added
2011-07-29 10:34:18 +01:00
Piotr Zalewa
bf7acfda58
bug 600422
...
* Add amo_id which will allow syncing with AMO Addons
2011-07-29 10:08:35 +01:00
Sean McArthur
7f78dd836e
fixes Bug 665264 - JS Error: event.target.get is not a function
...
added a container for the draggable. file cant be dragged outside of its Tree
2011-07-28 17:33:10 -07:00
Sean McArthur
8860175e0e
fixes Bug 654525 - Integrate the new search service into the add-a-library modal
2011-07-28 16:58:22 -07:00
Sean McArthur
35b28d49ab
filter Addon Kit and API Utils from the autocomplete Add-a-library
2011-07-28 16:55:44 -07:00