fusionpbx/app/fax
jebsolutions 251b808558 #1987 combined fix for 4.2 (#2030)
app/fax/app_defaults.php:
+ 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:25:02 -06:00
..
resources Cleanups. 2016-04-25 22:16:19 -05:00
app_config.php #1987 combined fix for 4.2 (#2030) 2016-11-03 16:25:02 -06:00
app_defaults.php #1987 combined fix for 4.2 (#2030) 2016-11-03 16:25:02 -06:00
app_languages.php First pass on app/* 2015-12-10 10:12:41 +00:00
app_menu.php Add latest translations 2015-08-02 23:42:11 +00:00
fax.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
fax_active.php Fix. Display correct gateway name in URI on `Fax Active` page 2016-03-23 14:02:33 +03:00
fax_active_exec.php Add. Ability to delete fax queue element 2015-12-08 16:42:13 +03:00
fax_active_inc.php Fix. Display correct gateway name in URI on `Fax Active` page 2016-03-23 14:02:33 +03:00
fax_copy.php \r\n --> \n 2016-04-25 20:30:23 -05:00
fax_delete.php Fax: Upgrade script to generate and store meta-data from existing fax files, fix Lua script to insert correct fax file path into db, JavaScript prompt corrections, adjust redirect after send to use new interface, fix delete so files on file system are removed (using path from db), fix paging and sorting on Inbox and Sent, fix TIF to PDF conversion for viewing sent/received faxes (if PDF version not present). 2015-05-09 05:22:29 +00:00
fax_edit.php Update fax_edit.php 2016-08-13 14:22:11 -06:00
fax_emails.php \r\n --> \n 2016-04-25 20:30:23 -05:00
fax_file_delete.php \r\n --> \n 2016-04-25 20:30:23 -05:00
fax_files.php Use FreeSWITCH to run mkdir so it inherits its own user and group permissions. 2016-06-28 15:18:40 -06:00
fax_files_remote.php Fix. use new parse_message function to Fax Inbox page. (#1559) 2016-08-25 16:10:22 -06:00
fax_log_delete.php Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
fax_log_view.php #1987 combined fix for 4.2 (#2030) 2016-11-03 16:25:02 -06:00
fax_logs.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
fax_send.php [4.2] allow page-break on fax_message & fax_footer (#1978) 2016-10-11 22:52:14 -07:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00