Christian Boltz
0ca4c62d6d
CHANGELOG.TXT:
...
- update for r1690..1700
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1701 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
d9ff7ece05
AliasHandler:
...
- initStruct(): use "SELECT COUNT(1)" instead of "SELECT 1" as workaround
for a MariaDB problem (bug?)
https://sourceforge.net/p/postfixadmin/bugs/325/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1700 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
584a85216d
INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL
...
- add required version of Zend Framework (1.12.x) and a warning that 2.x
won't work (reported by seboulba on IRC)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1699 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
efa607cf1f
Merge remote-tracking branch 'svnexport/master'
10 years ago
David Goodwin
f436a0d17c
fix typo in model/CliHelp.php as per ticket 332
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1698 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
d8795f9b77
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
4d0ebd7e1b
vacation.php:
...
- check that $tActiveUntil >= today and $tActiveUntil >= $tActiveFrom
- update header comments
- display "vacation is active" notice also to admins
(based on a patch by J.Kruis @SF,
https://sourceforge.net/p/postfixadmin/patches/122/ )
*.lang:
- add
- pVacation_until_before_today
- pVacation_until_before_from
- reply_once_per_day
- change pUsersVacation_welcome_text to 'Auto response for %s is active!'
- remove "obsolete" marker from pUsersVacation_activefrom and
pUsersVacation_activeuntil, they are still used
nl.lang:
- translation update by J.Kruis @SF
https://sourceforge.net/p/postfixadmin/patches/122/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1697 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Pale Purple Ltd
11bdb2068f
Update README.md
...
Make irc channel more obvious if irc:// doesn't work for the browser.
10 years ago
David Goodwin
6ade796829
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
06c1125e19
broadcast-message.php:
...
- remove raw HTML ("<br />") from flash_info()/flash_error() calls
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1695 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
fb4af233af
config.inc.php:
...
- add note that $CONF[vacation_domain] can't be used for "normal" mails
model/DomainHandler.php:
- validate_new_id():
- error out when trying to add $CONF[vacation_domain]
- some whitespace fixes
- remove superfluous comment on initStruct()
*.lang:
- add 'domain_conflict_vacation_domain' error message
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1694 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
b30292c420
MailboxHandler.php:
...
- storemore():
- fix undefined variable if creating subfolders fails (bug#328)
- remove some outdated TODO notes
- create_mailbox_subfolders(): add $this->id to error_log
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1693 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
76b4e498a2
VIRTUAL_VACATION/INSTALL.TXT:
...
- change instructions to use /usr/lib/postfixadmin to avoid vacation.pl
has write access to itsself
- replace instructions for /var/spool/vacation/ with instructions for a
log file or directory
- various other changes
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1692 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
2e6f20a473
*.lang:
...
- add pViewlog_action_delete_admin (needed to avoid an error when
deleting an admin)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1691 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
d80816ad86
DomainHandler:
...
- $CONF[default_aliases] can now use the new domain as alias target
http://sourceforge.net/p/postfixadmin/patches/124/
config.inc.php:
- update comment for $CONF[default_aliases]
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1690 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
986cc30224
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
5b1ab56dac
small clarification in changelog entry about vacation.pl sql
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1689 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
e826a01663
changelog update
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1688 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
bf620f5b5f
fetchmail.php:
...
- change error_reporting() to exclude E_NOTICE.
This is a workaround for
https://sourceforge.net/p/postfixadmin/bugs/322/
until fetchmail.php is converted to FetchmailHandler
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1687 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
a26e25a03a
language-update.sh:
...
- add a hint about --forcepatch to --patch help
- some whitespace fixes in help
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1686 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
6595a0a501
upgrade.php:
...
- upgrade_1685_mysql()/upgrade_1685_pgsql:
Fix existing log entries broken by
https://sourceforge.net/p/postfixadmin/bugs/317/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1685 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
c5de88390e
PFAHandler.php:
...
fix logging - log the domain instead of $this->id
- add protected $domain (used for logging)
- add function domain_from_id()
- http://sourceforge.net/p/postfixadmin/bugs/317/
AliasHandler.php:
- add function domain_from_id()
MailboxHandler.php:
- add function domain_from_id()
- init(): use $this->domain instead of splitting $this-id again
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1684 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
3f62a577a4
CliHelp:
...
- remove help text about "password" command (not implemented)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1683 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
a98a582bc7
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
1a22118453
POSTFIX_CONF.txt:
...
- add note that active=1 needs to be changed to active='t' when using
PostgreSQL
https://sourceforge.net/p/postfixadmin/discussion/676076/thread/016fe62e/
- move around note about concat() vs. PostgreSQL
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1682 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
297b029bf2
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
7055209d8a
fetchmail.pl:
...
- fix ssl extra options (cert check, cert path, fingerprint)
Patch by Silvan Calarco <mambasoft @SF>
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1681 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
a933aa1cd8
INSTALL.TXT:
...
- change tar command to postfixadmin-$version.tar.gz (instead of 2.2)
- recommend usage of config.local.php (including a basic example how it looks)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1680 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
0f55fb4351
fr.lang:
...
- translation update by Francois Grange (rumbaya @SF)
https://sourceforge.net/p/postfixadmin/patches/123/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1679 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
8e5a4551cb
AliasHandler:
...
- fix query in getList(), which caused an empty list on some systems
https://sourceforge.net/p/postfixadmin/bugs/313/
Fix by VERSATECH SRL, versatechsrl @SF
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1678 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
d89475c39e
Merge remote-tracking branch 'svnexport/master'
11 years ago
Christian Boltz
a22fe1c4be
edit.php:
...
- check for $new instead of $edit == '' / != '' to make the code
easier to understand
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1677 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
c2d6034cc0
vacation.pl:
...
- fix two queries for postgresql
Patch by Christoph Kuchenbuch,
https://sourceforge.net/p/postfixadmin/bugs/315/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1676 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
566f2845bd
AliasHandler:
...
- setmore(): use old goto values if no new value is given. Fixes
'Making alias inactive cleans "goto" field'
https://sourceforge.net/p/postfixadmin/bugs/316/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1675 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
e670bcd5b8
list-virtual_mailbox.tpl:
...
- fix: display quota if $CONF[used_quotas] == NO
https://sourceforge.net/p/postfixadmin/bugs/307/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1674 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
d3964f600e
functions.inc.php
...
- db_get_boolean: error_log invalid values
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1672 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Pale Purple Ltd
70c98cfb7f
add note about github/svn etc.
11 years ago
Pale Purple Ltd
f8ea5a32b0
first version
11 years ago
Christian Boltz
0b116c1605
version 2.91 aka 3.0 beta1
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1670 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
7f07e7e59a
fix to work with debian/trunk etc (mysql->mysqli)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1669 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
cc2d9bdd04
beta release
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1668 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
1c011806c1
this might fix the permissions on templates_c
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1667 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
4b4461c48a
update - remove admin reference
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1666 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
1d520423a9
login.php, users/login.php:
...
- trim() $fUsername - MySQL thinks "foo" == "foo " (and therefore allows
login as "foo@example.com " - but later we'll get funny "undefined index"
problems in PFAHander->view()) when an admin wants to change the password
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1665 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
3b19dfeff6
default.css:
...
- fix path to quota background image
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1664 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
a8b79b4548
MailboxHandler:
...
- validate_new_id(): make sure mailbox creation still works if the
alias limit for the domain is hit
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1663 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
619a419611
users/password.php:
...
- include the username in messages containing %s
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1662 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
bbd7c3af77
CliEdit.php:
...
- execute(): call __handle_params() also if empty args[0] is given
- __interactive(): only ask for id if $id_field is editable
This fixes two issues with a non-editable auto_increment id field
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1661 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
da14ddf6d7
postfixadmin-cli.php:
...
- __parse_params(): only check for first character if $params[$i]
is not empty (avoids PHP warning)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1660 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
2289096ccc
Config.php:
...
- do not error_log() 'undefined config option' for deprecated options
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1659 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago