- Apr 20, 2024
-
-
bgm authored
Use non-deprecated form of permission definition See merge request extensions/ncn-civi-zoom!10
-
bgm authored
# Conflicts: # ncn_civi_zoom.php
-
bgm authored
fix notices about $results['next_page_token'] Closes #6 See merge request extensions/ncn-civi-zoom!8
-
bgm authored
use newer permission hook format See merge request extensions/ncn-civi-zoom!9
-
- Mar 15, 2024
-
-
ayduns authored
-
- Mar 13, 2024
-
-
Jeff Kellem authored
Older style deprecated as of 5.71, per: https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/
-
- Feb 21, 2024
-
-
Jeff Kellem authored
Similar to !2 MR. Fixed #6.
-
- Feb 07, 2024
-
-
bgm authored
remove commas and periods from meetingId and webinarId. Fixes #3. Closes #3 See merge request extensions/ncn-civi-zoom!7
-
bgm authored
change getJoinURL to static method. Fixes #2. Closes #2 See merge request extensions/ncn-civi-zoom!6
-
- Jan 29, 2024
-
-
Jeff Kellem authored
Commas were being set in the value due to custom field Float values being formatted with thousands separators. Removing both commas and periods, in addition to spaces, now.
-
Jeff Kellem authored
Saving an Event on the Info tab was spinning indefinitely. The web server logs showed this message: ``` PHP message: PHP Fatal error: Uncaught Error: Non-static method CRM_CivirulesActions_Participant_AddToZoom::getJoinUrl() cannot be called statically in /…/ncn-civi-zoom/ncn_civi_zoom.php:310 ``` So, adjusting the `getJoinUrl()` method to match.
-
- Dec 19, 2023
-
- Nov 30, 2023
-
-
bgm authored
-
bgm authored
add l10n resources for translation See merge request extensions/ncn-civi-zoom!4
-
- Nov 29, 2023
- Nov 02, 2023
-
-
Hide the Account ID for New Events, until the CustomFields are shown (after selecting the correct Event Type)
-
-
-
-
- Oct 23, 2023
-
-
-
bgm authored
-
bgm authored
fix for "rule does not exist" error when viewing Zoom Settings > Zoom Accounts See merge request extensions/ncn-civi-zoom!3
-
- Oct 22, 2023
-
-
Jeff Kellem authored
Though, code indicates that `$registrantsList` is also required, so perhaps there's a better change. Also, should `$event` be validated in that first _Required Params Missing_ check?
-
Jeff Kellem authored
Per https://chat.civicrm.org/civicrm/pl/p9jcfhcqy3ykpb7wqz7h6mu9xy Mattermost thread: In CiviCRM 5.66.0 & 5.65.1 (WordPress 6.2.3, PHP 8.0.30), when I went to Administer > Zoom Settings > Zoom Accounts, the following error appeared instead of the settings QuickForm: `QuickForm Error: the rule does not exist as a registered rule` This change seemed to make it work.
-
- Oct 10, 2023
-
-
bgm authored
Fix more notices See merge request extensions/ncn-civi-zoom!2
-
ayduns authored
-
- Oct 09, 2023
- Oct 04, 2023
- Sep 26, 2023
- Sep 12, 2023
-
-
bgm authored
-