- 19 Aug, 2014 2 commits
-
-
Aron Carroll authored
-
Randall Leeds authored
-
- 18 Aug, 2014 4 commits
-
-
Aron Carroll authored
* Remove cartoon quotes. * Use a class rather than styling all blockquotes.
-
Aron Carroll authored
It left a single pixel, which looked like a rendering glitch.
-
Aron Carroll authored
Move dropdown to the left of the timestamp to ensure timestamps are always in line. Vertically align the baseline of the timestamp with the username.
-
Aron Carroll authored
Now just uses the default browser title functionality.
-
- 15 Aug, 2014 3 commits
-
-
Randall Leeds authored
This reverts commit a86e72e3db9b22245bfd0f301dd9b0f4c6b9469f.
-
Randall Leeds authored
This dependency is already pulled in by controllers.
-
Randall Leeds authored
The way our coffee is being bundled is actually problematic because each of the individual files insn't wrapped in an anonymous function, only the whole coffee bundle is. Therefore, the configure reference in socket.coffee should have failed. It doesn't. Who knows what else might be confused as a result of this situation. I'll sort it all out this week.
-
- 14 Aug, 2014 1 commit
-
-
Randall Leeds authored
And remove leftover plus_1.png reference.
-
- 13 Aug, 2014 12 commits
-
-
Randall Leeds authored
Drop heatmap comment tab and convert tabs to css
-
Randall Leeds authored
CSStweaks3
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Kicking off work on revamping the heatmap a little bit. This change removes the comment tab. Clearly, something needs to be done to restore discoverability to comments, but there seemed to be some consensus that the comment tab was not comprehensible enough. Additionally, I got pretty sick of the tabs bouncing around. I removed the transitions, slimmed the tabs down a litle bit, and remade them in pure CSS. The pure CSS has the advantage of avoiding extra network requests to fetch the tab SVGs. Also, the SVGs contained some padding and borders that is easier to account for if its all in the CSS.
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
- 12 Aug, 2014 5 commits
-
-
gergely-ujvari authored
My last commit here (https://github.com/hypothesis/h/commit/5f56d8ad0424f11e52736fd9a1f9b8c30ab0f6a1) has broken this function for or operators, because it forgets to apply the rule.format() call to the search terms I.e the user field uses this to transform the username to the full user format (acct:username@domain) And because of this the user streams were broken. Fix #1391
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
- 11 Aug, 2014 1 commit
-
-
Randall Leeds authored
There seems to be some combination of conditions which cause Firefox to infinite loop on the $location service's watchers. Bisecting pointed to the commit where I removed this. For now, let's slap this bandaid on. The proper fix probably has to do with making the parameters we pass to the iframe in its src actually do something (like validating the origin of frames that connect to the sidebar) and then clearing the parameters from the URL so they don't cause a reload after the initial redirection to /viewer.
-
- 10 Aug, 2014 1 commit
-
-
Randall Leeds authored
-
- 09 Aug, 2014 10 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
It's never called except within the AppController.
-
Randall Leeds authored
-
Randall Leeds authored
Another step toward #1207
-
Randall Leeds authored
-
Randall Leeds authored
It slows things down, especially on mobile devices and on the stream where many annotations are loaded at once, and it doesn't add much as it is. Close #1119
-
Randall Leeds authored
I find the tab blinking to be too subtle to be meaningful and not a worthy enough feature to justify more jQuery UI use or storing an additional property on the annotation (see #1207). If we want a feature like this we'll have to come back and revisit it with a more critical eye.
-
Randall Leeds authored
-
Randall Leeds authored
Reply email notifications
-
- 08 Aug, 2014 1 commit
-
-
gergely-ujvari authored
This part of the code survived the refactoring. In the past it has received the values in a comma separated string, now it receives them as a list. Also, the operator for tag search is 'and' not 'or'
-