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
2018-05-11Remove tooltips on activity tabsAnnabel Dunstone Gray
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-10-04Updated Profile Events Helper to use SVG Sprite IconsTim Zallmann
2017-08-22Fix display of push events for removed refsYorick Peterse
This changes the style of push events that remove tags or branches so they don't display the commit details. This prevents displaying commit details such as: 000000 . --broken encoding Instead we now simply display the header such as: Administrator deleted branch example-branch This is displayed in the same style as events for newly created branches/tags. This commit also ensures that if no commit message is present we simply don't display anything, instead of "--broken encoding". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36685 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36722
2017-08-21Resolve "User profile activity feed contains broken image links"Tim Zallmann
2017-08-18Add support for i18n on Project Activity PageKushal Pandya
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-28Improve text on todo list when the todo action comes from yourselfJacopo
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
2017-04-12Move event icons into events_helperAnnabel Dunstone Gray
2017-03-14Fix first line markdown helper for user profile activity streamEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425
2017-03-07whitelist style attribute in event_notemhasbini
2016-12-08remove unnecessary issues event filter on comments tabRydkin Maxim
fix features_visibility_spec.rb remove strange part of spec fix conditions of comments tab disappearing and fix spec generate changelog rewrite spec for more coplex check step-by-step move conditional logic into helper and fix changelog fix indentation in helper
2016-11-16Allow commit note to be visible if repo is visibleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-01Correctly passes feature key into feature_available methodPhil Hughes
2016-11-01Removed return statement that isn't neededPhil Hughes
2016-11-01Hide project activity tabs when features are disabledPhil Hughes
2016-10-18Stop event_commit_title from escaping its outputNick Thomas
Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer to preserve safety when the output is misused. Currently there's oly one user, which does the right thing. Closes #23311
2016-05-23Remove `event_to_atom` helperRobert Speicher
2016-05-16Reduce duplication and branching logic in EventsHelperRobert Speicher
Remove unused methods from Event model
2016-05-16Rename `Event#note_project_snippet?` to `project_snippet_note?`Robert Speicher
2016-05-16Rename `Event#note_commit?` to `commit_note?`Robert Speicher
2016-05-16Remove redundant `html_escape` calls from `title` attributesRobert Speicher
These get escaped automatically.
2016-05-16Fix titles for commit references in Event feedRobert Speicher
Prior, the `title` attribute was being included as an argument to the route helper rather than as an argument to `link_to`.
2016-05-16Add an Event's target's title to its reference linkRobert Speicher
Given an activity feed entry like: > Douwe Maan commented on [issue #123] at [gitlab-org/gitlab-ce] ...the `issue #123` link will now have a `title` attribute.
2016-05-11Remove unused `icon_for_event` helperRobert Speicher
2016-04-04Fix event rendering when create projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-31Fix event rendering for certain event typesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-24Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre
2016-03-18Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre
2016-03-14Remove last to_referenceJosh Frye
2016-03-12Escape!Josh Frye
2016-03-11Title attributes for activity feedJosh Frye
2016-03-01Removed un-used variablesPhil Hughes
2016-03-01Replaced prefix with to_reference method callsPhil Hughes
2016-03-01Changed # to ! on merge requests on activity viewPhil Hughes
Closes #9082
2016-01-13New layout without background colorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-13Split complex method EventsHelper#event_feed_url.Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-10Fix avatars not showing in Atom feeds and project issues when Gravatar disabledStan Hu
Fix for https://github.com/gitlabhq/gitlabhq/pull/9783
2015-09-15Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu
for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
2015-09-03Replace obvious tooltips. Fix line-height for top navDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Redesign activity feed on dashboard and project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-23Fixed invalid timestamps in RSS feed #1771Rowan Wookey
2015-05-15Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-05-14Fix bug with default timezone en RSS gitlab eventsJorge Vasquez
2015-05-14Fix reference links in dashboard activity and ATOM feeds.Douwe Maan
2015-05-06Fix tooltips for event filter linksRobert Speicher
2015-03-18List new commits for newly pushed branch in activity view.Douwe Maan
2015-03-10Fix code preview theme setting for comments, issues, merge requests, and ↵Stan Hu
snippets. Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139