FusionPBX
83816a0274
Update app_config.php
2017-06-12 20:01:41 -07:00
Len
3b1e9ac187
Create app_config.php
2017-06-12 22:52:19 -04:00
Len
1567b7332b
update cid_source
2017-06-12 22:47:05 -04:00
FusionPBX
d0961c7cd4
Create database_transaction_edit.php
2017-06-11 21:08:13 -07:00
Mafoo
d2c6bacd9d
Enhance upgrade show during install ( #2676 )
...
the install uses upgrade_domains.php, update it to use well known
varibles to show output
2017-06-11 08:49:39 -06:00
FusionPBX
5bc8691dfb
Use null instead of an empty string for user_uuid when not available.
2017-06-11 08:48:18 -06:00
FusionPBX
3a0db01a92
Create menu_messages.lua
2017-06-10 23:53:12 -06:00
FusionPBX
fd15866cda
Create app_config.php
2017-06-10 23:27:21 -06:00
FusionPBX
d9a4a8344a
Create menu_messages.lua
2017-06-10 23:06:29 -06:00
FusionPBX
1342888163
Create index.lua
2017-06-10 23:03:22 -06:00
FusionPBX
8ca0847900
Create record_message.lua
2017-06-10 22:57:51 -06:00
FusionPBX
fbbd57f8c2
Create index.lua
2017-06-10 22:50:40 -06:00
Len
8e3aa2d18e
Create y000000000052.cfg
2017-06-11 00:08:24 -04:00
Len
3aae62f29d
Update y000000000044.cfg
2017-06-11 00:05:55 -04:00
Len
1d08d23a00
Create y000000000044.cfg
2017-06-11 00:01:19 -04:00
Len
af92ae43e4
Update y000000000069.cfg
2017-06-10 23:56:26 -04:00
Len
325f06fa74
Create y000000000045.cfg
2017-06-10 23:52:44 -04:00
Len
3ece83a933
Update y000000000046.cfg
2017-06-10 23:49:00 -04:00
Len
913a86f1c3
Update y000000000036.cfg
2017-06-10 23:43:54 -04:00
Len
cf6282ebc3
Create y000000000068.cfg
2017-06-10 23:40:07 -04:00
Len
3b5f1fd0bb
Update y000000000029.cfg
2017-06-10 23:37:06 -04:00
Len
8d4e34ebd4
Update y000000000028.cfg
2017-06-10 23:28:56 -04:00
Len
4cb3e1f4d2
Update y000000000035.cfg
2017-06-10 23:24:28 -04:00
Len
64d4507f98
Update y000000000051.cfg
2017-06-10 23:22:27 -04:00
Len
62836d26bf
Update y000000000066.cfg
2017-06-10 23:14:37 -04:00
Len
0bcf1b0e25
Update y000000000065.cfg
2017-06-10 23:12:51 -04:00
Len
4eb5747358
Create app_config.php
2017-06-10 21:57:43 -04:00
Len
9c90cea6ad
Create app_config.php
2017-06-10 21:49:32 -04:00
Mafoo
ba9b0ade53
BugFix - messages class ( #2674 )
...
missed the self class reference when adding a legacy message
2017-06-10 16:12:05 -06:00
FusionPBX
aa897aca47
Create text.php
...
Switch require back to include what it was originally as it breaks too many things with little benefits.
2017-06-10 09:42:54 -06:00
Mafoo
d9d50df4fb
BugFix - check_auth ( #2672 )
...
the update to check_auth to enable text i made a mistake and put the
wrong parameter into get. this corrects that
2017-06-10 09:22:24 -06:00
Mafoo
22392cdff2
Enhance text class ( #2670 )
...
make the get routine a little more rugged by checking if the file exists not the directory it is in.
throw a exception if we are asked to load a app_languages that doesn't exist
don't reload the resources/app_languages if exclude_global was ommitted
code styling update to match project
2017-06-10 09:14:58 -06:00
Mafoo
01eebd6244
Enhance - remove statsh/pop from messages class ( #2671 )
...
statsh/pop was present to work around a bad implementation in loginphp.
This removes the now redundant code.
2017-06-10 08:59:21 -06:00
FusionPBX
df8f7cf5f6
Update login.php
2017-06-10 08:47:44 -06:00
FusionPBX
5d59c9a574
Create logout.php
2017-06-10 08:45:41 -06:00
FusionPBX
69219cf4f0
Create login.php
2017-06-10 08:43:59 -06:00
Mafoo
5bfda43d16
Enhance - add message stash/pop ( #2660 )
...
add new methods to messages class to let it take care of stash and pop of the messages
update login.php to use new methods
tweak html function to put the $_SESSION['message'] in the stack so there is only one code point to maintain for rendering
2017-06-09 22:15:18 -06:00
Mafoo
0526819a01
Enhance [master] - update check_auth to use $text ( #2661 )
...
* Enhance - update check_auth to use $text
convert to messages::add and utilize $text for invalid_credentials
* Russian translations for check_auth
2017-06-09 22:13:51 -06: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
4f4baf136b
Enhance - better reasons for 403 in orm class ( #2659 )
...
update return message when code 403 to also state the permission that failed
2017-06-09 20:03:22 -06:00
Mafoo
37463204e4
remove debug lines in permissions ( #2658 )
...
because application defaults is now captured for output these debug
lines show up when used. This removes them
2017-06-09 13:32:31 -06:00
Mafoo
9e8eb943e8
BugFix - database class app_uuid ( #2663 )
...
if $database->app_uuid is not set it would use '' in some conditions
which isset would test true.
This fix uses strlen instead, but also fixes number_transations app that
highlighted the flaw
2017-06-09 13:31:50 -06:00
FusionPBX
c0ea12daa5
Update external.xml.noload
2017-06-09 11:19:57 -06:00
FusionPBX
818e535848
Update internal-ipv6.xml.noload
2017-06-09 11:19:16 -06:00
FusionPBX
841e783576
Update internal.xml.noload
2017-06-09 11:18:42 -06:00
FusionPBX
72779123f1
Create call_forward.php
2017-06-09 10:27:32 -06:00
Dean Montgomery
88a155e4b3
Update Grandstream provisioning ( #2652 )
...
* Update Grandstream provisioning
* Add Vtech
* Create app_config.php
fix typo
* Update app_config.php
remove newline at end as it can break php
* Update app_config.php
remove newline at end as it can break php
* Create app_config.php
remove newline at end.
* Update app_config.php
remove trailing newline
* Create device_edit.php
Add both http and https
* Create app_config.php
remove newline
* Add gxp16xx and fix typos
2017-06-08 16:21:47 -06:00
Mafoo
ed95f1d5b5
Enhance - system_info ( #2656 )
...
display more information about the operating system
2017-06-08 12:44:15 -06:00
Mafoo
7df70cb6f3
BugFix - app_languages.php - core/upgrade ( #2655 )
...
correct translation for message-upgrade_source
2017-06-08 12:09:08 -06:00
FusionPBX
2650897ce7
Create 320_vmain.xml
2017-06-08 11:05:53 -06:00