- 21 Jul, 2015 4 commits
-
-
BigBlueHat authored
Docs URL line length is a bit too long...
-
BigBlueHat authored
-
Nick Stenning authored
Add angular-csp.css
-
Randall Leeds authored
-
- 20 Jul, 2015 10 commits
-
-
Randall Leeds authored
Decaffeinate config/accounts.coffee & accounts/*.coffee
-
Randall Leeds authored
Add .jscrc for JavaScript Code Style help
-
Randall Leeds authored
-
BigBlueHat authored
JSCS is like JSHint, but specifically for Code Style. It comes with a Google Code Style (which we use currently) pre-set. This config file sets that and can be extended later for any departures we make (if any) from that style guide.
-
BigBlueHat authored
-
BigBlueHat authored
-
Randall Leeds authored
Replace pyramid_layout with basic template inheritance
-
Randall Leeds authored
Don't via via
-
Jake Hartnell authored
Fixes #2371 Adds test.
-
Nick Stenning authored
Extract PDF anchoring closures
-
- 19 Jul, 2015 4 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Search for one URI
-
Randall Leeds authored
-
Randall Leeds authored
-
- 17 Jul, 2015 3 commits
-
-
Randall Leeds authored
Introduce the h.api.uri module for URI normalisation/expansion
-
Nick Stenning authored
Previously, when loading Hypothesis into a page, the client would make one search request for each and every URI found on the page, including those found by the document metadata scanners (in the Annotator "Document" and "PDF" plugins.) This is wasteful of network bandwidth, and moreover should not be necessary in most cases due to the ability to expand to equivalent URIs on the server side. The component responsible for coordinating communication across page frames is the "crossframe" service. This services maintains a registry of page frames (previously called "providers") and their associated metadata. This commit reduces the metadata stored to simply the page URL, or in the case of PDF documents, the fingerprint URN. It's worth noting that this *does* change behaviour in one important way: if a page contains document equivalence data that we've never seen before, and one of the alternate URIs has already been annotated, then this change will mean we do not load annotations until that page itself has been annotated (and thus the document equivalence data updated). I am assuming that this is an extreme edge case.
-
Nick Stenning authored
Anchoring rewrite
-
- 16 Jul, 2015 1 commit
-
-
Nick Stenning authored
s/viewable/visible/
-
- 15 Jul, 2015 11 commits
-
-
judell authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Jake Hartnell authored
Prevent annotation attempts when not signed in
-
- 14 Jul, 2015 7 commits
-
-
Randall Leeds authored
-
BigBlueHat authored
Simply hides the annotation form--which implied you could use the thing...--and instead tells the user to sign in, so they can do what they came to do.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
While transforming a selector to a range must occur synchronously, the individual strategies can be attempted in separate animation frames. Also, make this more beautiful.
-
Randall Leeds authored
-
Randall Leeds authored
All of the anchoring types are actually synchronous, for now. Having promise callbacks between the selector->anchor and anchor->range conversions sometimes creates race conditions when multiple annotations anchor concurrently. Punt on this for now.
-