Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 10e75c7 Cache 'possible_miss' result value. by Ben Kurtovic 2014-10-14 00:38:16 -0500
  • 225af3b More descriptive message. by Ben Kurtovic 2014-10-14 00:23:31 -0500
  • b2894c6 Report possible misses as well as known skips. by Ben Kurtovic 2014-10-13 16:33:50 -0500
  • 331b05b Truncate URLs above 1024 chars. by Ben Kurtovic 2014-10-03 15:57:16 -0500
  • 190356b Update sites before doing check. by Ben Kurtovic 2014-10-03 15:47:11 -0500
  • fa181ad Link to some technical details. by Ben Kurtovic 2014-09-26 20:09:57 -0500
  • a07d126 Finally fix #3; speed up highlighter with a deque. by Ben Kurtovic 2014-09-26 02:12:51 -0500
  • 1ae3ca7 Note that PDF parsing is now supported. by Ben Kurtovic 2014-09-20 04:51:59 -0500
  • aef27a5 Cleanup; call update_sites() before API requests. by Ben Kurtovic 2014-09-19 18:02:12 -0500
  • f4ff409 Fix old reference to query.all_projects. by Ben Kurtovic 2014-09-19 17:42:08 -0500
  • a1d8b79 Fix recursion bug. by Ben Kurtovic 2014-09-19 17:38:08 -0500
  • 6eed95c Use a global cache instead of the request-specific one. by Ben Kurtovic 2014-09-19 17:31:55 -0500
  • ddcf2a8 Store what was previously in SQL tables in flask.g. by Ben Kurtovic 2014-09-17 20:32:18 -0500
  • b2db78f Use json.dumps for the string handling instead. by Ben Kurtovic 2014-09-15 01:29:08 -0500
  • 9b07a5e OrderedDict requires extra parens. by Ben Kurtovic 2014-09-15 01:25:41 -0500
  • 340ba07 Generate API results as ordered dicts. by Ben Kurtovic 2014-09-15 01:22:31 -0500
  • 8a2f1f0 Improve walk_json(). by Ben Kurtovic 2014-09-15 01:12:48 -0500
  • af8a20a Adjust indent size; fix rendering of strings. by Ben Kurtovic 2014-09-15 01:08:31 -0500
  • 3b0d23a Fix indenting. by Ben Kurtovic 2014-09-15 01:03:02 -0500
  • a324a92 Use a cheat to get around Mako limitation. by Ben Kurtovic 2014-09-15 00:55:41 -0500
  • fbf263f Try to fix shadowing bug? by Ben Kurtovic 2014-09-15 00:46:53 -0500
  • 69819ed @catch_errors for api routes. by Ben Kurtovic 2014-09-15 00:40:47 -0500
  • 96394db JSON walker for jsonfm mode. by Ben Kurtovic 2014-09-15 00:30:59 -0500
  • 9661ca4 Fix again. by Ben Kurtovic 2014-09-15 00:19:14 -0500
  • b3e781d Fix background color declaration. by Ben Kurtovic 2014-09-15 00:18:12 -0500
  • e572167 Typo fix; font style change. by Ben Kurtovic 2014-09-15 00:17:06 -0500
  • 073864e Style conditions. by Ben Kurtovic 2014-09-15 00:05:14 -0500
  • d470aae Improve styling a bit. by Ben Kurtovic 2014-09-14 20:56:41 -0500
  • 7a58c99 More styling for responses documentation. by Ben Kurtovic 2014-09-14 20:38:55 -0500
  • 7ea8f00 More updates for API documentation. by Ben Kurtovic 2014-09-14 16:09:20 -0500
  • df02763 More API documentation formatting. by Ben Kurtovic 2014-09-14 15:49:10 -0500
  • d549429 More styling. by Ben Kurtovic 2014-09-13 21:28:51 -0500
  • 35bb7e7 Apply some simple styling to the API help page. by Ben Kurtovic 2014-09-13 21:15:55 -0500
  • ab058f0 Example response; fix description of cache_time. by Ben Kurtovic 2014-09-13 20:53:13 -0500
  • 6d87ad4 Rearrange functions in api.py. by Ben Kurtovic 2014-09-13 20:41:40 -0500
  • 2fad6b0 Description of API response data. by Ben Kurtovic 2014-09-13 20:38:08 -0500
  • 89feddb Some minor tweaks, plus documentation for API parameters. by Ben Kurtovic 2014-09-13 19:13:13 -0500
  • ad940d2 Fix bug in README. by Ben Kurtovic 2014-09-12 23:44:40 -0500
  • c83ce89 More complete documentation on running the tool. by Ben Kurtovic 2014-09-12 23:41:56 -0500
  • 6639338 First version of new API (for #7) by Ben Kurtovic 2014-09-12 23:25:04 -0500
  • 6f574e3 Pluralize cache times correctly. by Ben Kurtovic 2014-09-08 02:05:41 -0500
  • 00ba0cf Fully integrate new result header box. by Ben Kurtovic 2014-09-08 02:01:52 -0500
  • 8acc6b7 Pluralize queries; clean up duplication. by Ben Kurtovic 2014-09-08 01:39:21 -0500
  • f6fdf6f Fix text formatting on cache popup. by Ben Kurtovic 2014-09-08 01:29:38 -0500
  • 5b5d4f2 result.action -> query.action by Ben Kurtovic 2014-09-08 01:28:30 -0500
  • aec015e Integrate search mode into the new comparison mode display. by Ben Kurtovic 2014-09-08 01:24:18 -0500
  • 5daf8e2 New colors for URLs in sources table. by Ben Kurtovic 2014-09-08 00:59:53 -0500
  • f43797f Improve redirected from behavior. by Ben Kurtovic 2014-09-08 00:48:04 -0500
  • cdb26af Fix linear gradient. by Ben Kurtovic 2014-09-08 00:34:48 -0500
  • d0bbbc2 Restyle some of the compare mode output. by Ben Kurtovic 2014-09-08 00:23:21 -0500
  • 56f4cce Remove vendor-specific prefixes for linear-gradient. by Ben Kurtovic 2014-09-06 21:20:28 -0500
  • 31028b0 Clean up error printing. by Ben Kurtovic 2014-09-06 20:46:07 -0500
  • db7a4f2 Clean up query data handling. by Ben Kurtovic 2014-09-06 20:26:19 -0500
  • 824e4a0 Typo fix. by Ben Kurtovic 2014-09-06 19:57:14 -0500
  • b3e1862 Catch and display search errors more usefully. by Ben Kurtovic 2014-09-06 19:45:18 -0500
  • f7204b8 Fix chain table spacing. by Ben Kurtovic 2014-09-06 19:11:51 -0500
  • ba94812 Fix source table when no sources were checked. by Ben Kurtovic 2014-09-06 18:43:14 -0500
  • c1fad2e Row highlight; fix padding; title. by Ben Kurtovic 2014-09-06 01:04:00 -0500
  • 10c68e6 Polishing for URL list; remove 'hide comparison' option. by Ben Kurtovic 2014-09-06 00:36:09 -0500
  • b806e35 Improve message; fix broken div. by Ben Kurtovic 2014-09-05 23:38:29 -0500
  • e0b964f Hide URLs after the first 10 by default. by Ben Kurtovic 2014-09-05 23:30:24 -0500
  • b7bafb2 Implement noskip. by Ben Kurtovic 2014-09-05 14:30:50 -0500
  • 86c9bb2 Meant to align left, not center. by Ben Kurtovic 2014-09-05 00:18:02 -0500
  • 606f9cc Adjust positions, colors. by Ben Kurtovic 2014-09-05 00:16:21 -0500
  • a6675d0 Styling for the source table. by Ben Kurtovic 2014-09-05 00:10:24 -0500
  • 6d147ec Improve structure of outputted source info. by Ben Kurtovic 2014-09-05 00:01:02 -0500
  • b53b198 result.action -> query.action by Ben Kurtovic 2014-09-04 23:40:11 -0500
  • 848b53b Start rendering the list of all sources. by Ben Kurtovic 2014-09-04 23:39:05 -0500
  • fdbf7b2 Number of queries is meaningless for comparison mode. by Ben Kurtovic 2014-09-04 23:33:04 -0500
  • 73315e3 FML. by Ben Kurtovic 2014-09-04 23:28:07 -0500
  • 5242d31 Whoops. by Ben Kurtovic 2014-09-04 23:26:49 -0500
  • 0731eb0 Cleanup; fix confidence value comparison; fix. by Ben Kurtovic 2014-09-04 23:25:49 -0500
  • 7cd9a53 Fix oursql coercing binary data to unicode. by Ben Kurtovic 2014-09-04 23:12:11 -0500
  • b2fba1f Implement new caching system and result structure. by Ben Kurtovic 2014-09-04 22:57:48 -0500
  • f61001a Remove fun fact thing. by Ben Kurtovic 2014-09-04 22:16:42 -0500
  • 4ec5ecd Reorder hidden form elements for sanity. by Ben Kurtovic 2014-09-03 00:14:31 -0500
  • 65aafa8 Clean up form submission with JS; copyedit. by Ben Kurtovic 2014-09-02 11:43:56 -0500
  • d4283fc Better grouping for actions. by Ben Kurtovic 2014-09-02 00:32:46 -0500
  • f41beba Typo fix. by Ben Kurtovic 2014-09-02 00:29:11 -0500
  • 67ad09f Fire correct jquery function for ratio buttons. by Ben Kurtovic 2014-09-02 00:26:15 -0500
  • c6b9c9e Really fix checkbox blank value treatment. by Ben Kurtovic 2014-09-02 00:17:14 -0500
  • 6cd194f Catch empty method error; fix blank values in query. by Ben Kurtovic 2014-09-02 00:09:22 -0500
  • b90e5e7 Fix logic. by Ben Kurtovic 2014-09-01 23:54:50 -0500
  • c165e97 Handle empty URLs from cached results correctly. by Ben Kurtovic 2014-09-01 23:53:46 -0500
  • 15fa6f8 Typo fixes, again. by Ben Kurtovic 2014-09-01 23:36:15 -0500
  • 22855ad Typo fixes. by Ben Kurtovic 2014-09-01 23:34:24 -0500
  • 9f66882 Fix auto-checking. by Ben Kurtovic 2014-09-01 23:32:55 -0500
  • 710447a Slightly modified interface; give more options (closes #17). by Ben Kurtovic 2014-09-01 23:24:05 -0500
  • 55e5a10 Make sure the CV workers don't spit out tons of logs. by Ben Kurtovic 2014-08-31 18:20:40 -0500
  • 8b0c0aa Call copyvios.globalize() before requests. by Ben Kurtovic 2014-08-30 23:13:39 -0500
  • 8f6a02a If no scheme is given for the URL, add http:// by Ben Kurtovic 2014-08-20 06:15:16 -0400
  • 8d80ecc T_POSSIBLE back down to 0.4. by Ben Kurtovic 2014-08-20 05:47:04 -0400
  • 4900229 Update T_POSSIBLE, T_SUSPECT. by Ben Kurtovic 2014-08-20 02:10:50 -0400
  • 6beff20 Add toolinfo.json. by Ben Kurtovic 2014-08-17 01:06:26 -0400
  • 9e13ac1 Increase log message verbosity; fix import. by Ben Kurtovic 2014-07-20 16:25:12 -0400
  • 2ab073d Update tool description a bit. by Ben Kurtovic 2014-07-19 21:23:18 -0400
  • 7ffc3a0 Improve color of yellow box. by Ben Kurtovic 2014-07-18 23:56:59 -0400
  • e6e7ab2 lol whoops by Ben Kurtovic 2014-07-18 22:46:33 -0400
  • a1a2c58 Refactor. by Ben Kurtovic 2014-07-18 22:42:18 -0400
  • ce96f0f Use a yellow 'possible' box for confidence between 0.3 and 0.6 (closes #5). by Ben Kurtovic 2014-07-18 22:33:37 -0400