Anthony
|
624856090e
|
Added Greek translations to app_languages.php files in fusionpbx/app/ (#6834)
* Added Greek translations to call_forward/app_languages.php
* Added Greek translations to call_recordings/app_languages.php
* Added Greek translations to active_calls/app_languages.php
* Added Greek translations to click_to_call/app_languages.php
* Added Greek translations to conference_center/app_languages.php
* Added Greek translations to conference_controls/app_languages.php
* Added Greek translations to conference_profiles/app_languages.php
* Added Greek translations to conferences/app_languages.php
|
2023-11-20 16:40:51 -07:00 |
FusionPBX
|
c6d966395e
|
Use settings class for app_defaults.php
|
2023-09-16 00:22:12 -06:00 |
markjcrane
|
a9bd6cbc9a
|
Update the to point to app/switch/resources/conf
|
2023-06-26 13:37:08 -06:00 |
frytimo
|
d7bbcd89f5
|
Use magic constant dir (#6711)
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-06-15 11:28:23 -06:00 |
fusionate
|
37fd554842
|
Conference Profiles: Updates for PHP 8.1
|
2023-06-02 20:00:19 +00:00 |
Alex
|
d6b73cf296
|
more php 8.1 changes (#6734)
* Update ivr_menu_edit.php
* Update ringbacks.php
* Update call_block_edit.php
* Update call_broadcast.php
* Update call_broadcast_edit.php
* Update call_center_queue_edit.php
* Update call_center_queue_edit.php
* Update call_center_agent_status.php
* Update call_center_queue_edit.php
* Update call_center_agent_edit.php
* Update call_center_queues.php
* Update call_flow_edit.php
* Update call_broadcast.php
* Update call_forward.php
* Update call_broadcast_send.php
* Update conference_rooms.php
* Update conference_centers.php
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_profile_edit.php
* Update database_transaction_edit.php
* Update database_transactions.php
|
2023-06-01 16:39:05 -06:00 |
Alex
|
410f5e6f68
|
more php 8.1 changes (#6727)
* Update call_broadcast.php
* Update call_broadcast_edit.php
* Update conference_center_edit.php
* Update call_flows.php
* Update conference_room_edit.php
* Update conference_sessions.php
* Update conference_session_details.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_control_detail_edit.php
* Update conference_profiles.php
* Update conference_profile_edit.php
* Update conference_profile_params.php
* Update conference_profile_param_edit.php
* Update conferences.php
* Update conference_edit.php
* Update conferences.php
* Update conference_interactive_inc.php
* Update contacts.php
|
2023-05-31 09:11:50 -06:00 |
Alex
|
ac38507462
|
Update translations (#6682)
* Update translations
* Update app_menu.php
* Update app_languages.php
|
2023-05-10 18:20:44 -06:00 |
Alex
|
3e0ec8b752
|
Add missing translations (#6673)
|
2023-05-09 11:39:02 -06:00 |
frytimo
|
fef8165be2
|
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-05-05 10:46:37 -06:00 |
markjcrane
|
1513bd3301
|
Add Chinese, Korean, and Japanese translations
|
2023-05-03 10:36:25 -06:00 |
markjcrane
|
28fe89066e
|
Add Chinese, Korean, and Japanese translations
|
2023-05-02 22:05:16 -06:00 |
FusionPBX
|
5a3b35cb83
|
Add additional languages (#6654)
|
2023-05-02 16:12:06 -06:00 |
frytimo
|
69bd42af05
|
remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
|
2023-04-27 20:18:53 -06:00 |
Alex
|
c0443e4da9
|
Add missing translations (#6629)
* Add missing translations
* Update app_languages.php
|
2023-04-27 20:15:26 -06:00 |
Alex
|
7326cb845a
|
Set default for enabled (#6556)
* Set default for enabled
* Update conference_profile_edit.php
* Update call_block_edit.php
* Update conference_control_edit.php
* Update conference_control_detail_edit.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update email_template_edit.php
* Update extension_edit.php
* Update module_edit.php
* Update phrase_edit.php
* Update ring_group_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update time_condition_edit.php
* Update var_edit.php
* Update voicemail_edit.php
* Update call_block_edit.php
* Update default_setting_edit.php
* Update domain_setting_edit.php
* Update domain_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update call_flow_edit.php
* Update email_template_edit.php
* Update call_flow_edit.php
* Update bridge_edit.php
* Update email_template_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update default_setting_edit.php
* Update email_template_edit.php
* Update extension_setting_edit.php
* Update default_setting_edit.php
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update default_setting_edit.php
|
2023-02-17 14:21:41 -07:00 |
Alex
|
a229d1e46c
|
Add enabled toggle to more pages and bug fix (#6552)
* Add enabled toggle to more pages and bug fix
* Add device profile enable toggle
* fixed enable on bridge_edit.php
* Fixed enable on call_block_edit.php
* Fixed enable on call_flow_edit.php
* Fixed enable on conference_center_edit.php
* Add conference room enabled toggle
* Fixed enable on conference_control_detail_edit.php
* Fixed enable on conference_control_edit.php
* Fixed enable on conference_profile_edit.php
* Add conference profile param enabled toggle
* Fixed enable on conference_edit.php
* Fixed enabled on device_edit.php
* Fixed enable on extension_edit.php
* Fixed enable on gateway_edit.php
* Fixed enable on number_translation_edit.php
* Fixed enable on phrase_edit.php
* Fixed enable on ring_group_edit.php
* Fixed enable on sip_profile_edit.php
* Fixed enable on stream_edit.php
* Fixed enable on time_condition_edit.php
* Fixed enable on var_edit.php
* Fixed enable on voicemail_edit.php
* Fixed enable on user_edit.php
* Fixed enable on user_setting_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update stream_edit.php
* Fixed enable on default_setting_edit.php
* Fixed enable on domain_edit.php
* Fixed enable on email_template_edit.php
* Fixed enable on module_edit.php
|
2023-02-14 11:19:02 -07:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
markjcrane
|
eb5c25aa35
|
Add insert_date, insert_user, update_date, update_user to all tables
|
2022-09-18 00:54:37 -06:00 |
nyash
|
0bc048a634
|
Add/edit some polish translations (#6327)
* Add/edit some polish translations
* Minor touches to polish translations
|
2022-03-26 14:30:02 -06:00 |
AlexC
|
2a74114cf2
|
Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php
* Update call_block.php
* Update call_center_queues.php
* Update call_center_agents.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update music_on_hold.php
* Update phrases.php
* Update recordings.php
* Update streams.php
* Update voicemails.php
* Update devices.php
* Update device_vendors.php
* Update device_vendor_functions.php
* Update extensions.php
* Update gateways.php
* Update dialplans.php
* Update destinations.php
* Update email_templates.php
* Update modules.php
* Update sip_profiles.php
* Update vars.php
* Update databases.php
* Update users.php
* Update default_settings.php
* Update domains.php
* Update groups.php
* Update menu.php
|
2022-01-13 11:37:59 -07:00 |
Anthony
|
1db3e5ba14
|
Removed Search Reset (#6241)
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
|
2022-01-12 16:00:01 -07:00 |
FusionPBX
|
67be72b452
|
Database save method set to false. (#6215)
* When database save set to false for app_defaults.php
|
2021-12-24 12:42:16 -07:00 |
Nate
|
1686e0520d
|
Conference Profiles: Modal integration.
|
2020-03-26 07:41:56 -06:00 |
racitup
|
a1699f6fa6
|
Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2020-03-20 14:47:13 -06:00 |
Nate
|
e8494facee
|
Multiple: Add IDs to form tags, remove empty action attributes.
|
2020-03-05 10:02:25 -07:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
Nate
|
cdb02fd831
|
Conference Profiles: Remove deprecated profile and parameter delete scripts.
|
2020-02-12 12:57:45 -07:00 |
Nate
|
9b6c133300
|
Conference Profiles: List view, button, token, class updates, etc.
|
2020-01-15 12:21:16 -07:00 |
chansizzle
|
d39aa28444
|
Update app_config.php (#5020)
|
2020-01-08 13:11:28 -07:00 |
Nate
|
823dcaf4cd
|
Conference Profiles: Add window titles.
|
2020-01-06 11:23:17 -07:00 |
Nate
|
3e5f93128f
|
Conference Profiles: Adde individual row toggle.
|
2019-12-18 13:14:18 -07:00 |
FusionPBX
|
c1c2f3d3f1
|
Update conference_profiles.php
|
2019-12-17 21:32:20 -07:00 |
FusionPBX
|
aba349e031
|
Create conference_profiles.php
|
2019-12-17 21:28:14 -07:00 |
FusionPBX
|
4410f6eb67
|
Update app_languages.php
|
2019-12-17 21:26:58 -07:00 |
noci2012
|
0b49249546
|
Next batch of nl-nl translations. (#4883)
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
* Add nl-nl items (xml_cdr)
* This reverts commit 41afeb4796.
* Add nl-nl items (voicemail_greetings)
* Add nl-nl items (system)
* Add nl-nl items (sip_profiles)
* Add nl-nl items (sip_status)
* Add nl-nl items (settings)
* Add nl-nl items (database_transactions)
* Add nl-nl items (destinations)
* Add nl-nl (devices)
* Add nl-nl (conferences)
* Add nl-nl (conferences_active)
* Add nl-nl (conference_centers)
* Update nl-nl (conference_centers)
* Add nl-nl (conference_controls)
* Add nl-nl items (conference_profiles)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_outbound)
* Add nl-nl items (dialplans)
* Add nl-nl items (edit)
* Add nl-nl items (email_logs)
* Add nl-nl items (errors)
* Add nl-nl items (exec)
|
2019-11-20 15:16:17 -07:00 |
Nate
|
d35a978400
|
Conference Profiles: Token integration.
|
2019-09-17 22:17:18 -06:00 |
emaktech
|
068de9a150
|
Modified fr-ca / fr-fr translation. (#4497)
|
2019-09-05 13:45:14 -06:00 |
FusionPBX
|
9cbbad0518
|
Update conference_profile_params.php
|
2019-08-10 09:30:59 -06:00 |
Nate
|
12d7ceb397
|
Database class integration.
|
2019-07-29 09:26:52 -06:00 |
Nate
|
eef66c8848
|
Database class integration.
|
2019-07-06 17:27:36 -06:00 |
AlexanderDCrane
|
042ae115c9
|
Update conference_profiles.php (#4250)
|
2019-06-03 11:40:09 -06:00 |
AlexanderDCrane
|
b0ad7ed699
|
Update conference_profile_params.php (#4251)
|
2019-06-03 11:33:26 -06:00 |
FusionPBX
|
862528db2b
|
Update app_config.php
|
2019-03-24 08:21:26 -06:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
Len
|
78a5a68a40
|
Update conference_profile_param_edit.php (#3325)
problem: blank page
bug fix: removed extra " on line 159, 170, 206
|
2018-08-28 19:33:13 -06:00 |
AlexanderDCrane
|
b022e1ff69
|
Update conference_profile_params.php (#3285)
|
2018-08-27 14:50:47 -06:00 |
AlexanderDCrane
|
08e0bd7570
|
Update conference_profile_param_edit.php (#3288)
|
2018-08-27 14:50:12 -06:00 |
AlexanderDCrane
|
4de22df2f5
|
Escape user data on conference_profile_edit.php (#3098)
|
2018-06-09 11:39:29 -06:00 |
FusionPBX
|
e59c4eb883
|
Update conference_profiles.php
|
2018-06-05 18:14:49 -06:00 |