Christian Boltz
f2c56c9203
edit-mailbox.php
...
- fix: put the values the user entered in the form again if an error was
detected (instead of showing the form completely empty)
- fix: do not check for password length when password is not going to be
changed (empty password field).
Thanks to Danilo Montagna (dmontagna) for pointing this out!
https://sourceforge.net/forum/message.php?msg_id=4709926
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@291 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
8f637b2162
de.lang:
...
- small fix: Mailboxes -> Mailboxen
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@290 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
88c3246764
setup.php:
...
- added check for $CONF['configured']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@289 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
f12ac3a8c8
common.php:
...
- check if setup.php exists before blindly redirecting to it.
Display error message if the user has already deleted it.
(old behaviour caused some user confusion)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@288 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
07a823ef6a
edit-mailbox.php: Closes #1865124 - too short error was not telling the user the minimum size
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@287 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
7279fb2ac5
upgrade.php: needless echo removed; tested on another PostgreSQL database - worked fine
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@286 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
269c70d330
edit-mailbox.php: random edits - I thought password length check was already in... </confusion>
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@285 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
66a253d4d3
list-virtual.php: Exit after header redirect
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@284 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
e16334361c
functions.inc.php
...
- fixed wrong comment about check_language parameter
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@283 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
481012a2a9
backup.php
...
- also backup vacation_notification table
Reported by Johan Hendriks (sylhouette) - thanks!
https://sourceforge.net/tracker/index.php?func=detail&aid=1860193&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@282 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
56968abc0c
templates/menu.php:
...
- added JS to enable dropdowns in IE
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&group_id=191583
stylesheet.css:
- dupliated the menu :hover styles as .sfhover for IE
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@281 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
f217f0c1bb
Summary: Added language selector to login form
...
functions.inc.php:
- function check_language
- new optional parameter $use_post (needed by login.php)
- check for language cookie
- check for $_POST['lang']
- removed substr() call because it made pt-br translation unuseable
- new function language_selector
- returns a HTML dropdown language selector
- new function safecookie
- similar to safeget, but for cookies
templates/login.php, templates/users_login.php:
- display language selector dropdown
login.php, users/login.php:
- check for selected language
- set cookie if user selected non-default language
languages/language.php: (NEW FILE)
- list of supported languages
- language names taken from phpMyAdmin login form
common.php:
- include languages/language.php
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@280 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
44dbfb5e26
new .deb release
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@279 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
6c758eb4db
upgrade.php: fix pgsql isms - i..e check that fields exist before trying to remove them, likewise for tables; minor syntax fixes in upgrade etc; tested and works for me
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@278 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
36657401c7
upgrade.php: should work for postgresql now
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@277 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
7a914cd66a
templates/users_vacation.php:
...
- whitespace changes to match vim: comment (ts=4)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@276 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
40045401d3
users/password.php:
...
- fixed syntax error
https://sourceforge.net/tracker/index.php?func=detail&aid=1852533&group_id=191583&atid=937964
- use correct string for "password too short" message
(see r270 commit message)
en.lang:
- added usage comment on PALANG['pPasswordTooShort']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@275 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
d39d7b44aa
create-domain.php:
...
- partly undo last change (r273) - $fBackupmx is not used in the SQL query,
but in the template file
- keep usage of db_get_boolean() for $sqlBackupmx
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@274 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
eb1ddd2a80
create-domain.php:
...
- make $fBackupmx pgsql-compatible (using db_get_boolean())
Thanks to Micheas Herman (micheas)
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1858922&group_id=191583
- also use db_get_boolean() for $sqlBackupmx - that's better than
checking for pgsql explicitely
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@273 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
70dea6ca05
edit-mailbox.php; indentation fix
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@272 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
3c2bf37f4a
upgrade.php: implemented some of the postgresql functions; have not tested it yet though
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@271 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
595ee7d37a
users/password.php: add password length checking (thought I had already committed this!) (cboltz: what is the right string to use in the error message?)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@270 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
bbfb953ebe
da.lang:
...
- translation update by jespermeyer - thanks!
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1851126&group_id=191583
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@269 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
d821e03b93
setup.php:
...
- added check for multibyte string extension (mb_encode_mimeheader)
- added note that Apache version check failure can be ignored if another
webserver is used
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@268 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
6cb2953c90
broadcast-message.php:
...
- fix typo: encode_base64 -> base64_encode
https://sourceforge.net/forum/forum.php?thread_id=1891143&forum_id=676076
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@267 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
8c6f6fc8ee
templates/search.php:
...
- removed superfluous and buggy superadmin check. Fixes
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1844063&group_id=191583
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@266 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
282e90691f
*.lang:
...
- added re-translation comments for pSendmail_result_error and
pSendmail_result_success
de.lang:
- re-translated the two strings listed above
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@265 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
a2bd792e9e
language-update.sh:
...
- new parameter --addcomment - adds a comment to all *.lang files except en.lang
Useful if a text has changed and needs to be re-translated.
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@264 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
af19e515ed
- removed duplicate, unused string $PALANG['pPassword_too_short_error'] again.
...
Please use the existing string pPasswordTooShort
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@263 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
d688b00197
languages/en.lang: fix string for successful mail sending
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@262 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
b97855ba0b
en.lang: add error message if password is too short
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@261 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
a463f4865a
templates/footer.php: change target for version check (does not exist yet)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@260 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
c1ca6f716a
search.php: reindent; and merge patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1845743&group_id=191583&atid=937966
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@259 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
9ef961a770
setup.php:
...
- added missing define('POSTFIXADMIN', 1);
https://sourceforge.net/forum/message.php?msg_id=4660403
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@258 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
e78a64d6ff
language-update.sh
...
- added translation statistics script (new parameter --stats)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@257 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
02195254d7
common.php
...
- define('POSTFIXADMIN', 1)
templates/*.php
- check if POSTFIXADMIN is defined to prevent direct access to the
template files
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@256 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
9a33ceb628
templates/users_vacation.php: everyone knows a "tab" is 4 spaces..
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@255 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
6febf0396c
fix possible XSS hole (security fix)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@254 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
63817ea955
fix possible XSS hole (security fix)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@253 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
6fa88019ab
try and stop it (the browser) remembering stuff
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@252 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
8295f88637
config.inc.php: update - use dirname(__FILE__) for path resolution
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@251 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
39953d029d
rename templates to .php instead of .tpl
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@250 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
9b295d27ce
stylesheet.css:
...
- fixed some syntax errors
Thanks to Jan Örnstedt (ornstedt) for the patch
https://sourceforge.net/tracker/index.php?func=detail&aid=1839084&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@249 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
34f1b2efe5
edit-alias.php:
...
- correctly recognize empty input (first cleanup whitespace, then check).
Before this fix, aliases with empty goto could be created by entering
some spaces or newlines.
https://sourceforge.net/tracker/index.php?func=detail&aid=1839061&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@248 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
664aa2b860
users/edit-alias.php:
...
- trim() goto targets to avoid wrong messages about empty goto field
if first line is empty
https://sourceforge.net/tracker/index.php?func=detail&aid=1839061&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@247 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
8f0b75feda
users_edit-alias.tpl:
...
- fix: mailbox not removed from alias targets
https://sourceforge.net/tracker/index.php?func=detail&aid=1839063&group_id=191583&atid=937964
- don't list mailbox in "to" field. We have option fields for this
below the textarea.
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@246 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
e74a109dc7
sv.lang:
...
- more translations by Jan Örnstedt (ornstedt)
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1834023&group_id=191583
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@245 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
0c69533dd7
da.lang:
...
- language upate by Jesper R. Meyer (jespermeyer) - thanks!
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1839068&group_id=191583
sv.lang:
- fixed an Ö that was accidently inserted by my editor
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@244 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
1df4b68ac8
several *.php files:
...
- no longer use $incpath - merging admin/ is done
http://sourceforge.net/tracker/index.php?func=detail&aid=1838327&group_id=191583&atid=937964
Note that $incpath is still used by common.php - removing it would break users/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@243 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
6797912ca9
common.php: ensure register_globals are not enabled
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@242 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago