Commit Graph

66 Commits

Author SHA1 Message Date
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 ee10e9c23a
Fix Ukranian translations 2023-04-29 23:35:26 -06:00
FusionPBX acf05f470a
Remove broken language characters 2023-04-29 21:45:54 -06:00
lyleatFusionPBX ff944683b8
Update app_menu.php (#6646) 2023-04-29 18:29:31 -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 e40749a18b
Add missing translations (#6619)
* Update app_languages.php
2023-04-26 21:08:48 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX dd1b315101
Add valet park and line feeds. 2022-05-09 15:32:10 -06:00
FusionPBX ca16c0b622
Fixed hidden calls after picking up a parked call.
Also improved code indentation.
2022-05-07 12:46:14 -06:00
FusionPBX 4d18f598b2
Use a css class for the sub category labels. 2022-05-06 14:14:29 -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 0fbecfa4ac
Update css.php (#6188)
* Update css.php

* Update app_config.php
2021-12-14 10:38:46 -07:00
Anthony d62130cf1f
Add theme default settings for operator panel (#6187)
* Add theme default settings for operator panel
2021-12-13 17:11:38 -07:00
markjcrane e429756307 Change error/user_busy to USER_BUSY 2021-09-18 23:26:21 -06:00
markjcrane 0f34a7c732 Use the escape function on name_filter to prevent XSS 2021-07-25 08:23:11 -06:00
mhoogveld bcf2366dbd
Redirect to login page when auto-refreshing a (part of a) page while being logged out (#5951) 2021-05-28 22:45:11 -06:00
Andrew Querol 42b421e646 Add a setting to control the grouping behavior if people want it back the old way. 2021-03-25 09:16:12 -05:00
Andrew Querol c16a4f60b5 Group extensions by their call_group when viewing all extensions. 2021-03-25 09:16:12 -05:00
Andrew Querol 88be4e0094 Fix user status setting. 2020-12-28 19:45:05 -06:00
FusionPBX d0be8bf379
Fix recording icon so that it would indicate the call being recorded. 2020-12-09 10:42:21 -07:00
Nate df88702ec1 Operator Panel: Enforce minimum refresh rate value. 2020-10-14 14:22:35 -06:00
Nate 9550ea7c05 Operator Panel: Implement adjustable refresh rate. 2020-10-14 14:13:51 -06:00
Stephen Forster 37ca27c791
Update index.php (#5429)
Add filter by extensions and filter by name to Operator Panel
2020-08-28 18:09:38 -06:00
Stephen Forster 6691e9d791
Update basic_operator_panel.php (#5426)
Add extra name filter option to always filter using lower case.
2020-08-27 17:59:13 -06:00
Stephen Forster 1a18863b2a
Update content.php (#5427)
Add "call on hold" state to panel. If a call is placed on hold it will have an orange overlay.
2020-08-27 17:58:35 -06:00
Stephen Forster 115ab9a093
Update content.php (#5378)
* Update content.php

Add extension and name filters, Add extension registration status. Button will be semi-transparent if not registered on FreeSWITCH

* Update content.php

Cleaned up the register status code based on block style only.
2020-08-27 09:14:39 -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 93bcc5247f Operator Panel: Validate array to mitigate warnings when no extension(s) assigned to current user. 2020-02-13 11:12:14 -07:00
Nate f95f4ac6e3 Operator Panel: Fix php array error. 2020-01-06 11:50:28 -07:00
noci2012 993f188ef4 add nl-nl translations. (#4858) 2019-11-15 09:29:56 -07:00
noci2012 1760b6041e Add nl-nl items (#4864) 2019-11-15 09:28:23 -07:00
noci2012 ee12b57dd3 Add nl-nl items (#4865) 2019-11-15 09:28:13 -07:00
FusionPBX fe64a49b0c Update exec.php 2019-10-24 03:04:34 -06:00
FusionPBX 92a9ba5d6a Update exec.php 2019-10-24 03:04:18 -06:00
FusionPBX 5402211047 Update index.php 2019-10-24 03:02:13 -06:00
FusionPBX ee54d5f33c Update exec.php 2019-10-24 02:06:21 -06:00
emaktech 6d7e9e7ca8 Modified fr-ca / fr-fr translation. (#4468) 2019-08-30 21:01:05 -04:00
Nate 733ba98dc6 Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates. 2019-08-20 18:15:50 -06:00
Nate c7baaab4a9 Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility. 2019-08-19 10:51:21 -06:00
FusionPBX 3a30aceed7 Update content.php 2019-08-10 09:56:11 -06:00
FusionPBX a4dea27e05 Update app_languages.php 2019-07-12 10:49:28 -06:00
FusionPBX 7bc190fd90 Update index.php 2019-07-12 10:44:11 -06:00
FusionPBX 25dd5df5fe Update content.php 2019-07-12 10:42:41 -06:00
FusionPBX 058acac995 Update app_config.php 2019-07-12 10:40:54 -06:00
FusionPBX b76e01d0f7 Update exec.php 2019-07-11 00:02:06 -06:00
Nate d075a083cf Database class integration. Create order_by() and limit_offset() functions. 2019-07-01 17:30:03 -06:00