Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
633d65fe
Valider
633d65fe
rédigé
9 years ago
par
Steffen van Bergerem
Parcourir les fichiers
Options
Téléchargements
Plain Diff
Merge branch 'stable' into develop
parents
85f9a0ea
f1d6e944
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
Changelog.md
+1
-0
1 ajout, 0 suppression
Changelog.md
app/assets/javascripts/app/views/hovercard_view.js
+2
-0
2 ajouts, 0 suppression
app/assets/javascripts/app/views/hovercard_view.js
app/assets/templates/hovercard_tpl.jst.hbs
+3
-1
3 ajouts, 1 suppression
app/assets/templates/hovercard_tpl.jst.hbs
avec
6 ajouts
et
1 suppression
Changelog.md
+
1
−
0
Voir le fichier @
633d65fe
...
@@ -83,6 +83,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
...
@@ -83,6 +83,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
*
Implement NodeInfo
[
#6239
](
https://github.com/diaspora/diaspora/pull/6239
)
*
Implement NodeInfo
[
#6239
](
https://github.com/diaspora/diaspora/pull/6239
)
*
Display original author on reshares of NSFW posts
[
#6270
](
https://github.com/diaspora/diaspora/pull/6270
)
*
Display original author on reshares of NSFW posts
[
#6270
](
https://github.com/diaspora/diaspora/pull/6270
)
*
Use avatars in hovercards as links to the profile
[
#6297
](
https://github.com/diaspora/diaspora/pull/6297
)
# 0.5.2.0
# 0.5.2.0
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/assets/javascripts/app/views/hovercard_view.js
+
2
−
0
Voir le fichier @
633d65fe
...
@@ -20,6 +20,7 @@ app.views.Hovercard = app.views.Base.extend({
...
@@ -20,6 +20,7 @@ app.views.Hovercard = app.views.Base.extend({
// cache some element references
// cache some element references
this
.
avatar
=
this
.
$
(
'
.avatar
'
);
this
.
avatar
=
this
.
$
(
'
.avatar
'
);
this
.
avatarLink
=
this
.
$
(
"
a.person_avatar
"
);
this
.
dropdown
=
this
.
$
(
'
.dropdown_list
'
);
this
.
dropdown
=
this
.
$
(
'
.dropdown_list
'
);
this
.
dropdown_container
=
this
.
$
(
'
#hovercard_dropdown_container
'
);
this
.
dropdown_container
=
this
.
$
(
'
#hovercard_dropdown_container
'
);
this
.
hashtags
=
this
.
$
(
'
.hashtags
'
);
this
.
hashtags
=
this
.
$
(
'
.hashtags
'
);
...
@@ -115,6 +116,7 @@ app.views.Hovercard = app.views.Base.extend({
...
@@ -115,6 +116,7 @@ app.views.Hovercard = app.views.Base.extend({
var
self
=
this
;
var
self
=
this
;
this
.
avatar
.
attr
(
'
src
'
,
person
.
avatar
);
this
.
avatar
.
attr
(
'
src
'
,
person
.
avatar
);
this
.
avatarLink
.
attr
(
"
href
"
,
person
.
url
);
this
.
person_link
.
attr
(
'
href
'
,
person
.
url
);
this
.
person_link
.
attr
(
'
href
'
,
person
.
url
);
this
.
person_link
.
text
(
person
.
name
);
this
.
person_link
.
text
(
person
.
name
);
this
.
person_handle
.
text
(
person
.
handle
);
this
.
person_handle
.
text
(
person
.
handle
);
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/assets/templates/hovercard_tpl.jst.hbs
+
3
−
1
Voir le fichier @
633d65fe
<div
id=
"hovercard"
>
<div
id=
"hovercard"
>
<img
class=
"avatar"
>
<a
class=
'person_avatar'
>
<img
class=
"avatar"
>
</a>
<h4>
<h4>
<a
class=
"person"
></a>
<a
class=
"person"
></a>
</h4>
</h4>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter