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-06-18Merge branch 'issuable-todo-improvements'Douwe Maan
# Conflicts: # app/controllers/projects/todos_controller.rb
2016-06-17Merge branch 'assignee-dropdown-selected' into 'master' Jacob Schatz
Fixed issue with assignee dropdown not selecting correctly ## What does this MR do? Fixes an issue with assignee dropdown not selecting correctly. See merge request !4762
2016-06-16Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz
Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
2016-06-15Merge branch 'manual-todos-issuable-sidebar' into 'master' Stan Hu
Manually create todo for issuable ## What does this MR do? Adds a button to the sidebar in issues & merge requests to allow users to manually create a todo item themselves. ## What are the relevant issue numbers? Closes #15045 ## Screenshots (if relevant) ![Screen_Shot_2016-06-07_at_09.52.14](/uploads/00af70244c0589d19f241c3e85f3d63d/Screen_Shot_2016-06-07_at_09.52.14.png) ![Screen_Shot_2016-06-07_at_09.52.06](/uploads/e232b02208613a4a50cff4d1e6f119ff/Screen_Shot_2016-06-07_at_09.52.06.png) ![Screen_Shot_2016-06-07_at_09.51.14](/uploads/f1d36435d49ab882538ae2252bec8086/Screen_Shot_2016-06-07_at_09.51.14.png) See merge request !4502
2016-06-14Uses update URL to update the status of a todoPhil Hughes
2016-06-14Moved todo creation over to project todos controllerPhil Hughes
2016-06-14Cached jQuery selectorsPhil Hughes
2016-06-14Fixed bug with sidebar when user is not logged inPhil Hughes
2016-06-14Fixed issue with sidebar button stylingPhil Hughes
2016-06-14Manually create todo for issuablePhil Hughes
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-06-14Allow users to create confidential issues in private projectsDouglas Barbosa Alexandre
2016-06-10Merge branch 'label-filter-fix' into 'master' Jacob Schatz
Fixed issue where label filtering didnt work ## What does this MR do? The filterable option was missing which meant labels in the dropdown couldn't be filtered. This fixes that. ## What are the relevant issue numbers? Closes #18375 See merge request !4556
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-09Improved the UX of issue & milestone date pickerPhil Hughes
Closes #18198
2016-06-09Added testsPhil Hughes
2016-06-09Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet
2016-06-09Fixes for MR comments.Fatih Acet
2016-06-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet
2016-06-08Use title attribute instead of data-original-title.Fatih Acet
2016-06-08Improve button color for issue and mr pagesDmitriy Zaporozhets
* make sidebar button white * make header button gray if not primary Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-06Remove prev/next buttons on issues and merge requestsAlejandro Rodríguez
The buttons were rarely used and added at least 1 query each on every page load.
2016-06-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet
2016-06-04Fix specAlfredo Sumaran
2016-06-04Address feedbackAlfredo Sumaran
2016-06-04Bulk assignment implementationAlfredo Sumaran
2016-06-04Add show_create param to toggle label creation optionAlfredo Sumaran
2016-06-04Add show_footer parameter for ability to hide footerAlfredo Sumaran
2016-06-04Add .js-filter-submit when neededAlfredo Sumaran
2016-06-04Ability to assign a label to multiple issuesAlfredo Sumaran
2016-06-03Show milestone remaining tooltip in right sidebar.Fatih Acet
2016-06-02issuable#labels_array explicitly load the labelsPaco Guzman
This will be useful when you want to ask for the number of items and later iterate over them, without needing to ask if the association is load or not. So you avoid extra database queries
2016-05-27Merge branch 'filter-by-any-user' into 'master' Jacob Schatz
Filter issuables by any user ![any-user](/uploads/c9626b9ac355747344a7073f61dc0c82/any-user.gif) Closes #2836 See merge request !3820
2016-05-26Merge branch 'move-project-dropdown-async' into 'master' Jacob Schatz
Loads move issue dropdown async To keep the style of the dropdown the same as the other dropdowns in the issue form, it uses select2 rather than our new dropdowns. ![dropdown](/uploads/e80d5f48440b2a49fd3ac13e74c1ba55/dropdown.gif) Closes #16563 See merge request !4160
2016-05-26Filter issuables by any userPhil Hughes
Closes #2836
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-23Added remove due date buttonPhil Hughes
In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392
2016-05-21Merge branch 'issuable-new-due-date' into 'master' Jacob Schatz
Issuable form due date For some reason, this was never in the original merge request for due date? ![Screen_Shot_2016-04-22_at_21.49.44](/uploads/7d4e2b07f75a33009e3170fdb076a4bd/Screen_Shot_2016-04-22_at_21.49.44.png) Closes #15516 See merge request !3895
2016-05-20Correctly sends project IDPhil Hughes
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-05-20Replaced line breaksPhil Hughes
2016-05-16Loads move issue dropdown asyncPhil Hughes
Closes #16563
2016-05-16Updated if statementPhil Hughes
2016-05-16Added due date calendar to new issue formPhil Hughes
Closes #15516
2016-05-16Fixed issue with not being able to search text & filterPhil Hughes
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-05Start builds redesignAnnabel Dunstone
2016-04-25Merge branch 'issue_14904' into 'master' Jacob Schatz
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
2016-04-22Merge branch 'remove-update-files' into 'master' Yorick Peterse
Removed JS update templates See merge request !3814
2016-04-21Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran
# Conflicts: # app/views/shared/issuable/_sidebar.html.haml