Commit Graph

2959 Commits

Author SHA1 Message Date
Len
fcffd3e247 Update y000000000065.cfg 2017-06-05 16:12:02 -04:00
Len
5fb740561b Update y000000000035.cfg 2017-06-05 16:09:23 -04:00
Len
5d2a9f0450 Update y000000000028.cfg 2017-06-05 16:07:53 -04:00
Len
0d7f1e5049 Update y000000000066.cfg 2017-06-05 16:06:32 -04:00
Len
3db86cb618 Update y000000000028.cfg 2017-06-05 16:04:18 -04:00
FusionPBX
f751189447 Create v8.conf.xml 2017-06-05 11:49:51 -06:00
FusionPBX
58ba80e989 Create opus.conf.xml 2017-06-05 11:43:02 -06:00
Alexey Melnichuk
9cc513d3d4 Fix. Find php interpreter when use CGI/FastCGI mode. (#2640)
Prev version has bug when extension_dir has relative path (e.g. `ext`)
`basedir('ext')` returns not empty string by dot symbol `.` so it going to
infinity loop.
Also official distro of PHP has no executable binaries with version (phpX.exe)
only `php.exe`.
Tested on OpenServer with PHP 5.3-7.1 under Apache/Nginx.
And also on manual install of Nginx 1.11 / PHP 5.4
2017-06-05 08:47:38 -06:00
netpro25
73032b5fae Update fax_retry.lua (#2625)
Had an issue with malformed email confirmation where the number_dialed was showing up with a bunch of random repeating strings after it. This resolved it for me. Also fixed a grammar error.
2017-06-02 22:33:32 -06:00
Mafoo
3c23fb5115 BugFix [master] language update (#2628)
Imported Found language ro as ro-ro Romanian (tested by reverse translation)
Add placeholders for all found languages
Add new missing flags
Enhancements to text class
* improved sort to keep language-* tags organized at the top
* if a language is missing a name tag, add it
* changed organizer to not add a final \n
* corrected some indenting
* added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php
* added language_totals, this is used by the optional languages application to calculate how complete a language is
2017-06-02 13:24:12 -06:00
Mafoo
b4dce6f4f2 BugFix [master] - Convert all menus to 2-2 format (#2627)
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00
Kristian Karlsson
b67931a139 BugFix [master] - Update languages (#2621)
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
Mafoo
97ecc657a1 BugFix [master] - menu class (#2622)
when a translation is missing/blank take it from en-us
take the list of lanaguages from text class so all languages get a value
(should fix missing logout button in some languages)
2017-06-01 10:21:21 -06:00
Mafoo
584679503e BugFix [master] - messages class (#2618)
htmlspecialchars isn't required for the javascript, only the \r?\n escape
2017-05-31 14:09:07 -06:00
Mafoo
f2e1fa6290 BugFix [master] - messages class escape more text automatically (#2612)
because we are using javascript to populate the messages list we need to
make sure all special chars are escaped or line feeds will cause
problems
2017-05-30 13:44:51 -06:00
Alexey Melnichuk
64b1134482 Add. Support DND feature via BLF key (#2606) 2017-05-29 09:50:20 -06:00
Mafoo
52642ea175 BugFix [master] database class (#2594)
Fix for if you send an array containing both updates and new data, it would end up placing all the new data on top of the last item containing the uuid of the last update (if updates are earlier in the array than new items)
2017-05-28 10:18:07 -06:00
FusionPBX
da7f893081 Update {$mac}.xml 2017-05-28 09:58:26 -06:00
FusionPBX
bcf281dee4 Create {$mac}.xml 2017-05-28 09:56:40 -06:00
Mafoo
d53fd72998 Enhance [master] Better reasons for 403 in database class (#2596)
update return message when code 403 to also state the permission that failed
2017-05-25 23:54:10 -06:00
Mafoo
7ec01104f5 BugFix [master] text class (#2598)
update escape_str to more reliabiliy escape the string into a consistent
format
2017-05-23 09:26:33 -06:00
Alexey Melnichuk
fa787880d4 Fix. Remove using call_prompt field. (#2589)
It marked as deprecated and do not used anywhere.
2017-05-21 01:32:24 -06:00
FusionPBX
bf7f211b46 Update intercept.lua 2017-05-19 01:21:19 -06:00
FusionPBX
688cdc5e90 Update intercept.lua 2017-05-19 01:17:08 -06:00
FusionPBX
dd37b89353 Update intercept.lua 2017-05-19 01:07:05 -06:00
Andrei Mahalean
9fdb3bf649 Add provisioning template for Yealink T19P-E2 (#2584) 2017-05-18 08:44:43 -06:00
FusionPBX
30f0d515b2 Update app_languages.php 2017-05-16 10:23:53 -06:00
Mafoo
301b540600 Enhance [master] add column descriptions to xml_cdr (#2571)
update th_order_by to accept optional description parameter that will
populate the title field and append the , sort(order)
2017-05-13 14:14:03 -06:00
Mafoo
55ae0b2b42 Enhance - Convert all languages to 2-2 digit (#2581)
Convert all languages to use the en-us style codes
Where an installation is using a 2 digit code, use the legacy map to find
the mapped language and provide that text correctly
Have escape_str strip \' before converting or we end up with a double
encode
Update organzie_languages to understand how to convert legacy languages
automatically
updated flags
2017-05-13 13:13:38 -06:00
FusionPBX
1dff786b60 Update sofia.conf.lua 2017-05-12 13:21:19 -06:00
FusionPBX
24fb954811 Update sofia.conf.lua 2017-05-12 12:36:34 -06:00
Mafoo
543a555471 reworked text class to gather the languages on construction (more efficient) (#2576)
organize_languages will now use an internal function to escape values as fusion's check_str would not be appropriate
enabled two missing flags
organize on remaining app_languages.php and add missing 'he'
2017-05-12 08:44:53 -06:00
Mafoo
bca24ac04d BugFix [master] Languages add missing text placeholders (#2572)
* BugFix [master] Languages add missing text placeholders

add placeholders for missing language text
reorganise file so languages are in a consistent order with en-us always first, and the remaining stored alphabetically
space out tag names to make them line up for readability

* add organize_language to text class

also add get_languages
2017-05-10 13:40:46 -06:00
FusionPBX
340ed5142d Update directory.lua 2017-05-08 23:20:31 -06:00
FusionPBX
0715194731 Update directory.lua 2017-05-08 23:17:03 -06:00
FusionPBX
bc3f8b6d85 Update y000000000068.cfg 2017-05-01 14:21:35 -07:00
FusionPBX
ed39b3213e Update y000000000068.cfg 2017-05-01 14:20:58 -07:00
FusionPBX
31af723da0 Create directory.xml 2017-05-01 14:19:41 -07:00
FusionPBX
873cfb4866 Create favorite_setting.xml 2017-05-01 14:18:28 -07:00
FusionPBX
4615a7f95d Create y000000000068.cfg 2017-05-01 14:17:37 -07:00
FusionPBX
86f6fe91de Create {$mac}.cfg 2017-05-01 14:11:25 -07:00
FusionPBX
fd4e0a3b5f Create smpp.conf.xml 2017-04-28 19:41:40 -06:00
Len
c3dd94a067 Update {$mac}.cfg 2017-04-28 12:59:05 -04:00
Len
f0260f8098 Update {$mac}.xml 2017-04-27 23:08:27 -04:00
FusionPBX
a8213843cf Fix the dnsnaptr spelling mistake. 2017-04-27 18:22:46 -06:00
FusionPBX
e322660bdc Fix the dnsnaptr spelling mistake. 2017-04-27 18:21:44 -06:00
FusionPBX
e582a57f49 Update check_auth.php 2017-04-27 17:58:20 -06:00
The-Operator
6314b2c993 Updates to German and Austrian translations (#2549)
Updates and error corrections
2017-04-27 15:19:36 -06:00
Mafoo
e2d34a856b Enhance-Add message stack (#2521)
Implement new messages class
Support legacy $_SESSION['message_*']
New function messages::add($message, $mood, $delay) to simplify adding messages
updated core/users/user_edit.php to demonstrate
includes space->tab corrections
2017-04-27 11:30:52 -06:00
The-Operator
df3f153ebd Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00