.. |
behaviors
|
Check originalEvent.repeat *and* event.repeat
|
2015-10-07 17:59:10 -04:00 |
blob
|
Automatically fork a project when not allowed to edit a file.
|
2015-12-18 10:03:34 +01:00 |
ci
|
Fix small CI UI regressions
|
2015-10-23 11:45:45 +02: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
|
|
|
activities.js.coffee
|
Fix tab toggle on activity
|
2015-09-03 19:27:13 +02:00 |
admin.js.coffee
|
|
|
api.js.coffee
|
Use select2 dropdown for dashboard/group 'New X' buttons
|
2015-12-07 17:12:04 +01:00 |
application.js.coffee
|
Merge branch 'master' of github.com:gitlabhq/gitlabhq
|
2016-01-07 12:56:18 +01: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 |
awards_handler.coffee
|
Do not show frequently used emojis when empty
|
2015-12-28 10:11:05 +02:00 |
branch-graph.js.coffee
|
Fix missing date of month in network graph when commits span a month
|
2016-01-06 21:05:46 -08:00 |
calendar.js.coffee
|
Remove unused "options" object from Calendar JS
|
2016-01-01 22:10:16 -05:00 |
commit.js.coffee
|
|
|
commits.js.coffee
|
Use fadeTo instead of css
|
2016-01-07 15:16:12 +01: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 |
copy_to_clipboard.js.coffee
|
Rework the copy_to_clipboard logic
|
2015-11-24 19:12:03 -05: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
|
Merge branch 'master' of github.com:gitlabhq/gitlabhq
|
2016-01-07 12:56:18 +01:00 |
dropzone_input.js.coffee
|
Decouple Markdown previews from DropzoneInput
|
2015-11-25 16:36:04 -05:00 |
flash.js.coffee
|
Fix award-emojis alert flash message
|
2015-12-11 13:50:14 +01: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
|
|
|
groups.js.coffee
|
|
|
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
|
Revert sidebar position for issue and merge request
|
2015-12-17 10:34:15 +01:00 |
issuable_form.js.coffee
|
Move duplicate js functionality into IssuableForm
|
2015-06-25 16:17:06 +02:00 |
issue.js.coffee
|
removes unused alert from issue spec. Requires flash in the *implementation* instead of the spec.
|
2015-12-23 20:57:16 -05:00 |
issues.js.coffee
|
Remove jquery.blockUI.js plugin
|
2016-01-04 13:12:29 -05:00 |
labels.js.coffee
|
Remove disableButtonIf[Any]EmptyField calls from forms
|
2015-06-26 22:07:59 -04:00 |
line_highlighter.js.coffee
|
Apply new design to files page
|
2015-10-13 16:41:48 +02:00 |
logo.js.coffee
|
Restructure logo JS to use setInterval
|
2016-01-04 15:32:05 -05:00 |
markdown_preview.js.coffee
|
Decouple Markdown previews from DropzoneInput
|
2015-11-25 16:36:04 -05:00 |
merge_request.js.coffee
|
Rename .issuable-details to .detail-page (and -header and -description)
|
2015-12-16 16:13:22 +01:00 |
merge_request_tabs.js.coffee
|
Make selectors more specific when scroll to element
|
2015-12-10 15:42:00 -02:00 |
merge_request_widget.js.coffee
|
Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189
|
2015-12-21 22:59:15 -05:00 |
merge_requests.js.coffee
|
Remove jquery.history.js plugin
|
2016-01-01 17:44:21 -05:00 |
milestone.js.coffee
|
Add assignee icon to milestone merge requests.
|
2015-03-06 14:08:40 +01:00 |
namespace_select.js.coffee
|
|
|
network.js.coffee
|
|
|
new_branch_form.js.coffee
|
Fix minor stylistic complaints
|
2015-12-21 22:21:10 -02:00 |
new_commit_form.js.coffee
|
Automatically fork a project when not allowed to edit a file.
|
2015-12-18 10:03:34 +01:00 |
notes.js.coffee
|
base implementation of emoji picker [ci skip]
|
2015-12-22 23:12:23 +02: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
|
fixes failing test by updating project clone instructions
|
2015-12-23 19:57:30 -05: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_find_file.js.coffee
|
Merge branch 'master' of github.com:gitlabhq/gitlabhq
|
2016-01-07 12:56:18 +01:00 |
project_fork.js.coffee
|
Improve fork to namespaces feature
|
2014-11-14 16:06:39 +02:00 |
project_import.js.coffee
|
|
|
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_select.js.coffee
|
Include groups in dashboard "New Milestone" select.
|
2015-12-07 17:24:15 +01: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
|
fixes the search for projects
|
2015-12-23 18:27:38 -05:00 |
protected_branches.js.coffee
|
Improve protected branches page UX
|
2015-03-25 22:45:58 -07:00 |
search_autocomplete.js.coffee
|
|
|
shortcuts.js.coffee
|
Fix the "Show all" link for the keyboard shortcut modal
|
2015-12-27 20:34:46 -05:00 |
shortcuts_dashboard_navigation.js.coffee
|
Typo -- findAndollowLink -> findAndFollowLink
|
2015-04-07 11:03:48 -04:00 |
shortcuts_find_file.js.coffee
|
Merge branch 'master' of github.com:gitlabhq/gitlabhq
|
2016-01-07 12:56:18 +01: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
|
Added builds view
|
2015-10-14 17:28:38 +02:00 |
shortcuts_network.js.coffee
|
|
|
shortcuts_tree.coffee
|
Merge branch 'master' of github.com:gitlabhq/gitlabhq
|
2016-01-07 12:56:18 +01:00 |
sidebar.js.coffee
|
Restore sidebar tooltips and fix logo tooltip location
|
2015-12-02 14:05:10 +01:00 |
star.js.coffee
|
Moves star code to a class
|
2015-12-23 20:36:29 -05:00 |
stat_graph.js.coffee
|
|
|
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
|
Fix grouping of contributors by email in graph.
|
2015-10-29 13:00:20 +00:00 |
subscription.js.coffee
|
improve UI
|
2015-03-17 17:11:57 +02:00 |
syntax_highlight.coffee
|
Add specs for syntax_highlight JS
|
2015-09-10 15:38:24 -04:00 |
tree.js.coffee
|
Fix search in Files
|
2015-10-06 11:43:32 +03:00 |
user.js.coffee
|
Notify user if they cannot create projects
|
2015-12-05 11:32:08 -05:00 |
users_select.js.coffee
|
Fix user autocomplete uri
|
2015-12-26 12:12:59 +03:00 |
wikis.js.coffee
|
Validate wiki page creation
|
2015-05-26 19:01:11 +02:00 |
zen_mode.js.coffee
|
Remove style attribute from textarea during ZenMode activation
|
2015-09-04 18:01:36 -04:00 |