Commit Graph

113 Commits

Author SHA1 Message Date
FusionPBX 67a1bb7b20
Update call_center_queue_edit.php 2018-04-21 23:46:33 -06:00
FusionPBX 2a560003b0
Update app_config.php 2018-04-21 23:43:50 -06:00
FusionPBX 4040f8f422
Update call_center_queue_edit.php 2018-04-17 10:27:56 -06:00
FusionPBX ceb6c1c7bd
Update call_center_queue_edit.php 2018-04-15 21:45:10 -06:00
Len 9aca20d8b7 typo fix (#3028) 2018-04-13 15:39:45 -06:00
FusionPBX b8a270b229
Update call_center_queue_edit.php 2018-04-08 12:07:38 -06:00
FusionPBX 4f671aa55f
Update call_center_agent_edit.php 2018-04-08 10:45:42 -06:00
FusionPBX 4320a24aec
Update call_center_agent_delete.php 2018-04-08 10:40:07 -06:00
FusionPBX d56fb6f820
Update call_center_queue_edit.php 2018-04-04 16:23:38 -06:00
FusionPBX 3f3634dfef
Update call_center_queue_edit.php 2018-04-04 16:20:18 -06:00
FusionPBX c0f7453448
Update app_config.php 2018-04-04 15:57:41 -06:00
FusionPBX bb94c853c3
Update app_languages.php 2018-04-04 15:56:03 -06:00
FusionPBX fa089f090d
Update call_center_queue_edit.php 2018-04-04 13:15:54 -06:00
FusionPBX 5b4ee47563
Update call_center_queue_edit.php 2018-04-03 17:54:42 -06:00
FusionPBX f516e8bab4
Update call_center_agent_status.php 2018-04-01 11:49:18 -06:00
FusionPBX a90b7231cd
Update call_center_agent_status.php 2018-04-01 01:11:17 -06:00
FusionPBX df9a43b094
Update call_center_agent_status.php 2018-03-31 23:54:48 -06:00
FusionPBX 6ffa6e5553
Update call_center_agent_status.php 2018-03-31 22:54:25 -06:00
FusionPBX 6454a049fa
Update call_center_agent_status.php 2018-03-31 17:57:29 -06:00
FusionPBX 03e2f2030b
Update call_center_queue_edit.php 2018-03-31 11:18:37 -06:00
FusionPBX 9fc2589dea
Update app_defaults.php 2018-03-31 11:09:20 -06:00
FusionPBX d6f03af6f4
Update app_config.php 2018-03-31 11:08:48 -06:00
FusionPBX c06c79f432
Update app_menu.php 2018-03-01 21:56:50 -07:00
FusionPBX 68f4119ce0
Update call_center_agent_edit.php
Not requiring a username account would take a major change so changing this back and setting the username as required.
2018-02-21 14:06:42 -07:00
FusionPBX c58030594d
Update call_center_agent_edit.php 2018-02-21 13:53:28 -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
Pro-pra 3147d7a441 small fix RU translation (#2967) 2018-01-28 22:24:23 -07:00
FusionPBX 73abc7948e
Update app_languages.php 2018-01-28 05:11:05 -07:00
FusionPBX a94252f3b4
Update app_config.php 2018-01-28 04:52:25 -07:00
FusionPBX 4b00acadea
Update call_center_queue_edit.php 2018-01-28 04:50:54 -07:00
FusionPBX 8aa38f62f9
Update app_languages.php 2018-01-28 04:44:22 -07:00
FusionPBX 78386bdd6f Update call_center_agent_dashboard.php 2017-09-28 12:36:06 -06:00
Christian Bergamaschi b17b0264b2 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
FusionPBX afeee9bd12 Update call_center_queue_edit.php 2017-09-11 03:25:31 -05: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 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
FusionPBX 1a8c4c9b1e Create call_center_agent_dashboard.php 2017-05-19 20:15:14 -06:00
FusionPBX 73cb782110 Update call_center_agent_status.php 2017-05-19 20:09:33 -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 d8495400af Update call_center_agent_status.php 2017-05-16 19:54:38 -06:00
FusionPBX 53a3d183b6 Update call_center_agent_status.php 2017-05-16 18:39:44 -06:00
FusionPBX 812c79a954 Update call_center_agent_edit.php 2017-05-16 10:28:53 -06:00
FusionPBX 759be39ce0 Update app_config.php 2017-05-16 10:25:17 -06:00
FusionPBX d6fae8627d Change agent_name into an input box. 2017-05-15 10:06:52 -06:00
FusionPBX 9b37538afe Update call_center_agent_status.php 2017-05-13 22:24:59 -06:00