- 14 Jun, 2014 1 commit
-
-
Randall Leeds authored
Moved to hypothesis/firefox-addon
-
- 12 Jun, 2014 2 commits
-
-
Randall Leeds authored
Fix mappings for tags field
-
Randall Leeds authored
1237 assets combination
-
- 11 Jun, 2014 1 commit
-
-
Ujvari Gergely authored
The tag-it library is now configured to allow spaces. However by default the window.open() function converts the space characters in the query part of the uri to + The streamsearch controller is now handling this conversion too. Fixes #1254
-
- 05 Jun, 2014 5 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
For now. Soon we will merge this with the page search and make things much more similar.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Make a directive for visualsearch that eases integration by taking care of digest cycles and providing declarative binding for events. Remove the state tracking with inSearch and will_search and replace it by reflect the search directly in the query string.
-
- 04 Jun, 2014 1 commit
-
-
Randall Leeds authored
Factor out a socket factory into a service and send the client ID only before the first message. Configure the client ID and this service in a new module, h.socket. Fix the base URI to end in a slash and to be the root URL of the server.
-
- 03 Jun, 2014 4 commits
-
-
Randall Leeds authored
Fix the border poking out under the active tab.
-
Randall Leeds authored
-
Randall Leeds authored
Rename it as session, since that's closer to what it's really about.
-
Randall Leeds authored
The auth drop down in the top right of the sidebar was showing a border on the "top" entry because the first one was hidden.
-
- 30 May, 2014 2 commits
-
-
Randall Leeds authored
Remove CSS which is redundant with visualsearch CSS; remove CSS which serves no purpose or which is unused; place the search container inside the inner div of the topbar; and just neaten things up.
-
Randall Leeds authored
-
- 29 May, 2014 3 commits
-
-
Randall Leeds authored
Firefox Add-on; far easier than expected
-
BigBlueHat authored
-
csillag authored
After this bugfix, we are now storing the canonical URLs in the URI field of the created annotations.
-
- 28 May, 2014 6 commits
-
-
csillag authored
This update fixes the XPath creation, so that our highlights won't leak into them.
-
Randall Leeds authored
Some browsers seem to care about this. Close #1241.
-
csillag authored
-
csillag authored
This reverts commit 4eb0de8ea0de8098e2771c8a276d75434f2c99f6.
-
Ujvari Gergely authored
This commit removes the dtm plugin and all dtm dependent plugins from the guest.coffee and introduces a dtm parameter inside the embed.txt If this parameter is true (by default it is) it loads the DomTextMapper, TextPosition, FuzzyTextAnchors, PDF plugins. Fixes #1233
-
Randall Leeds authored
When always on highlights and the highlighter mode were introduced in ddf17189fbf2d428b21fd31065a1c2d2bc6ab08b the beforeAnnotationCreated event was not fired in the guest frame. Instead, a special inject call was added to the bridge to send the annotation and the event fired in the iframe first. Later, when I removed this, I added the event after the call to setupAnnotation. The change in 3613c7d91682a438b1d243b9573cb941b26cdc43 uses the annotationsLoaded event to notify listeners when highlights change as a result of realizing anchors. This presents a problem because the bridge ignores the beforeAnnotationCreated event for annotations that have already been tagged by the bridge, but this load event causes the new highlight to be tagged and serialized. Move the beforeAnnotationCreated event to before the setupAnnotation call, which is the order of things in non-highlighter mode, so that the event is properly propagated to the sidebar iframe. Close #1240
-
- 27 May, 2014 7 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Close #1232
-
Randall Leeds authored
Angular won't see the cookie value when running from the extension because the app page is served from the extension bundle and is therefore on a different origin than the backend. Similarly, Angular doesn't set the header when making cross-origin requests. Work around the issue by sending the token in responses from the backend and setting the header ourselves.
-
csillag authored
-
csillag authored
The only way to get information about the location of the annotations in the document is to request this information from the highlights. This information can't be read out from the selectors, because anchoring can place them *anywhere* in the document. They also can't be read from the anchors, because anchors can contain any kind of description; there is no mapping to any uniform coordinate system. The only way to get this information is to ask the hights for the coordinates, after they have been rendered. So this must be done after the second-phase of anchoring; after the rendering of the highlights in the DOM. So now we query this info from the highlights (upon rendering in the host fram), and then store it back into the targets, which are then sent back to the sidebar, so that this information is available for sorting. Fixes #1217.
-
csillag authored
When an annotation has not been saved yet, it does not have a real ID. In these cases, it does not make sense to try to send the empty ID over the RPC channel to try to display the (yet) non-exisitent annotation card in the sidebar. There is already some filtering for this on the other side, but I think it makes sense to filter out invalid element as soon as possible.
-
Randall Leeds authored
-
- 26 May, 2014 1 commit
-
-
Randall Leeds authored
-
- 24 May, 2014 1 commit
-
-
csillag authored
Node code changes, but uses the current syntax for referencing the sourcemap files from the JS files. (This makes FF complain less.)
-
- 23 May, 2014 3 commits
- 22 May, 2014 3 commits
-
-
csillag authored
Fixes #1219. Fixes #1227.
-
csillag authored
-
Randall Leeds authored
This reverts commit 3607dc428494a62b583d05c2192167146e9c1707.
-