- 04 Nov, 2014 1 commit
-
-
Aron Carroll authored
Simplify highlight visibility toggling.
-
- 30 Oct, 2014 6 commits
-
-
Jake Hartnell authored
Sort orphan placeholders to bottom of stream
-
Aron Carroll authored
-
Randall Leeds authored
-
Nick Stenning authored
setVisibleHighlights was previously two methods disguised as one, behind the "notify" parameter. This commit moves all the code related to actually changing local state into the onSetVisibleHighlights handler, making the setVisibleHighlights function responsible solely for firing the event.
-
Nick Stenning authored
This makes it possible to call instance methods on the current plugin from event handlers, without the additional indirection through window.annotator.
-
Nick Stenning authored
-
- 29 Oct, 2014 2 commits
-
-
ujvari authored
Fix #1618
-
csillag authored
As discussed in https://github.com/hypothesis/annotator/pull/78. Fixes https://github.com/hypothesis/h/issues/1598.
-
- 28 Oct, 2014 6 commits
-
-
Randall Leeds authored
stats: Use statsd client for collecting auth metrics
-
gergely-ujvari authored
Check to see if an annotation has multiple titles
-
Aron Carroll authored
Fixes the issue where a document title appears in square brackets.
-
csillag authored
-
csillag authored
-
Aron Carroll authored
-
- 27 Oct, 2014 17 commits
-
-
Dan Whaley authored
Use the icon font for the adder
-
Aron Carroll authored
-
Randall Leeds authored
Move to using a Chrome browser action
-
Nick Stenning authored
Update the last login date for users
-
Randall Leeds authored
Post install onboarding page
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
If the firstRun option is provided to the hypothesisConfig.
-
Aron Carroll authored
This saves the implementor redefining the defaults if they only want to override one or two options.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Randall Leeds authored
Get rid of the inAdderClick logic
-
- 25 Oct, 2014 8 commits
-
-
csillag authored
Instead of setting/resetting the inAdderClick flag, we can just override mouseUp on the adder click, and stop propagating.
-
Nick Stenning authored
Update Annotator PDF plugin to support latest PDF.js in FF34
-
Nick Stenning authored
Remove console.log statements from within the app
-
Aron Carroll authored
Log statements do not belong in production code.
-
Kristof Csillag authored
Don't swallow exceptions when scanning the document
-
Nick Stenning authored
According to @csillag, there are no good (i.e. non-exceptional) reasons why `this._scan()` should throw an error. As such, should not be catching and swallowing the error, as this will make it much less likely that we receive bug reports about brokenness in dom-text-mapper. Inspired by conversation in #1596.
-
Nick Stenning authored
Add link to terms of service on create account form.
-
csillag authored
This update brings support for PDF.js v1.0.712, and thus FF32. Closes #1592.
-