Mafoo
bca24ac04d
BugFix [master] Languages add missing text placeholders ( #2572 )
...
* BugFix [master] Languages add missing text placeholders
add placeholders for missing language text
reorganise file so languages are in a consistent order with en-us always first, and the remaining stored alphabetically
space out tag names to make them line up for readability
* add organize_language to text class
also add get_languages
2017-05-10 13:40:46 -06:00
Mafoo
e2d34a856b
Enhance-Add message stack ( #2521 )
...
Implement new messages class
Support legacy $_SESSION['message_*']
New function messages::add($message, $mood, $delay) to simplify adding messages
updated core/users/user_edit.php to demonstrate
includes space->tab corrections
2017-04-27 11:30:52 -06:00
FusionPBX
71736c19e7
Update database.php
2017-03-17 00:09:32 -06:00
FusionPBX
fa52a380bb
Update database.php
2017-03-16 22:20:11 -06:00
FusionPBX
5f0dccbb0f
Update destinations.php
2017-02-22 20:59:30 -07:00
FusionPBX
f40b8bfd47
Update schema.php
2017-02-16 00:03:33 -07:00
FusionPBX
a5e47971be
Update domains.php
2017-01-17 13:37:26 -07:00
jalr
7cbfb6f629
fix condition ( #2298 )
2017-01-17 10:16:13 -07:00
FusionPBX
dad5aecd49
Update domains.php
2017-01-14 18:17:21 -07:00
FusionPBX
b34f1769f0
Update domains.php
2017-01-14 18:15:34 -07:00
FusionPBX
0601c4ad71
Minor syntax fix spotted in dry run now activate.
2017-01-14 14:39:05 -07:00
FusionPBX
7c93ac7901
Add the settings method to the upgrade method.
2017-01-14 14:33:05 -07:00
FusionPBX
6dcf03f23c
Add the settings method to the domains class.
2017-01-14 13:15:03 -07:00
FusionPBX
dc15600b84
Update event_socket.php
2017-01-11 14:43:45 -07:00
FusionPBX
b32aaeb331
Update groups.php
...
Prevent warnings in groups.php.
2017-01-11 14:39:40 -07:00
FusionPBX
c5ae1f13f0
Update event_socket.php
...
Add freeswitch defaults to event_socket.php
2017-01-11 14:14:47 -07:00
FusionPBX
7aacee9b37
Update groups.php
2017-01-10 07:55:09 -07:00
FusionPBX
cdf9bcde8e
Update switch_settings.php
2017-01-10 01:18:17 -07:00
FusionPBX
921aef7f24
Update schema.php
2017-01-05 03:58:01 -07:00
FusionPBX
be18b77b8e
Update schema.php
...
Prevent php warnings.
2017-01-05 03:53:02 -07:00
FusionPBX
211754ff6e
Update schema.php
2016-12-18 16:48:24 -07:00
FusionPBX
de3f56fc20
Update database.php
...
An improvement to make the database class more robust.
2016-11-27 00:16:18 -07:00
FusionPBX
f8d40ccc6d
Update database.php
...
Update the database class delete method.
2016-11-23 13:39:20 -07:00
FusionPBX
d958bea7b2
Update database.php
...
Enhance database->delete() method.
2016-11-19 14:10:06 -07:00
FusionPBX
03210fe78f
Update database.php
2016-11-19 11:57:36 -07:00
FusionPBX
3027bdf9df
Update database.php
...
Changes for database -> delete() keeping for the moment for backwards compatibility.
2016-11-19 11:49:38 -07:00
FusionPBX
76edd90efd
Update database.php
...
Add database -> select method.
2016-11-02 12:31:59 -06:00
FusionPBX
fa55b67bb0
Update database.php
2016-10-20 15:03:52 -06:00
FusionPBX
28e052c353
Update database.php
...
Migrate methods from the orm class to the database class. Will be deprecating the orm class.
2016-10-16 10:45:04 -06:00
FusionPBX
d98bac68a6
Update orm.php
...
Escape single quotes in the data.
2016-10-05 09:55:02 -06:00
FusionPBX
c7d9231788
Update orm.php
...
The change from fetch to fetchAll created the need for this change.
2016-10-04 03:49:32 -06:00
FusionPBX
bcb7881255
Update orm.php
...
Change the function fetch to fetchAll. Fetch returns a 2 dimensional array and fetchAll returns a 3 dimensional array. which changes the array structure so it works better with count.
2016-10-03 21:33:20 -06:00
FusionPBX
d020eeecec
Update orm.php
2016-10-01 21:55:02 -06:00
FusionPBX
df7d935dcf
Update permissions.php
2016-10-01 12:07:47 -06:00
FusionPBX
8db7cba83e
Update orm.php
2016-09-30 19:54:40 -06:00
FusionPBX
a23c2a957a
Update orm.php
2016-09-28 16:42:42 -06:00
FusionPBX
d190f6a30d
Update orm.php
...
Updated code to be more robust and handle more situations such as primary key and child key in the array but doesn't exist in the database.
2016-09-18 15:27:40 -06:00
FusionPBX
b78b9d91bd
Update permissions.php
2016-09-12 15:42:28 -06:00
FusionPBX
913776ba67
Update permissions.php
2016-09-12 15:40:02 -06:00
FusionPBX
60c9477d2f
Update domains.php
2016-09-10 17:33:47 -06:00
Mafoo
2a1f098246
Enhance Add Tones ( #1857 )
...
Add tone support
2016-09-03 20:32:19 -06:00
FusionPBX
d68e292e0f
Update destinations.php
...
Simplify the label for the Destination select list when it doesn't match any of the preset destinations.
2016-09-02 09:26:07 -06:00
Mafoo
c01e505f27
BugFix-Vars ( #1818 )
...
corrected the system default us-ring category to 'Ringtones'
remove var_name like as var_cat now takes care of this
2016-08-25 11:12:00 -06:00
FusionPBX
79242f231b
Update ringbacks.php
...
Change the where clause for ringtones to match the category change.
2016-08-22 20:09:49 -06:00
FusionPBX
57a15718ed
Update file.php
2016-08-13 13:24:32 -06:00
FusionPBX
d6158e371f
file.php
2016-08-13 10:39:30 -06:00
DigiDaz
98a184c835
Fixed scripts to get multiserver memcache working ( #1795 )
2016-08-04 11:40:36 -06:00
FusionPBX
2443fd7075
Update switch_settings.php
2016-08-03 16:46:44 -06:00
FusionPBX
dd2e18fbdd
Update orm.php
...
Reset the parent_key_exists to default of false.
2016-07-15 12:13:45 -06:00
FusionPBX
7996e33e4b
Update orm.php
...
Remove some debug code.
2016-07-14 01:08:14 -06:00