David Goodwin
3b0d971d73
merge svn into github; fix conflict in config.inc.php's require_once config.local.php line
10 years ago
Christian Boltz
ac43e1ad2a
update changelog with changes up to r1830
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1831 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
6ee6574076
include_once(config.local.php) instead of include()ing it
...
This should avoid problems with endless include loops like in
https://sourceforge.net/p/postfixadmin/bugs/367/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1830 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
530c489ec4
editform.tpl:
...
- add {if} block for description column to make customization for
special fields/cases easier
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1829 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Pale Purple Ltd
3e62d3975a
Merge pull request #11 from captainark/master
...
Adding an option to configure the hostname in HELO when sending email from Postfix Admin
10 years ago
CaptainArk
21c4ec0dd8
smtp_client variable empty by default
10 years ago
CaptainArk
7778c0b9c6
Adding an option to configure the hostname in HELO when sending emails from Postfix Admin
10 years ago
David Goodwin
16b3615fcd
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
a9bb4b83ad
cs.lang:
...
translation update by updated by Jan Laufik (jlaufik @ sf)
https://sourceforge.net/p/postfixadmin/patches/130/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1828 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
2102c1baa8
list.tpl:
...
- 'itemkey' escaping again. I found another corner case that was broken
with |escape:"html". Therefore switch to the exact htmlentities() call
that we use in smarty.inc.php.
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1827 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
48dde6468a
list.tpl:
...
- getting the key from $RAW_item.$id_field turned out to be broken in
corner cases, leading to empty output. The better (and simpler) fix is
to just let the foreach loop set 'itemkey'.
- the example for special handling of a specific table and field
contained a superfluous </tr>
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1826 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
80e99e1b54
tw.lang language update by Wally LEE <Wally @SF>
...
https://sourceforge.net/p/postfixadmin/bugs/362/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1825 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
b261db86c7
Merge pull request #9 from phyrog/master
...
Add sqlite backend option (thank you @phyrog for doing this)
(imported from github)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1824 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Pale Purple Ltd
ce53a81683
Merge pull request #9 from phyrog/master
...
Add sqlite backend option (thank you @phyrog for doing this)
10 years ago
Tom Gehrke
92f1dbdf39
Add sqlite backend option
10 years ago
David Goodwin
c817c56bac
Merge remote-tracking branch 'svnexport/master'
10 years ago
David Goodwin
4b37a249c7
remove incorrect advice; see bug report:359
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1823 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
88e1239115
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
ba46282f92
use smarty html_options instead of select_options()
...
list-virtual and viewlog were the last users of select_options()
smarty.inc.php:
- drop (now unused) select_options()
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1822 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
b7c6bc1399
Merge remote-tracking branch 'svnexport/master'
10 years ago
David Goodwin
96a89889a2
apparently a typo - thanks marcin-github - see d93c56e34a
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1821 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
d1dad8a31c
merge patch from 54a77ecb9c - thanks lisergey - encode message body with wide-chars UTF8
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1820 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
a71d0b2fa1
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
085e7e4bfb
list.tpl:
...
- base edit, editactive and delete links on $RAW_item to avoid double
escaping ($items is already html-escaped, and we url-escape it for
links). This fixes the remaining part of
http://sourceforge.net/p/postfixadmin/bugs/356/
- simplify displaying "html" fields by using $RAW_item. This also fixes
problems with funny[tm] item names that differ when html-encoded (like
the ' char)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1812 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
680e96b590
list-virtual_alias_domain:
...
- also assign RAW_items (from $RAW_tAliasDomains)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1811 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
129a65b8c5
functions.inc.php:
...
- gen_show_status(): escape mail addresses in query.
Fixes https://sourceforge.net/p/postfixadmin/bugs/356/
(mostly - the edit/delete/... links in list-virtual are double-escaped)
In theory this could allow SQL injection, in practise the mail address
regex limits this issue to a DOS (creating a mail address with ' caused
an invalid query that broke list-virtual)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1809 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
1c9a8575ab
Merge remote-tracking branch 'github/master'
10 years ago
David Goodwin
bfcbb18a8b
Merge remote-tracking branch 'svnexport/master'
10 years ago
Christian Boltz
dd652974e0
refresh debian/patches/db_credentials
...
Also update the changelog once more - let's hope this is really the
beta3 release now ;-)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1801 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
9636fe9de3
3.0 beta3 (= 2.93) release - update $version and changelog
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1799 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Pale Purple Ltd
c78c70a314
add link to cboltz's presentation pdf
10 years ago
David Goodwin
b3c442c1f8
Merge remote-tracking branch 'svnexport/master'
10 years ago
David Goodwin
dbc8204ab1
try and support older versions of PHP (e.g 5.3) which do not support closures etc
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1798 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
David Goodwin
a190ca8f3b
Merge remote-tracking branch 'svnexport/master'
10 years ago
David Goodwin
2a0720d93c
fix https://sourceforge.net/p/postfixadmin/bugs/320/ - allow mariadb to be used instead of mysql
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1797 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
c9b43879de
config.inc.php:
...
- mention MariaDB as another option for 'mysqli' database type
https://sourceforge.net/p/postfixadmin/feature-requests/103/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1796 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
73ffaad7e8
upgrade.php:
...
- change fetchmail.date from DATECURRENT to date
https://sourceforge.net/p/postfixadmin/bugs/351/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1795 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
faed3a47d3
Changelog update (up to r1793)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1794 a1433add-5e2c-0410-b055-b7f2511e0802
10 years ago
Christian Boltz
d401139d24
sv.lang translation update
...
by Thomas Karlsson, https://sourceforge.net/p/postfixadmin/patches/128/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1793 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
e0caa236e9
Merge remote-tracking branch 'svnexport/master'
11 years ago
David Goodwin
9c022f7e01
merge patch from https://sourceforge.net/p/postfixadmin/bugs/347/ (thank you Eugene Grosbein) - explictly set session_cache_limiter to nocache
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1792 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
cd0df0a287
Merge remote-tracking branch 'svnexport/master'
11 years ago
David Goodwin
15648b7d1c
merge in from github - thanks to marcin-github
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1791 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
David Goodwin
d5279e487d
Merge remote-tracking branch 'github/master'
11 years ago
David Goodwin
0cc235ac3d
Merge remote-tracking branch 'svnexport/master'
11 years ago
Pale Purple Ltd
98265365b8
Merge pull request #3 from marcin-github/master
...
Update of polish translation
11 years ago
Marcin
208f3b7f9f
Update of polish translation
11 years ago
Christian Boltz
5307cfe48a
functions.inc.php check_domain():
...
Measure time needed for the nameserver queries, and error_log a warning
if the queries need more than 2 seconds in total.
Inspired by a question from t-ask on IRC, who suffered from a slow
nameserver and had some "fun" to debug it ;-)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1790 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Pale Purple Ltd
3526819b90
Merge pull request #2 from smeinecke/patch-1
...
Fixed typo in INSTALL.TXT
11 years ago
David Goodwin
0da2bcd463
Merge remote-tracking branch 'svnexport/master'
11 years ago