11 Aug, 2011
7 commits
-
…y need for migrations, and I made my implementation as unintrusive as possible. Some organizations (such as ours) will find the "username" field useful when implementing an alternative authentication strategy. (Default is off, and this is fully backwards compatible.)
-
…esn't hurt to set it explicitly. Alternative devise strategies don't know about the email field, otherwise.
-
…when setting up accounts for multiple users
10 Aug, 2011
6 commits
-
…s. All tests passing.
09 Aug, 2011
8 commits
-
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//' -
Adding users one by one could be a bit tedious for large teams.
-
hiding/showing content when a checkbox is clicked. Used this for 'notify_on_errs' checkbox.
08 Aug, 2011
8 commits
-
Conflicts: app/helpers/application_helper.rb app/views/apps/_fields.html.haml
-
…ngle-agile-project-management). Also did some general tidy up of messages/css/etc relating to issue trackers.
07 Aug, 2011
10 commits
-
Updated installation instructions in README
-
…f both low and high traffic sites, so this feature would be useful so that we can stay on top of errors in some cases, and avoid getting spammed in others.
-
…asn't sure if Errbit would break when I left the 'lighthouseapp' fields blank.
06 Aug, 2011
1 commit
-
Allow user to select (None) for issue tracker.