- 03 Sep, 2013 4 commits
-
-
csillag authored
This reverts commit e1c5c4da53110efbde122ba71206d7436d1169ee, because it messed up creating annotations. Interesting, because there should not have been any real change in any functionality. I will investigate this.
-
Kristof Csillag authored
Tab count now includes the number of both the source-level annotations and the replies
-
csillag authored
This enables Coffee debugging of Annotator. Also takes care of some of the 404 messages on the console, generated by the JS files referencing the missing source maps. Fixes #721.
-
Ujvari Gergely authored
-
- 02 Sep, 2013 3 commits
-
-
Ujvari Gergely authored
-
Ujvari Gergely authored
Instead of the normal ```Total annotations``` format and the previous ```Top level annotations``` format, now introducing the ```"Total annotations"+"Replies"``` format, if this string is shorter than 5 characters, if longer we're falling to the old ```Total annotations``` format. Font size changed from 13.1px to 12.1px Fixes #671
-
Ujvari Gergely authored
Fixes #260
-
- 01 Sep, 2013 4 commits
-
-
Kristof Csillag authored
Killed opacity on pen adder.
-
csillag authored
-
RawKStar77 authored
-
csillag authored
-
- 30 Aug, 2013 1 commit
-
-
csillag authored
* Moved the dynamicBucket variable inside the scope for the AppController * In services, add a method for switching the dynamic bucked mode on and off * Add an RPC for doing the same * Add a method in the host frame for doing the same * When selecting annotations/highlights by clicking on the highlight in the host document, call this method to switch off dynamic mode. This fixes #712.
-
- 29 Aug, 2013 5 commits
-
-
csillag authored
-
gergely-ujvari authored
Changed the look of userstreams and standalone annotation page.
-
RawKStar77 authored
Fixed allignment issue with hypothes.is logo in topbar. Changed font to san-serif font. Fixed quote allignment with annotation. Updated link to extension on displayer.pt
-
csillag authored
-
csillag authored
When you prepare to deploy a new version, do this: bin/hypothesis tag This will update the h/js/release_tag.coffee file with a timestamp/name for the current release. (You should commit this file to your branch, too.) When the application is running, both halves of the code (the one injected into the host document, and the one running in the sidebar) see this file, and read out the releast tag. In cases when two frames somehow end up running different versions of the code, this difference is now detected. This fixes #702. Note the current implementation does not check the server version, only the version of the two halves of the client code. About the server version, issues #278 and #513 are still pending. When those are implemented, the same mechanism can easily be extended for checking the server side,too. (The stubs for it are already there.)
-
- 28 Aug, 2013 6 commits
-
-
csillag authored
Updated jsChannel to this version: https://github.com/edsu/jschannel/tree/e9caa88ac9390385b57d263528f0869ae6a48ac9 Fixes #608.
-
csillag authored
Don't keep calling setActiveHighlights like crazy, on every flicker of the mouse pointer. (Bind to mouseover, instead of mousemove.)
-
csillag authored
-
csillag authored
-
csillag authored
* Updated dom-text-matcher to c93abc20 * Updated Annotator to 41b88f9f (maintenance branch) This version of Annotator uses a new method for adjusting the results of the two-phase fuzzy matching algorythm (used for anchoring). For details, see here: https://github.com/hypothesis/dom-text-matcher/commit/c93abc20bedd4450fd4eefe7d7d487aba324a088 Fixes #681.
-
csillag authored
* Updated dom-text-matcher to b253923d. * Updated annotator to f85315e3. * On annotations anchored with non-exact matches, don't automatically tick the "show differences" checkbox when there are only case differences. Fixes #690.
-
- 27 Aug, 2013 4 commits
-
-
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 5 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.
-