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
..
access_controls
adminer
backup
call_block
call_broadcast
call_center_active
call_centers
call_flows
calls
calls_active
click_to_call
conference_centers
conference_controls
conference_profiles
conferences
conferences_active
contacts
database_transactions
destinations
devices
dialplan
dialplan_inbound
dialplan_outbound
edit
emails
exec
extensions
fax
fifo
fifo_list
follow_me
gateways
ivr_menus
log_viewer
meetings
modules
music_on_hold
operator_panel
phrases
pin_numbers
provision
recordings
registrations
ring_groups
scripts
services
settings
sip_profiles
sip_status
system
tftp
time_conditions
tones
traffic_graph
vars
voicemail_greetings
voicemails
xml_cdr