This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http_sumo_app: 10:25:43 django.request:ERROR Internal Server Error: /api/2/user/generate: /Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/handlers/base.py:224 | |
Traceback (most recent call last): | |
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 88, in get_response | |
response = middleware_method(request) | |
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/middleware/common.py", line 71, in process_request | |
if (not urlresolvers.is_valid_path(request.path_info, urlconf) and | |
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", line 600, in is_valid_path | |
resolve(path, urlconf) | |
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", line 480, in resolve | |
return get_resolver(urlconf).resolve(path) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/badger/models.py:33: DeprecationWarning: django.utils.simplejson is deprecated; use json instead. | |
import django.utils.simplejson as json | |
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x. | |
from compiler.consts import CO_GENERATOR | |
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/badger/models.py:33: DeprecationWarning: django.utils.simplejson is deprecated; use json instead. | |
import django.utils.simplejson as json | |
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On the phone: | |
1) Go in Settings > Developer (at the bottom) | |
1-a) If Settings > Developer doesn't exist, enable it in Settings > Information > More information > Developer Menu | |
2) Debugging via USB > Select "ADB and devtools" | |
On your computer: | |
3) Download https://github.com/mozilla/buddyup/archive/master.zip (from https://github.com/mozilla/buddyup, "download zip" in the bottom right) | |
4) Unzip | |
5) Plug in your phone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apps/callscreen/js/calls_handler.js | 2 ++ | |
apps/callscreen/js/handled_call.js | 2 ++ | |
2 files changed, 4 insertions(+) | |
diff --git a/apps/callscreen/js/calls_handler.js b/apps/callscreen/js/calls_handler.js | |
index 0464826..76b41f9 100644 | |
--- a/apps/callscreen/js/calls_handler.js | |
+++ b/apps/callscreen/js/calls_handler.js | |
@@ -78,6 +78,8 @@ var CallsHandler = (function callsHandler() { | |
/* === Handled calls === */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apps/system/lockscreen/js/lockscreen.js | 1 + | |
apps/system/test/unit/lockscreen_test.js | 6 ++++++ | |
2 files changed, 7 insertions(+) | |
diff --git a/apps/system/lockscreen/js/lockscreen.js b/apps/system/lockscreen/js/lockscreen.js | |
index bec29ee..2038b31 100755 | |
--- a/apps/system/lockscreen/js/lockscreen.js | |
+++ b/apps/system/lockscreen/js/lockscreen.js | |
@@ -197,6 +197,7 @@ | |
break; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> | |
<channel> | |
<title>The Omni Group</title> | |
<link>https://www.omnigroup.com/</link> | |
<description>Omnigroup builds awesome.</description> | |
<dc:language>en</dc:language> | |
<dc:rights>Copyright 2014</dc:rights> | |
<admin:generatorAgent rdf:resource="http://expressionengine.com/"/> | |
<atom:link href="https://www.omnigroup.com//blog/rss" rel="self" type="application/rss+xml"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apps/communications/dialer/js/call_log_db.js | 60 ++++++++++++++-------------- | |
1 file changed, 29 insertions(+), 31 deletions(-) | |
diff --git a/apps/communications/dialer/js/call_log_db.js b/apps/communications/dialer/js/call_log_db.js | |
index 7f3ad2c..5404f30 100644 | |
--- a/apps/communications/dialer/js/call_log_db.js | |
+++ b/apps/communications/dialer/js/call_log_db.js | |
@@ -2,14 +2,14 @@ | |
/* exported CallLogDBManager */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/apps/communications/dialer/js/call_log_db.js b/apps/communications/dialer/js/call_log_db.js | |
index 0eb4855..cea3fe0 100644 | |
--- a/apps/communications/dialer/js/call_log_db.js | |
+++ b/apps/communications/dialer/js/call_log_db.js | |
@@ -955,7 +955,7 @@ var CallLogDBManager = { | |
if (item && getCursor) { | |
if (storeName === self._dbGroupsStore) { | |
- console.log('_getList', item.value.id); | |
+ console.log('_getList', item.value.id, Utils.getDayDate(item.value.lastEntryDate)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apps/communications/dialer/test/unit/add_contact_menu_test.js | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
diff --git a/apps/communications/dialer/test/unit/add_contact_menu_test.js b/apps/communications/dialer/test/unit/add_contact_menu_test.js | |
index 080d22d..641d606 100644 | |
--- a/apps/communications/dialer/test/unit/add_contact_menu_test.js | |
+++ b/apps/communications/dialer/test/unit/add_contact_menu_test.js | |
@@ -18,6 +18,7 @@ suite('Add Contact menu', function() { | |
mocksHelperForPhoneActionMenu.attachTestHelpers(); | |