Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uses the correct variable names for this situation.issue-sidebar-mobile | Jacob Schatz | 2016-03-04 | 1 | -2/+2 |
| | |||||
* | Only save right sidebar position cookie if user did the collapsing. | Jacob Schatz | 2016-03-04 | 2 | -6/+7 |
| | |||||
* | Fix bugs with open and close buttons | Jacob Schatz | 2016-03-04 | 1 | -20/+6 |
| | |||||
* | Small outside aside shrink sidebar button for mobile only. | Jacob Schatz | 2016-03-04 | 1 | -0/+13 |
| | |||||
* | Open sidebar button on mobile. | Jacob Schatz | 2016-03-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'issue_13300' into 'master' | Jacob Schatz | 2016-03-04 | 1 | -2/+25 |
|\ | | | | | | | | | | | | | | | | | Increase the notes polling timeout over time Originally by @roperzh at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2821 Fixes #13300 See merge request !3071 | ||||
| * | Use camelCase for variable namesissue_13300 | Alfredo Sumaran | 2016-03-03 | 1 | -9/+9 |
| | | |||||
| * | Set @max_polling_steps to 4 so the last interval will be 120 seconds | Alfredo Sumaran | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | Provide @max_polling_steps instead of @limit_polling_interval | Alfredo Sumaran | 2016-03-03 | 1 | -2/+3 |
| | | |||||
| * | Prevent multiple refreshes if a refresh is happening | Alfredo Sumaran | 2016-03-03 | 1 | -0/+4 |
| | | |||||
| * | Increase the notes polling timeout over time | Roberto Dip | 2016-03-03 | 1 | -2/+20 |
| | | | | | | | | | | | | | | | | | | A file called notes is loaded every ~15 seconds which checks for updates to content on the page. This commit increases the polling timeout over time (15, 30, 60, 120 seconds) and resets it to 15 seconds if the AJAX call returns new notes Fixes issue #13300 | ||||
* | | Move SSH key JS to Profile CS class | Robert Speicher | 2016-03-03 | 1 | -0/+9 |
|/ | |||||
* | Correcly updates the status of the comment buttons on reload | Phil Hughes | 2016-03-03 | 1 | -3/+3 |
| | | | | Closes #5534 | ||||
* | Refactor projects list | Dmitriy Zaporozhets | 2016-03-03 | 4 | -58/+27 |
| | | | | | | | | | | | | | | | | 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'improve-user-tabs' into 'master' | Jacob Schatz | 2016-03-03 | 4 | -5/+157 |
|\ | | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961 | ||||
| * | Re-use previous lineimprove-user-tabs | Alfredo Sumaran | 2016-03-02 | 1 | -5/+4 |
| | | |||||
| * | Remove unnecesary assignment | Alfredo Sumaran | 2016-03-02 | 1 | -1/+0 |
| | | |||||
| * | Set actions dinamically and offer defaultAction as a optional parameter | Alfredo Sumaran | 2016-03-02 | 1 | -11/+11 |
| | | |||||
| * | Provide defaults and make sure we everything is container into a parent element | Alfredo Sumaran | 2016-03-02 | 2 | -12/+21 |
| | | |||||
| * | Turn off existing event listeners | Alfredo Sumaran | 2016-03-02 | 1 | -0/+4 |
| | | |||||
| * | Remove trailing slashes | Alfredo Sumaran | 2016-03-02 | 1 | -1/+3 |
| | | |||||
| * | Group similar conditionals | Alfredo Sumaran | 2016-03-02 | 1 | -7/+1 |
| | | |||||
| * | Merge branch 'master' into improve-user-tabs | Alfredo Sumaran | 2016-03-01 | 3 | -3/+2 |
| |\ | |||||
| * | | Add inline documentation | Alfredo Sumaran | 2016-03-01 | 1 | -0/+51 |
| | | | |||||
| * | | Rename attribute from url to href for consistency | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unneded method call | Alfredo Sumaran | 2016-03-01 | 1 | -1/+0 |
| | | | | | | | | | | | | @activateTab will call @setTab via .tab('show') this will trigger the method binded to this event which is @tabShown | ||||
| * | | Make url and actions to be the same name | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Activate tab according URL | Alfredo Sumaran | 2016-03-01 | 1 | -10/+16 |
| | | | |||||
| * | | Pass options to UserTabs | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Initialize User class on the view | Alfredo Sumaran | 2016-03-01 | 1 | -2/+0 |
| | | | |||||
| * | | Handle default tab | Alfredo Sumaran | 2016-02-29 | 1 | -15/+43 |
| | | | |||||
| * | | Activities will load when the according tab is opened | Alfredo Sumaran | 2016-02-29 | 1 | -1/+0 |
| | | | |||||
| * | | Select just the first matched element | Alfredo Sumaran | 2016-02-29 | 1 | -1/+2 |
| | | | | | | | | | | | | This a generic selector. It was also affecting spinner icon of the tabs | ||||
| * | | Handle user tabs | Alfredo Sumaran | 2016-02-29 | 1 | -0/+5 |
| | | | |||||
| * | | Create user_tabs.js.coffee | Alfredo Sumaran | 2016-02-29 | 1 | -0/+58 |
| | | | |||||
| * | | Delete unnecesary script | Alfredo Sumaran | 2016-02-29 | 1 | -1/+0 |
| | | | |||||
| * | | Add routes and actions for dynamic tab loading | Josh Frye | 2016-02-29 | 1 | -0/+1 |
| | | | |||||
* | | | Contextually teach the user about the quick submit hotkey | Robert Speicher | 2016-03-02 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way. | ||||
* | | | Change `js-quick-submit` behavior to expect the class on the form | Robert Speicher | 2016-03-02 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next! | ||||
* | | | Profile settings | Phil Hughes | 2016-03-02 | 1 | -2/+1 |
| | | | | | | | | | | | | Closes #13853 | ||||
* | | | Fix help keyboard shortcut for relative URL setups | Artem Sidorenko | 2016-03-01 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Merge branch 'master' into issue_13212issue_13212 | Alfredo Sumaran | 2016-02-29 | 2 | -3/+1 |
|\ \ | |||||
| * | | Removed NGProgressremoved-ngprogress | Phil Hughes | 2016-02-29 | 2 | -3/+1 |
| |/ | | | | | | | | | | | In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820 | ||||
* | | Apply nice date when diff page loads | Alfredo Sumaran | 2016-02-29 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' into avatar-croppingavatar-cropping | Alfredo Sumaran | 2016-02-26 | 3 | -3/+21 |
|\ | |||||
| * | Fix syntax error in autosave coffeescript.coffeescript_syntax_error | Marin Jankovski | 2016-02-26 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' | Jacob Schatz | 2016-02-24 | 1 | -0/+6 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar overlaps content when screen is below 1200px. When screen is below 1200px, the sidebar overlaps. When screen is above 1200px, the sidebar pushes content out. z-index change to make sure hamburger stays on top. Fixes #12717 ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif) ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif) Also sorry I couldn't get the collapse button in the screen cap. It's there. See merge request !2620 | ||||
| | * | Initialize navigation shortcuts on project's files pagefeature/jschatz1/sidebar-sizing | Alfredo Sumaran | 2016-02-23 | 1 | -0/+1 |
| | | | |||||
| | * | Ability to toggle sidebar on smaller screens | Alfredo Sumaran | 2016-02-23 | 1 | -7/+3 |
| | | | |||||
| | * | Update scrollbars after toggle sidebar | Alfredo Sumaran | 2016-02-23 | 1 | -0/+6 |
| | | |