- 16 Oct, 2014 10 commits
-
-
RawKStar77 authored
Clean up code, add comments, and add CSS to hide MathJax rendered math in a collapsed annotation.
-
RawKStar77 authored
Since renderMath() is doing much more than just rendering math, it is now a part of ctrl.$render(). This commit also adds basic support for inline math. However, this is not quite ready, using inline math inside of lists or block quotes does not yet work.
-
RawKStar77 authored
The regular expression was incorrect and was matching the occurance of any backslash, but this commit fixes it as well as reintroduces the MathJax fallback.
-
RawKStar77 authored
Rewrites the renderMath() function to sanatize, render math, and render markdown. Big thanks to @tilgovi for help here.
-
RawKStar77 authored
-
RawKStar77 authored
-
Aron Carroll authored
Drop pyramid_deform and horus HTML views.
-
Aron Carroll authored
Firefox and IE apply the focus pseudo class to anchors when clicked. This prevents our toggle button returning to it's natural state after it has been clicked. This change blurs the element on mouseup to ensure that: 1) The focus state is removed when clicked. 2) The focus state remains when using the enter key to trigger the toggle (also triggers a click event). Otherwise the user would lose the focused UI element when navigating with a keyboard.
-
Aron Carroll authored
It was originally only applied on hover and was causing display inconsistencies in FF/IE where the toggle would turn red. Fixes #1567
-
Randall Leeds authored
Close #1552
-
- 15 Oct, 2014 2 commits
-
-
Randall Leeds authored
Remove info notification when closing the auth window
-
Aron Carroll authored
-
- 08 Oct, 2014 14 commits
-
-
Randall Leeds authored
Separate session/helpers bundles, tweak bundling
-
Randall Leeds authored
Fix icon conflicts
-
Randall Leeds authored
Hide tags in collapsed reply threads
-
Randall Leeds authored
Close #1412
-
Aron Carroll authored
-
Aron Carroll authored
This will reduce the chance of styles bleeding in from the parent document.
-
Aron Carroll authored
Previously this generated a large amount of invalid unused css due to nesting pseudo classes.
-
Aron Carroll authored
-
Aron Carroll authored
This allows the icon name to be changed freely without having to update unrelated markup or stylesheets.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
This should reduces the chances of style conflicts when annotator content is injected into a host site. This pull request also ensures all icons use the private use area of the unicode range[1]. [1]: http://en.wikipedia.org/wiki/Private_Use_Areas
-
Aron Carroll authored
-
Randall Leeds authored
Tweak the way we organize our asset bundles for fewer output files, straightforward names, and no conflict of dev and prod output files. - Break session and helpers into their own bundles. - Bundle vendor libs up where they are not common to more than one optional component. For example, angular-bootstrap is only needed by helpers since that is where we now redefine tabbable and create the tab-reveal directive (in a new helpers/ui-helpers.coffee file). Another example is angular-resource, which is only used by the session bundle. On the other hand, angular-route is used by the app, but soon also by the auth bundle as soon as we unify all the login forms and boot out deform. - Inline icomoon.css. - Rename some outputs: - hypothesis-app.{css,js} -> app.{css,js} This is the main site application. - hypothesis-inject.{css,js} -> hypothesis.{css,js} This is the inject script. Close #1555 Related to webplatform/notes-server#13
-
- 07 Oct, 2014 1 commit
-
-
RawKStar77 authored
-
- 04 Oct, 2014 7 commits
-
-
Randall Leeds authored
Fix search on standalone pages
-
Randall Leeds authored
-
Gergely Ujvari authored
Using the searchbar will perform a stream search Fix #1494
-
gergely-ujvari authored
Extensible link and meta tags in base template
-
gergely-ujvari authored
Auth isolation
-
Randall Leeds authored
-
Randall Leeds authored
-
- 03 Oct, 2014 6 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Jake Hartnell authored
Limit the markdown toolbar for tight spaces
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-