Anthony
|
3b297ad641
|
Added Greek translations to app_languages.php files (#6845)
* Added Greek translations to conferences_active/app_languages.php
* Added Greek translations to database_transactions/app_languages.php
* Added Greek translations to destinations/app_languages.php
* Added Greek translations to devices/app_languages.php
|
2023-12-07 18:41:31 -07:00 |
frytimo
|
d7bbcd89f5
|
Use magic constant dir (#6711)
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-06-15 11:28:23 -06:00 |
fusionate
|
44fe36fc3d
|
Transactions: Hide View button if not desired.
|
2023-06-09 18:12:38 +00:00 |
Alex
|
475cf4d253
|
Fixed more php 8.1 errors (#6748)
* Update call_center_queue_edit.php
* Update number_translation_edit.php
* Update database_transactions.php
* Update xml_cdr_extension_summary.php
* Update call_flow_edit.php
* Update contact_address_edit.php
* Update device_profiles.php
|
2023-06-08 16:07:01 -06:00 |
markjcrane
|
79df700a81
|
Few more adjustments for PHP 8.1
|
2023-06-02 17:52:38 -06:00 |
Alex
|
d6b73cf296
|
more php 8.1 changes (#6734)
* Update ivr_menu_edit.php
* Update ringbacks.php
* Update call_block_edit.php
* Update call_broadcast.php
* Update call_broadcast_edit.php
* Update call_center_queue_edit.php
* Update call_center_queue_edit.php
* Update call_center_agent_status.php
* Update call_center_queue_edit.php
* Update call_center_agent_edit.php
* Update call_center_queues.php
* Update call_flow_edit.php
* Update call_broadcast.php
* Update call_forward.php
* Update call_broadcast_send.php
* Update conference_rooms.php
* Update conference_centers.php
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_profile_edit.php
* Update database_transaction_edit.php
* Update database_transactions.php
|
2023-06-01 16:39:05 -06:00 |
markjcrane
|
711ca64ad3
|
Database Transactions PHP 8.1 changes
|
2023-05-26 13:48:39 -06:00 |
Alex
|
ac38507462
|
Update translations (#6682)
* Update translations
* Update app_menu.php
* Update app_languages.php
|
2023-05-10 18:20:44 -06:00 |
Alex
|
3e0ec8b752
|
Add missing translations (#6673)
|
2023-05-09 11:39:02 -06:00 |
frytimo
|
fef8165be2
|
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-05-05 10:46:37 -06:00 |
markjcrane
|
1513bd3301
|
Add Chinese, Korean, and Japanese translations
|
2023-05-03 10:36:25 -06:00 |
markjcrane
|
28fe89066e
|
Add Chinese, Korean, and Japanese translations
|
2023-05-02 22:05:16 -06:00 |
FusionPBX
|
5a3b35cb83
|
Add additional languages (#6654)
|
2023-05-02 16:12:06 -06:00 |
FusionPBX
|
55313a34a0
|
Add missing translations
|
2023-04-29 23:47:52 -06:00 |
FusionPBX
|
0afe985352
|
Make the SQL queries more readable
|
2022-12-22 13:15:14 -07:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
markjcrane
|
eb5c25aa35
|
Add insert_date, insert_user, update_date, update_user to all tables
|
2022-09-18 00:54:37 -06:00 |
nyash
|
0bc048a634
|
Add/edit some polish translations (#6327)
* Add/edit some polish translations
* Minor touches to polish translations
|
2022-03-26 14:30:02 -06:00 |
FusionPBX
|
700f4748fb
|
Make transaction_old and transaction_new searchable. (#6258)
* Make transaction_old and transaction_new searchable.
* Update database_transactions.php
|
2022-01-23 18:47:20 -07:00 |
Anthony
|
1db3e5ba14
|
Removed Search Reset (#6241)
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
|
2022-01-12 16:00:01 -07:00 |
markjcrane
|
014cbd1cd0
|
Replace data type timestamp with timestamptz
|
2021-05-05 20:46:53 -06:00 |
fusionate
|
f48d0ade4a
|
Transactions: Add filter by username.
|
2020-11-16 15:06:10 -07:00 |
racitup
|
a1699f6fa6
|
Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2020-03-20 14:47:13 -06:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
chansizzle
|
d10978dae1
|
Update database_transaction_edit.php (#5155)
|
2020-02-25 17:58:11 -07:00 |
agree
|
18e46a3911
|
Update database_transactions.php (#5152)
|
2020-02-16 11:21:43 -07:00 |
Nate
|
ca7ab45ce0
|
Database Transactions: Remove unused delete script.
|
2020-02-15 10:51:28 -07:00 |
Nate
|
436cd69b5b
|
Database Transactions - Edit: Button updates.
|
2020-02-10 21:48:33 -07:00 |
chansizzle
|
0ff21be23c
|
Update app_config.php (#5023)
|
2020-01-08 13:26:13 -07:00 |
chansizzle
|
6174c4e4dd
|
Update database_transaction_edit.php (#5024)
|
2020-01-08 13:25:59 -07:00 |
Nate
|
fbc5b81426
|
Transactions: Add window titles.
|
2020-01-06 12:34:30 -07:00 |
FusionPBX
|
158873fa2d
|
Update app_languages.php
|
2019-12-27 22:52:58 -07:00 |
FusionPBX
|
fa3c3eebf0
|
Update database_transaction_edit.php
|
2019-11-23 10:00:18 -07:00 |
FusionPBX
|
0747028021
|
Update database_transaction_edit.php
|
2019-11-20 21:06:47 -07:00 |
noci2012
|
0b49249546
|
Next batch of nl-nl translations. (#4883)
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
* Add nl-nl items (xml_cdr)
* This reverts commit 41afeb4796.
* Add nl-nl items (voicemail_greetings)
* Add nl-nl items (system)
* Add nl-nl items (sip_profiles)
* Add nl-nl items (sip_status)
* Add nl-nl items (settings)
* Add nl-nl items (database_transactions)
* Add nl-nl items (destinations)
* Add nl-nl (devices)
* Add nl-nl (conferences)
* Add nl-nl (conferences_active)
* Add nl-nl (conference_centers)
* Update nl-nl (conference_centers)
* Add nl-nl (conference_controls)
* Add nl-nl items (conference_profiles)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_outbound)
* Add nl-nl items (dialplans)
* Add nl-nl items (edit)
* Add nl-nl items (email_logs)
* Add nl-nl items (errors)
* Add nl-nl items (exec)
|
2019-11-20 15:16:17 -07:00 |
Nate
|
7af2fbf3c8
|
Update database_transactions.php. Functions: order_by() adjustment.
|
2019-11-05 08:25:41 -07:00 |
Nate
|
c6d5516467
|
Database Transactions: List view updates. Misc Action Bar adjustments. Include missing class for Conferences (Doh).
|
2019-11-05 08:13:42 -07:00 |
Nate
|
0f60e6f354
|
Transactions: Persistent page and search results on back.
|
2019-09-19 15:23:05 -06:00 |
Nate
|
3777ab50e2
|
Transactions: Include date in search fields.
|
2019-09-19 15:10:12 -06:00 |
emaktech
|
adb963c45e
|
Modified fr-ca / fr-fr translation. (#4500)
|
2019-09-05 13:44:48 -06:00 |
Nate
|
260a1cec2f
|
Database class integration.
|
2019-07-29 09:39:16 -06:00 |
AlexanderDCrane
|
fa3f2117d4
|
Update database_transactions.php (#4264)
* Update database_transactions.php
* Update database_transactions.php
|
2019-06-06 18:55:08 -06:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
AlexanderDCrane
|
e202cb4392
|
Update database_transaction_edit.php (#3294)
|
2018-08-27 15:13:04 -06:00 |
AlexanderDCrane
|
233b4650b6
|
Update database_transactions.php (#3293)
|
2018-08-27 15:12:43 -06:00 |
FusionPBX
|
4a620ca22c
|
Update database_transaction_edit.php
|
2018-02-13 09:33:51 -07:00 |
FusionPBX
|
82daa62767
|
Update database_transaction_edit.php
|
2018-02-13 09:24:59 -07:00 |
FusionPBX
|
e81dd42115
|
Update database_transaction_edit.php
|
2018-02-13 09:21:42 -07:00 |
Pro-pra
|
e3bc90ee81
|
Update app_languages.php (#2990)
|
2018-02-12 22:53:49 -07:00 |
FusionPBX
|
851938a5ca
|
Update database_transaction_edit.php
|
2018-02-12 11:16:49 -07:00 |