You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
list-virtual.php:
- merge search functionality into list-virtual.php (even more performant
for domain admins now - search.php checked domain ownership after
querying all domains...)
(Use list-virtual.php?search=searchterm to test searching)
- allow to display mailbox alias targets in mailbox list
Fields added to the mailbox list array:
* goto_mailbox (mailbox (=1) or forward-only (=0))
* goto_other (array with aliases not pointing to the mailbox)
* (vacation alias is skipped)
open question: is $display_mailbox_aliases = boolconf('special_alias_control')
correct? I'm slightly confused with alias_control, alias_control_admin
and special_alias_control...
- build mailbox query step by step instead of having several variants
which overlap 90% (and include a high bug potential, as already
demonstrated by me ;-)
templates/list-virtual.php
- added search result highlighting
- added displaying of mailbox aliases (goto_mailbox and goto_other)
- removed ?domain= parameter for edit-alias.php, other edit-*.php have
to follow (otherwise we'll have to extract the domain from the address
to avoid incorrect parameters in search mode)
functions.inc.php
- added db_in_clause() which builds a "field in(x, y)" clause for
database queries
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@751 a1433add-5e2c-0410-b055-b7f2511e0802
|
16 years ago | |
|---|---|---|
| .. | ||
| admin_create-admin.php | 18 years ago | |
| admin_create-domain.php | 17 years ago | |
| admin_edit-admin.php | 18 years ago | |
| admin_edit-domain.php | 17 years ago | |
| admin_list-admin.php | 18 years ago | |
| admin_list-domain.php | 17 years ago | |
| broadcast-message.php | 18 years ago | |
| create-alias-domain.php | 18 years ago | |
| create-alias.php | 17 years ago | |
| create-mailbox.php | 16 years ago | |
| edit-alias.php | 17 years ago | |
| edit-mailbox.php | 17 years ago | |
| edit-vacation.php | 18 years ago | |
| fetchmail.php | 18 years ago | |
| footer.php | 18 years ago | |
| header.php | 17 years ago | |
| index.php | 18 years ago | |
| list-virtual.php | 16 years ago | |
| login.php | 18 years ago | |
| main.php | 16 years ago | |
| menu.php | 17 years ago | |
| message.php | 18 years ago | |
| overview-get.php | 18 years ago | |
| password.php | 18 years ago | |
| search.php | 17 years ago | |
| sendmail.php | 18 years ago | |
| users_edit-alias.php | 17 years ago | |
| users_login.php | 18 years ago | |
| users_main.php | 18 years ago | |
| users_menu.php | 18 years ago | |
| users_password.php | 17 years ago | |
| users_vacation.php | 18 years ago | |
| viewlog.php | 18 years ago | |