- 29 Aug, 2013 1 commit
-
-
Ujvari Gergely authored
For better random generation
-
- 28 Aug, 2013 1 commit
-
-
Ujvari Gergely authored
-
- 27 Aug, 2013 5 commits
-
-
Ujvari Gergely authored
- Using uuid.js to generate valid version 4 uuids - The client and the streaming pages generate their own client ids. - Streaming api now accepts a dict { clientID: <id>, filter: filter_dict } instead of { <filter_dict> } - Streaming api now has a different output structure: { type: <msg_type> , payload: <data>, options: <msg_options>} instead of [data, action] Fixes #661 Fixes #619
-
Ujvari Gergely authored
Fixes #671
-
Ujvari Gergely authored
If propagation is not stopped then it'd collapse the results. Fixes #682
-
csillag authored
-
csillag authored
-
- 26 Aug, 2013 5 commits
-
-
csillag authored
Fixes #678. Fixes #679.
-
Ujvari Gergely authored
Based on @tilgovi's suggestion the ng-click functions for saving/editing/deleting an annotation now have the $event argument and we stop propagating this event further so the collapse/open mechanism cannot react to them. Fixes #609
-
Ujvari Gergely authored
Page search now interprets the tag search facet as a substring to look for in all tags. Fixes #672
-
csillag authored
When the user runs a search, the sidebar switches to search view. When killing the searchbar (with the x) afterwards, it switches back to viewer. Leaving search mode triggers a route change watch, which executes the necessary cleanup. However, if we haven't yet started searching, only opened the searchbar, and then kill it immediately (without running the search first), then we are still in viewer mod, so no route change will happen. Therefore, the cleanup is not triggered automatically. So in these cases, we will have to trigger in manually. Fixes #673. Fixes #675.
-
csillag authored
-
- 24 Aug, 2013 3 commits
-
-
Randall Leeds authored
PR for Unattached annotations (=comments) V1
-
Randall Leeds authored
Make the homepage bg a little darker
-
Randall Leeds authored
PR: Change when the sidebar is opened - v2
-
- 22 Aug, 2013 10 commits
-
-
csillag authored
-
csillag authored
Introduced the updateViewer() method to do what showViewer() does, except actually showing the sidebar.
-
csillag authored
-
Kristof Csillag authored
Removed the show() call from showViewer(). Instead of this, I have manually added show() calls to a few places. The result is this: Don't automatically open the sidebar when * A new highlight is created * Heatmap is updated But keep opening the sidebar when * Clicking on the heatmap * Clicking on a tab on the heatmap * Clicking on a highlight in the document
-
Kristof Csillag authored
Close the searchbar when switching to a different view. Fixes #643.
-
csillag authored
- Remove redunduncy from the code paths for closing search - Add some comments
-
Kristof Csillag authored
Stream filters now handle both case sensitive and case insensitive searches. Tags are case insensitive. Fixes #654.
-
Ujvari Gergely authored
This reverts commit ec26ae5d89f66929935b8dc8f6ce4f62ab8dc40a. uris can be case-sensitive
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
- 21 Aug, 2013 15 commits
-
-
csillag authored
-
Ujvari Gergely authored
- Added a separate svg file (called comment_tab.svg) for the comment bucket. - Reduced the space between the lower and the comment buckets - If no comment bucket is shown, then the lower bucket is shown nearer to the bottom of the page.
-
Ujvari Gergely authored
-
Ujvari Gergely authored
The heatmap.updateHeatmap() was altered to create a separate bucket (similar to above and below) for comments. This bucket cannot be merged with the other buckets.
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
- Added 'references' for the whitelist for transferring this to the host frame. - We're only applying the FakeCommentRange and HighlightRange for annotations which are not replies.
-
Kristof Csillag authored
-
Kristof Csillag authored
-
Kristof Csillag authored
-
Kristof Csillag authored
This sorted out the priblem mentioned in the comments of #115.
-
Kristof Csillag authored
A bunch of things (including CSS styling) is still missing.
-
gergely-ujvari authored
PR: Make all mentions of user names a link to the user stream
-
csillag authored
-
Ujvari Gergely authored
-