Commit Graph

1012 Commits

Author SHA1 Message Date
Mafoo
214ab1afe8 Enhance [master] - update Aastra provision templates (#2997)
* Enhance update Aastra provision templates

add default settings for time format, date format and timezone
hide include folders (they are not provision templates)
update links to documents
add note to 6xxx templates

* Aastra - the descriptions for the time settings are useful.
2018-02-25 01:58:17 -07:00
FusionPBX
782769d683 Update index.php 2018-02-25 01:28:09 -07:00
FusionPBX
f21a22f051 Update users.php 2018-02-22 09:49: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
Mafoo
f12c9cba86 BugFix default_settings anchors (#2984)
update anchor names to use correct names the mentioned commit changed the anchors over to use #anchor_{subcategory} from #{subcategory} but didn't correct all instances where anchors where called into the page
this commit broke it
45bf2e5fd6
2018-02-08 20:36:28 -07:00
FusionPBX
f1383aa4c4 Update app_defaults.php 2018-02-08 10:11:03 -07:00
FusionPBX
a2f5fb2b01 Update app_defaults.php 2018-02-08 10:08:13 -07:00
FusionPBX
c856521f01 Update app_config.php 2018-02-06 18:26:04 -07:00
Alexey Melnichuk
d84bebc1d5 Fix. Create database scheme before trying insert record to v_database (#2965)
Problem that `create_database_pgsql` does not create actual scheme
but `create_odbc_database_connection` try insert record to v_database and
installation fails.
2018-01-27 12:12:11 -07:00
FusionPBX
b26ffca76f Update app_config.php 2018-01-25 22:03:29 -07:00
FusionPBX
ace787e366 Update app_config.php 2018-01-25 21:51:26 -07:00
FusionPBX
e97925b573 Update user_edit.php 2018-01-25 21:34:06 -07:00
FusionPBX
d3feb5fae9 Update app_config.php 2018-01-25 19:51:04 -07:00
FusionPBX
deb91e9fa6 Update domain_settings.php 2017-12-29 15:43:02 -07:00
FusionPBX
b78cae097d Update groups.php 2017-12-17 02:22:18 -07:00
FusionPBX
f6ae5e1a85 Update default_setting_edit.php 2017-12-15 17:20:17 -07:00
FusionPBX
ba567ec806 Update default_settings.php 2017-12-14 00:27:45 -07:00
FusionPBX
cf98a11cc4 Update groups.php 2017-12-09 13:27:14 -07:00
FusionPBX
6599d62585 Update users.php 2017-12-09 12:10:56 -07:00
FusionPBX
362e2fd56b Update app_config.php 2017-11-22 11:06:03 -07:00
FusionPBX
1f68df8971 Update app_config.php 2017-11-22 10:42:01 -07:00
sergey-mz
4454067b2d Check Windows ODBC DSN during install (#2798)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'
2017-11-18 22:53:08 -07:00
konradSC
0045cc5bd6 Fix Typo (#2912)
default_setting_dubcategory
2017-11-17 11:50:23 -07:00
konradSC
d8714e8fa9 Fix Typo (#2911) 2017-11-17 11:38:06 -07:00
FusionPBX
b9727afed1 Update install_fusionpbx.php 2017-11-17 09:41:51 -07:00
FusionPBX
872a1c3746 Update app_defaults.php 2017-11-17 09:12:37 -07:00
FusionPBX
faeb15180e Update app_defaults.php 2017-11-17 09:09:50 -07:00
FusionPBX
085c6b221f Update app_defaults.php 2017-11-17 09:07:16 -07:00
FusionPBX
681ddf33a6 Update app_defaults.php 2017-11-17 09:02:54 -07:00
FusionPBX
3aa1cbad69 Update app_defaults.php 2017-11-17 08:39:39 -07:00
FusionPBX
6f85f21fa7 Update app_defaults.php 2017-11-17 08:39:17 -07:00
FusionPBX
05a58becec Update app_defaults.php 2017-11-17 08:38:19 -07:00
siberoloji
900126874f Update README.md (#2900)
* Update README.md

typo has been corrected

* Update app_languages.php
2017-11-01 22:28:53 -06:00
FusionPBX
dd9c15db67 Update user_dashboard.php 2017-10-29 00:29:18 -06:00
FusionPBX
9d08939b94 Update domain_edit.php 2017-09-24 10:11:07 -06:00
Christian Bergamaschi
b17b0264b2 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
Mafoo
874b4032e2 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
Luis Daniel Lucio Quiroz
c940873d50 Same as 4.2 (#2825)
Same as pull request #2824 but for 4.3
2017-09-06 16:06:42 -06:00
Len
bed4439577 Update user_dashboard.php
update registrations link.
https://github.com/fusionpbx/fusionpbx/issues/2810
2017-08-30 00:47:07 -04:00
FusionPBX
fa89850800 Update user_dashboard.php 2017-08-28 21:37:35 -06:00
FusionPBX
d845482c02 Update user_edit.php 2017-08-25 13:22:42 -06:00
FusionPBX
299b2bf622 Update domains.php 2017-08-16 18:32:35 -06:00
FusionPBX
3d2e19fba6 Update app_config.php 2017-08-09 02:32:40 -05:00
Mafoo
af23a822aa BugFix - GUI install (#2779)
Fixes to remove some errors in the GUI installer
2017-08-02 10:45:35 -06:00
FusionPBX
b582247c7f Update app_config.php 2017-07-22 01:23:24 -06:00
FusionPBX
9df2ada4c0 Update app_menu.php 2017-06-30 18:59:07 -06:00
FusionPBX
dcde2b8e9d Update app_menu.php 2017-06-30 18:37:19 -06:00
FusionPBX
002f4fd9a9 Update app_config.php 2017-06-30 18:27:56 -06:00
The-Operator
1f31b25f79 Update German and Austrian translations (#2722)
* Update German and Austrian translations

Update German and Austrian translations and added missing English translations for FAX application.

* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
Mafoo
2575da1a06 Enhance-Multiple messages display (#2702)
Store messages by mood so they can be grouped up
change default mood to positive and add a default colour to catch messages with a wrong mood
migrate settings so upgrading vs new is consistent
2017-06-21 08:27:05 -06:00