summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* remove global export except in test environmentsMike Greiling2017-11-012-5/+11
|
* move to copy_as_gfm to behaviors since it is invoked on every pageMike Greiling2017-11-012-0/+477
|
* Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-3/+3
|
* Use modules in common utilsFilipa Lacerda2017-09-091-1/+2
|
* IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-1/+1
|
* IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-211-1/+4
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-032-4/+6
|
* Make autosize fields more performant and remove broken autosize handleBryce Johnson2017-07-031-19/+4
|
* dynamically import emoji helpers for gl-emoji custom tag prototypeMike Greiling2017-06-281-5/+12
|
* Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann2017-06-285-380/+6
|\ | | | | | | | | Refactor emoji helpers in preparation for async loading See merge request !12432
| * move glEmojiTag method to emoji helperMike Greiling2017-06-272-65/+4
| |
| * split emoji support methods from the async moduleMike Greiling2017-06-271-5/+3
| |
| * replace emojiAlias references with normalizeEmojiName helperMike Greiling2017-06-261-5/+3
| |
| * centralize emoji helper methodsMike Greiling2017-06-234-307/+1
| |
| * refactor option defaultsMike Greiling2017-06-231-5/+2
| |
* | Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter ↵Luke "Jared" Bennett2017-06-271-1/+1
|/ | | | submits twice and refreshes page"
* Fix NPE with horse racing emoji check32587-fix-horse-racing-emoji-codepointat-npeEric Eastwood2017-06-022-1/+3
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-3/+14
|
* Add instant comments supportKushal Pandya2017-05-051-1/+1
|
* Double quotes around gl emoji titleemoji-button-titlesPhil Hughes2017-05-031-1/+1
|
* Moved the title onto the emoji tagPhil Hughes2017-04-241-0/+1
| | | | This adds the description in all places emojis are used
* Expand/collapse button -> Change to make it look like a toggleJacopo2017-04-161-0/+1
| | | | | Changed the expand/collapse button to look different when is opened/closed
* consolidate all behavior imports into an index.js filerefactor-behaviorsMike Greiling2017-04-041-0/+9
|
* refactor and fix eslint violations in behaviors directoryMike Greiling2017-04-045-197/+175
|
* Merge branch '29414-fix-toggle-discussion-link-jump' into 'master' Jacob Schatz2017-03-281-1/+1
|\ | | | | | | | | | | | | Fix link togglers jumping to top Closes #29414 See merge request !9918
| * Fix link togglers jumping to topEric Eastwood2017-03-281-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* | Remove spreadString in favor of polyfilled Array.from10120-remove-spread-string-for-array-fromEric Eastwood2017-03-242-55/+3
|/ | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10120 We use this to split up astral symbols ```js // ["🖐", "🏿"] Array.from('🖐🏿'); ```
* Fix "N changed files" link toggler jumping to topEric Eastwood2017-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Thanks for the spot @DouweM https://gitlab.slack.com/archives/C0GQHHPGW/p1490132124022958 See previous MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9943 See subsequent MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9918 Togglers to check: - "Create a Mattermost team for this group" Checkbox, http://localhost:3000/groups/new (enable `mattermost` in `config/gitlab.yml`) - "Repo by Url" button, http://localhost:3000/projects/new - In MR widget "Modify commit message", http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/9 - Discussion "Toggle discussion", http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/3 - "Showing **1 changed file** with 4 additions and 7 deletions" , http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/3/diffs - Commit description toggle "...", http://localhost:3000/gitlab-org/gitlab-ce/commits/master
* Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-162-4/+26
| | | | See https://gitlab.slack.com/archives/frontend/p1489690607738864
* Fix link togglers jumping to top29414-fix-toggle-disccusion-link-jump-pick-into-9-0Eric Eastwood2017-03-141-1/+6
| | | | Fix #29414
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-2/+2
|
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-084-173/+189
|
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-073-0/+421
|\ | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| * Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-3/+14
| |
| * Fix up off index when reading canvas and something failedEric Eastwood2017-03-061-3/+6
| |
| * Fix up `watch` alias lookup in FirefoxEric Eastwood2017-03-061-1/+2
| | | | | | | | | | It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
| * Use native unicode emojisEric Eastwood2017-03-063-0/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* | Fix JS linting errorzj-create-mattermost-teamZ.J. van de Weg2017-03-061-1/+1
| |
* | Fix no out element caseZ.J. van de Weg2017-03-061-0/+3
| |
* | Fix eslintZ.J. van de Weg2017-03-061-0/+0
| |
* | Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett2017-03-021-5/+1
| |
* | Fix testsZ.J. van de Weg2017-02-241-1/+1
| |
* | Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-222-1/+48
|/
* replace implicit this == window with explicit bindingMike Greiling2017-02-174-4/+4
|
* Merge branch 'master' into webpackMike Greiling2017-02-021-10/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda2017-02-011-10/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
| | * Fix permalink discussion note being collapsed27089-26860-27151-fix-discussion-note-permalink-collapsedEric Eastwood2017-01-261-10/+16
| | |
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-1/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
| * | remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-1/+0
| |/ | | | | | | | | | | refactor js-autosize code now that ba-resize is gone Added specs
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-274-8/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...