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
05 Feb, 2013
2 commits
-
fix UTF-8 error message handling
-
using escape causes api to crash when sending utf-8 error messages. changed to encodeURIComponent
02 Feb, 2013
1 commit
01 Feb, 2013
4 commits
-
Set protocol https if enforce SSL connections configured
-
…nt for a given app, authenticated by API key. (Building team_dashboard integration)
31 Jan, 2013
9 commits
30 Jan, 2013
1 commit
29 Jan, 2013
3 commits
-
Ignore SECRET_TOKEN absense during assets:precompile
-
This is necessary because Heroku environment variables are not available during assets precompile stage.
28 Jan, 2013
3 commits
-
Update Devise per posted security bulletin