1

Topic: Multiple Bugs/Feature Requests for iRedAdmin Pro 1.6.1

Hello,

Here is multiple bugs/simple features requests:

1. If you find User by Search you can't see disk quota usage for user as Quota usage info is shown only in User listing for Domain.
Would be nice If you put this info User profile view also.

2. Search works like %SEARCH% - so when I have fro example registered user ia@domain.com and lots of other users ending with ia@domain.com (and I really have) I'm unable to find user as search result returns me over 500 users.

3. In User profile -> Throttling ->  Override <a href='/iredadmin/profile/domain/throttle/posta.ge'>domain setting</a>  (<a></a> tag is seen, was not in 1.5)

Thanks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Multiple Bugs/Feature Requests for iRedAdmin Pro 1.6.1

1) No plan to show quota usage in search result page. Sorry.
2) I don't see any difference between viewing mail accounts under this domain with searching this way.

kotso wrote:

3. In User profile -> Throttling ->  Override <a href='/iredadmin/profile/domain/throttle/posta.ge'>domain setting</a>  (<a></a> tag is seen, was not in 1.5)

Fixed. Patch attached below (just remove '| e' in file templates/default/macros/policyd.html, line 97):

diff -r 2a2ffabd7e06 admin/trunk/templates/default/macros/policyd.html
--- templates/default/macros/policyd.html    Sat Jul 02 17:32:05 2011 +0800
+++ templates/default/macros/policyd.html    Tue Jul 05 14:07:00 2011 +0800
@@ -94,7 +94,7 @@
     {% endif %}
 
     <div class="form-field clear">
-        <h4 class="size-250 fl-space">{{ label |e }}</h4>
+        <h4 class="size-250 fl-space">{{ label }}</h4>
         <input type="checkbox" name="{{ accountType }}Priority" value="{{ session.get('priorityOfOverrideThrottling', 30) }}" {% if value == session.get('priorityOfOverrideThrottling', 30) %}checked{%endif%}/>
     </div>
 {%- endmacro %}

3

Re: Multiple Bugs/Feature Requests for iRedAdmin Pro 1.6.1

1. OK, But will be nice if I could see it somewhere out of user listing (on user profile page maybe). As when I search for user for some sort of troubleshooting I can't see user quota usage.

2. For the search: to understand what I mean please see following pic:

https://picasaweb.google.com/lh/photo/- … directlink

As you see search returns over 1000 users and user that I look for is in list but to find it is allmost impossible.

Feature like "exact match" for search would help me smile (now I search such users directly in LDAP)

4

Re: Multiple Bugs/Feature Requests for iRedAdmin Pro 1.6.1

Will consider to achieve 'exact match'. Thanks for your feedback. smile