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
2017-04-11Add helper for using avatars vs iconsAnnabel Dunstone Gray
2017-04-11Reuse system notes helper for profile event iconsAnnabel Dunstone Gray
2017-04-11Only show icons on profile page; change to case statementAnnabel Dunstone Gray
2017-04-10Use avatars instead of icons in activity viewAnnabel Dunstone Gray
2017-04-07Put back usernames in activity and profile feedAnnabel Dunstone Gray
2017-04-07Add remaining system note iconsAnnabel Dunstone Gray
2017-04-03Change color of iconsAnnabel Dunstone Gray
2017-04-03Differentiate between event typesAnnabel Dunstone Gray
2017-04-03Start adding profile iconsAnnabel Dunstone Gray
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-07-14Hide namespace and project name on project activity page (!5068)winniehell
2016-06-02Fixed issue with activity links not being consistentPhil Hughes
Closes #17621
2016-05-31Add tooltips for common Event feed entriesRobert Speicher
This adds tooltips to the event target for events like "opened merge request !XYZ"
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-03-21Fix some specsDouwe Maan
2016-03-01Fixed issue based on feedback with link text outputPhil Hughes
2016-03-01Replaced prefix with to_reference method callsPhil Hughes
2016-03-01Changed # to ! on merge requests on activity viewPhil Hughes
Closes #9082
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-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-13Refactor event title generation for more consistent messages.Douwe Maan
Example: "User joined project Namespace / Project" rather than "User joined project at Namespace / Project"
2013-08-19Show iid in event feed and uatocomplete as default id for issues, mrDmitriy Zaporozhets
2013-08-16Dont render event body if emptyDmitriy Zaporozhets
2013-04-06Increase event title font size on dashboard activity feedDmitriy Zaporozhets
2013-01-16Fix GFM in eventsRiyad Preukschas
Fixes #2563
2012-10-12Fix displaying events for deleted thingsRiyad Preukschas
2012-10-01Refactoring event viewsDmitriy Zaporozhets