FusionPBX
9b888b1690
Update extension_edit.php
2018-05-09 17:36:20 -06:00
FusionPBX
59d75656a2
Update extension_edit.php
2018-04-20 13:55:58 -06:00
FusionPBX
ae8c9ad6f3
Update extension_edit.php
2018-03-20 18:15:15 -06:00
FusionPBX
c7c961d0af
Update app_config.php
2018-02-22 10:05:54 -07:00
FusionPBX
9dceedfa02
Update extensions.php
2018-02-22 09:40:45 -07:00
FusionPBX
0632da867d
Update app_config.php
2018-02-22 09:38:25 -07:00
FusionPBX
dfdea6a81c
Update extension_edit.php
2018-02-18 17:20:11 -07:00
FusionPBX
b5cbcd155a
Update extension_edit.php
2018-02-18 16:03:24 -07:00
Mafoo
7a8c72ecff
Enhance [master] - Italian Translations ( #2989 )
...
* Reinstate comments detected by text class
* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX
6084e0c17d
Update extension_edit.php
2018-02-10 12:23:05 -07:00
FusionPBX
707e32e9c3
Update extension_edit.php
2018-02-06 13:42:20 -07:00
Alexey Melnichuk
3e64a494fc
Fix. Use number_alias as VM id when do generation extensions ( #2969 )
2018-01-29 22:38:51 -07:00
FusionPBX
1073fc21ce
Update extension_delete.php
2018-01-07 20:52:30 -07:00
DigiDaz
bec6ad652c
Fix voicemail creation for ranges ( #2945 )
2017-12-21 10:06:53 -07:00
FusionPBX
9f2ac51a30
Update extensions.php
2017-12-09 13:12:27 -07:00
FusionPBX
391714c60a
Update app_config.php
2017-12-09 13:11:27 -07:00
FusionPBX
92c04d83ac
Update app_config.php
2017-12-09 13:08:33 -07:00
FusionPBX
a04d563a66
Update extensions.php
2017-12-09 13:08:09 -07:00
Alexey Melnichuk
61c90e2bfb
Fix. Show registrations for extensions with number alias. ( #2914 )
2017-11-20 13:59:50 -07:00
FusionPBX
f3b45d51a8
Update extensions.php
2017-11-17 07:41:29 -07:00
Pro-pra
ff865cc121
fix russian translation ( #2906 )
2017-11-13 19:10:41 -07:00
FusionPBX
83d6d044ca
Update extension_edit.php
2017-11-07 18:40:18 -07:00
Luis Daniel Lucio Quiroz
a13bf049bc
Same as 4.2 ( #2889 )
2017-11-05 15:49:25 -07:00
FusionPBX
1f81616234
Update extension_edit.php
2017-11-03 14:57:12 -06:00
FusionPBX
10de6fb241
Update app_config.php
2017-11-03 14:55:56 -06:00
FusionPBX
481577f161
Update extension_edit.php
2017-11-03 14:48:54 -06:00
TylerP
cc85d17a13
Sort by CIDName if populated, otherwise CIDNumber ( #2890 )
...
I believe this will help users to sort through the caller ID numbers on the dashboard.
2017-10-25 22:49:42 -06:00
Christian Bergamaschi
b17b0264b2
Italian translation added ( #2852 )
2017-09-21 09:06:26 -06:00
FusionPBX
84b5a58103
Update extensions.php
2017-08-28 02:21:59 -06:00
sergey-mz
c133a992b4
Set assigned device line display name ( #2750 )
...
Set line display name to Effective Caller ID instead of extension #. Full directory name could be used too.
2017-07-30 10:50:41 -06:00
FusionPBX
28d88c5179
Update app_config.php
2017-07-27 17:31:05 -06:00
FusionPBX
dfdecf8414
Update extension_edit.php
2017-07-05 10:26:45 -06:00
FusionPBX
0140ae098d
Update app_defaults.php
2017-06-17 14:02:19 -06:00
FusionPBX
8865c570ac
Change directory full name to first and last name.
2017-06-17 11:37:22 -06:00
FusionPBX
25dc51a4a3
Update app_config.php
2017-06-17 11:35:52 -06:00
Mafoo
8e8405469b
Enhance - translation missing tags ( #2680 )
...
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo
9570ce1bf0
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo
b7f4cba09c
Enhance - Convert more messages ( #2646 )
...
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -06:00
Mafoo
0c2b06a394
Enhance - language update ( #2639 )
...
removed some unused tags
corrected some typos in tag names e.g. 'ckeck and check'
combined tags that had two names
inserted missing tags in sip_status
2017-06-04 09:50:58 -06:00
Mafoo
6ac7fa4363
Enhance - app_config.php comment cleanup ( #2636 )
...
Correct a few missed tab indents on comments
2017-06-03 12:36:08 -06:00
Mafoo
b2841c4a8c
remove schema translations ( #2638 )
...
the schema should not have any translations on it as they are present
for reference only.
This removes the extra descriptions found and corrects some of the en to
en-us ones
2017-06-03 12:34:19 -06:00
FusionPBX
e6a23c5a24
Update app_config.php
2017-06-03 09:37:28 -06:00
Mafoo
f90e080ef4
Enhance - app_config.php cleanup for apps ( #2633 )
...
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:00:20 -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
e51a7bf3e3
BugFix [master] outbound_caller_id_select cache issue ( #2602 )
...
retrieve the correct items to feed to cache->delete
2017-05-26 09:18:21 -06:00
Mafoo
5760a2eb47
BugFix - Convert all languages to 2-2 digit ( #2590 )
...
Some applications were missed due to permissions issue on the server performing the update, this update corrects the missing changes
ordering in xml_cdr was done manually in a previous PR, this corrects the ordering and incorrect description-pdd and description-mos for nl-nl
2017-05-19 11:50:44 -06:00
FusionPBX
a1b656bbc3
Update app_config.php
2017-04-29 23:39:20 -06:00
FusionPBX
68b6eae7e6
Update extension_dashboard.php
...
Finish up the Caller ID dashboard.php.
2017-04-27 18:05:28 -06:00