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
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
Nate
|
9995bc4361
|
Contacts - Edit: List view, button and bulk action updates, modal integration.
|
2020-01-23 21:24:10 -07:00 |
Nate
|
1569da66fd
|
Contacts: Token integration.
|
2019-09-17 22:28:22 -06:00 |
Nate
|
4ce02d1627
|
Database class integration.
|
2019-07-26 22:43:33 -06:00 |
Nate
|
6db56a52a1
|
Database class integration.
|
2019-07-26 19:05:19 -06:00 |
AlexanderDCrane
|
658651c682
|
Update contact_setting_edit.php (#3367)
|
2018-08-31 12:13:37 -06:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
AlexanderDCrane
|
7dbe8b8288
|
Update contact_setting_edit.php (#3291)
|
2018-08-27 15:12:11 -06:00 |
FusionPBX
|
0f551f6954
|
Update contact_setting_edit.php
|
2018-07-11 23:00:05 -06:00 |
AlexanderDCrane
|
88ba99d6b1
|
Update contact_setting_edit.php (#3169)
|
2018-06-13 00:51:00 -06:00 |
Mafoo
|
3cab4401cf
|
Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
|
2017-06-09 20:13:40 -06:00 |
markjcrane
|
6ee9b8f6cc
|
Order contacts by last modified date by default.
|
2015-10-20 01:39:54 -06:00 |
Nate Jones
|
26e7d2c718
|
Contacts: Fixed/implemented permissions, added Relations.
|
2015-03-27 04:35:21 +00:00 |
Nate Jones
|
ded7cb3266
|
Visual adjustments.
|
2015-02-15 11:57:14 +00:00 |
Mark Crane
|
c5755666cb
|
Add the text class to more of the applications.
|
2015-01-18 10:06:08 +00:00 |
luis daniel lucio quiroz
|
29abe8c652
|
HTML5 input tags for contact_*_edit
|
2014-12-21 18:38:20 +00:00 |
Nate Jones
|
0efc467795
|
Contacts: Added ability to import Google Contacts. Requires: PHP curl and Google: Account, API Console Project, Contacts API and OAuth Client ID credentials.
|
2014-11-25 08:35:53 +00:00 |
Nate Jones
|
be47e75eab
|
Contacts: Ability to add unlimited Emails and URLs. Ability to specify a primary Email, Address, URL, and Number. Ability to select or define a custom label for Emails, Addresses, URLs, and Numbers (similar to Google Contacts).
|
2014-11-19 03:44:41 +00:00 |
Mark Crane
|
ef6f6ed9f4
|
Fix the app_languages labels as the only the type should have the dash after it. Fix the spacing so the layout looks better.
|
2014-11-08 21:44:57 +00:00 |
luis daniel lucio quiroz
|
46225da3f4
|
contact settings support
|
2014-11-08 03:34:02 +00:00 |