26 May, 2012
5 commits
-
This helps fix cases where UTF-8 is wrongly identified as ISO-8859-1. We will only try to convert strings if we are 100% sure about the charset, otherwise, we will fallback to UTF-8.
-
…ady catch all situations where something may not exist.
22 May, 2012
1 commit
21 May, 2012
1 commit
-
* Grit gem updated * gitolite-client updated * logger added * few fixes
20 May, 2012
4 commits
-
Refactoring: get rid of ruby antipattern unless/else and use if/else instead
-
Get rid of useless public/index.html (auto-generated file when new rails app was created)
19 May, 2012
7 commits
-
Added force utf8 encoding
-
Use modified pygments.rb to allow dependency to rubypython 0.6
-
…ixes installation issues on some 64bit OSes like RHEL-based Scientific Linux 6.
18 May, 2012
1 commit
17 May, 2012
4 commits
-
Chosen 0.9.8 + Autocomplete contains
-
Bumped Chosen to 0.9.8 (latest) and added default option to allow autocompletes to find items containing entered text.
16 May, 2012
5 commits
-
fix bug in mailer
-
Fix bug: Update Notify spec to use host set in config/gitlab.yml
-
Fixes failing tests introduced in pull request #824
-
View project pages without master branch
15 May, 2012
12 commits
-
Spec Notify mailers
-
Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
Update method to take ids and then perform #finds itself during mailer queue worker kick-off. Also, the faux SHA1 cannot have underscores or it will not match the commit pattern defined in the routes.
-
Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
#changed_merge_request_email was really sending emails about merge request reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
#changed_issue_email was really sending emails about issue reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off.