summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicate "me" in tooltip of the "thumbsup" awards EmojiStan Hu2016-02-131-1/+2
| | | | | | | | | | Steps to reproduce: 1. Go to a MR or issue 2. Click on "thumbsup" Emoji 3 times 3. Observe the tooltip becomes "me, me" Closes #13374, #12788
* Merge branch 'fix-explore-filter' into 'master' Dmitriy Zaporozhets2016-02-103-20/+25
|\ | | | | | | | | | | | | Add ajax filtering to all paged project lists. Fixes #13182 See merge request !2728
| * Cleanup to use one selectorfix-explore-filterJosh Frye2016-02-091-4/+4
| |
| * More specific selectorsJosh Frye2016-02-091-4/+4
| |
| * MR feedbackJosh Frye2016-02-091-5/+2
| |
| * Starred, All, and Trending on explore are paged also group projects. Need ↵Josh Frye2016-02-093-4/+6
| | | | | | | | ajax filter.
| * JS FixesJosh Frye2016-02-092-14/+15
| |
| * Fix explore filter. Fixes #13182Josh Frye2016-02-092-16/+21
| |
* | Merge branch 'fix-logo-rasterization' into 'master' Robert Speicher2016-02-091-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | Prevent rasterization artifacts in the logo, and simplify markup. - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artifacts in the logo. - Remove viewBox parameter and define paths in their final form. See merge request !2741
| * Prevent rasterization artefacts in the logo, and simplify markup.Aaron Hamilton2016-02-081-1/+2
| | | | | | | | | | | | | | | | - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artefacts in the logo. - Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari. - Remove viewBox parameter and define paths in their final form.
* | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-062-13/+22
|/ | | | Closes #11853
* Merge branch 'feature/jschatz1/sidebar-features' into 'master' Dmitriy Zaporozhets2016-02-051-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | Feature/jschatz1/sidebar features * Changes sidebar width (290px). * Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues. ![Screen_Shot_2016-02-05_at_3.06.22_PM](/uploads/8590be43dc1b9feffd4f32b4e8cb7790/Screen_Shot_2016-02-05_at_3.06.22_PM.png) cc/ @dzaporozhets See merge request !2734
| * Add `j` and `k` shortcutsJacob Schatz2016-02-051-0/+19
| |
* | Merge branch 'rrott/gitlab-ce-logo-issue-11867' into 'master'Robert Speicher2016-02-051-0/+5
|\ \ | |/ |/| | | | | | | Fixes for issue with poor logo transition animation on Safari See merge request !2690
| * fixed issue with poor logo transition animation on safariRoman Rott2016-02-051-0/+5
| | | | | | | | | | | | | | | | updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors Updated comments and Changelog Removed duplicate line in changelog
* | Add JS style changes.feature/jschatz1/issuable-date-positioningJacob Schatz2016-02-051-2/+4
| | | | | | | | Thanks @rspeicher
* | Edited time ago location change.Jacob Schatz2016-02-051-40/+47
| | | | | | | | | | | | Change edited icon to word. Change edited text color to gray cc/ @creamzy
* | Merge branch 'paginate-dashboard-projects' into 'master' Dmitriy Zaporozhets2016-02-053-6/+31
|\ \ | |/ |/| | | | | | | | | Page project list on dashboard See merge request !2689
| * Frontend changes from MR feedbackpaginate-dashboard-projectsJosh Frye2016-02-051-3/+4
| |
| * Remove js lineJosh Frye2016-02-041-1/+0
| |
| * Various filter fixesJosh Frye2016-02-045-33/+49
| |
| * Delay filter until user stops typingJosh Frye2016-02-044-24/+31
| |
| * Paginate + ajax filter dashboard projectsJosh Frye2016-02-041-12/+14
| |
* | Merge branch 'feature/jschatz1/issuable-sidebar' into 'master' Dmitriy Zaporozhets2016-02-042-13/+73
|\ \ | |/ |/| | | | | | | | | | | | | Implement new design for issue and merge request right sidebar Fixes #3981 See merge request !2645
| * Resize sidebar on initial page refresh.Jacob Schatz2016-02-041-2/+10
| |
| * Make size changes based on screen resize.Jacob Schatz2016-02-031-0/+36
| |
| * Sidebar works after sidebar ajax calls.Jacob Schatz2016-02-022-2/+2
| |
| * Sidebar collapse and expand work with whole page.Jacob Schatz2016-01-281-2/+9
| |
| * Add js to expand and contract side menuJacob Schatz2016-01-271-0/+21
| |
| * New right side gutter design.Jacob Schatz2016-01-271-12/+0
| | | | | | | | [WIP]
* | Sort projects by last activity for project switcher in headersort-projects-dropdownDmitriy Zaporozhets2016-02-032-2/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'attach-file-cursor-position' into 'master' Jacob Schatz2016-02-031-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the markdown link at the cursor poisition When writing a comment and then dropping an image it will correctly add the image markdown link at the cursor position ![drop-image-markdown](/uploads/52f41e38faca48c9ee01a02a75ec71be/drop-image-markdown.gif) Tested in Chrome & Firefox and both working fine :thumbsup: Fixes #12822 cc. @jschatz1 See merge request !2648
| * | Keeps cursor at the correct place after changing text in dropzonePhil Hughes2016-01-291-7/+2
| | |
| * | Adds the markdown link at the cursor poisitionPhil Hughes2016-01-291-1/+6
| | | | | | | | | | | | | | | | | | When writing a comment and then dropping an image it will correctly add the image markdown link at the cursor position Fixes #12822
* | | Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz2016-02-021-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
| * | | added testsPhil Hughes2016-01-301-3/+6
| | | |
| * | | removed private method namingPhil Hughes2016-01-301-2/+2
| | | |
| * | | remove period from function callPhil Hughes2016-01-301-1/+1
| | | |
| * | | selecting project in dropdown takes user to the correct projectPhil Hughes2016-01-301-0/+3
| | | |
| * | | uses AJAX to select the projectsPhil Hughes2016-01-301-0/+10
| | | |
* | | | Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-1/+19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
* | | Auto-focus emoji award search fieldPhil Hughes2016-01-291-0/+1
|/ / | | | | | | Closes #12621
* | Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-281-1/+3
|\ \ | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376
| * | Add ability to filter by namespace. #2406Rubén Dávila2016-01-201-1/+3
| | |
* | | Merge branch 'feature/jschatz1/instant-issuable-history' into 'master' Dmitriy Zaporozhets2016-01-282-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds feature: Ajax Close/Open updates discussion automatically Triggers jQuery event <br/> Fixes #5544 See merge request !2610
| * | | Adds comment about event listenerfeature/jschatz1/instant-issuable-historyJacob Schatz2016-01-261-0/+1
| | | |
| * | | Adds feature: Ajax Close/Open updates discussion automaticallyJacob Schatz2016-01-262-0/+3
| | | | | | | | | | | | | | | | | | | | Triggers jQuery event Fixes #5544
* | | | Merge branch 'rs-require-jquery-ui' into 'master' Dmitriy Zaporozhets2016-01-271-1/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Limit jquery-ui requires to what we actually use See merge request !2274
| * | | Limit jquery-ui requires to what we actually users-require-jquery-uiRobert Speicher2016-01-251-1/+4
| |/ / | | | | | | | | | | | | This commit is a smoke test to run CI and see if we get back any JS errors.
* | | Clicks the edit button instead of opening the dropdownusing-a-or-m-hotkeys-on-issuable-tabJacob Schatz2016-01-251-2/+2
|/ / | | | | | | Fixes #2307