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.
- 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 | 11 years ago | |
| DOCUMENTS | 12 years ago | |
| VIRTUAL_VACATION | 11 years ago | |
| configs | 12 years ago | |
| css | 12 years ago | |
| debian | 11 years ago | |
| images | 15 years ago | |
| languages | 11 years ago | |
| model | 11 years ago | |
| scripts | 11 years ago | |
| smarty | 11 years ago | |
| templates | 11 years ago | |
| tests | 15 years ago | |
| users | 12 years ago | |
| CHANGELOG.TXT | 11 years ago | |
| GPL-LICENSE.TXT | 19 years ago | |
| INSTALL.TXT | 11 years ago | |
| LICENSE.TXT | 15 years ago | |
| backup.php | 12 years ago | |
| broadcast-message.php | 11 years ago | |
| calendar.js | 16 years ago | |
| common.php | 12 years ago | |
| config.inc.php | 11 years ago | |
| delete.php | 12 years ago | |
| edit.php | 11 years ago | |
| editactive.php | 12 years ago | |
| fetchmail.php | 11 years ago | |
| functions.inc.php | 11 years ago | |
| index.php | 12 years ago | |
| list-admin.php | 12 years ago | |
| list-domain.php | 12 years ago | |
| list-virtual.php | 11 years ago | |
| list.php | 11 years ago | |
| login.php | 12 years ago | |
| main.php | 12 years ago | |
| sendmail.php | 12 years ago | |
| setup.php | 12 years ago | |
| smarty.inc.php | 12 years ago | |
| upgrade.php | 11 years ago | |
| vacation.php | 11 years ago | |
| variables.inc.php | 12 years ago | |
| viewlog.php | 12 years ago | |
| xmlrpc.php | 12 years ago | |