- 03 Dec, 2014 3 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
It is fine if the permissions are initially undefined. Fix #1747
-
Randall Leeds authored
-
- 02 Dec, 2014 14 commits
-
-
Randall Leeds authored
Create reindex.py, add warning on mapping conflict
-
Randall Leeds authored
Update License and Notice files
-
Randall Leeds authored
Highlight state considation
-
Randall Leeds authored
Re-implement hiliting annotation cards on hover
-
gergely-ujvari authored
Remove strings from the privacy template
-
Aron Carroll authored
Instead we use a method on the scope to determine the current permission level.
-
Randall Leeds authored
Focus share link when pop-up opens
-
Randall Leeds authored
Sticky privacy on the browser
-
Randall Leeds authored
Use an object for privacy level models
-
Randall Leeds authored
-
Aron Carroll authored
-
Randall Leeds authored
Rename some things to be consistent about how we treat highlight states. - Use blue highlights for focus no matter whether active highlights are on or off. - Use `setFocused` instead of `setActive` when setting the focus. - Rather than `setViewerFocus` and `setFocusedHighlights` have symmetrical RPC calls named 'focusAnnotations` in both directions. - Get rid of the multiple highlight levels for focus. When showing the focus it's not important to darken inner highlights. The highlights visible mode still has multiple levels, all yellow. - Remove the "annotator-hl-temporary" styles since we never call `setTemporary` anymore. - Remove the "finalizeHighlights" event because nothing listens for it. - Rename the scope method `isFocused` to `hasFocus` because I have a general preference against participial adjectives. It is much easier to remember always to use the basic verb or noun meaning of focus, with no ending. `hasFocus`, `focusAnnotations`, etc. Removing dead code from our annotator branch and dropping the '-ed' suffix from class names is left out for simplicity of managing a single PR against one repo for the moment, but may be advisable.
-
Randall Leeds authored
Provide a feedback button in the interface
-
Randall Leeds authored
This makes the association between the level key name and the display text explicit and tight in the code.
-
- 01 Dec, 2014 2 commits
-
-
RawKStar77 authored
Meant to resolve #1653. As per @dwhly's suggestion the dropdown menu is now accessible even when not logged in. Note: items relevant to only logged in users are not shown.
-
Gergely Ujvari authored
-
- 28 Nov, 2014 15 commits
-
-
Randall Leeds authored
-
csillag authored
So that - Instead of a map, we now store a list of focused tags - The check for being focused has been moved into a method in the controller - The sidebar now exepts simply a list of tags to focus on (no more add/remove tags to existing list)
-
csillag authored
Don't bother looking up the annotations (for the tags), since we only need the list of tags anyway. (It was different when we worked with the IDs, but we moved to use tags instead, so the actual annotations are no longer needed.)
-
Nick Stenning authored
Restructure Chrome Extension
-
csillag authored
... because new and deleted annotations don't have IDs, only tags, assigned by the bridge.
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
- The permission plugin no longer sets the permissions - Read permission is a one-item list ["group:__world__"] instead of ["group:__world__", <username>"] - Privacy directive moved to directives/privacy.coffee - Uses the simple localStorage solution inside the privacy directive.
-
csillag authored
-
csillag authored
-
csillag authored
... when hovering over the highlights in the document, or over the annotation cards themselves.
-
Aron Carroll authored
Consistent names for focusing on annotations.
-
csillag authored
-
gergely-ujvari authored
Remove some dead code
-
csillag authored
-
- 27 Nov, 2014 5 commits
-
-
gergely-ujvari authored
Improve visual diff code
-
Aron Carroll authored
Remove the gray background from annotation cards on hover.
-
csillag authored
- Simplify a check for an error condition - Add a test case to avoid regressing the same error
-
csillag authored
As discussed in #1634
-
csillag authored
When creating a reply, there was an exception on the console, because the target list is empty, and some code was not prepared for that. This takes care of that.
-
- 26 Nov, 2014 1 commit
-
-
Gergely Ujvari authored
Fix #1661
-