12 Aug, 2011
8 commits
11 Aug, 2011
15 commits
-
Some other bugs fixed
-
Some little bugs fixed
-
Any old sessions need to be invalidated.
-
…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
3 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.