- 09 Feb, 2015 14 commits
-
-
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 16 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.
-
Aron Carroll authored
We need to export them for access in the tests, and we don't really want them in the global scope (window) so Annotator.Plugin.Guest seems like a good compromise.
-
Aron Carroll authored
Now consistent with the other cross frame objects in that the optional "options" object is provided last after required arguments.
-
Aron Carroll authored
There is no need for the called to know what objects are being instantiated inside the Bridge plugin.
-
Aron Carroll authored
-
Aron Carroll authored
This avoids the confusion of having a property called panel that refers to an instance of Bridge.
-
Aron Carroll authored
This prevents other objects reaching in and calling methods further down the chain. If a method needs to be called then it should be proxied by the Guest object.
-
Aron Carroll authored
-
Aron Carroll authored
-