29 Jul, 2012
3 commits
28 Jul, 2012
4 commits
-
Fix #1009 Replace all special characters in user's identity
-
cleanup the wording of the notification footer
27 Jul, 2012
3 commits
-
Break up links with nested formating (rebased)
26 Jul, 2012
2 commits
-
Styled Wiki edit page
25 Jul, 2012
13 commits
-
* don't show pointer cursor for for the whole list item any more * fix hover color for links in .row_title
-
…eingidog-add_wiki_comments Conflicts: app/controllers/admin/mailer_controller.rb app/controllers/notes_controller.rb
-
Use CommitDecorator more
-
Updated merge request subheading.
-
Handle LDAP missing credentials error with a flash message.
24 Jul, 2012
2 commits
-
Changed "authored or assigned to you" to read "authored by or assigned to you" which reads better.
22 Jul, 2012
1 commit
21 Jul, 2012
6 commits
-
If a user fails to provide a username or password to the LDAP login form then a 500 error is returned due to an exception being raised in omniauth-ldap. This gem has been amended to use the omniauth error propagation function (fail!) to pass this exception message to the registered omniauth failure handler so that the Rails application can handle it approriately. The failure function now knows about standard exceptions and no longer requires a specific check for the OmniAuth::Error exception added by commit f322975. This resolves issue #1077. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
20 Jul, 2012
6 commits
-
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
Controllers refactoring with contexts Move commit compare logic to model