07 Mar, 2013
3 commits
-
Tally: correct the sort order
-
Alter tally sort order to be by popularity descending instead of ascending. Because we should show the most popular entries at the top.
-
…nd line number, and fall back to error message.
06 Mar, 2013
9 commits
05 Mar, 2013
14 commits
04 Mar, 2013
1 commit
-
Fixes the backtrace url_to_file for redmine tracker.
28 Feb, 2013
5 commits
-
allow long error messages to wrap
-
Passwords: bump max length to 1024
-
Why was it at 20? Why even have a max length anyway?
-
use the latest rubyracer
27 Feb, 2013
5 commits
14 Feb, 2013
1 commit
13 Feb, 2013
1 commit
-
@PjpG introduced a few styles to prevent long messages from stretching their table cells. `word-wrap: break-word;` + `width: 300px;` accomplish this. `white-space: nowrap;` was additionally causing exception messages to be truncated at 1 line; but this can make some errors difficult to read. Removing that style preserves the original intent but allows errors messages to wrap if they need to.
12 Feb, 2013
1 commit
-
added a generic "Web Hook" notification service