Commit Graph

424 Commits

Author SHA1 Message Date
FusionPBX 6b4fecd349 Update app_config.php 2018-02-22 10:05:54 -07:00
FusionPBX 9e22daceaf Update extensions.php 2018-02-22 09:40:45 -07:00
FusionPBX 8863ff2c59 Update app_config.php 2018-02-22 09:38:25 -07:00
FusionPBX 9b1ec988f3 Update extension_edit.php 2018-02-18 17:20:11 -07:00
FusionPBX 7d6353889b Update extension_edit.php 2018-02-18 16:03:24 -07:00
Mafoo 4d60f4f6d5 Enhance [master] - Italian Translations (#2989)
* Reinstate comments detected by text class

* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX e5df21c5b8 Update extension_edit.php 2018-02-10 12:23:05 -07:00
FusionPBX ffbd9dce11 Update extension_edit.php 2018-02-06 13:42:20 -07:00
Alexey Melnichuk 5beb80c294 Fix. Use number_alias as VM id when do generation extensions (#2969) 2018-01-29 22:38:51 -07:00
FusionPBX 0d887276e5 Update extension_delete.php 2018-01-07 20:52:30 -07:00
DigiDaz 6620dd0370 Fix voicemail creation for ranges (#2945) 2017-12-21 10:06:53 -07:00
FusionPBX e46283638b Update extensions.php 2017-12-09 13:12:27 -07:00
FusionPBX 3562ccd72e Update app_config.php 2017-12-09 13:11:27 -07:00
FusionPBX e6ef3b5d9b Update app_config.php 2017-12-09 13:08:33 -07:00
FusionPBX 9920be32a5 Update extensions.php 2017-12-09 13:08:09 -07:00
Alexey Melnichuk 45879e80ce Fix. Show registrations for extensions with number alias. (#2914) 2017-11-20 13:59:50 -07:00
FusionPBX 07fd7c2e6b Update extensions.php 2017-11-17 07:41:29 -07:00
Pro-pra 1f19756975 fix russian translation (#2906) 2017-11-13 19:10:41 -07:00
FusionPBX e4936be826 Update extension_edit.php 2017-11-07 18:40:18 -07:00
Luis Daniel Lucio Quiroz 4d5a36b3e9 Same as 4.2 (#2889) 2017-11-05 15:49:25 -07:00
FusionPBX d9d72bc23b Update extension_edit.php 2017-11-03 14:57:12 -06:00
FusionPBX 6b3f655495 Update app_config.php 2017-11-03 14:55:56 -06:00
FusionPBX 04e660e67c Update extension_edit.php 2017-11-03 14:48:54 -06:00
TylerP 2114b2e46c 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 9f228ef8c5 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
FusionPBX f4f0ef5626 Update extensions.php 2017-08-28 02:21:59 -06:00
sergey-mz b42fd5659b 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 b8a38bc70b Update app_config.php 2017-07-27 17:31:05 -06:00
FusionPBX ba80222491 Update extension_edit.php 2017-07-05 10:26:45 -06:00
FusionPBX 479fff805e Update app_defaults.php 2017-06-17 14:02:19 -06:00
FusionPBX 36d3ebc4af Change directory full name to first and last name. 2017-06-17 11:37:22 -06:00
FusionPBX e631e6a8f9 Update app_config.php 2017-06-17 11:35:52 -06:00
Mafoo f394915125 Enhance - translation missing tags (#2680)
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo f0feb25016 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 301cce369b 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 159f1b3c5a Enhance - app_config.php comment cleanup (#2636)
Correct a few missed tab indents on comments
2017-06-03 12:36:08 -06:00
Mafoo 34475f922c 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 222a681ec4 Update app_config.php 2017-06-03 09:37:28 -06:00
Mafoo b98f9cb120 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 8709d01fb0 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 4ae8b418d4 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 22c317eb2f BugFix [master] - Update languages (#2621)
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
Mafoo 8561f4ec48 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 01563ff267 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 7f99ccdc38 Update app_config.php 2017-04-29 23:39:20 -06:00
FusionPBX 7964663eec Update extension_dashboard.php
Finish up the Caller ID dashboard.php.
2017-04-27 18:05:28 -06:00
FusionPBX 03229b89c8 Update app_languages.php 2017-04-27 16:59:37 -06:00
FusionPBX 4c009e83ca Update extension_dashboard.php 2017-04-27 16:56:22 -06:00
The-Operator d05ace4995 Updates to German and Austrian translations (#2549)
Updates and error corrections
2017-04-27 15:19:36 -06:00