[GH-ISSUE #94] Various issues reported by email #71

Closed
opened 2026-02-26 09:35:37 +03:00 by kerem · 0 comments
Owner

Originally created by @barryo on GitHub (Jun 10, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/94

Reported by direct email to me:

It is an excellent work and I will try to develop and extend it.

I have collected some bugs (most of them are minor). I am not yet familiar with github so, I send them to you until I create them to github. I whould also to contribute, but I have first to learn how github works.

Anyway these are the bugs:

  1. Min password setting is hardcoded to

library/ViMbAdmin/Form/Mailbox/AddEdit.php
library/ViMbAdmin/Form/Admin/Password.php
library/ViMbAdmin/Form/Mailbox/Password.php

and ignores the application.ini setting

defaults.mailbox.min_password_length

  1. When saving a password to mailbox table, there is no prefix for md5 or other encryptions

I have added "{PLAIN-MD5}" to

file: vendor/opensolutions/oss-framework/OSS/Auth/Password.php
class: OSS_Auth_Password
function: hash()

  1. 'Password' input should be set as type="password" in html, or not to be stored in browser's memory

Check this: http://www.w3schools.com/tags/att_input_autocomplete.asp

  1. 'Active' button/flag at domain/mail lists does nothing.
  2. There is no 'Active' checkbox at mailbox add/edit forms.
  3. When viewing a datatables-list and move my mouse over an operation icon (ex. password change), it pop-ups a help-box. When help-box appears, this column slightly moves (1-2 pixels) on the left, making difficult sometimes to click it.
  4. Change all main submit buttons (ex. Login) to be on right. If you want them on the left, move all of them to the left. For example, login form has 'Login' on the left, while other buttons are on the right.
  5. When I edit a domain, I would like to view it in advanced mode (or to be stored somehow as a setting).
  6. When I open a form, the first input-box should take focus.
  7. If it is possible bottom-bar's links should not follow tab-tab focus.
  8. When I create a new mailbox from main page (ex. http://server/vimbadmin/mailbox/add) the domain list (combobox) maybe searchable like this http://harvesthq.github.io/chosen/
    There is a bootstrap plugin for chosen.
Originally created by @barryo on GitHub (Jun 10, 2014). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/94 **Reported by direct email to me:** It is an excellent work and I will try to develop and extend it. I have collected some bugs (most of them are minor). I am not yet familiar with github so, I send them to you until I create them to github. I whould also to contribute, but I have first to learn how github works. Anyway these are the bugs: 1. Min password setting is hardcoded to library/ViMbAdmin/Form/Mailbox/AddEdit.php library/ViMbAdmin/Form/Admin/Password.php library/ViMbAdmin/Form/Mailbox/Password.php and ignores the application.ini setting defaults.mailbox.min_password_length 1. When saving a password to mailbox table, there is no prefix for md5 or other encryptions I have added "{PLAIN-MD5}" to file: vendor/opensolutions/oss-framework/OSS/Auth/Password.php class: OSS_Auth_Password function: hash() 1. 'Password' input should be set as type="password" in html, or not to be stored in browser's memory Check this: http://www.w3schools.com/tags/att_input_autocomplete.asp 1. 'Active' button/flag at domain/mail lists does nothing. 2. There is no 'Active' checkbox at mailbox add/edit forms. 3. When viewing a datatables-list and move my mouse over an operation icon (ex. password change), it pop-ups a help-box. When help-box appears, this column slightly moves (1-2 pixels) on the left, making difficult sometimes to click it. 4. Change all main submit buttons (ex. Login) to be on right. If you want them on the left, move all of them to the left. For example, login form has 'Login' on the left, while other buttons are on the right. 5. When I edit a domain, I would like to view it in advanced mode (or to be stored somehow as a setting). 6. When I open a form, the first input-box should take focus. 7. If it is possible bottom-bar's links should not follow tab-tab focus. 8. When I create a new mailbox from main page (ex. http://server/vimbadmin/mailbox/add) the domain list (combobox) maybe searchable like this http://harvesthq.github.io/chosen/ There is a bootstrap plugin for chosen.
kerem closed this issue 2026-02-26 09:35:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#71
No description provided.