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
path: root/locale
AgeCommit message (Collapse)Author
2019-02-06Merge branch ↵Filipa Lacerda
'43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
2019-02-06Add reply to notes to turn into discussionsHeinrich Lee Yu
2019-02-06Merge branch 'knative-list' into 'master'Phil Hughes
Modify Serverless Listing See merge request gitlab-org/gitlab-ce!24072
2019-02-06Merge branch 'adriel-add-metrics-chart-tooltips' into 'master'Phil Hughes
Add metrics chart tooltips See merge request gitlab-org/gitlab-ce!24651
2019-02-06Resolve "Empty states for profile page"Dennis Tang
2019-02-06Modified Knative list view to provide more detailsChris Baumbauer
2019-02-06Merge branch 'gt-externalize-app-views-email_rejection_mailer' into 'master'Filipa Lacerda
Externalize strings from `/app/views/email_rejection_mailer` See merge request gitlab-org/gitlab-ce!24869
2019-02-05Add chart tooltipsAdriel Santiago
Use tooltips for metrics graph data
2019-02-05Add last activity to user administrationBrandon Labuschagne
The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
2019-02-05Added fuzzy file finder to merge requestsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
2019-02-05Merge branch 'fe-grammar-util' into 'master'Phil Hughes
FE grammar util See merge request gitlab-org/gitlab-ce!24893
2019-02-05Extract ReplyPlaceholder from NoteableDiscussion componentWinnie Hellmann
2019-02-05Externalize strings from `/app/views/email_rejection_mailer`George Tsiolis
2019-02-04Add grammar utilPaul Slaughter
This contains the function `toNounSeriesText` which can be used to build i18n noun series fragments (i.e. "A, B, and C").
2019-02-04Merge branch 'gt-externalize-app-views-instance_statistics' into 'master'Fatih Acet
Externalize strings from `/app/views/instance_statistics` See merge request gitlab-org/gitlab-ce!24809
2019-02-04accured -> occurred, as suggested in…Yaron Shahrabani
2019-02-04Merge branch ↵Filipa Lacerda
'50521-block-emojis-and-symbol-characters-from-user-s-full-names-2' into 'master' Resolve "Block emojis and symbol characters from user's full names" Closes #50521 See merge request gitlab-org/gitlab-ce!24523
2019-02-04Externalize strings from `/app/views/instance_statistics`George Tsiolis
2019-02-04Merge branch ↵Sean McGivern
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
2019-02-01Block emojis from user nameMartin Wortschack
- Use JS regex for emoji validation - Add test for blocking emojis in full name - Fix existing tests for user status that failed locally
2019-02-01Remove d3 metrics graphAdriel Santiago
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
2019-01-31Regenerate the gitlab.potBrett Walker
2019-01-31Some cleanup and improvements on frontent logicFatih Acet
2019-01-31Add missing specs.Fatih Acet
2019-01-29Revert the "What's new" featureBrandon Labuschagne
2019-01-29Externalize strings from `/app/views/projects/milestones`George Tsiolis
2019-01-29Externalize strings from `/app/views/clusters`George Tsiolis
2019-01-28Merge branch ↵Robert Speicher
'36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicated' into 'master' Indicate on Issue Status if an Issue was Moved Closes #36445 See merge request gitlab-org/gitlab-ce!24470
2019-01-28Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into ↵Phil Hughes
'master' Refactor/56369 extract jump to next discussion button Closes #56369 See merge request gitlab-org/gitlab-ce!24506
2019-01-28Merge branch 'gt-externalize-app-views-projects-pages_domains' into 'master'Clement Ho
Externalize strings from `/app/views/projects/pages_domains` See merge request gitlab-org/gitlab-ce!24723
2019-01-28Merge branch '44698-recaptcha' into 'master'Kushal Pandya
Prevent unload when Recaptcha is open Closes #44698 See merge request gitlab-org/gitlab-ce!24625
2019-01-28Prevent unload when Recaptcha is openRajat Jain
2019-01-28refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its ↵Martin Hobert
own component fix #56369 chore(changelog): Added changelog entry chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Added test for new component test(Refactored tests to use vue test-utils): chore(translations): Added newly generated locales Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Updated tests to use a local vue instance test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
2019-01-28Externalize strings from `/app/views/projects/pages_domains`George Tsiolis
2019-01-25Indicate on Status if Issue was MovedAndrew Fontaine
Add the text `(moved)` to the `Closed` status indicator on a closed issue if the reason the issue was closed was due to moving it. This only applies to closed issues. Issues that were closed and moved then later re-opened only show `Open`. This makes it more immidately clear why the issue was closed.
2019-01-25Merge branch '54905-milestone-search' into 'master'Sean McGivern
Resolve "Milestone search" Closes #54905 See merge request gitlab-org/gitlab-ce!24265
2019-01-25Externalize strings from `/app/views/projects/ci`George Tsiolis
2019-01-25Merge branch 'diff-settings-dropdown' into 'master'Filipa Lacerda
Added dropdown for diff settings Closes #55491 See merge request gitlab-org/gitlab-ce!24460
2019-01-25Merge branch '53950-commit-comments-displayed-on-a-merge-request' into 'master'Mike Greiling
Resolve "Commit comments displayed on a merge request that contains that commit no longer specify which commit they come from" Closes #53950 See merge request gitlab-org/gitlab-ce!24427
2019-01-24Updated i18n format for note header commit linkConstance Okoghenun
Unified commit link in note header action text
2019-01-24Adds milestone searchJacopo
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
2019-01-24Added dropdown for diff settingsPhil Hughes
Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
2019-01-24Merge branch 'fix-loose-typo' into 'master'Nick Thomas
Fix 'loose' typo Closes #56248 See merge request gitlab-org/gitlab-ce!24330
2019-01-23Revert changes to *.po filesMax Raab
2019-01-23Merge branch 'gt-externalize-app-views-sent_notifications' into 'master'Filipa Lacerda
Externalize strings from `/app/views/sent_notifications` See merge request gitlab-org/gitlab-ce!24576
2019-01-23Externalize strings from `/app/views/sent_notifications`George Tsiolis
2019-01-23Merge branch ↵Filipa Lacerda
'25569-changing-wording-to-delete-when-referring-to-removing-a-branch' into 'master' Resolve "Changing wording to "Delete" when referring to removing a branch" Closes #25569 See merge request gitlab-org/gitlab-ce!23966
2019-01-23Updated i18n for discussion note commit SHAConstance Okoghenun
Ensured that sentence order is preserved when translating
2019-01-22Use 'delete' instead of 'remove' for source branchSam Bigelow
This is to match `git branch -D <branchname>`