Files
fusionpbx/app
jebsolutions 27694ba988 app/fax/app_defaults.php: (#2031)
+ fix: duplicate check only within same default_setting_category.  This fixes the bug where "keep_local" for fax wasn't being created because there was a "keep_local" for voicemail.  Without this fix you will get a lua error due to the field not being set and nothing shows up in the sent faxes log.

fax/fax_log_view.php:
+ fix: back button text is missing.  Copied correct localized text code from another fax page that worked.

app/fax/app_config.php
+ fix: date field is now timestamp for postgres+mysql.  This fixes the listing only showing the date, not the time as well.

Note: app->defaults doesn't change field types.  Existing installs will have to manually update the field type e.g. for postgres:

sudo -sHu postgres
\d fusionpbx
alter table v_fax_logs alter column fax_date type timestamp without time zone;
\q
2016-11-03 16:24:40 -06:00
..
2016-10-22 21:26:39 -06:00
2016-10-28 15:25:38 -06:00
2016-11-01 13:45:51 -06:00
2016-10-14 08:32:15 -06:00
2016-08-04 20:00:23 -06:00
2016-10-23 10:58:51 -06:00
2016-10-22 23:07:14 -06:00
2016-10-22 23:34:26 -06:00
2016-11-01 21:54:37 -06:00
2016-11-03 16:24:40 -06:00
2016-10-22 22:44:01 -06:00
2016-10-23 10:44:35 -06:00
2016-04-25 20:30:23 -05:00
2016-05-26 13:08:53 -06:00
2016-08-22 20:04:23 -06:00
2016-08-13 14:09:02 -06:00
2016-06-22 13:49:54 -06:00
2016-10-23 13:13:34 -06:00
2016-09-22 19:25:43 -06:00
2016-10-23 13:00:31 -06:00
2016-09-08 17:27:34 -06:00
2016-05-23 21:37:21 -06:00
2016-06-30 14:51:56 -06:00
2016-07-27 22:26:02 -06:00
2016-10-22 22:36:16 -06:00
2016-09-03 20:32:19 -06:00
2016-10-14 09:18:42 -06:00
2016-10-25 18:06:34 -06:00