fusionate
d234fb185a
Multiple Apps: Integrate content cards.
2024-09-04 16:55:24 -06:00
fusionate
7d84742212
System Status: Ace Editor icon change.
2024-01-24 20:48:02 +00:00
fusionate
657cbb1b48
System Status: Enhance Support Information section.
2024-01-24 16:49:10 +00:00
FusionPBX
cfbfd8ab52
Update system.php fix the quotes.
2024-01-23 21:08:53 -07:00
FusionPBX
04d08eb76c
Update labels
2024-01-23 16:18:11 -07:00
frytimo
4e9dd1cdc9
Create information area for bug reports or errors to the Support Team ( #6876 )
...
* initial commit for system information bug report data
* add javascript to copy to clipboard
* add javascript to copy to clipboard
* Update copy_to_clipboard.js
* Update system.php
* Update app_languages.php
Add other languages
* move function file to resources/functions directory
* use the array returned from system_information function
* Update app_languages.php
* update path locations
* remove require files
* Merge origin/create_json_page_for_bug_report into create_json_page_for_bug_report
2024-01-23 16:11:51 -07:00
frytimo
3a4c2f72e2
Event socket bug fix and more docs ( #6823 )
...
* Add documentation to methods. Use is_resource for added type detection
* Allow connect to specify timeout in microseconds with default 30,000
* Update calling mechanism for event sockets
* Update project for new singleton event sockets
* remove unused variable
* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
fusionate
2a54aa025c
Misc: Remove parameters from event_socket_create() call.
2023-09-20 17:25:24 +00: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
951340dc1b
System Status: Update for PHP 8.1
2023-05-29 19:59:27 +00: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
FusionPBX
615a776af4
Add database connections and size
2023-02-15 09:51:36 -07:00
FusionPBX
7afcad0743
Add database information ( #6551 )
...
* Add database information
Show the database version.
* Add title-database
* Update app_config.php
2023-02-14 10:30:38 -07:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
jrmcclean
e22b1fc4e2
Update system.php ( #5369 )
...
* Update system.php
PHP version info is not displaying when FreeSWITCH is off. Line 169 corrects this issue and the information is displayed regardless if FreeSWITCH is on or off.
Added Windows support to display System Memory.
2020-07-30 09:36:27 -06:00
chansizzle
d1ffe9aa38
Update system.php ( #4990 )
2019-12-28 12:16:34 -07:00
FusionPBX
c9fca6ac99
Update system.php
2019-11-07 23:21:59 -07:00
Alexey Melnichuk
d321965e37
Fix. Do not try `fetch` git repo when open system page. ( #2903 )
...
Fix. Symbol '^' should be inside double quotes on Windows system.
Fetch may be not possible in some cases but git still be valid.
I test git status on repo with changes. And it also returns 0 as
return code.
2017-11-07 08:22:33 -07:00
Mafoo
137a282a1b
Enhance - system_info ( #2656 )
...
display more information about the operating system
2017-06-08 12:44:15 -06:00
FusionPBX
771f81a568
System Status make the code more consistent.
2017-06-07 12:47:17 -06:00
Mafoo
43f1c10396
Enhance-system information ( #2650 )
...
use human format and wide display for free under linux
use posix output format and totals on df under linux
make spacing consistent on value assignements
2017-06-07 08:58:33 -06:00
Mafoo
047ecaffd2
BugFix [master] system information git ( #2499 )
...
fix for if the .git folder is present but corrupt
2017-04-13 10:07:21 -06:00
Mafoo
6ef6d24fac
Enhance [master] Show more git information ( #2461 )
...
make commit id clickable though to origin
display a status of the branch compared to remote
2017-04-03 09:49:35 -06:00
markjcrane
7bcb324e58
Fix a minor mistake.
2016-02-04 23:39:08 -07:00
markjcrane
b4f9a1308e
Hide memcache on the system status page if FreeSWITCH is not installed.
2016-02-04 23:28:23 -07:00
Matthew Vale
91e4d3af28
Added display of project root
2016-01-12 13:55:32 +00:00
markjcrane
349f6df103
Remove an extra round bracket.
2015-12-12 10:34:52 -07:00
Matthew Vale
fdd1542b66
patch for SunOS
...
corrected collection of switch version during detect_switch
2015-12-11 14:57:14 +00:00
Matthew Vale
cd8f1e6660
added switch git_info where available
2015-12-10 11:58:09 +00:00
Matthew Vale
45d9c2039d
updated switch version detection
...
will now work with both git and packaged version numbers
added bits to detect_switch
2015-12-10 10:51:38 +00:00
Matthew Vale
2c369260fc
added freeswitch version when retrievable
2015-12-07 17:38:54 +00:00
Matthew Vale
8d62c96ef7
use $git_path to determine if it is a git install
2015-12-07 17:37:41 +00:00
Matthew Vale
950788b92e
changed label to text[*]
2015-12-07 17:32:20 +00:00
markjcrane
e484d9758b
Add missing translation labels and remove the quotes arounds the GIT values.
2015-12-06 13:57:56 -07:00
markjcrane
9b9c98995a
Get rid of the abbreviation its recommended to use the full name in the variable unless it makes it really long in order to make the code easier to read and more intuitive.
2015-12-06 13:51:19 -07:00
Matthew Vale
0be63dff0e
Add git information to system info
2015-12-04 12:18:11 +00:00
Nate Jones
ded7cb3266
Visual adjustments.
2015-02-15 11:57:14 +00:00
Nate Jones
996e89c396
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00
Nate Jones
147d03169d
Use the new multi-lingual code on fusionpbx/app sub directories.
2015-01-18 10:04:43 +00:00
Mark Crane
e3dd425f8f
Change the class name from switch_modules to modules.
2014-11-23 09:45:10 +00:00
Nate Jones
d459c0a0eb
Implemented Issue 594 (Feature Request) - Memcache status added to bottom of System Status page.
2014-06-13 20:28:46 +00:00
Mark Crane
e9aa47069c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
6a70d8db41
Change includes/checkauth.php to resources/check_auth.php.
2013-07-06 05:50:55 +00:00
James Rose
3de176384d
App->System, added initial support for translations
2012-11-24 02:30:11 +00:00
Mark Crane
af103e9c41
Add a missing file sip_profile_copy.php to the dev branch.
2012-06-04 14:58:40 +00:00