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-20Prevent toggling sidebar when clipboard icon clicked.Fatih Acet
2016-07-13Changed collapsed assignee tooltip to users namePhil Hughes
Fixes tooltip when updating the assignee Closes #19280 #19281
2016-06-17Removed update methodPhil Hughes
Re-structured controller spec Renamed issuable param to issuable_id
2016-06-17Removed ID from button as frontend doesnt use anymorePhil Hughes
2016-06-17Improved manual todosPhil Hughes
Based on feedback from !4502
2016-06-15Merge 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-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-10Corrected all sidebar font weights to correctly match the designPhil Hughes
2016-06-10Fixed issue with bold in issuable sidebarPhil 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-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-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-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
2016-04-21Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
2016-04-21Make shortcuts work when sidebar is collapsedAlfredo Sumaran
2016-04-20Remove duplicate hidden_field and fix RubocopRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Address MR feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Removed buttons instead clicking date sets itPhil Hughes
Fixed issue with dropdown not being toggleable again
2016-04-20Mobile value color for due datePhil Hughes
2016-04-20Updates sidebar valuePhil Hughes
2016-04-20Posts the due date through AJAXPhil Hughes
2016-04-20Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan
due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
2016-04-20Add due_date:time field to Issue modelMehmet Beydogan
Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
2016-04-20Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
# Conflicts: # app/views/shared/issuable/_sidebar.html.haml
2016-04-19Fix javascript errors with invalid json because of commasFelipe Artur
2016-04-19Removed JS update templatesPhil Hughes
2016-04-19Trigger filtering after ajax is complete in dropdownPhil Hughes
Closes #15186
2016-04-18Move shared html to a partialAlfredo Sumaran
2016-04-18Add is-link attribute to know if a menu item should not be stoppedAlfredo Sumaran
2016-04-15Fix Label dropdown and organize codeAlfredo Sumaran
# Conflicts: # app/assets/javascripts/labels_select.js.coffee
2016-04-15Render proper partialAlfredo Sumaran
2016-04-15Reuse partial for Create Label pageAlfredo Sumaran
2016-04-15Merge branch 'assign-to-issuable-opener' into 'master' Jacob Schatz
Issuable can be assigned to author Closes #9014 The only difference with #9014 is that I thoughed the author should also be able to assign the issue. If this is unwanted behavior Ill revert it. /cc @DouweM See merge request !2765
2016-04-14Fixed style issuesPhil Hughes
2016-04-12Fixed issue with failing testsPhil Hughes
2016-04-12Removed references to subscribe-button CSS classPhil Hughes
These were being blocked by adblocks Closes #15043