0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Jan Kruis e279c77ca5 languages/nl.lang translation from english for new function such as dkim and password
public/editactive.php			edit wrong description text it said this module is used for deleting admin domains mailbos etc
					modify templates that it is used

public/list-virtual.php			modify templates that it is used
					modify the remarks behind arguments and internal , the texteditor thought the text after this was still remark text untl is see */

public/vacation.php and
model/VacantionHandel.php		adjust date string actionFrom and activeUntil these are written in the database as e.g. 2020-10-01 15:14:00 and 2020-10-30-15:14:00
					this should be 2020-10-01 00:00:00 and 2020-10-30 23:59:59 so that it contains all day, this happens if no holiday has been set for the account yet
					when adjusting the dates, the seconds of until are set to 00 instead of 59. When the holiday is canceled and then action is taken again, the from time
					to the time when the setting is made.

templates/editform.tpl			remove blank space

templates/list-virtual_mailbox.tpl	remove indent tabs
2022-10-12 17:46:15 +02:00
..
AdminHandler.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
AdminpasswordHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
AliasdomainHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
AliasHandler.php Avoid deprecation in PHP 8.1 2022-07-15 11:44:58 +02:00
CliDelete.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliEdit.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
CliHelp.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliScheme.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliView.php composer format 2022-07-17 21:16:47 +01:00
Config.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
DkimHandler.php rename 'txtlarge' field type to 'txta' 2022-07-23 21:22:49 +02:00
DkimsigningHandler.php Drop duplicate db_delete() call from DkimHandler 2022-07-18 22:57:55 +02:00
DomainHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
FetchmailHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
Login.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
MailboxHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
PFAHandler.php rename 'txtlarge' field type to 'txta' 2022-07-23 21:22:49 +02:00
PFASmarty.php this might be a more logical approach - only try and call htmlentities on things that are stringy or arrays 2022-08-29 08:35:54 +01:00
Shell.php phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
VacationHandler.php languages/nl.lang translation from english for new function such as dkim and password 2022-10-12 17:46:15 +02:00