- 27 Oct, 2014 1 commit
-
-
Randall Leeds authored
Get rid of the inAdderClick logic
-
- 25 Oct, 2014 8 commits
-
-
csillag authored
Instead of setting/resetting the inAdderClick flag, we can just override mouseUp on the adder click, and stop propagating.
-
Nick Stenning authored
Update Annotator PDF plugin to support latest PDF.js in FF34
-
Nick Stenning authored
Remove console.log statements from within the app
-
Aron Carroll authored
Log statements do not belong in production code.
-
Kristof Csillag authored
Don't swallow exceptions when scanning the document
-
Nick Stenning authored
According to @csillag, there are no good (i.e. non-exceptional) reasons why `this._scan()` should throw an error. As such, should not be catching and swallowing the error, as this will make it much less likely that we receive bug reports about brokenness in dom-text-mapper. Inspired by conversation in #1596.
-
Nick Stenning authored
Add link to terms of service on create account form.
-
csillag authored
This update brings support for PDF.js v1.0.712, and thus FF32. Closes #1592.
-
- 24 Oct, 2014 5 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
[WIP] add support for packaging with PDF.js extension - try 4
-
csillag authored
-
csillag authored
-
csillag authored
* Don't load the Document plugin for PDF files; Annotator's PDF plugin provides the fuctionality (uri+metadata extraction) in these cases. Use async metadata extraction for PDF * Updated PDF plugin to fcdf1eac (pdf-update branch)
-
- 23 Oct, 2014 4 commits
-
-
Randall Leeds authored
Close #1586
-
Aron Carroll authored
-
Randall Leeds authored
Only add the public principal to the annotation
-
Aron Carroll authored
We now wait until the annotation has been created and apply the principal to the read array rather than overwriting the entire object.
-
- 22 Oct, 2014 7 commits
-
-
Randall Leeds authored
Make replies public by default
-
Aron Carroll authored
This fixes the annoying issue with replies defaulting to private all the time.
-
Randall Leeds authored
Is bad. And IE doesn't like "initial".
-
Aron Carroll authored
Now allows permissions rules to be provided in the beforeAnnotationCreated hook.
-
Randall Leeds authored
-
Randall Leeds authored
Add 404 page
-
Randall Leeds authored
Since the change to the stateless identity API we have not been finishing the initialization when the user is not logged in.
-
- 20 Oct, 2014 12 commits
-
-
Nick Stenning authored
Restore clearfix on form fields
-
Aron Carroll authored
This reverts the change in 8955140efeab69d0a88e3df69b59e21f6d394044.
-
Nick Stenning authored
Separate login errors for username and password
-
Nick Stenning authored
Prevent tag input field from changing height
-
Nick Stenning authored
Validate that email exists on forgot_password
-
Aron Carroll authored
Add a new simpler grid system.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
This fixes an issue with floated columns failing to clear each other when of different heights. We now use a flexbox implementation taken from the Pure CSS grid system which fixes the whitespace inconsistencies in Safari.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
Improve math support for matrices, inline content and list item and block quotes containing math.
-
- 18 Oct, 2014 2 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
Add a third argument to the applyInlineMarkup() to handle inline math markup which uses both \\( and \\). Delete the now unnecessary inlineMath() function, applyInlineMarkup() is now used instead. Simplify scope.insertMath().
-
- 17 Oct, 2014 1 commit
-
-
RawKStar77 authored
Splits up math and markdown rendering into 2 functions: renderMathAndMarkdown handles blockmath, and renderInlineMath handles inline math. Multiline math like matrices is not supported with inline math, but this is ok because it wouldn't look right anyway.
-