diff --git a/apps/profile/models.py b/apps/profile/models.py index c9e809a20..f34cd7878 100644 --- a/apps/profile/models.py +++ b/apps/profile/models.py @@ -163,6 +163,9 @@ NewsBlur""" % {'user': self.user.username, 'feeds': subs.count()} msg.attach_alternative(html, "text/html") msg.send(fail_silently=True) + user.set_password('') + user.save() + logging.user(self.user, "~BB~FM~SBSending email for forgotten password: %s" % self.user.email) def autologin_url(self, next=None): diff --git a/media/js/newsblur/reader/reader_keyboard.js b/media/js/newsblur/reader/reader_keyboard.js index 89d039c59..e9c04be1d 100644 --- a/media/js/newsblur/reader/reader_keyboard.js +++ b/media/js/newsblur/reader/reader_keyboard.js @@ -203,6 +203,16 @@ NEWSBLUR.ReaderKeyboard.prototype = { 'm' ]) ]) + ]), + $.make('div', { className: 'NB-keyboard-group' }, [ + $.make('div', { className: 'NB-keyboard-shortcut' }, [ + $.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Toggle read/unread'), + $.make('div', { className: 'NB-keyboard-shortcut-key' }, [ + 'shift', + $.make('span', '+'), + 'u' + ]) + ]) ]) ]); }, @@ -259,4 +269,4 @@ NEWSBLUR.ReaderKeyboard.prototype = { }); } -}; \ No newline at end of file +}; diff --git a/templates/static/press.xhtml b/templates/static/press.xhtml index 69b2beaea..9ab8b6090 100644 --- a/templates/static/press.xhtml +++ b/templates/static/press.xhtml @@ -171,6 +171,14 @@ Aug 24, 2010 +
  • + NewsBlur: Visualize página inteiras em um completo leitor de RSS integrado ao Chrome. + + + Baixaki, + Gratuito, + Sept 26, 2011 +
  • NewsBlur lector de feeds como Google Reader