Git Product home page Git Product logo

bookie-firefox's People

Contributors

mitechie avatar rahulravindren avatar sambuddhabasu avatar suryatech avatar waf avatar widox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bookie-firefox's Issues

Specify a default `failure()` callback when making api requests

When adding a new bmark with the Browser Console open, it shows errors saying "cb.failure is not a function".

Looks like calling failure() is a recent addition, but not every call defines one. We ought to define a default handler so we don't throw errors willy nilly.

Fails to create new bookmark

This error appears in the server log when trying to create a bookmark using the extension.

StatementError: invalid literal for int() with base 10: 'false' (original cause: ValueError: invalid literal for int() with base 10: 'false') u'INSERT INTO bmarks (hash_id, description, extended, stored, updated, clicks, is_private, inserted_by, username, tag_str) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s)' [{'username': u'jerome', 'updated': None, 'extended': u'', 'description': u'XIA', 'inserted_by': u'firefox_ext', 'tag_str': u'', 'is_private': u'false', 'hash_id': u'3ab797ff5caba6'}]

feedback from review to get final approval

When submitting an update we get review feedback on things that should be done to become a completely approved and searchable extension:


Comments:
Your preliminary review request has been approved.

Please note the following for the next update:

  1. Your add-on prints debugging information to the Error Console, which is generally not allowed in production add-ons.

  2. Due to both security and performance reasons, innerHTML (or similar method) should not be set using dynamic values. This can lead to security issues or fairly serious performance degradation.

For inserting text, textContent or createTextNode() should be used instead of innerHTML.
For inserting HTML, the safer method is to use createElement(), textContent, appendChild() instead of innerHTML.
Removing the innerHTML will improve add-on's prospect of approval.

Thank you.

Your add-on will now appear in search results and categories with some limitations. After 10 days you may request full review to remove these limitations and enable additional features. To learn more about the review process, please visit https://addons.mozilla.org/developers/docs/policies/reviews#selection

Never remember history setting hides Bookie button

Well, title says it all.

I deleted my whole profile (it was a bit corrupted anyway) and added all my add-ons one by one to finally realise that it's that &?&(* setting's fault.

To me it's a deal breaker. I won't use Bookie until this is fixed. But keep up the good job :D

Use selected text to populate the extended description box

Say, I select a paragraph before I open the extension, I think it would be handy if that text populated the extended field.
There are instances when I'm adding a bookmark and the dialog blocks a portion of text that I want to include, I have no other option then to select the text (which closes the dialog) and then paste the text in there.

getting error in extension when the dialog opens

Doing a bit of digging, this appears because of the domain move causing an SSL cert error. The first request it makes returns with

bmark.us:443 uses an invalid security certificate.

The certificate is only valid for the following names:
  *.bookie.io, bookie.io  

(Error code: ssl_error_bad_cert_domain)

changing the "Bookie url" config to 'bookie.io' fixes the issue.

Problem with add-on available at "https://addons.mozilla.org/en-US/firefox/addon/bookie/"

This is just to bring into attention that the latest version available at https://addons.mozilla.org/en-US/firefox/addon/bookie/
is not working properly.
But when i tried using :
make all
cd sdk
source bin/activate
cd ../
make run

from the clone in my system, it worked properly.
The version 0.5.0 was released on September 8, 2014 and I can see some fixes here after that.

So this is just a reminder to update the version at the mozilla site.
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.