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.
postfixadmin/templates
Christian Boltz 6220b6d85c after a long weekend...
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 common.php 18 years ago
admin_create-domain.php create-domain.php: try and remove code duplication, expand use of $form_fields (defaults etc); only allow valid transport values through 17 years ago
admin_edit-admin.php common.php 18 years ago
admin_edit-domain.php checked=checked is more proper, right? 17 years ago
admin_list-admin.php common.php 18 years ago
admin_list-domain.php fix boolean handling for postgres - see https://sourceforge.net/tracker/?func=detail&aid=2830001&group_id=191583&atid=937964 17 years ago
broadcast-message.php common.php 18 years ago
create-alias-domain.php create-alias-domain.php: 18 years ago
create-alias.php try and be a bit more intelligent over which domain is selected by default in list-virtual & the menu 17 years ago
create-mailbox.php templates/create-mailbox.php 16 years ago
edit-alias.php alias editing - ensure template uses correct list of aliases 17 years ago
edit-mailbox.php edit-mailbox.php, templates/edit-mailbox.php: 17 years ago
edit-vacation.php templates/edit-vacation.php: unquote ' before display - see https://sourceforge.net/tracker/index.php?func=detail&aid=1995119&group_id=191583&atid=937966 - thanks (again) to Beuc; I presume subject also needs stripslashes on it 18 years ago
fetchmail.php common.php 18 years ago
footer.php templates/footer.php: change target for version check (does not exist yet) 18 years ago
header.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
index.php common.php 18 years ago
list-virtual.php after a long weekend... 16 years ago
login.php Summary: Added language selector to login form 18 years ago
main.php remove short open tags etc 16 years ago
menu.php try and be a bit more intelligent over which domain is selected by default in list-virtual & the menu 17 years ago
message.php common.php 18 years ago
overview-get.php common.php 18 years ago
password.php common.php 18 years ago
search.php templates/search.php, templates/list-virtual.php: 17 years ago
sendmail.php common.php 18 years ago
users_edit-alias.php remove logic from users template 17 years ago
users_login.php Summary: Added language selector to login form 18 years ago
users_main.php common.php 18 years ago
users_menu.php common.php 18 years ago
users_password.php templates/users_password.php: 17 years ago
users_vacation.php templates/users_vacation.php: 18 years ago
viewlog.php common.php 18 years ago