
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (63)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (5729)
-
Evolution #4203 (En cours) : Utiliser le type email sur les champs concernés en HTML5
25 octobre 2018, par b bComme indiqué dans cet article https://www.smashingmagazine.com/2018/10/form-design-patterns-excerpt-a-registration-form/ :
The input’s type attribute is set to email, which triggers an email-specific onscreen keyboard on mobile devices. This gives users easy access to the @ and . (dot) symbols which every email address must contain.
On devrait donc, si la config HTML5 est active (voir ce que je dis à ce sujet dans #4202), utiliser ce type sur les inputs des emails (comme c’est déjà le cas dans saisies).
-
Anomalie #4351 (Nouveau) : Login par email (cookie spip_admin)
17 juin 2019Pour avancer un peu dans une identification par email + pass (cf #1740) (et non par login + pass), il faudrait privilégier l’affichage de l’email si on le connait dans le formulaire de login.
Actuellement, le formulaire de login essaie de pré-remplir l’input login avec … le login de l’auteur. On préfèrerait afficher l’email.Pour qu’il pré-remplisse de préférence avec l’email, notamment pour les rédacteurs / admins ayant accès à l’espace privé, il faut que le cookie spip_admin soit adapté en conséquence (pour le moment on stocke dedans la valeur du login, non pas la valeur de l’email).
C’est ce qui est proposé dans ce diff.
Est-ce que cette modification conviendrait ? -
Anomalie #3326 : formulaire editer_auteur et traitement de l’email foireux
30 octobre 2014, par b bYo mignon, est-ce qu’un simple trim sur l’email dans traiter ne suffirait pas ?