Vincent Tondellier <tonton+hg@team1664.org> [Fri, 11 Sep 2015 23:52:21 +0200] rev 70
Fix compatibility with Mojolicious > 6
(Removed deprecated object-oriented Mojo::Loader API)
Vincent Tondellier <tonton@team1664.org> [Sat, 09 May 2015 23:28:45 +0200] rev 69
Fix DB relations (even if they are not used)
Vincent Tondellier <tonton@team1664.org> [Sat, 09 May 2015 23:24:13 +0200] rev 68
Avoid creating a new class for each stack frame: use helpers and state variables
Vincent Tondellier <tonton@team1664.org> [Sat, 09 May 2015 23:17:47 +0200] rev 67
Make the index columns configurable
Vincent Tondellier <tonton+hg@team1664.org> [Fri, 08 May 2015 22:29:20 +0200] rev 66
Remove extra submit button (error in one of the last commits)
Vincent Tondellier <tonton+hg@team1664.org> [Fri, 08 May 2015 22:25:51 +0200] rev 65
Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
Vincent Tondellier <tonton+hg@team1664.org> [Fri, 08 May 2015 20:46:42 +0200] rev 64
Prettyprint function names using prettify.js
Vincent Tondellier <tonton+hg@team1664.org> [Fri, 08 May 2015 19:41:08 +0200] rev 63
Embiggen search box
Vincent Tondellier <tonton+hg@team1664.org> [Mon, 09 Feb 2015 00:18:12 +0100] rev 62
Fix default search
Vincent Tondellier <tonton+hg@team1664.org> [Mon, 09 Feb 2015 00:06:34 +0100] rev 61
Add crash_data table to store the json
Add searching on crashing backtrace function names
Drop never used tables
Bump DB schema version
Requires PostgreSQL >= 9.4 for now (for jsonb)