- 01 Oct, 2013 1 commit
-
-
Randall Leeds authored
Fixes #790
-
- 30 Sep, 2013 1 commit
-
-
csillag authored
- Avoid double scan at boot by passing the intended option - Don't call domMatcher.scan directly; call the appropriate wrapper on Annotator
-
- 27 Sep, 2013 13 commits
-
-
Randall Leeds authored
When trying to reply without signing in, show warning.
-
csillag authored
-
csillag authored
-
csillag authored
-
csillag authored
- When entering page search, disable dynamic bucket mode - When leaveing page search, enable dynamic bucket mode Fixes #790.
-
csillag authored
This reverts commit 32f307074f8be09dd1fd853dac1afa432076dfeb. Fixes #794. Reopens #790.
-
csillag authored
Fixes #788
-
Randall Leeds authored
Closes #685
-
Randall Leeds authored
Fixes #790
-
Randall Leeds authored
Fixes #791
-
Randall Leeds authored
-
csillag authored
-
csillag authored
-
- 26 Sep, 2013 3 commits
-
-
Randall Leeds authored
added info for setting the IP in development.ini
-
csillag authored
This is a workaround, until we can get the forced log-in workflow properly working for these cases. Closes #364.
-
Kristof Csillag authored
Support for annotating multiple frames
-
- 25 Sep, 2013 1 commit
-
-
Randall Leeds authored
Closes #779
-
- 23 Sep, 2013 1 commit
-
-
Randall Leeds authored
This code was moved from the host to the guest but I forgot to remove it from the host.
-
- 22 Sep, 2013 2 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
- 20 Sep, 2013 17 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Regression.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Closes #749 Closes #752
-
Randall Leeds authored
Several benefits: - Custom open/close sidebar toggle is now possible for publishers - The frame div holds the background image now, which means publishers can customize the background behind the annotation sidebar Also, the heatmap is now the drag handle and it's finally possible to open the sidebar via a drag action. Closes #685
-
Randall Leeds authored
-
Randall Leeds authored
-
Ujvari Gergely authored
In always-on mode clicking highlight now opens the sidebar. Fixes #669
-
Randall Leeds authored
We really need to get off maintenance.
-
Randall Leeds authored
Inject the heatmap into the host frame using the default embed script. It will be possible after this to make vanilla embed codes available which can be used for headless operation or inserting the heatmap in guest frames. Fundamentally, the heatmap is altered to behave as though it's inside the same frame as the annotations. That makes it easier to access the highlights directly, rather than the pre-resolved jquery that was being serialized across the bridge before. Since it is now necessary for the reply counts to be known outside the sidebar, the bridge is changed to support updating annotations and the sidebar application is changed to bubble updates through ancestors. Since iframes cannot have visible overflow the z-index constraints required to have the heatmap still appear attached to the sidebar dictated that the controlbar move outside as well. Adds query parameters when embedding to create embed codes that have no plugins loaded. This is useful for custom embeddings. Lastly, I took this opportunity to improve the up/down buckets with the help of the jquery scrollintoview plugin, which should ensure that this function works even in situations with nested scrollable panes. Also, closes #464.
-
Randall Leeds authored
The host page annotator is split into a host and guest version. The `Annotator.Guest` class implements most of the behavior from the old `Annotator.Host`, but leaves out everything to do with the widget hosting aspects (opening, closing and coordinating drag resize with the sidebar frame). The bridge is improved to support multiple connections and multiplex RPC calls. Connections are established by probing other frames to discovered other bridge annotators. A frame may act like a DHCP server, responding to discovery probes and offering to connect. The annotator service is refactored to behave more reasonably with service and dynamic frame discovery. Rather than assuming that document metadata is fetched from a single frame, entities from all frames are registered when they connect. The Store plugin is patched to load only links that have not previously been loaded so that API calls can be made as additional entities are registered. Most functionality, aside from highlight mode, is broken. This is a result of the difficulty of dealing with the heatmap when it may be hard or impossible to determine the real offsets of the annotated frames relative to the offset of a global heatmap. The changes to extract the heatmap were left out of this commit in order to keep the size of an already large commit down.
-
Randall Leeds authored
-
Randall Leeds authored
Heatmap: introducing gapSize parameter.
-
Randall Leeds authored
Added link to contact page in username menu so that users could more easily submit feedback.
-
Randall Leeds authored
CSS Improvements
-
Randall Leeds authored
Some cleanup of the editor hide/show entanglement with creation events is very desperately needed. Closes #761
-
- 19 Sep, 2013 1 commit
-
-
RawKStar77 authored
-