Commit Graph

76 Commits

Author SHA1 Message Date
reliberate
4a4517a5ab Functions: Enhance img_spacer() function.
Dialplan Edit: Integrate img_spacer() to fix row divider.
Default/Domain/User Settings: Use img_spacer() function for color swatches.
Contact Times: Adjust for recent changes on img_spacer() function.
2016-04-01 19:44:26 -06:00
reliberate
9cfedbf2e9 Function: Created key_press function to dynamically generate key detection javascript.
Voicemail: Ctrl+A checks all checkboxes, pressing Delete deletes the checked Voicemails.
Editor: Integrated key_press function.
Command: Integrated key_press function.
2016-03-31 17:11:37 -06:00
FusionPBX
688b65867e Merge pull request #1521 from moteus/mysql_escape
Fix. use `mysqli_real_escape_string` instead or deprecated `mysql_real_escape_string`
2016-03-31 09:04:35 -06:00
reliberate
5ad7291333 Default Settings: Enhance swatch display on color values. 2016-03-30 17:43:57 -06:00
reliberate
93a4f00e8b Functions: Added color adjustment and color format conversion functions. 2016-03-30 00:34:15 -06:00
Alexey Melnichuk
b2c5bd85a3 Fix. use mysqli_real_escape_string instead or deprecated mysql_real_escape_string
From PHP.net
```
Warning
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0.
Instead, the MySQLi or PDO_MySQL extension should be used.
...
Alternatives to this function include:
 * mysqli_real_escape_string()
 * PDO::quote()
```
2016-03-29 16:34:36 +03:00
markjcrane
08b4e3138c Add destination number regex and string_to_regex function. 2016-03-17 13:22:03 -06:00
mafoo
5e97c0df2c WhitespaceClean-resources/others
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:57:01 +00:00
markjcrane
122f0bb0a2 Remove the + from the format_phone function. 2016-01-02 16:22:19 -07:00
markjcrane
5da1286329 Add session cookie httponly and set it to true. 2015-12-21 20:52:54 -07:00
markjcrane
e2feca300a Remove this->write_debug from the recursive functions. 2015-12-21 04:31:44 -07:00
markjcrane
302238dc67 Remove 'protected' from the function. 2015-12-21 04:28:23 -07:00
Matthew Vale
c0cc276601 migrated install_switch's recursive_* routines 2015-12-21 10:54:48 +00:00
markjcrane
4df39487d0 Test if email_validate function exists and fix change the indentation from spaces to tabs. 2015-12-20 22:36:34 -07:00
markjcrane
7c061fab0f Change the version to 4.1 to represent that their are bug fixes and features added since 4.0.x. 2015-12-15 22:06:35 -07:00
Matthew Vale
a936bbcf74 moved config_lua responsibility to install_switch 2015-12-01 15:13:33 +00:00
Matthew Vale
42e9771791 use fixed value for the replacement as DIRECTORY_SEPARATOR changes per platform 2015-12-01 11:44:24 +00:00
Matthew Vale
d520226c87 corrected the normalizer 2015-12-01 11:35:23 +00:00
Matthew Vale
db1e53296e db_create not create_db
corrected version detection
corrected constant
2015-12-01 10:23:24 +00:00
Matthew Vale
d305dd2f79 added normalize_path 2015-12-01 10:11:39 +00:00
FusionPBX
cbbe5acdad Update functions.php
Minor version update to 4.0.1
2015-10-02 17:23:52 -06:00
markjcrane
a7915f6dd9 Remove the is_numeric on format_phone. 2015-09-15 21:53:14 -06:00
markjcrane
f978a397fb Update the version from 4.0 to 4.0.0. 2015-08-16 03:05:19 -06:00
markjcrane
b3a29bbe2f FusionPBX Official version 4.0 released. 2015-08-16 02:03:09 -06:00
markjcrane
1ed020ceda The email_validate is a generic function so moving it to resources/functions.php. 2015-07-28 11:17:33 -06:00
reliberate
e24526fb92 Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Mark Crane
291e9d7b15 Improve vertical line spacing. 2015-06-08 18:11:56 +00:00
Mark Crane
57ceca4590 Account for the fact that mb_strtolower is not always available. 2015-06-01 04:54:21 +00:00
Mark Crane
163413cb85 Minor version update for the development branch updated to 3.9.0. 2015-05-30 20:33:12 +00:00
Nate Jones
1ff7d1c1ba Contacts: Added Times/Timer to track support. 2015-05-17 06:16:43 +00:00
Mark Crane
acaac84edc Minor version update to FusionPBX 3.8.3. 2015-05-12 06:51:01 +00:00
Mark Crane
19e1500170 Minor version upgrade FusionPBX 3.8.2. 2015-05-10 06:36:19 +00:00
Mark Crane
1297133d8d Minor version update FusionPBX 3.8.1 2015-05-09 18:34:02 +00:00
Mark Crane
86af85d039 Release the official version of FusionPBX 3.8. 2015-05-05 08:20:49 +00:00
Mark Crane
e616fad12e Add the format number to destinations list and adjust the function to only process numeric. 2015-05-05 04:50:23 +00:00
Nate Jones
0acd0922ff Devices: Prevent duplicate username within domain (if device assigned to a domain) or globally (if domain set to Global).
Functions: Added is_mac() and format_mac() functions.
2015-05-04 20:07:51 +00:00
Mark Crane
3526897a0c Update the version from 3.7.1 to 3.8 Release Candidate 1. We have tested it heavily so anticipate it will be a short RC version. 2015-05-01 13:48:42 +00:00
Nate Jones
c03bcd76bb Conference Center: Add ability to use a Phrase for the Greeting, resolving Issue 921 and Issue 818. 2015-04-17 18:41:31 +00:00
luis daniel lucio quiroz
18ca473bc2 numeric version function 2015-04-14 23:58:03 +00:00
Nate Jones
107dcd9b69 Operator Panel: Added ability to set Eavesdrop destination (from assigned extensions), pause refresh manually or on mouse hover of control elements for better user experience. Hide eavesdrop function if no extensions assigned to user (addresses Issue 851). 2015-02-17 11:04:56 +00:00
Nate Jones
cd80258a0c Default Settings Edit: JSON value detection.
Functions: is_json function added.
2015-01-24 04:39:17 +00:00
luis daniel lucio quiroz
51fef13893 new version function as an alias of software_version 2015-01-04 02:34:22 +00:00
Nate Jones
0147c9bf2f Login (Default): Password Reset functionality (requires PHP mcrypt library, Enhanced & Minimized themes only, enable in Default Settings). 2014-12-06 17:53:29 +00:00
Nate Jones
fc2cfaa149 Functions: Miskey in valid_email function check. 2014-11-29 13:01:59 +00:00
Nate Jones
29c47d90a8 Functions: Corrected logic in valid_email(). 2014-09-30 09:22:29 +00:00
Mark Crane
d742f190f1 Fix and move the format_phone array 2014-08-31 00:57:58 +00:00
Mark Crane
4a171cc806 Fix the format_phone function 2014-08-30 23:14:24 +00:00
Nate Jones
56ffe0b937 Enhanced Theme: Restored displaying domain name in header, can control visibility and style using Default Settings. 2014-08-30 06:31:14 +00:00
Nate Jones
b4e61290f1 Function: Moved recur_sounds_dir() to functions.php, removed from ivr_menu_edit.php and conference_center_edit.php. 2014-08-25 18:01:26 +00:00
Mark Crane
7ae7671a3e Update dev branch version to 3.7.1 2014-08-22 08:19:59 +00:00