- Feb 15, 2018
-
-
r00t0vi4 authored
Matomo core developers are recommended to use "js/" instead of "piwik.js" and "piwik.php": - js/index.php (or implicitly as "js/") can be used to serve up the minified piwik.js; - it supports conditional-GET and Last-Modified, so piwik.js can be cached by the browser; - it supports deflate/gzip compression if your web server (e.g., Apache without mod_deflate or mod_gzip), shrinking the data transfer to 8K; - js/index.php (or implicitly as "js/") can also act as a proxy to piwik.php; - If you are concerned about the impact of browser-based privacy filters which attempt to block tracking, you can change your tracking code to use "js/" instead of "piwik.js" and "piwik.php", respectively. https://github.com/matomo-org/matomo/blob/3.x-dev/js/README.md
-
- Feb 14, 2018
-
-
Sean McGivern authored
Before, this would: 1. Not use the correct reference for non-JIRA external trackers. 2. Append 'Closes ' if an external tracker was enabled, but no issue matched the branch name.
-
🙈 jacopo beschi 🙉 authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
Filipa Lacerda authored
-
Andreas Brandl authored
Closes #38135.
-
Andreas Brandl authored
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
-
Andreas Brandl authored
-
Andreas Brandl authored
Rather radical but avoids n+1 queries in the rather common case we want to include information about the author.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
We want to drop the generic #avatar_icon helper that supports both an email and a user object being passed in. Instead, we want to explicitly use the #avatar_icon_for_user and #avatar_icon_for_email helpers depending on what we have at hand. This allows us to avoid unnecessary database queries (e.g. call User.find_by_any_email if we already have the user). In situations like here, this makes it less convenient to use.
-
Andreas Brandl authored
We need to keep the email lookup as we want to fall back to displaying the gravatar result for a given email if the user does not exist.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
Andreas Brandl authored
When we don't use the original `ApplicationHelper#avatar_icon` anymore, we can just remove it (and its specs). Closes #42800.
-
Jeff Stubler authored
Closes #26466.
-
André Luís authored
Especially making the link on Lock MR section work the same as others on hover
-
Ahmad Sherif authored
Closes #37436 Closes gitaly#998
-
Stan Hu authored
When JIRA or Redmine were enabled and the branch name did not match the matching regular expression, the `issue_iid` would be `nil`, preventing users from creating merge requests. Closes #43193
-
- Feb 12, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
André Luís authored
-
Rubén Dávila authored
This reverts commit a58f8c32, reversing changes made to cd5d75c3.
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Filipa Lacerda authored
Add loading button for better UX
-
Ahmad Sherif authored
Fixes #37438 Fixes gitaly#999
-
George Tsiolis authored
- Remove Gitlab::ImportExport::ProjectCreator from GitlabProjectsImportService - Override ::Projects::CreateService params
-
Onuwa Nnachi Isaac authored
-
Constance Okoghenun authored
-