Projet

Général

Profil

Development #73279

gallerie, passer la longueur maximale du titre à 150

Ajouté par Benjamin Dauvergne il y a plus d'un an. Mis à jour il y a plus d'un an.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
11 janvier 2023
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

On a un peu de tout mais 150 semble être la longueur la plus fréquente et un client nous signale que 50 est un peu court.

combo/apps/calendar/models.py:    title = models.CharField(_('Title'), max_length=128, blank=True, null=True)
combo/apps/dataviz/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True, null=True)
combo/apps/dataviz/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True, null=True)
combo/apps/dataviz/models.py:    site_title = models.CharField(_('Site title'), max_length=256)
combo/apps/dataviz/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/apps/family/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)

# galerie
combo/apps/gallery/models.py:    title = models.CharField(_('Title'), max_length=50, blank=True, null=True)
combo/apps/gallery/models.py:    title = models.CharField(_('Title'), max_length=50, blank=True)

combo/apps/lingo/models.py:    title = models.CharField(_('Title'), max_length=200, blank=True)
combo/apps/lingo/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/apps/maps/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/apps/search/forms.py:    title = forms.CharField(label=_('Custom Title'), required=False)
combo/apps/search/forms.py:    title = forms.CharField(label=_('Custom Title'), required=False)
combo/apps/search/forms.py:    title = forms.CharField(label=_('Custom Title'), required=False)
combo/apps/search/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/apps/search/models.py:    title = models.CharField(max_length=500, blank=True, null=True)
combo/apps/wcs/models.py:    cached_title = models.CharField(_('Title'), max_length=150)
combo/apps/wcs/models.py:    cached_title = models.CharField(_('Title'), max_length=150)
combo/apps/wcs/models.py:    custom_title = models.CharField(_('Custom Title'), max_length=150, blank=True)
combo/apps/wcs/models.py:    custom_title = models.CharField(_('Custom Title'), max_length=150, blank=True)
combo/apps/wcs/models.py:    custom_title = models.CharField(_('Custom Title'), max_length=150, blank=True)
combo/apps/wcs/models.py:    cached_title = models.CharField(_('Title'), max_length=150)
combo/data/models.py:    title = models.CharField(_('Title'), max_length=150)
combo/data/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True, null=True)
combo/data/models.py:    title = models.CharField(_('Label'), max_length=150, blank=True)
combo/data/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/data/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/data/models.py:    title = models.CharField(_('Title'), max_length=150, blank=True)
combo/manager/forms.py:    title = forms.CharField(label=_('New title'), max_length=150, required=False)


Fichiers

Révisions associées

Révision ece7bc55 (diff)
Ajouté par Benjamin Dauvergne il y a plus d'un an

gallery: set title max_length to 150 (#73279)

Historique

#2

Mis à jour par Benjamin Dauvergne il y a plus d'un an

  • Assigné à mis à Benjamin Dauvergne
#3

Mis à jour par Benjamin Dauvergne il y a plus d'un an

#4

Mis à jour par Frédéric Péters il y a plus d'un an

  • Statut changé de Solution proposée à En cours

→ gitea.

#5

Mis à jour par Robot Gitea il y a plus d'un an

  • Statut changé de En cours à Solution proposée

Benjamin Dauvergne (bdauvergne) a ouvert une pull request sur Gitea concernant cette demande :

#6

Mis à jour par Robot Gitea il y a plus d'un an

  • Statut changé de Solution proposée à Solution validée

Nicolas Roche (nroche) a approuvé une pull request sur Gitea concernant cette demande :

Ack

#7

Mis à jour par Robot Gitea il y a plus d'un an

  • Statut changé de Solution validée à Résolu (à déployer)

Benjamin Dauvergne (bdauvergne) a mergé une pull request sur Gitea concernant cette demande :

#8

Mis à jour par Transition automatique il y a plus d'un an

  • Statut changé de Résolu (à déployer) à Solution déployée
#9

Mis à jour par Transition automatique il y a environ un an

Automatic expiration

Formats disponibles : Atom PDF