summaryrefslogtreecommitdiff
path: root/app/helpers/events_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-14/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-7/+57
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-3/+18
* Add event presenterJan Provaznik2019-09-101-1/+3
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-6/+6
* Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto2018-12-101-0/+4
* Merge branch 'gt-use-merge-request-prefix-in-event-feed-title' into 'master'Sean McGivern2018-11-071-1/+8
|\
| * Add issue or merge request reference prefix in the event feed titleGeorge Tsiolis2018-11-061-5/+8
| * Use reference prefix for issues and merge requests in the event feed titleGeorge Tsiolis2018-11-061-2/+2
| * Use merge request prefix symbol in event feed titleGeorge Tsiolis2018-11-061-0/+4
* | Resolve "Redesign activity feed"Martin Wortschack2018-11-061-19/+23
|/
* Merge branch 'frozen-string-enable-app-helpers' into 'master'Rémy Coutable2018-09-101-0/+2
|\
| * Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
* | Include private contributions in user contribution graphGeorge Tsiolis2018-09-071-1/+1
|/
* Resolve "<link href=""> and <a href=""> not properly filled in activity RSS f...schwedenmut2018-09-051-7/+9
* Remove tooltips on activity tabsAnnabel Dunstone Gray2018-05-111-1/+1
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-10/+0
* Updated Profile Events Helper to use SVG Sprite IconsTim Zallmann2017-10-041-9/+11
* Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-221-0/+1
* Resolve "User profile activity feed contains broken image links"Tim Zallmann2017-08-211-1/+1
* Add support for i18n on Project Activity PageKushal Pandya2017-08-181-4/+4
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-15/+8
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-3/+8
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-2/+3
* Move event icons into events_helperuse-avatars-in-activity-viewAnnabel Dunstone Gray2017-04-121-0/+28
* Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-141-2/+2
* whitelist style attribute in event_notemhasbini2017-03-071-1/+6
* remove unnecessary issues event filter on comments tabRydkin Maxim2016-12-081-0/+6
* Allow commit note to be visible if repo is visible23824-activity-page-does-not-show-commits-commentsRémy Coutable2016-11-161-2/+2
* Correctly passes feature key into feature_available methodproject-activity-tabs-hidePhil Hughes2016-11-011-2/+2
* Removed return statement that isn't neededPhil Hughes2016-11-011-1/+1
* Hide project activity tabs when features are disabledPhil Hughes2016-11-011-0/+6
* Stop event_commit_title from escaping its outputNick Thomas2016-10-181-1/+1
* Remove `event_to_atom` helperRobert Speicher2016-05-231-22/+0
* Reduce duplication and branching logic in EventsHelperRobert Speicher2016-05-161-41/+15
* Rename `Event#note_project_snippet?` to `project_snippet_note?`Robert Speicher2016-05-161-2/+2
* Rename `Event#note_commit?` to `commit_note?`Robert Speicher2016-05-161-5/+5
* Remove redundant `html_escape` calls from `title` attributesRobert Speicher2016-05-161-3/+3
* Fix titles for commit references in Event feedRobert Speicher2016-05-161-1/+2