- 25 Oct, 2014 4 commits
-
-
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.
-
- 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 4 commits
-
-
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.
-
Aron Carroll authored
This works around the nasty hacks involved in removing the whitespace between inline-block elements without having to use comments or negative letter/word spacing. This does mean we can't do centered or right aligned grids very easily at the moment. If we need these things in future we can reconsider.
-
Aron Carroll authored
This replaces the YUI module we had before and implements only the parts of the system that we need at the moment leaving a far cleaner and more readable api.
-
Aron Carroll authored
It's not currently used anywhere and we could do with a cleaner grid implementation.
-
- 16 Oct, 2014 2 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-