Commit Graph

3072 Commits

Author SHA1 Message Date
Len b83ae4e7a4 Create {$mac}.cfg 2017-06-12 23:48:57 -04:00
Len 79286306a8 Create {$mac}.cfg 2017-06-12 23:46:11 -04:00
Len 270f535ee6 Create {$mac}.cfg 2017-06-12 23:43:52 -04:00
Len 085c5a7464 Create {$mac}.cfg 2017-06-12 23:42:06 -04:00
Len adb4f67d8f Create {$mac}.cfg 2017-06-12 23:39:50 -04:00
Len ca0514afe9 Create {$mac}.cfg 2017-06-12 23:37:37 -04:00
Len c8b8b67fca Create {$mac}.cfg 2017-06-12 23:35:30 -04:00
Len 102a1714f4 Create {$mac}.cfg 2017-06-12 23:33:50 -04:00
Len 8ebb8afaac Create {$mac}.cfg 2017-06-12 23:32:30 -04:00
Len af8f3ca2d8 Create {$mac}.cfg 2017-06-12 23:30:52 -04:00
Len eeef48e536 Create {$mac}.cfg 2017-06-12 23:26:30 -04:00
Len 96fd6a6bed Create {$mac}.cfg 2017-06-12 23:25:16 -04:00
Len a36debbf8e Create {$mac}.cfg 2017-06-12 23:23:18 -04:00
Len 36d233ccf4 Create {$mac}.cfg 2017-06-12 23:21:46 -04:00
Len fd3de05316 Create {$mac}.cfg 2017-06-12 23:20:22 -04:00
Len 5d2afd23f1 Create {$mac}.cfg 2017-06-12 23:18:47 -04:00
Len 17f2b2c5fe Create {$mac}.cfg 2017-06-12 23:17:26 -04:00
Len 9fcf99d49d Create {$mac}.cfg 2017-06-12 23:13:00 -04:00
Len b4b853191b Create {$mac}.cfg 2017-06-12 23:11:11 -04:00
Len e0fdd0d2b3 Create {$mac}.cfg 2017-06-12 23:08:53 -04:00
Len 56c4271147 Create {$mac}.cfg 2017-06-12 23:06:39 -04:00
Len d10c793442 update cid_source 2017-06-12 22:47:05 -04:00
FusionPBX a93b7983ea Use null instead of an empty string for user_uuid when not available. 2017-06-11 08:48:18 -06:00
FusionPBX 04e8f7f522 Create menu_messages.lua 2017-06-10 23:53:12 -06:00
FusionPBX c80f8668da Create menu_messages.lua 2017-06-10 23:06:29 -06:00
FusionPBX a2da52bf46 Create index.lua 2017-06-10 23:03:22 -06:00
FusionPBX ed95497c2f Create record_message.lua 2017-06-10 22:57:51 -06:00
FusionPBX 44a43a43f0 Create index.lua 2017-06-10 22:50:40 -06:00
Len 81cfd244ae Create y000000000052.cfg 2017-06-11 00:08:24 -04:00
Len 7ea5d57024 Update y000000000044.cfg 2017-06-11 00:05:55 -04:00
Len f3786a806d Create y000000000044.cfg 2017-06-11 00:01:19 -04:00
Len 54a85fa1f8 Update y000000000069.cfg 2017-06-10 23:56:26 -04:00
Len aa0bbb8802 Create y000000000045.cfg 2017-06-10 23:52:44 -04:00
Len df0b66b34a Update y000000000046.cfg 2017-06-10 23:49:00 -04:00
Len 559d348fba Update y000000000036.cfg 2017-06-10 23:43:54 -04:00
Len d10fbcbcb0 Create y000000000068.cfg 2017-06-10 23:40:07 -04:00
Len 521ecac949 Update y000000000029.cfg 2017-06-10 23:37:06 -04:00
Len 93821aadd4 Update y000000000028.cfg 2017-06-10 23:28:56 -04:00
Len dcd2668fd2 Update y000000000035.cfg 2017-06-10 23:24:28 -04:00
Len 989ca10fe7 Update y000000000051.cfg 2017-06-10 23:22:27 -04:00
Len 484ca0ba00 Update y000000000066.cfg 2017-06-10 23:14:37 -04:00
Len fc1b68ae65 Update y000000000065.cfg 2017-06-10 23:12:51 -04:00
Mafoo 4d6f1b57a0 BugFix - messages class (#2674)
missed the self class reference when adding a legacy message
2017-06-10 16:12:05 -06:00
FusionPBX db20220eef 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 aaaff6e3f7 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 ed48da536c 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 8a2afdcdd0 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
Mafoo bf3faaa051 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 9ecba1d010 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 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00