summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Added back text used on merge commit messagecommit-message-prefilledPhil Hughes2016-04-111-1/+1
|
* Prefills commit message in edit filePhil Hughes2016-04-111-1/+1
| | | | See #14488
* Merge branch 'fix-revert-scroll' into 'master' Jacob Schatz2016-04-111-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix scroll bars shown in Revert dialogue box ## What does this MR do? Eliminate scroll bars shown in Revert dialogue box, see the screenshots. ## Are there points in the code the reviewer needs to double check? N/A ## Why was this MR needed? Ugly scroll bars are shown in Revert dialogue box. ## What are the relevant issue numbers? N/A ## Screenshots ![Screen_Shot_2016-04-05_at_15.27.10](/uploads/428295858ada7cd2fcdf1e831c42f8ec/Screen_Shot_2016-04-05_at_15.27.10.png) See merge request !3532
| * Eliminate ugly scroll bars shown in modal boxesP.S.V.R2016-04-051-0/+3
| |
* | Merge branch 'dashboard-filter-milestone' into 'master' Jacob Schatz2016-04-111-1/+7
|\ \ | | | | | | | | | | | | | | | | | | Fixed issue with dashboard/issues not filtering by milestone Closes #15128 See merge request !3650
| * | Fixed issue with dashboard/issues not filtering by milestonedashboard-filter-milestonePhil Hughes2016-04-111-1/+7
| | | | | | | | | | | | Closes #15128
* | | Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets2016-04-1132-153/+59
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standardize the way we check for and display form errors - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard. See merge request !3531
| * | | Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-0432-153/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* | | | Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-1116-97/+265
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
| * | | | Merge request mobile spacingmr-ui-updatePhil Hughes2016-04-111-2/+11
| | | | |
| * | | | Fixed dropdown title overlapPhil Hughes2016-04-111-2/+2
| | | | |
| * | | | Addressed feedbackPhil Hughes2016-04-114-15/+19
| | | | | | | | | | | | | | | | | | | | Removed important from css
| * | | | Build fixPhil Hughes2016-04-061-0/+4
| | | | |
| * | | | Fixed buildsPhil Hughes2016-04-063-12/+9
| | | | |
| * | | | Fixed spacing in MR footerPhil Hughes2016-04-061-1/+1
| | | | |
| * | | | Removed un-used get requestPhil Hughes2016-04-061-2/+0
| | | | |
| * | | | Fixed target project updatePhil Hughes2016-04-066-38/+42
| | | | |
| * | | | Filters by text on elementPhil Hughes2016-04-062-7/+31
| | | | |
| * | | | Checkmarks in dropdowns for already selected valuesPhil Hughes2016-04-062-7/+8
| | | | |
| * | | | Use new dropdowns for MR comparePhil Hughes2016-04-064-30/+80
| | | | |
| * | | | Updated UI for new merge requestPhil Hughes2016-04-0610-61/+138
| | | | | | | | | | | | | | | | | | | | Closes #2540
* | | | | Merge branch 'rs-remove-markdown-tips' into 'master' Dmitriy Zaporozhets2016-04-111-23/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove `random_markdown_tip` helper Only usage got removed in !3442 See merge request !3637
| * | | | Remove `random_markdown_tip` helperrs-remove-markdown-tipsRobert Speicher2016-04-091-23/+0
| | | | | | | | | | | | | | | | | | | | Only usage got removed in !3442
* | | | | Merge branch 'issue_14353' into 'master' Jacob Schatz2016-04-111-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore toggling the sidebar for resolutions over 1200px width Closes #14353 ![sidebar1](/uploads/4b8d0eaa1b320c319239cb572932f740/sidebar1.gif) See merge request !3547
| * | | | | Use existence operator insteadissue_14353Alfredo Sumaran2016-04-101-1/+1
| | | | | |
| * | | | | Check existence of variable methodAlfredo Sumaran2016-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This happens because tab's `shown` event is triggered first if we enter directly to the diff page therefore Breakpoints class is not initialized yet.
| * | | | | Ignore toggling sidebar for above 1200px resolutionAlfredo Sumaran2016-04-101-1/+2
| | | | | |
* | | | | | Merge branch 'prevent_users_from_upvoting_downvoting_emoji' into 'master' Jacob Schatz2016-04-112-3/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent users from being able to both upvote and downvote See merge request !3495
| * | | | | prevent users from being able to both upvote and downvoteArinde Eniola2016-04-092-3/+14
| |/ / / /
* | | | | Merge branch 'rs-markdown-preview-tabindex' into 'master' Jacob Schatz2016-04-101-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove tab stop from "Write", "Preview", "Go full screen" links Closes #15089 See merge request !3635
| * | | | | Remove tab stop from "Write", "Preview", "Go full screen" linksrs-markdown-preview-tabindexRobert Speicher2016-04-091-3/+3
| |/ / / / | | | | | | | | | | | | | | | Closes #15089
* | | | | Merge branch 'redesign_labels_page' into 'master' Jacob Schatz2016-04-104-10/+72
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redesign labels page closes #14227 ## Desktop ![Screen_Shot_2016-04-05_at_7.19.37_PM](/uploads/a52b764565b6e2739fb6932178f8bde5/Screen_Shot_2016-04-05_at_7.19.37_PM.png) ## Mobile ![Screen_Shot_2016-04-04_at_6.40.57_PM](/uploads/9804b074126fcdb6755918e9f4c472a7/Screen_Shot_2016-04-04_at_6.40.57_PM.png) See merge request !3507
| * | | | | apply some css changesredesign_labels_pageArinde Eniola2016-04-061-4/+1
| | | | | |
| * | | | | fix the failing tests and some changesArinde Eniola2016-04-063-13/+17
| | | | | |
| * | | | | finish up the design and add info to the changelogArinde Eniola2016-04-063-8/+14
| | | | | |
| * | | | | make the view responsive for extra small deviceArinde Eniola2016-04-061-0/+20
| | | | | |
| * | | | | set the width to the elementsArinde Eniola2016-04-061-2/+3
| | | | | |
| * | | | | change the subscribe, delete and edit buttons to iconsArinde Eniola2016-04-063-8/+42
| | | | | |
* | | | | | Add a `program` tag to Sentry Raven contextrs-sidekiq-sentry-contextRobert Speicher2016-04-091-0/+10
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will let us filter errors by the program environment in which they were encountered. Source: http://stackoverflow.com/a/28370539/223897 Closes #15092
* | | | | Merge branch '14400-diff-redesign' into 'master' Jacob Schatz2016-04-0917-72/+117
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff redesign Fixes #14400 Fixes #13500 ![diffs_redesign](/uploads/16da9557e497114d886ef5ece2f306b3/diffs_redesign.gif) See merge request !3476
| * | | | | Remove comment count & icon from side by side view14400-diff-redesignAnnabel Dunstone2016-04-071-6/+0
| | | | | |
| * | | | | Diff touch upsAnnabel Dunstone2016-04-074-11/+7
| | | | | |
| * | | | | Fix lint errorsAnnabel Dunstone2016-04-073-8/+6
| | | | | |
| * | | | | Remove comment count & iconAnnabel Dunstone2016-04-071-3/+0
| | | | | |
| * | | | | Diff design updatesAnnabel Dunstone2016-04-0712-60/+84
| | | | | |
| * | | | | Merge conflict fixesAnnabel Dunstone2016-04-071-15/+15
| | | | | |
| * | | | | Update diff colors and iconsAnnabel Dunstone2016-04-076-14/+28
| | | | | |
| * | | | | Move diff colors to variablesAnnabel Dunstone2016-04-073-14/+24
| | | | | |
| * | | | | Change reply button to text fieldAnnabel Dunstone2016-04-072-7/+19
| | | | | |
* | | | | | Merge branch 'efficient-emoji-loading' into 'master' Robert Speicher2016-04-092-10/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only load emoji spritesheet when necessary On a normal issue where the only award emoji displayed by default are the thumbs-up and thumbs-down emoji, this decreases the page load by 670KB or 250KB depending on pixel density. Resolves #14334. See merge request !3449