- 08 Aug, 2013 4 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Thread collapse handling is moved to the thread directive. This directive no longer creates new scope (since the tranclusion of the recursion was making it hard to propagate events up the thread scopes). Now, which children are being edited is tracked by every ancestor so that threads cannot be collapsed if editing is taking place below. Fix #555
-
Randall Leeds authored
This reverts commit a686e540ee3a012cc7dbec50ac5d3f07fc5f75cd.
-
- 07 Aug, 2013 4 commits
-
-
Ed Summers authored
-
Ed Summers authored
working annotation test
-
-
Kristof Csillag authored
Kill vertical bar left of username. Fixes #553.
-
- 06 Aug, 2013 5 commits
-
-
Kristof Csillag authored
Changed icons, fixed bug, added tooltips and button press effect to controlbar
-
gergely-ujvari authored
Unite code for user streams and tag streams. Fixes #532.
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
- 05 Aug, 2013 1 commit
-
-
gergely-ujvari authored
Add support for actually using Gettext in Annotator.
-
- 04 Aug, 2013 2 commits
-
-
Randall Leeds authored
Unit/Functional Tests
-
Alec Chapman authored
-
- 01 Aug, 2013 1 commit
-
-
- 31 Jul, 2013 2 commits
-
-
Kristof Csillag authored
Fixes #560.
-
Kristof Csillag authored
-
- 30 Jul, 2013 5 commits
-
-
csillag authored
Also remove now superflous .gray-tags class from CSS. Fixes #526.
-
csillag authored
-
csillag authored
Fixes #555
-
-
Ujvari Gergely authored
Fixes #557
-
- 29 Jul, 2013 1 commit
-
-
RawKStar77 authored
-
- 27 Jul, 2013 1 commit
-
-
- 26 Jul, 2013 5 commits
-
-
Randall Leeds authored
Added Controlbar to UI
-
Randall Leeds authored
-
Kristof Csillag authored
Add V1 of tagging support Closes #514
-
csillag authored
-
csillag authored
-
- 25 Jul, 2013 9 commits
-
-
Jake Hartnell authored
I wasn't able to follow Randall's suggestions since that broke many things for some reason. I am opening an issue for Control Bar V2, which will include better icons, etc.
-
Randall Leeds authored
We don't have to add annotations to the view if they're replies.
-
Randall Leeds authored
This reverts commit 37134d369fc5c8252edb6d9dd615aa6e66bd1d1c.
-
Randall Leeds authored
From hypothesis/annotator@develop
-
Ujvari Gergely authored
-
Randall Leeds authored
These are not needed anymore.
-
Randall Leeds authored
Take control over the CSS and simplify the directives. - Drop jquery.tagit.css. It's easy enough to style ourselves and most of it comes from the ui theme anyway. - Simplify the directive. - Don't swap between editor and viewer widgets. Manage the disabled state, placeholder, and styling differences ourselves. - Stop creating a new scope. This simplifies the model binding by avoiding the $parent eyesore used in the annotation. This was accomplished by observing the readonly attribute instead of watching a scope variable. - Use the <ul> form of tagit rather than the input. The need for a template is completely removed. - Allow underscores in tag names.
-
Kristof Csillag authored
Fixes #544
-
Ujvari Gergely authored
-