246 Commits

Author SHA1 Message Date
FusionPBX
de48b4ce03 Update registrations.php 2019-09-27 10:37:41 -06:00
Nate
0c12e97aa8 Dashboard: Fix Regstration count (better :) 2019-09-10 16:44:14 -06:00
Nate
fe7ab98342 Dashboard: Fix Registrations count. 2019-09-10 16:20:15 -06:00
Nate
836fb87136 Misc Classes: Database class integration. 2019-09-02 15:57:18 -06:00
FusionPBX
e04e6eef73 Update registrations.php 2019-07-11 13:12:24 -06:00
FusionPBX
84f114feb4 Update registration_reload.php 2019-06-20 04:19:47 -06:00
FusionPBX
ec0daf5358 Update registrations.php 2019-06-20 04:14:48 -06:00
FusionPBX
536cf2b137 Delete cmd.php 2019-06-20 03:18:52 -06:00
FusionPBX
61d96f7f05 Update cmd.php 2019-02-03 12:43:02 -07:00
FusionPBX
f6f2df8152 Update registrations.php 2019-02-03 12:41:55 -07:00
markjcrane
a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
FusionPBX
e68d0c6db0 Update registrations.php 2018-08-11 17:02:55 -06:00
FusionPBX
4ef81eb3de Update registrations.php 2018-06-07 12:27:28 -06:00
FusionPBX
1e8c510874 Update registrations.php 2018-06-07 12:20:33 -06:00
FusionPBX
7ec287246f Update registrations.php 2018-06-07 10:55:53 -06:00
FusionPBX
932dae9442 Create registration_reload.php 2018-04-04 22:50:44 -06:00
FusionPBX
53278da00f Update registrations.php 2018-04-04 22:47:48 -06:00
FusionPBX
fa511b2354 Update app_config.php 2018-04-04 22:40:10 -06:00
FusionPBX
42a9ec8535 Update registrations.php
Removed the encoding type changes changes as it broke XML parsing of the registrations.
2018-02-21 00:38:29 -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
2d200fd7a1 Update registrations.php add a comment so we know why its there. 2018-01-30 21:09:33 -07:00
Mafoo
1157c2ba5d Enhance Gigaset LAN IP (#2970)
GIGASET Sculpture CL750A puts _ in it's lan ip account for this and
perform a replacement
2018-01-30 21:06:24 -07:00
FusionPBX
a7c084a4b2 Update registrations.php 2018-01-25 21:01:12 -07:00
FusionPBX
21842a9a87 Update registrations.php 2017-12-23 16:55:32 -07:00
Alexey Melnichuk
43941f998f Change. Treat sofia xmlstatus as UTF8 (#2901)
FS Always mark xml as ISO-8859-1, but pass info as-is.
So if user send its contact info as UTF-8 then we get
corrupted xml. But RFC describe text as UTF8

RFC 3261 - 25.1 Basic Rules
```
qdtext = LWS / %x21 / %x23-5B / %x5D-7E / UTF8-NONASCII
```
2017-11-02 07:50:16 -06:00
FusionPBX
eca1268e10 Update registrations.php 2017-10-29 00:24:52 -06:00
FusionPBX
711b27baf2 Update registrations.php 2017-10-20 03:19:56 -06:00
FusionPBX
d089655403 Update registrations.php 2017-09-30 03:04:56 -06:00
Christian Bergamaschi
9f228ef8c5 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
Mafoo
05f76b0556 Pass on languages before importing updates (#2849)
put language files into consistent state in preparation of a import
2017-09-19 09:48:40 -06:00
FusionPBX
77bf97a2ea Update app_languages.php 2017-09-02 23:26:59 -06:00
FusionPBX
143a992628 Update registrations.php 2017-09-02 23:26:04 -06:00
FusionPBX
cf6e70323c Update registrations.php 2017-08-31 23:51:29 -06:00
FusionPBX
86f6c20dea Update registrations.php 2017-08-31 23:35:33 -06:00
FusionPBX
db535dd07e Update registrations.php 2017-08-31 23:27:17 -06:00
FusionPBX
d848c6aacd Update registrations.php 2017-08-28 09:37:49 -06:00
FusionPBX
890083fc4d Update registrations.php 2017-08-28 02:02:22 -06:00
FusionPBX
29a6712936 Update cmd.php 2017-08-28 01:52:40 -06:00
FusionPBX
4d88d429df Update app_menu.php 2017-08-28 01:51:33 -06:00
FusionPBX
d6e98b8fb8 Delete status_registrations.php 2017-08-28 01:51:09 -06:00
FusionPBX
ae0000de8d Update and rename status_registrations_inc.php to registrations.php 2017-08-28 01:50:46 -06:00
FusionPBX
b79bde599e Update registrations.php 2017-08-28 01:49:03 -06:00
FusionPBX
5ba6535d61 Update and rename status_registrations.php to registrations.php 2017-08-28 01:14:43 -06:00
Mafoo
1c58c1c1f9 Enhance-master-translation autofill (#2681)
Autofill all language files for pt de and es
2017-06-12 22:14:11 -07: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
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
Mafoo
f44aee3bf8 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
Mafoo
0302d8085c 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