-
Prevent app crash in case if encoding failed
dzaporozhets committedMay 22, 2012
-
dzaporozhets committed
May 21, 2012 * Grit gem updated * gitolite-client updated * logger added * few fixes
-
Merge pull request #837 from avakarev/get-rid-of-ruby-antipattern-unl…
dzaporozhets committedMay 20, 2012 …ess-else Refactoring: get rid of ruby antipattern unless/else and use if/else instead
-
Merge pull request #836 from avakarev/cleanup-public-dir
dzaporozhets committedMay 20, 2012 Get rid of useless public/index.html (auto-generated file when new rails app was created)
-
Get rid of useless public/index.html (auto-generated file when new ra…
…ils app was created)
-
Merge pull request #833 from Nek-/patch-utf8
dzaporozhets committedMay 19, 2012 Added force utf8 encoding
-
dzaporozhets committed
May 19, 2012 -
Nek- committed
May 19, 2012 -
Event feed: Icons for some events
dzaporozhets committedMay 19, 2012 -
Password & token split up, icon to button for top panel
dzaporozhets committedMay 19, 2012 -
Merge pull request #832 from akzhan/master
dzaporozhets committedMay 19, 2012 Use modified pygments.rb to allow dependency to rubypython 0.6
-
Use modified pygments.rb to allow dependency to rubypython 0.6.1 or a…
akzhan committedMay 18, 2012 …bove that fixes installation issues on some 64bit OSes like RHEL-based Scientific Linux 6.
-
Branches pages polished. few css improvements
dzaporozhets committedMay 17, 2012 -
Merge pull request #828 from CedricGatay/feature/chosen_0.9.8_searchC…
mikkyhouse committedMay 17, 2012 …ontains Chosen 0.9.8 + Autocomplete contains
-
Chosen 0.9.8 + Autocomplete contains
CedricGatay committedMay 17, 2012 Bumped Chosen to 0.9.8 (latest) and added default option to allow autocompletes to find items containing entered text.
-
New Feature: Git Blame for file
dzaporozhets committedMay 17, 2012 -
oreofish committed
May 17, 2012
-
Merge pull request #826 from robbkidd/notify_specs_use_host_from_config
dzaporozhets committedMay 16, 2012 Fix bug: Update Notify spec to use host set in config/gitlab.yml
-
Update Notify spec to use host set in config/gitlab.yml
robbkidd committedMay 16, 2012 Fixes failing tests introduced in pull request #824
-
Merge pull request #825 from demelziraptor/master
dzaporozhets committedMay 16, 2012 View project pages without master branch
-
change find_or_first to work with default branch
Demelziraptor committedMay 16, 2012 -
Merge pull request #824 from robbkidd/test_the_mailers
dzaporozhets committedMay 16, 2012 Spec Notify mailers
-
Change calls to Notify methods to send IDs instead of objects.
robbkidd committedMay 16, 2012 -
Make Notify#new_merge_request_email resque friendly.
robbkidd committedMay 15, 2012 -
Make Notify#new_issue_email resque friendly.
robbkidd committedMay 15, 2012 -
Add delegate for project's name on Note.
robbkidd committedMay 15, 2012 -
Make Notify#note_wall_email resque friendly
robbkidd committedMay 15, 2012 Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
Make Notify#note_commit_email resque friendly
robbkidd committedMay 15, 2012 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.
-
Make Notify#note_issue_email resque friendly
robbkidd committedMay 15, 2012 Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
Make Notify#note_merge_request_email resque friendly
robbkidd committedMay 15, 2012 Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
-
Rename changed_mr_email to reassigned_mr_email & make resque friendly
robbkidd committedMay 15, 2012 #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.
-
Rename changed_issue_email to reassigned_issue_email & make resque fr…
robbkidd committedMay 15, 2012 …iendly #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.
-
Update new_user_email to take id for User and perform find itself.
robbkidd committedMay 15, 2012