Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 1173)

Ticket Resolution Summary Owner Reporter
#996 fixed Different widths of input fields in edit profile michael
Description

When you edit your profile you can see different widths of input fields and textareas.

If you add "width: 100%" to the input fields all input elements have the same width.

#5399 fixed Use GLib.MainLoop instead of GObject.MainLoop mi
Description

Instantiations of GObject.MainLoop trigger a warning here:

GObject.MainLoop is deprecated; use GLib.MainLoop instead

The below patch takes care of this.

#5414 fixed Login-validator arbitrary and capricious mi
Description

Using gmg adduser I created an account for myself named "mi". However, when I tried to login using it, I was told, the login-field must be between 3 and 30 characters long.

This is wrong on many levels: . The authenticator should not be verifying the length of submitted login and password at all. Such checks might be appropriate for a new account-creation, but I was logging-in, not creating account. . Even if you disagree with the above, gmg adduser should've rejected the name as too short instead. . Not only is the lower limit of 3 too high -- a family installation can easily have one-letter accounts, the upper limit of 30 is too low as well. Though over 30 is unusual for an account-name, an e-mail address can easily exceed 30 characters.

I was able to login using my e-mail address instead of username, but this needs fixing (along with tests/test_auth.py).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.