05 Mar, 2013
11 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
2 commits
-
added a generic "Web Hook" notification service
11 Feb, 2013
2 commits
-
Update to Rails v 3.2.12
08 Feb, 2013
6 commits
-
Update Rack - CVE-2013-0263 and CVE-2013-0262
-
Support for multiple XMPP clients and ability to send to a room and user
-
…ave access to config yet
07 Feb, 2013
3 commits
06 Feb, 2013
3 commits
-
Adds username and password to redmine tracker config.
-
More hubot notification tuning