0bdc7648bbedited the email templates and added my sidebar mockup to the designs directory
Andy Chung
2010-11-22 16:36:19 -0800
31488a41c0Remove insertion of title and link in the gmail field, since email template will do that, and update placeholder text for the fields to be uniform and indicate that f1 attaches the link to the message.
jrburke
2010-11-22 15:35:00 -0800
9e53e3c96cMake sure xml entities are unescaped for things like title and description, update tasks to be final set for a release this week.
jrburke
2010-11-22 14:51:08 -0800
1e52f46c02Update user info/profile pic properly on first load and do not populate the url areas (regression from performance change). Task update.
jrburke
2010-11-22 12:49:10 -0800
b6c7b51b4cadd in settings for staging, update extension version number, start a bit of refactoring on first run detection.
jrburke
2010-11-19 12:30:32 -0800
249d3cae34amo now has the redirect set up so we have a better install flow for the install button, thanks amo
jrburke
2010-11-19 10:04:45 -0800
04aef553e9adding title, link and description to email fields to gmail share, got rid of redundant, misplaced logic. updated task list.
jrburke
2010-11-16 15:06:14 -0800
068393181bconvert contacts call to a POST, shorten end display of shared message to 2 seconds. Now only takes half the time. :)
jrburke
2010-11-16 14:13:42 -0800
d7a4c596f2Merge branch 'master' of git@github.com:mozilla/f1
jrburke
2010-11-16 13:53:32 -0800
af9c32ee7aFirst optimization: improve speed of tab display after page load, and remember account/get api result to reuse next time, since it is likely correct, and avoids waiting on an API call to display the UI.
jrburke
2010-11-16 13:53:26 -0800
d0c1ef1c00add yahoo send in the example
Shane Caraveo
2010-11-16 12:05:52 -0800
0797bd1b96tweak the explanation text. update tasks to reflect that it's done.
Bryan Clark
2010-11-16 10:45:10 -0800
37c6cc75f0use the domain of the shared link as the success status message instead of the link title
Bryan Clark
2010-11-16 10:40:07 -0800
4e4de04a7cfix path in f1.mozillamessaging.com, usually works but sometimes does not and really should not have the .. in there. Tasks update too.
jrburke
2010-11-10 16:37:42 -0800
ad05d7b35bfor oauth jump, have some basic UI instead of a white page, make the sign in box bigger to accomodate facebook sign in, make sure scrollbars are available just in case.
jrburke
2010-11-09 16:22:05 -0800
df46452c59track xpi links that originate from f1 home page.
jrburke
2010-11-09 15:44:48 -0800
568d75571fNeed auth error had extraneous button, make sure facebook oauth works for domain used in dev.
jrburke
2010-11-09 12:53:52 -0800
b364e0362cremove reference to missing css file
Philippe M. Chiasson
2010-11-09 15:48:33 -0500
55a933a97amake sure no console calls are used in FE code, even in error paths, always favor throwing an error, to see if that helps identify problems.
jrburke
2010-11-09 10:57:48 -0800
72b57ef4acConvert favicon.png to favicon.ico for other browsers
Philippe M. Chiasson
2010-11-09 12:32:57 -0500
883bf3df61add robots.txt
Philippe M. Chiasson
2010-11-09 12:25:06 -0500
7b243034c9updating install link to go to AMO but may want to do a better redirect thing in the future. Removed some obsolete JS, and added privacy policy link on the home page.
jrburke
2010-11-08 22:32:26 -0800
fbec22de1eupdate the privacy policy page to use some common style with the main page
Bryan
2010-11-08 17:57:56 -0800
09bf361f06Make sure server error page is vertically centered.
jrburke
2010-11-08 17:34:15 -0800
1efc441cfcsmall wording fix via karen esterly. it's a share button, not a send button
Bryan
2010-11-08 15:44:02 -0800
61706aec2eUpdate tasks and put in privacy policy words.
jrburke
2010-11-08 13:19:55 -0800
3a9c6e011cfix weird account remove bug, and cleaned out some cruft no longer used.
jrburke
2010-11-05 15:59:49 -0700
4061c90f0bmake sure xpi install path is correct after the files moved up a directory. Still seemed to work with old path, but this is more correct.
jrburke
2010-11-05 15:28:36 -0700
f1b68ec71cadditional params for stats queries
Shane Caraveo
2010-11-05 14:57:44 -0700
d4afcf5da5Merge branch 'master' of git@github.com:mozilla/f1
jrburke
2010-11-05 14:50:51 -0700
44b71c8ec9use a different extension button style for windows and windows minefield, make sure debug button does not show up in prod by an url mistake
jrburke
2010-11-05 14:50:46 -0700
6d2c3272dfnew video is up
Andy Chung
2010-11-05 14:38:15 -0700
84b50d14c3moving frontpage contents up to web root.
jrburke
2010-11-05 12:14:58 -0700
1ae3cdbbc3convert 404.html to a single page with data urls, and rename to down.html
jrburke
2010-11-04 13:02:39 -0700
169d2fc6efConverting extension to point to f1, fixed line ending issue in overlay.js, make sure share/index.js escape function is more robust.
jrburke
2010-11-04 11:59:10 -0700
e768b74a77use the en-us spelling of favorite
Bryan
2010-11-03 18:01:16 -0700
eaccd666caadded new icons for f1
Andy Chung
2010-11-03 16:46:53 -0700
8772f92382Merge branch 'master' of github.com:mozilla/f1
David Ascher
2010-11-03 13:52:47 -0700
0ce157f4a6well looks like were now F1
Andy Chung
2010-11-03 12:23:26 -0700
932e61e127merge
James Burke
2010-11-02 16:23:09 -0700
b1ac1ec9c4Remove old services cruft, and do some escaping of values that could have malicious content. Most content passes through val() or text() or through the templating which auto-escapes.
James Burke
2010-11-02 16:21:24 -0700
46bf5edb1acreated intermediate error message style
Andy Chung
2010-11-02 15:47:16 -0700
fba891948fAdding in form restore if session is lost, so user does not lose message/email recipients. Also made sure To field on email was required.
James Burke
2010-11-02 12:17:43 -0700
841223e7deadding easy way to trigger session lost message from debug panel.
James Burke
2010-11-02 10:58:29 -0700
3ffac4c548Start of session recovery support if the user loses session. Still a bit more to do, to remember form values and some design work.
James Burke
2010-11-02 10:55:31 -0700
6117db455fOnly show install button for gecko browsers, show get firefox button for other browsers on frontpage, update code to show a server busy error for 503 api calls, and do the right path depending on which API call fails.
James Burke
2010-11-01 16:44:28 -0700
4b0a0a70a7styled 503 to match other error messages, fixed the button shadow, and fixed input fields for gmail
Andy Chung
2010-11-01 15:20:13 -0700
47795c6f86do a capability test for localStorage, use in-memory object otherwise
James Burke
2010-11-01 15:02:45 -0700
5b7500e8f4couple minor tweaks to user voice link
Andy Chung
2010-11-01 14:14:05 -0700
ddedbce48badded feedback link in share page as well as fixed font stack for windows machines
Andy Chung
2010-11-01 14:05:54 -0700
221b79b560removed the hide button in the yellow drop down on the front page that doesnt do anything
Andy Chung
2010-11-01 10:21:00 -0700
c501529468new video
Andy Chung
2010-10-29 11:55:17 -0700
760f3c80d3added headline to frontpage
Andy Chung
2010-10-28 17:08:45 -0700
17e2b3ad48added headline to frontpage
Andy Chung
2010-10-28 17:06:38 -0700
f06d16e7edWire up close icon to close the frame, fix jslint warnings.
James Burke
2010-10-28 16:59:22 -0700
37574d29a8added close icon and moved settings button also turned settings into accounts
Andy Chung
2010-10-28 16:47:42 -0700
1c3a62faccMake sure all error dialogs have an OK. The error dialogs allow for a specific error message to be displayed too, for the cases where one is possible.
James Burke
2010-10-28 16:04:08 -0700
c526772a55Make sure user goes to tab for account they just added, also remember tab that was used in the last share.
James Burke
2010-10-28 15:47:26 -0700
dfd52c4e5fnew video up that shows emailing
Andy Chung
2010-10-28 12:05:30 -0700
5427a390cdtolerate contacts that have no email address.
James Burke
2010-10-27 15:03:28 -0700
1fad11c43dmerge for first run errors.
James Burke
2010-10-27 12:17:06 -0700
a3706a3884fix some errors in extension for first run, and bump up contacts fetching to 500.
James Burke
2010-10-27 12:16:13 -0700
0afd6c8822changed some formatting on the front page in preparation for user testing
Andy Chung
2010-10-27 12:04:40 -0700
cab69bfc71merge from default to get email autocomplete
James Burke
2010-10-27 10:44:16 -0700
b8e888338esome cleanup of old autocomplete stuff, some commented out stuff to get the text in autocomplete to show end of text, but not working yet.
James Burke
2010-10-26 17:03:36 -0700
0415fdb8fbmerged
Andy Chung
2010-10-26 16:49:10 -0700
35768c26bdGot autocomplete to work. A bit fine tuning on cursor position after selecting a name, but does a real autocomplete using user's data.
James Burke
2010-10-26 14:51:54 -0700
5e56c8a8dcPlumbing for email autocomplete. Still need to provide actual email address matches, but the ability to do an autocomplete that overlays chrome is possible.
James Burke
2010-10-25 17:29:46 -0700
5ca556dc9cmerge of default
mixedpuppy
2010-10-21 16:38:13 -0700
b905af7aebmore plumbing for autcomplete, but not there yet.
James Burke
2010-10-21 16:29:18 -0700
1daf9f4c22Allow using the gmail tab in production
James Burke
2010-10-21 16:23:17 -0700
2040a39655updated
Andy Chung
2010-10-21 10:19:53 -0700
9ce5c4aa2aremove the subject from the emails and just copy it into the text area
Bryan Clark
2010-10-20 16:51:50 -0700
b69c9e8db4add a server busy error message to work with
Bryan Clark
2010-10-20 16:36:15 -0700
1d04674d11added some more descriptive copy to the linkdrop frontpage
Andy Chung
2010-10-19 16:05:55 -0700
cbde61fcabminor change in color
Andy Chung
2010-10-19 14:45:08 -0700
ae923cc083changed up our sharing, shared and error notifications, also added the most OCD spinner ever courtesy of panic
Andy Chung
2010-10-19 14:34:08 -0700
f360ab666fanother round of icon fixes, getting the gradient to go in the right direction as well as changing gmail highlight color to red instead of purple
Andy Chung
2010-10-19 13:28:40 -0700
10f3fc1019updated frontpage with new icon
Andy Chung
2010-10-19 11:27:54 -0700
3c7310dfc1I updated the share icon to not look like Wall-E anymore
Andy Chung
2010-10-19 11:17:30 -0700
b171d94b1ccrossed off a few tasks, updated frontpage images and got rid of allow thing
Andy Chung
2010-10-18 14:42:12 -0700