gitlab-org--gitlab-foss/app
José Iván b1b51b774b Cleaned up global namespace JS
Moved most of the functions that contained "window.doSomething" that were located at:
- app/assets/javascripts/application.js
To the following file:
- app/assets/javascripts/lib/utils/common_utils.js

The functions listed here:
- window.ajaxGet
- window.split
- window.extractLast
- window.rstrip
- window.disableButtonIfEmptyField
- window.disableButtonIfAnyEmptyField
- window.sanitize
- window.unbindEvents
- window.shiftWindow

Now will be accessible from the "gl.utils" namespace
2016-11-03 23:00:21 -05:00
..
assets Cleaned up global namespace JS 2016-11-03 23:00:21 -05:00
controllers Merge branch 'Allow-admin-to-search-for-user-by-secondary-email-address' into 'master' 2016-11-01 16:14:22 +00:00
finders Skip authorization check when searching for labels on IssuableFinder 2016-10-31 23:27:49 -02:00
helpers Merge branch '22914-mini-graph-icons' into 'master' 2016-11-03 22:28:47 +00:00
mailers Just show the first merge request we found, feedback: 2016-10-14 19:54:51 +08:00
models Ensure merge request's "remove branch" accessors return booleans 2016-11-03 18:29:00 +01:00
policies Allow owners to fetch source code in CI builds 2016-11-01 09:37:20 +01:00
services Merge branch '22448-fix-500-nonexisting-branch' into 'master' 2016-11-01 16:52:25 +00:00
uploaders
validators Add robots.txt to the list of reserved namespaces 2016-10-11 02:58:26 +01:00
views Cleaned up global namespace JS 2016-11-03 23:00:21 -05:00
workers remove extra spaces from app/workers/post_receive.rb 2016-11-01 21:46:37 +00:00