Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-24ES6ify all the things!Fatih Acet
2016-07-17Fix activity heatmap to show proper day name.eanplatter
2016-07-12Merge branch 'contrib-calendar-tooltip-name' into 'master' Jacob Schatz
Added day name to contributions calendar ## What does this MR do? Adds the day name text into the contributions calendar tooltip. ## What are the relevant issue numbers? Closes #19367 ## Screenshots (if relevant) ![Screen_Shot_2016-07-04_at_12.38.52](/uploads/edf6ac3454d479a345aee638875b7713/Screen_Shot_2016-07-04_at_12.38.52.png) See merge request !5065
2016-07-08Merge branch 'cs-cropper' into 'master' Fatih Acet
Split Cropper.js from the main JavaScript manifest. ## What does this MR do? Splits Cropper.js from the main JavaScript file. ## Are there points in the code the reviewer needs to double check? That the avatar uploader works. (It did in my testing) ## Why was this MR needed? Smaller JS payload. ## What are the relevant issue numbers? #14372 ## Does this MR meet the acceptance criteria? - Tests - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4978
2016-07-05Fixed markdown buttons in FFPhil Hughes
2016-07-04Added day name to contributions calendarPhil Hughes
Closes #19367
2016-06-30Add a helper function for getting the page path from JS.Connor Shea
2016-06-30Split Cropper.js from the main JavaScript manifest.Connor Shea
2016-06-27Markdown toolbar inserts code blocksPhil Hughes
Closes #19173
2016-06-23Reorganize the lib directory.Connor Shea
2016-06-23Re-implement page-specific JS in a better way.Connor Shea
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
2016-06-17Made markdown buttons work on all markdown textareasPhil Hughes
Selecting multiple rows & a list correctly creates the selected text into a list
2016-06-17Improved designPhil Hughes
Updated JS to remove undo manager - instead let the browser handle it all
2016-06-17Move buttons to upper right.Jacob Schatz
2016-06-17Proper class jquery selector for `off`.Jacob Schatz
2016-06-17No need to add bold for the class selector for removing eventsJacob Schatz
2016-06-17Remove console.logJacob Schatz
2016-06-17Add undo history once they click the enter or backspace keyJacob Schatz
2016-06-17Add redo stateJacob Schatz
2016-06-17Overwrite undo historyJacob Schatz
2016-06-17Initial markdown ez buttonsJacob Schatz
2016-06-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet
category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
2016-06-15Prevent default disabled buttons and links.Fatih Acet
2016-06-15Fix project star tooltip on the fly.Fatih Acet
Introduced new util called updateTooltipTitle.
2016-06-10Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet
category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
2016-06-10Merge branch 'milestone-tooltip' into 'master' Jacob Schatz
Add milestone expire date to the right sidebar ## What does this MR do? Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed. ## Are there points in the code the reviewer needs to double check? `common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/17355 ## Screencast ![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif) See merge request !4448
2016-06-09Fix local timeago on user dashboardAlfredo Sumaran
2016-06-09Add new utils.Fatih Acet
2016-06-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet
2016-06-08Copy changes for milestone due dates.Fatih Acet
2016-06-07Added a common util to get project slug.Fatih Acet
2016-06-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet
2016-06-06Updated MR notes.Fatih Acet
2016-06-03Added a new common util called $.timefor.Fatih Acet
It will use $.timeago behind the scene and it does the opposite of what $.timeago does. $.timefor("Thu Jun 05 2016 23:40:39 GMT+0300 (EEST)") will return "3 days remaining".
2016-05-30Merge branch 'master' into awardablesZJ van de Weg
2016-05-25Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz
Issuable filtering improvements This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both. Fixes #4252 Fixed issue with not being able to filter and sort issues without refreshing the page. Fixes #15269 See merge request !3699
2016-05-25Merge branch 'master' into awardablesZJ van de Weg
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Fixed up JS commentsPhil Hughes
2016-05-19Add Gitlab namespace AwardEmoji.Fatih Acet
2016-05-19Uses the same emoji-menu and just moves it around depending where it should ↵Phil Hughes
be viewed # Conflicts: # app/assets/javascripts/awards_handler.coffee # app/assets/stylesheets/pages/notes.scss # app/helpers/issues_helper.rb # app/views/projects/notes/_note.html.haml
2016-05-16Issuable filtering improvementsPhil Hughes
This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
2016-05-11revert front end changesZeger-Jan van de Weg
2016-05-11Merge branch 'master' into awardablesZeger-Jan van de Weg
2016-05-06move frontend logic from previous MR to new MRArinde Eniola
2016-04-19some refactoringArinde Eniola
2016-04-17abstract code for removing or getting a param query string from urlArinde Eniola
2016-04-14Fix issue with labels not showing initially.Jacob Schatz
2016-04-13Filter by multiple labels with little animation.Jacob Schatz
2016-04-12Merge branch 'issue_14206' into 'master' Jacob Schatz
Fix datetimes on tooltips Closes #14206 Updates tooltip datetimes on `.timeago()` instances. **Inline notes** ![Screen_Shot_2016-04-07_at_1.25.12_PM](/uploads/2f55390a7e91dabf75e71fe3bda91849/Screen_Shot_2016-04-07_at_1.25.12_PM.png) **Existing and new notes** ![Screen_Shot_2016-04-07_at_1.24.49_PM](/uploads/202bb7476738eb048f2d94abb68174e7/Screen_Shot_2016-04-07_at_1.24.49_PM.png) **Issuable dates** ![Screen_Shot_2016-04-07_at_1.24.32_PM](/uploads/80fd5cc3c06fade0b1c615bc7b7611a8/Screen_Shot_2016-04-07_at_1.24.32_PM.png) **Build dates** ![Screen_Shot_2016-04-07_at_1.25.02_PM](/uploads/832f43284005ea610a3ad54a49b97104/Screen_Shot_2016-04-07_at_1.25.02_PM.png) See merge request !3497