PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
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.
 
 
 
 
 
 
Go to file
Christian Boltz 13f1a28b6e PFAHandler:
- read_from_db(), getList(): 
  - add $searchmode parameter (_before_ $limit and $offset!) to be able to 
    use query different query modes, not only "="
  - add a warning that $condition will be changed to array only in the future
- getList(): filter $condition for fields that are available to the user
  to avoid information leaks by using search parameters
  (filter is only applied if $condition is an array!)

functions.inc.php: 
- db_where_clause():
  - add $additional_raw_where parameter for additional query parameters
  - add $searchmode parameter to be able to use query different
    query modes, not only "=" (see $allowed_operators)
  - check for allowed operators in $searchmode
  - split query into WHERE and HAVING (if a parameter has
    $struct[select] set, HAVING is used)

list-virtual.php:
- adopt getList() call to the new syntax

AliasHandler:
- adopt getList() definition and call to the new syntax

 


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1731 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
ADDITIONS INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL 11 years ago
DOCUMENTS POSTFIX_CONF.txt: 12 years ago
VIRTUAL_VACATION VIRTUAL_VACATION/INSTALL.TXT: 11 years ago
configs As a side effect of the previous commit (r1568), we can use login.php 12 years ago
css default.css: 12 years ago
debian 2.92 (aka 3.0 beta2) release 11 years ago
images added quota level percentage display 15 years ago
languages list.php: 11 years ago
model PFAHandler: 11 years ago
scripts Add CliScheme.php: 11 years ago
smarty update Smarty to 3.1.21 11 years ago
templates list.tpl: 11 years ago
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 15 years ago
users login.php, users/login.php: 12 years ago
CHANGELOG.TXT 2.92 (aka 3.0 beta2) release 11 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL 11 years ago
LICENSE.TXT LICENSE.TXT: 15 years ago
backup.php functions.inc.php: 12 years ago
broadcast-message.php broadcast-message.php: 11 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 16 years ago
common.php use !empty to avoid error 12 years ago
config.inc.php config.inc.php: 11 years ago
delete.php delete.php: 12 years ago
edit.php edit.php: 11 years ago
editactive.php editactive.php: 12 years ago
fetchmail.php fetchmail.php: 11 years ago
functions.inc.php PFAHandler: 11 years ago
index.php remove "postfixadmin.com" in comments in lots of files 12 years ago
list-admin.php remove "postfixadmin.com" in comments in lots of files 12 years ago
list-domain.php remove "postfixadmin.com" in comments in lots of files 12 years ago
list-virtual.php PFAHandler: 11 years ago
list.php list.php: 11 years ago
login.php login.php, users/login.php: 12 years ago
main.php remove "postfixadmin.com" in comments in lots of files 12 years ago
sendmail.php remove "postfixadmin.com" in comments in lots of files 12 years ago
setup.php setup.php: 12 years ago
smarty.inc.php smarty.inc.php : use !empty to avoid php moaning 12 years ago
upgrade.php upgrade.php: 11 years ago
vacation.php vacation.php: 11 years ago
variables.inc.php remove "postfixadmin.com" in comments in lots of files 12 years ago
viewlog.php various files: 12 years ago
xmlrpc.php fix xmlrpc function call (non-static method being called statically); fix method docblock which is read by Zend_XmlRpc_Server etc 12 years ago