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-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
2015-02-23Added information to tooltipsSabba Petri
Tooltips now have meaning by mentioning their function ("Filter by..."). Fixes #1992
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"
2015-01-28Use `icon` helper method in helper modulesRobert Speicher
2014-12-16Restyle group page and event filterDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04DRY and refactor atom codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-13Improve dashboard note view and add testsVinnie Okada
Update the `#first_line_in_markdown` method so that the first line of parsed text is displayed more reliably, and the continuation indicators ("...") are displayed in all cases where the note is truncated. Also add Rspec tests for `EventsHelper#event_note`.
2014-10-12Preserve link href in truncated note viewVinnie Okada
Notes on the dashboard views are truncated to 150 characters; this change ensures that when a link's text is truncated it still points to the correct URL.
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-09-12Changed activity notes to display first MEANINGFUL line.uran
2014-07-26Fix missing links and incorrect display of issue numbers for notes, ↵Matthew McMillion
comments, and merge requests