Matthew Vale
98ba8ea089
corrected use of detect
2015-11-26 18:45:11 +00:00
Matthew Vale
6cb5fb5f5d
incorrect reference to get the switch to restart
2015-11-26 18:35:11 +00:00
Matthew Vale
14b873f5db
corrected spelling mistake
2015-11-26 18:25:46 +00:00
Matthew Vale
f45881ec4b
moved upgrade function from app_defaults
...
moved upgrade function out to upgrade.php otherwise during initial
install all app_defaults get run twice
2015-11-26 18:24:09 +00:00
Matthew Vale
55e463b0ff
populate event_socket_* for core/upgrade/app_defaults
2015-11-26 18:12:35 +00:00
Matthew Vale
ca6bd18b64
Corrected incorrect merge
2015-11-26 17:53:02 +00:00
Matthew Vale
64e42958b3
moved restart and unprotected app_defaults
2015-11-26 16:57:34 +00:00
Matthew Vale
b793ccba9d
changed install order
2015-11-26 15:57:32 +00:00
Matthew Vale
e4d02022d6
moved fusionPBX install after switch install
2015-11-26 14:56:56 +00:00
Matthew Vale
9b7b8fcf05
merge from master
...
changed handling for upgrade to utilize the session event details if
detect_switch is missing
2015-11-26 14:50:30 +00:00
Matthew Vale
02b39d9256
Corrected storage of the event_port
...
made a warning render correctly
added a warning about choosing a remote host
2015-11-26 14:33:08 +00:00
Matthew Vale
40d5b5a0de
fixed detection of timezone on debian
...
removed add_new_switch temporarily, currently not supported
2015-11-26 13:20:04 +00:00
Matthew Vale
f819eaf65c
Added check
...
will now throw if the config.lua could not be opened for writing
2015-11-26 11:23:52 +00:00
Matthew Vale
e28247d826
Migrated styling into template
2015-11-25 15:31:33 +00:00
Matthew Vale
20dd2065a7
Updated detected configuration
2015-11-25 15:19:00 +00:00
Matthew Vale
b664574278
Changed countries list to be retrieved from new countries class
...
disabled next on change of language
2015-11-24 16:27:04 +00:00
Matthew Vale
0227b11822
Merge remote-tracking branch 'remotes/fusionpbx/master' into Install_Rewrite
...
Conflicts:
themes/enhanced/app_defaults.php
2015-11-20 10:50:27 +00:00
Matthew Vale
18c7a500b7
Bugfix
2015-11-19 14:57:47 +00:00
Matthew Vale
850a1af0c0
Added more ringer types
...
corrected reference to ssl dir to use $conf_dir
moved countries list out to its own file so it can be maintained easier
(and used by other apps)
2015-11-19 14:54:04 +00:00
Matthew Vale
116298f721
Added External IPv6 support
...
created the external IPv6 profile
2015-11-19 13:57:23 +00:00
Matthew Vale
8505605202
BugFix + Optional Enable extensions appear in directory
...
BugFix to respect http_domain_filter when auto creating
setting provision> directory_extensions populates $extensions as a
contacts array in provisioning
2015-11-19 13:17:01 +00:00
Matthew Vale
caacf5e64e
Optimized control of background images
...
It is now possible to have the default setting to enable background
images (via theme > enable_background_images) but have a domain turn it
off again as they want to use gradients or specific images.
Upgrading any installation that already has any background_image enabled
will cause enable_background_images to turn on to let it continue to
work.
Including support code that the new install system will utilize, should
not affect existing systems.
2015-11-19 11:33:07 +00:00
Matthew Vale
75efd1bd58
Resolved install issues, environment now in tact enough to run app_defaults
2015-11-18 17:30:43 +00:00
Matthew Vale
192ef9fc3f
Merge remote-tracking branch 'remotes/fusionpbx/master' into Install_Rewrite
2015-11-18 17:08:37 +00:00
Matthew Vale
9db81bdcb6
re-added file to file conflict
2015-11-18 17:05:10 +00:00
Matthew Vale
9c1277f85c
removed old installers
2015-11-17 17:02:39 +00:00
Matthew Vale
702466ea52
Initial Rewrite
2015-11-17 17:02:38 +00:00
Mafoo
09db455c3a
Merge pull request #3 from fusionpbx/master
...
Merge from master
2015-11-17 16:59:50 +00:00
Matthew Vale
e66b2f831a
added support to name the languages
...
added remaining flags i have from the famfamfam set and renamed them to country names
2015-11-17 16:20:14 +00:00
Matthew Vale
b53999069c
Enhancements to language support (for future use)
...
optimized the text.php to check the language code once, not every time
2015-11-16 09:41:34 +00:00
Matthew Vale
04fbd896df
made button elements render the same as input.btn
2015-11-12 11:10:34 +00:00
Matthew Vale
6339a7363d
missed none when pasting new code
2015-11-09 11:49:09 +00:00
Matthew Vale
1fd61fb37e
Bugfix for destinations_edit.php
...
the tr_fax_detecion segment is optional so causes the onchange_type javascript to stop when it can't find it.
2015-11-09 11:47:15 +00:00
Matthew Vale
fbc9488c05
added England bank holidays
...
currently it is not possible to integrate floating days (Christmas falling on a Sunday causing Tuesday to become holiday)
or Easter, as it isn't a fixed rule for what day
2015-11-03 15:15:33 +00:00
Matthew Vale
f70266d669
bugfix when retrieving region
2015-11-03 14:34:29 +00:00
Matthew Vale
81a5fc0db1
initial rewrite of time_conditions
2015-11-03 14:23:52 +00:00
Matthew Vale
b9e8b3ef03
fix to use phrases_dir
...
changed phrases_dir to be dealt with inside app_defaults.php so it is retrieved once like the other paths
2015-11-03 11:16:05 +00:00
Mafoo
9bbca0abe2
Merge pull request #2 from fusionpbx/master
...
Merge from master
2015-11-03 10:30:18 +00:00
Matthew Vale
c1b5895219
reverted so branch is consistent for patch
2015-11-02 17:32:43 +00:00
Matthew Vale
c47908f4e4
corrected references to voicemail_dir
...
changed from $_SESSION['switch']['storage']['dir'].'/voicemail/' to correctly use $_SESSION['switch']['voicemail']['dir']
added missing storage_type to app_defaults.php
2015-11-02 17:22:13 +00:00
Matthew Vale
3a9f2b0f24
changed phrases_dir to be dealt with inside app_defaults.php so it is retrieved once like the other paths
2015-11-02 09:53:42 +00:00
Matthew Vale
63bf36ac81
Fix. use settings for the phrases path rather than assuming
2015-10-30 16:16:56 +00:00
Mafoo
482b7c43f3
Merge pull request #1 from fusionpbx/master
...
Merge from master
2015-10-30 16:04:26 +00:00