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