- 27 Jan, 2015 3 commits
-
-
Kristof Csillag authored
Build production versions of the extensions on Travis
-
Aron Carroll authored
Add MathJax config option allign left.
-
RawKStar77 authored
Previously, MathJax was rendering display style math allign: "center", while KaTeX rendered allign: "left". This has been addressed.
-
- 26 Jan, 2015 3 commits
-
-
Aron Carroll authored
Fix tag search.
-
Aron Carroll authored
-
Aron Carroll authored
This escapes any special url characters in the term
-
- 24 Jan, 2015 1 commit
-
-
Gergely Ujvari authored
ES stores the tag field as tags Fix #1879
-
- 23 Jan, 2015 7 commits
-
-
Aron Carroll authored
This contains some potentially confusing code and was clarified by Randall here: http://git.io/HvLCLA
-
Nick Stenning authored
Set the standalone conversation as the viewer root
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
This special cases the threads that are styled as cards rather than replies and allows them to be styled accordingly.
-
Aron Carroll authored
Now the thread is not using negative margins this isn't required.
-
Randall Leeds authored
Fix #1803
-
- 22 Jan, 2015 1 commit
-
-
Aron Carroll authored
Replace documentHelpers with baseURI + URL API
-
- 21 Jan, 2015 2 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Rather than have a service, ``documentHelpers``, that exposes a value, ``baseURI``, and a function, ``absoluteURI``, decorate ``$document`` so that it's guaranteed to have a ``baseURI`` property and use the previously included ``URL`` constructor as a standard way to get parts of a URL.
-
- 20 Jan, 2015 7 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
For readability, especially in light of the injection annotations, split the app configuration functions in ``app.coffee``.
-
Kristof Csillag authored
Clean up unused and duplicate TextHighlight code.
-
Nick Stenning authored
-
Randall Leeds authored
Remove URL fragments
-
csillag authored
-
csillag authored
-
- 19 Jan, 2015 16 commits
-
-
csillag authored
-
csillag authored
-
gergely-ujvari authored
Starve the monkey
-
Nick Stenning authored
-
Nick Stenning authored
-
Nick Stenning authored
As suggested in: https://github.com/hypothesis/h/pull/1868/files#r23171034 Annotator#isAnnotator provides better answers as of openannotation/annotator@368b5cf.
-
Nick Stenning authored
-
csillag authored
-
Randall Leeds authored
Remove past_data
-
csillag authored
-
ujvari authored
The processed streamfilter does not send back anything, more_hits message can give back annotations
-
Nick Stenning authored
This commit is intended as a pure refactoring. No behaviour should be changed.
-
Randall Leeds authored
There is no need for a variable name if it is just returned immediately.
-
Nick Stenning authored
Allow simple usernames
-
Randall Leeds authored
Simplify the front-end code that transforms annotation permissions objects into ACLs. Since the front-end does not have to be exposed to the system principals and special "all" grant used by Pyramid it only needs to have special handling of the "group:__world__" principal; others are unused.
-
Randall Leeds authored
Allow the persona filter to pass invalid account URIs through unharmed.
-