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

3834 Коммитов

Автор SHA1 Сообщение Дата
Sean McArthur 589d3f71de improving style of package.json ace editor 2012-03-29 10:45:02 -07:00
Sean McArthur fb8fa1a6a2 fixing border-radius-topleft to top-left, and all other corners 2012-03-27 12:37:37 -07:00
Sean McArthur a050cd559e removing -moz prefixes
* -moz-border-radius
* -moz-box-shadow
2012-03-27 11:37:50 -07:00
Sean McArthur c8648edb1d Merge pull request #136 from seanmonstar/custom-package-properties
Custom Package Properties
2012-03-27 10:49:47 -07:00
Sean McArthur 35e618f681 reseting validation styles back to default 2012-03-27 10:48:45 -07:00
Sean McArthur d4b6eb5988 Merge pull request #2 from zalun/custom-package-properties
Custom package properties
2012-03-22 14:26:26 -07:00
Piotr Zalewa ac1f75f214 change the width of ace in Modal to line (almost) up with the textare 2012-03-22 21:48:30 +01:00
Sean McArthur fc5a1d4731 set_extra_json can raise JSONDecodeError. if it does, view returns HttpResponseBadRequest ( 400 code ) 2012-03-22 09:28:29 -07:00
Sean McArthur 3dc2fb3ddf adds extra_json field, wrapped in ACE 2012-03-21 15:21:39 -07:00
Piotr Zalewa dcea403dff Merge pull request #138 from zalun/bug-737689-fix_browser_id_login
leave hidden inputs in HTML
2012-03-20 16:51:46 -07:00
Piotr Zalewa a9b09ebc75 hide next, JS parses URL to get the value 2012-03-21 00:53:07 +01:00
Piotr Zalewa 367dd2078d leave hidden inputs in HTML 2012-03-21 00:48:01 +01:00
Piotr Zalewa c4cf9c1167 Merge pull request #137 from zalun/bug-724648-amo_api_for_auth
Bug 724648 amo api for auth
2012-03-15 15:06:09 -07:00
Piotr Zalewa 4b999f0b65 auth_db_authenticate method removed 2012-03-15 19:05:18 +01:00
Piotr Zalewa a3653c1bee get_amo_cursor removed 2012-03-15 15:24:08 +01:00
Piotr Zalewa 81cb8cbf71 removed authentication against database in AMOAuthentication
fetch_amo_user moved to utils.amo
fixed save profile for new users or users without profile
2012-03-15 14:52:26 +01:00
Piotr Zalewa 21fb554179 Show old auth only if switch is on 2012-03-15 13:34:22 +01:00
Sean McArthur bbb1c045c4 adds PackageRevision.extra_json
* set using .set_extra_json()
* value will be passed to simplejson.loads(), and be the base dict
  for which the manifest will be. generated properties override
  user defined properties.
* includes database migration
2012-03-13 18:43:55 -07:00
Sean McArthur 9a8e969c7c removing manage_cmd for 1.6b1 2012-03-08 14:57:13 -08:00
Sean McArthur 0bccec7ba0 adding SDK 1.6b1 2012-03-08 14:56:41 -08:00
Piotr Zalewa 32eadab306 remove the fallback 2012-03-08 11:14:36 +01:00
Piotr Zalewa 31ad6bf114 set consumer data 2012-03-08 11:10:29 +01:00
Piotr Zalewa 3e449a9d64 try to fetch user with API, fall back to SQL 2012-03-08 11:02:46 +01:00
Piotr Zalewa 58a01b2e28 Merge branch 'master' of github.com:mozilla/FlightDeck 2012-03-08 10:45:03 +01:00
Piotr Zalewa cb78712b8e switch amo aouth via API 2012-03-08 10:44:27 +01:00
Sean McArthur 3ec1e71154 properly addes a default onFailure method to all Requests
fixes Bug 733639 - Unable to add Vold Utils and Menuitems libraries into an addon.
2012-03-07 17:19:48 -08:00
Sean McArthur d47c9ec61c fixing test 2012-03-07 16:01:51 -08:00
Sean McArthur 3ef2e5776e common dependencies test 2012-03-07 15:50:19 -08:00
Piotr Zalewa f3aae6ab19 switching back to old method 2012-03-07 19:19:31 +01:00
Sean McArthur 20ed5ca1ae Merge pull request #135 from zalun/bug-724648-amo_user_api
* Add AMOOAuth.get_user_by_email which uses new API
2012-03-07 10:05:27 -08:00
Piotr Zalewa 8dde3e87cd * Add AMOOAuth.get_user_by_email which uses new API
* Call above in AMOAuthentication.fetch_user_data
* Fix AMOOAuth._send mock in tests
2012-03-07 18:59:44 +01:00
Piotr Zalewa f1777c1901 Add ability to provide a replacement string for removed characters 2012-03-07 17:51:03 +01:00
Piotr Zalewa 49059da163 Merge branch 'bug-733341-allow_utf8_in_package_description' 2012-03-06 21:25:03 +01:00
Piotr Zalewa c341a037e7 Add a method to save utf8 safely to XML
Change the sanitize method for package description
2012-03-06 15:06:01 +01:00
Piotr Zalewa f6d2b42d94 * test for saving packagerevision message with utf-8 characters
* preventing 500 for UnicodeEncode error and mailing if that happens to
  admins. Unreproducable, happens for one user only
2012-02-28 20:44:08 +01:00
Piotr Zalewa a11109fdda Merge branch 'master' of github.com:mozilla/FlightDeck 2012-02-24 00:13:02 +01:00
Piotr Zalewa 0b98912044 test user profile with ? in nickname 2012-02-24 00:12:10 +01:00
Sean McArthur fe55d4d65c fix error when viewing Add-on Kit or API-Utils 2012-02-23 15:09:35 -08:00
Piotr Zalewa 38409b0501 use username instead of nickname 2012-02-24 00:08:56 +01:00
Wil Clouser 2173e5e323 update webapp URLs for marketplace 2012-02-23 15:05:31 -08:00
Sean McArthur c86cf17b97 updating shipyard again 2012-02-23 12:16:52 -08:00
Sean McArthur 6ca2d35e78 the actual shipyard update 2012-02-23 12:10:21 -08:00
Sean McArthur 5474497049 update from shipyard, fixes Models to use computed properties 2012-02-23 12:05:54 -08:00
Sean McArthur 3b2ab4f9fd show errors if Save Request fails 2012-02-23 11:23:19 -08:00
Sean McArthur b16debfdca changing save options menu to an image 2012-02-23 11:16:01 -08:00
Arron Schaar ed25383c4b Merge pull request #134 from zalun/username_if_wrong_nickname
Username if wrong nickname
2012-02-23 10:49:06 -08:00
Piotr Zalewa 0e5d6ac8c8 use unly username until utf-8 in nickname will be solved 2012-02-23 19:47:21 +01:00
Piotr Zalewa 147627ac5d use username if questionmark in nickname 2012-02-23 19:43:04 +01:00
Arron Schaar a1b618dc85 Merge pull request #133 from pennyfx/charset
Only show user.pk and user.username in error middleware
2012-02-23 10:12:22 -08:00
Piotr Zalewa 160b282bfa do not log nicknames - raises if unicode characters 2012-02-23 19:11:47 +01:00