gitlab/app/assets/javascripts
Robert Speicher 2c3e42e4a4 Remove user_color_scheme_class
Instead of rendering this value server-side, we use Javascript and Gon
to apply the user's color scheme (or the default) to any syntax
highlighted code blocks.

This will make it easier to cache these blocks in the future because
they're no longer state-dependent.
2015-08-25 15:32:38 -07:00
..
behaviors Add "Requires Input" JS behavior 2015-06-26 22:06:42 -04:00
blob Remove disableButtonIf[Any]EmptyField calls from forms 2015-06-26 22:07:59 -04:00
commit Fixed JS issue with diff image loading 2015-03-26 21:08:17 +00:00
extensions Remove unused `showAndHide`, `simpleFormat`, and `linkify` functions 2015-06-02 20:32:07 -04:00
lib added sanitize and linkify functions. Moved some js to lib/ 2013-03-19 15:54:58 +02:00
activities.js.coffee Restyle group page and event filter 2014-12-16 18:15:48 +02:00
admin.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
api.js.coffee Big refactoring of issues filters 2015-03-26 19:13:49 -07:00
application.js.coffee Improve abuse reports management 2015-08-25 10:52:10 +02:00
aside.js.coffee Create Aside js class for handling all sidebars in UI for mobile devices 2015-02-21 22:01:27 -08:00
autosave.js.coffee Properly handle autosave local storage exceptions. 2015-03-07 11:27:39 +01:00
branch-graph.js.coffee do not prepend relative_url_root to avatar 2015-04-20 09:52:03 +02:00
calendar.js.coffee Make commit calendar size depend on window size 2015-06-11 22:52:21 +02:00
commit.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
commits.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
confirm_danger_modal.js.coffee Fix "Cannot move project" error message from popping up after a successful project transfer 2015-04-20 12:46:02 -07:00
dashboard.js.coffee Cleanup after removing group tab from dashboard aside 2015-03-10 13:27:58 -07:00
diff.js.coffee Gitlab Issue 707: Indent unfolded code 1 character 2015-07-22 09:58:17 -04:00
dispatcher.js.coffee Fix full screen mode for snippet comments 2015-07-21 19:51:16 +02:00
dropzone_input.js.coffee Add dropzone upload progress 2015-08-10 13:18:02 +06:00
flash.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
gfm_auto_complete.js.coffee Show warning when a comment will add 10 or more people to the discussion. 2015-06-05 12:07:13 +02:00
group_avatar.js.coffee Only run avatar chooser Js on pages that need it 2014-10-21 10:46:55 +02:00
groups.js.coffee Only run avatar chooser Js on pages that need it 2014-10-21 10:46:55 +02:00
groups_select.js.coffee Group selectbox js 2014-12-30 11:46:48 +02:00
importer_status.js.coffee Style improvements to import page 2015-03-12 10:04:09 -07:00
issuable_context.js.coffee Refactor issue and merge request sidebar 2015-06-25 16:04:50 +02:00
issuable_form.js.coffee Move duplicate js functionality into IssuableForm 2015-06-25 16:17:06 +02:00
issue.js.coffee Update tests and use js-issuable class for context form 2015-06-26 15:05:30 +02:00
issues.js.coffee Implement merge requests search 2015-03-12 16:20:58 -07:00
labels.js.coffee Remove disableButtonIf[Any]EmptyField calls from forms 2015-06-26 22:07:59 -04:00
line_highlighter.js.coffee Fix bug where clicking on the link icon on a file would result in "L#undefined" in the URL 2015-07-17 07:32:17 -07:00
merge_request.js.coffee Show the first tab automatically on MergeRequests#new 2015-07-18 18:05:07 -04:00
merge_request_tabs.js.coffee Fix the "Reload with full diff" URL button 2015-07-23 12:53:54 -07:00
merge_request_widget.js.coffee Refactor merge request widget 2015-08-11 19:17:02 +02:00
merge_requests.js.coffee Implement merge requests search 2015-03-12 16:20:58 -07:00
milestone.js.coffee Add assignee icon to milestone merge requests. 2015-03-06 14:08:40 +01:00
namespace_select.js.coffee Only run namespace select js when needed 2014-10-21 22:54:22 +02:00
network.js.coffee Awesome shortcuts for GitLab 2014-09-01 11:49:17 +02:00
notes.js.coffee Fix live notes refresh in relative URL deployments 2015-07-26 09:54:53 -07:00
pager.js.coffee Allow user to specify content he wants to see on project page 2015-07-13 18:24:15 +02:00
profile.js.coffee Simplify the javascript behavior for Preference updating 2015-06-13 17:58:17 -04:00
project.js.coffee Bring clone bar back 2015-08-12 14:00:59 -07:00
project_avatar.js.coffee Fix tests, merge conflicts, some minor issues and make the project avatar feature mergable 2015-01-24 18:51:16 +01:00
project_fork.js.coffee Improve fork to namespaces feature 2014-11-14 16:06:39 +02:00
project_import.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
project_members.js.coffee Use same layout and interactivity for project members as group members. 2015-03-15 13:55:57 +01:00
project_new.js.coffee Remove disableButtonIf[Any]EmptyField calls from forms 2015-06-26 22:07:59 -04:00
project_show.js.coffee Cleanup and some test fixes after refactoring project home page 2015-07-08 16:55:04 +02:00
projects_list.js.coffee Improve projects list 2015-03-04 17:22:55 -08:00
protected_branches.js.coffee Improve protected branches page UX 2015-03-25 22:45:58 -07:00
search_autocomplete.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
shortcuts.js.coffee Awesome shortcuts for GitLab 2014-09-01 11:49:17 +02:00
shortcuts_dashboard_navigation.js.coffee Typo -- findAndollowLink -> findAndFollowLink 2015-04-07 11:03:48 -04:00
shortcuts_issuable.coffee Javascripts don't need to require jquery or bootstrap explicitly 2015-05-28 18:22:32 -04:00
shortcuts_navigation.coffee Add shortcut for project activity page 2015-07-08 12:43:46 +02:00
shortcuts_network.js.coffee Awesome shortcuts for GitLab 2014-09-01 11:49:17 +02:00
sidebar.js.coffee Fix toggle of sidebar 2015-04-22 16:48:39 +03:00
stat_graph.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
stat_graph_contributors.js.coffee Javascripts don't need to require jquery or bootstrap explicitly 2015-05-28 18:22:32 -04:00
stat_graph_contributors_graph.js.coffee Fix graph width on different screen sizes 2015-06-11 23:00:38 +02:00
stat_graph_contributors_util.js.coffee Group project contributions by both name and email. 2015-05-25 15:43:22 +02:00
subscription.js.coffee improve UI 2015-03-17 17:11:57 +02:00
syntax_highlight.coffee Remove user_color_scheme_class 2015-08-25 15:32:38 -07:00
tree.js.coffee Export all coffee classes with @ 2014-10-20 23:03:33 +02:00
user.js.coffee Improve projects list 2015-03-04 17:22:55 -08:00
users_select.js.coffee Fix bug preventing invite by e-mail 2015-08-21 13:47:56 -07:00
wikis.js.coffee Validate wiki page creation 2015-05-26 19:01:11 +02:00
zen_mode.js.coffee Add ZenMode javascript specs 2015-06-02 20:32:07 -04:00