Closed
Bug 497195
Opened 16 years ago
Closed 16 years ago
Mobile: SMS feature
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rdoherty, Assigned: davedash)
References
Details
(Whiteboard: [waiting on IT to activate our third-party SMS, before we can test])
Attachments
(2 files, 2 obsolete files)
36.71 KB,
patch
|
rdoherty
:
review+
|
Details | Diff | Splinter Review |
370.56 KB,
application/x-zip
|
Details |
Tracking creating of desktop Fennec sms feature. Splitting it out into a separate bug due to size and scope.
Assignee | ||
Comment 1•16 years ago
|
||
This patch depends on the approval of 497185's patch. So if 497185 is not approved, then don't bother looking at this - I will fix 497185 and repatch this.
Also note, this is my first attempt at using git-svn if this patch doesn't work, I blame jbalogh :)
Attachment #384183 -
Flags: review?(rdoherty)
Comment 2•16 years ago
|
||
> Also note, this is my first attempt at using git-svn if this patch doesn't
> work, I blame jbalogh :)
A good policy, regardless
Assignee | ||
Comment 3•16 years ago
|
||
Attachment #384183 -
Attachment is obsolete: true
Attachment #384529 -
Flags: review?(rdoherty)
Attachment #384183 -
Flags: review?(rdoherty)
Reporter | ||
Comment 4•16 years ago
|
||
Comment on attachment 384529 [details] [diff] [review]
v2
Woo, I got a text message! It works pretty fast too.
Pretty minor nitpicks. Probably would be better to have status=success instead of 'notfail'. Double negatives can make things confusing.
I think automatically add '+1' to the phone field will annoy international users. Would it be better to do some JS detection to see if they didn't enter a country code?
Also, if I enter 'asdkfjlds' into the phone # field, I get status=notfail. We should do basic validation on the backend of the phone #.
Reporter | ||
Updated•16 years ago
|
Attachment #384529 -
Flags: review?(rdoherty) → review-
Assignee | ||
Comment 5•16 years ago
|
||
Will include some images as well in another attachment.
Attachment #384529 -
Attachment is obsolete: true
Attachment #384904 -
Flags: review?(rdoherty)
Assignee | ||
Comment 6•16 years ago
|
||
Reporter | ||
Comment 8•16 years ago
|
||
Comment on attachment 384904 [details] [diff] [review]
v3
Looks pretty good. I do see a 'notfail' in index.html and send.php, which I think should have been changed to 'success'?
The country list looks short to me, will want to make sure we don't forget any.
Attachment #384904 -
Flags: review?(rdoherty) → review+
Assignee | ||
Comment 9•16 years ago
|
||
Hmm I think I need to change my patches that I submit to you... since they don't seem to fully apply.
If you look at the patch file itself, I did change those things.
I ganked the country list from Opera :)
Assignee | ||
Comment 10•16 years ago
|
||
host-7-214:~/Projects/Fennec/mozilla.com % git svn dcommit
Committing to https://svn.mozilla.org/projects/mozilla.com/trunk ...
M en-US/mobile/index.html
A en-US/mobile/send.php
M includes/config.inc.php-dist
A includes/messagemedia/SmsInterface.inc
M style/tignish/mobile.css
Committed r28412
A includes/messagemedia/SmsInterface.inc
M includes/config.inc.php-dist
A en-US/mobile/send.php
M en-US/mobile/index.html
M style/tignish/mobile.css
r28412 = 6e0a164a3f01a61a3b83b2ad860f473324f4b9e9 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
en-US/mobile/index.html: locally modified
en-US/mobile/send.php: locally modified
img/mobile/feature-box-background.png: locally modified
js/mobile-desktop.js: locally modified
style/tignish/mobile.css: locally modified
M en-US/mobile/index.html
M en-US/mobile/send.php
M img/mobile/feature-box-background.png
M js/mobile-desktop.js
M style/tignish/mobile.css
Committed r28413
M img/mobile/feature-box-background.png
M js/mobile-desktop.js
M en-US/mobile/send.php
M en-US/mobile/index.html
M style/tignish/mobile.css
r28413 = d72a61e80238c385d7b3744069a505369473a832 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
en-US/mobile/send.php: locally modified
M en-US/mobile/send.php
Committed r28414
M en-US/mobile/send.php
r28414 = bf639bf36f9bd27138f724c0b37d0b57187687c8 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
We're still waiting on IT in order to test SMS functionality.
Severity: normal → major
Whiteboard: [waiting on IT to activate our third-party SMS, before we can test]
Comment 12•16 years ago
|
||
verified fixed on https://www-trunk.stage.mozilla.com/en-US/mobile/#phone_choice
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•