- 21 Nov, 2014 1 commit
-
-
Aron Carroll authored
Otherwise the Chrome extension doesn't get the jQuery file copied into it's public folder. Also had to rename jQuery to include the version string as Webassets will skip an asset entirely if the output filename matches the content filename. This causes the embed.js loader to skip the loading of jQuery completely.
-
- 18 Nov, 2014 3 commits
-
-
Randall Leeds authored
Terser logging
-
Gergely Ujvari authored
Fix #1645
-
Nick Stenning authored
Normalize for diacritics
-
- 17 Nov, 2014 1 commit
-
-
Randall Leeds authored
Realtime (behind a feature flag)
-
- 16 Nov, 2014 2 commits
-
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
- 15 Nov, 2014 1 commit
-
-
Randall Leeds authored
Use jquery.min.js downloaded from jQuery.com
-
- 14 Nov, 2014 19 commits
-
-
BigBlueHat authored
-
BigBlueHat authored
Because of the jquery.min.js change
-
Gergely Ujvari authored
- Using proper regexp from xregexp - Renamed unidecode to uniFold Thanks for @nickstenning
-
Gergely Ujvari authored
We have every analyzers setup for ES to do that more precisely.
-
Gergely Ujvari authored
Old default was term query. Removed es options from client-side field definitions. Cleanup old code
-
Gergely Ujvari authored
We judge whether to normalize or not by the variable type
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Gergely Ujvari authored
-
Nick Stenning authored
Vagrantfile correctly starts and sets runlevels for elasticsearch.
-
Randall Leeds authored
Firefox addon + build process
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
-
BigBlueHat authored
Firefox does not like loading fonts out of resource:// URLs. This gets around that.
-
BigBlueHat authored
-
- 13 Nov, 2014 6 commits
-
-
gergely-ujvari authored
Remove unused functional tests
-
Nick Stenning authored
Handle login validation in colander
-
Randall Leeds authored
Close #1679
-
Randall Leeds authored
Show highlights by default in the Chrome Extension
-
Randall Leeds authored
Only login if not already authenticated
-
Randall Leeds authored
The $error key for the form will have an Array of the errors of its fields for that key. That means that a bad password response causes the entire login form to have a truthy $error.response value. That's not wrong, and we could be using it to show all the errors in a block at the top of the form, but it's not how we want to use it for this case.
-
- 12 Nov, 2014 7 commits
-
-
Aron Carroll authored
This allows the page to notify the chrome extension via an "intent" meta tag that the sidebar should launch in first run mode.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
This allows the Chrome extension to be configured with hypothesisConfig. Also moved this file and the destroy.js file into an extension subdirectory to avoid confusion with the main app files.
-
Gergely Ujvari authored
An opening and a closing bracket was lost during the constant redesign. Fix #1675
-
Nick Stenning authored
-
Nick Stenning authored
Update annotation card timestamps regulary
-