gitlab-org--gitlab-foss/app/controllers
Douwe Maan e9e79fdfdf Merge branch 'fix-escaped-branches-in-compare' into 'master'
Unescape branch names in compare commit

The upgrade in GitLab v7.9 to Rails v4.1.9 caused all branch names in the compare commit mode to be escaped (e.g. `/` to `%2F`). The compare mode would not always work when comparing against branch names with a forward slash.

Opted to unescape the branch name rather than use a wildcard segment to prevent escaping slashes because it seems like a more sensible URL. The slashes in this case aren't really represented by a tree structure (e.g. /compare/one/two/branch..another/branch/here).

* Closes #1399
* Closes https://github.com/gitlabhq/gitlabhq/issues/9105

See merge request !582
2015-05-04 06:58:56 +00:00
..
admin Merge branch 'change-primary-email' into 'master' 2015-05-03 11:00:51 +00:00
dashboard Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
explore Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
groups Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
import Show incompatible projects in Google Code import status 2015-04-30 06:56:49 -07:00
oauth Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
profiles Merge branch 'change-primary-email' into 'master' 2015-05-03 11:00:51 +00:00
projects Merge branch 'fix-escaped-branches-in-compare' into 'master' 2015-05-04 06:58:56 +00:00
application_controller.rb Merge pull request #9234 from dsander/group-milestones-by-title 2015-05-03 14:29:31 +03:00
autocomplete_controller.rb Add autocomplete controller 2015-03-26 19:06:19 -07:00
confirmations_controller.rb Add invites controller. 2015-04-14 12:07:33 +02:00
dashboard_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
groups_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
help_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
invites_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
namespaces_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
omniauth_callbacks_controller.rb
passwords_controller.rb
profiles_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
projects_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
registrations_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
search_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
sessions_controller.rb Upon successful login, clear `reset_password_token` field 2015-04-08 16:06:56 -04:00
snippets_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
uploads_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
users_controller.rb Fix title on user page. 2015-05-01 11:33:54 +02:00