- 11 Feb, 2015 2 commits
-
-
Aron Carroll authored
Now all copy uses language familiar to those wishing to reset their password.
-
Randall Leeds authored
This makes the path correct for the rules generated by the icomoon dashboard.
-
- 10 Feb, 2015 5 commits
-
-
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 4 commits
-
-
Randall Leeds authored
Exception handling
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
- 05 Feb, 2015 3 commits
-
-
Aron Carroll authored
Test cleanup.
-
Aron Carroll authored
Eliminate the explicit account module.
-
Aron Carroll authored
-
- 04 Feb, 2015 8 commits
-
-
Aron Carroll authored
This keeps it consistent with the CrossFrame service in the angular application. Also appropriate as the plugin handles more than just setting up the bridge.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
As this channel is outside of the angular framework we need to let it know that it's internal state may have changed and to re-run it's watchers.
-
Aron Carroll authored
This fixes some issues where the AppController was still manipulating the local scope and causing the UI to become out of sync.
-
Aron Carroll authored
i These also now always set new map instances so that the angular watcher picks up changes without having to do a deep comparison.
-
Aron Carroll authored
These were the wrong way around.
-