colemanw

Results 16 issues of colemanw

This script blows up when the _.noconflict() method is in use. Importing the variable into the closure fixes it (and is a generally good practice anyway).

Provide a way to set default values for the dialog and avoid repetitive params when calling the open method.

It's been 5 years since this command was switched to v4 as the default. Api3 is officially deprecated in core. It's time.

APIv3 is officially deprecated so civix should reflect that. Also adds `@deprecated` annotation to all deprecated commands.

Keeps up with core php req.

Overview ---------- Fixes inconsistent collation between extension tables (including core extensions like SearchKit) and core tables. See discussion at https://chat.civicrm.org/civicrm/pl/g3jt55akb3rk8dzgtqcr3bjjqy Before ------- - All core tables are `ENGINE=InnoDB DEFAULT CHARACTER...

As discussed on https://lab.civicrm.org/documentation/docs/dev/-/merge_requests/1117#note_151389

Since #265 the `include_path` addition has not been needed except for odd edge-cases where the extension has stuff that's not covered by the autoloader. I'm honestly not sure what those...