- 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 15 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
Randall Leeds authored
Username blacklist
-
RawKStar77 authored
-
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
-