- 10 Oct, 2013 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Fixes #822
-
- 09 Oct, 2013 15 commits
-
-
Randall Leeds authored
Fixes #820
-
Randall Leeds authored
Fixes #819
-
Randall Leeds authored
-
Randall Leeds authored
This should ensure that after a user decides not to log in their ongoing edits or highlight switches are cancelled and any partially entered login details are cleared.
-
Randall Leeds authored
This is so that an ongoing edit does not become a draft until login is completed. Otherwise, we leak drafts when the login pop-up is ignored.
-
Randall Leeds authored
On $reset event, authentication model fields weren't being cleared.
-
Randall Leeds authored
-
Randall Leeds authored
- Wait until we have a token to finish on-going edits - Make sure to reset the on-going highlight switch - No need to cancel on route change now that draft discarding does that
-
Randall Leeds authored
Prevents losing track of drafts when switching from highlighter to comment tool if replies have been started in the sidebar.
-
Randall Leeds authored
Refactored the way changing the tool triggers setting visible highlights. The change should always ensure better interaction if other components change the tool or highlight state in the future and trigger events.
-
Randall Leeds authored
For #798
-
Randall Leeds authored
For #798
-
Randall Leeds authored
This change may affect #803 and #805.
-
Randall Leeds authored
-
csillag authored
-
- 08 Oct, 2013 2 commits
-
-
Randall Leeds authored
I believe this is no longer necessary since we started using `event.preventDefault` more consistently in annotation actions. That's good, because this timeout stuff was brittle.
-
Randall Leeds authored
-
- 05 Oct, 2013 1 commit
-
-
csillag authored
Previously, we were adding fake highlights to comments, which showed up on the last character of the document, when in always-on or highlight mode. This was needed so that the heatmap can find the comments. The new implementatain is much cleaner; now we maintain a list of comments independently of the DOM, and the heatmap works from that. Therefore, the fake highlights are now gone. Fixes #700.
-
- 03 Oct, 2013 3 commits
-
-
Randall Leeds authored
Update INSTALL.OSX.rst
-
Randall Leeds authored
Bridge: don't skip old data in the 'loadAnnotations' notifications
-
Ujvari Gergely authored
Previously the fuzzyTime filter showed fuzzy value for dates no older than 30 days. After that it just displayed an unformatted new Date(date) which looks strange compared to the other displayed time strings. Now it has been extended to show x. month ago and y years ago. Fixes #799
-
- 02 Oct, 2013 1 commit
-
-
csillag authored
Earlier when a 'loadAnnotations' notification was sent on the bridge plugin, * Only locally created annotations were included; annotations with existing bridge tags were never sent. This was true even if the 'annotationsLoaded` event (which we are reacting to) contained such annotations. * On the receiving end, existing annotations were dropped without being parsed. This made it impossible to propagate data via this notification. However, when we do the actual anchoring in the host document, we are trying to use this notification to spread the data which become available as the result of the anchoring; for example, the visual diffs. To fix this, I have made the following changes: * All annotations (coming from the 'annotationsLoaded' event are sent with the notifications * On the receiving end, all annotations are parsed, so that the updates in various fields can be merged in. Of course the already existing annotations are not included in the subsequent `loadAnnotations()` call. This fixes #807.
-
- 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 8 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
-