- 13 Feb, 2015 1 commit
-
-
csillag authored
Fixes #1948.
-
- 12 Feb, 2015 3 commits
-
-
Randall Leeds authored
Fix class names for the cc font icons
-
Aron Carroll authored
-
Aron Carroll authored
Refactor and fix scrolling - except padding
-
- 11 Feb, 2015 8 commits
-
-
csillag authored
Small changes here and there
-
csillag authored
-
csillag authored
-
csillag authored
-
gergely-ujvari authored
Update copy on password reset forms
-
Aron Carroll authored
Now all copy uses language familiar to those wishing to reset their password.
-
csillag authored
-
Randall Leeds authored
This makes the path correct for the rules generated by the icomoon dashboard.
-
- 10 Feb, 2015 7 commits
-
-
csillag authored
-
csillag authored
EnhancedAnchoring plugin: - add `getAnchors()` method - add `scrollIntoView()` method - move some code from the bucket-bar TextHighlight plugin: - get rid of padded scrolling - scrollIntoView() no returns a promise Other: - When we click on an annotation card in the sidebar, we need to go to the anchor in the document. However, the highlight might not exist at this point, so we should look for the Anchor instead. So now we call `scrollIntoView()` onthe anchor. - The same goes when we click the arrows on the bucket bar - Rename `scrollTo` to `scrollIntoView` everywhere.
-
gergely-ujvari authored
Switch two-phase anchoring tests to async
-
csillag authored
-
csillag authored
One of the pains with working with lazy-rendering platforms is that events often happen asynchronously. Now the test suite for two-phased anchoring reflects this constraint better.
-
Aron Carroll authored
Added tests for two-phase anchoring.
-
csillag authored
-
- 09 Feb, 2015 15 commits
-
-
Aron Carroll authored
Add a few test cases for Enhanced Anchoring.
-
csillag authored
API Changes: - Introduce the getAnchors() method - Make chooseAccessPolicy() public. Implementation changes: - Add the reference pointing to the newly created anchor to annotation object right insite the enhanced anchoring plugin, instead of in the Monkey code. - Fix access to the Annotator class Added some test cases for EnhancedAnchoring
-
Nick Stenning authored
Restore functionality to toggle the sidebar
-
Aron Carroll authored
Fix reset password exception.
-
Aron Carroll authored
Also removed a couple of unused event handlers.
-
Aron Carroll authored
This clarifies that the method does not actually show/hide the interface but rather publishes a method across the channel. The host then shows the frame on response from the sidebar.
-
Nick Stenning authored
Hide activation code input on forgotten password form
-
Aron Carroll authored
-
Nick Stenning authored
Add `ALLOWED_ORIGINS` environment config variable
-
Nick Stenning authored
Open Graph protocol metadata added to Annotation view
-
Nick Stenning authored
Simplify sentry code and catch framework errors
-
Aron Carroll authored
Killed code Markdown button.
-
Aron Carroll authored
-
Randall Leeds authored
Pull annotator out of the sidebar
-
Randall Leeds authored
Conflicts: h/static/scripts/controllers.coffee
-
- 07 Feb, 2015 3 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Keep the AppController away from the root scope and just emit the lifecycle events for the services. Instantiate AnnotationUIController with proper injection. Handle digests in the cross-frame service.
-
Randall Leeds authored
-
- 06 Feb, 2015 3 commits
-
-
Randall Leeds authored
Exception handling
-
Aron Carroll authored
-
Aron Carroll authored
-