Jason Coward

Results 15 issues of Jason Coward

There is little or no activity on this repository other than new issues and pull requests being posted. Does this project need a new maintainer @danielmewes?

When attempting to run composer install on latest master branch, I am getting the following message… ``` Loading composer repositories with package information  Updating dependencies  Your requirements could not be...

### What does it do? Adds a default value for the datetime column in the modx_manager_log table that is compatible with strict modes, which may be enabled in some environments....

bug

### What does it do? Adds a default value for the datetime column in the modx_manager_log table that is compatible with strict modes, which may be enabled in some environments....

bug

### What does it do? Updates phpThumb to v1.7.22-202312071641 ### Why is it needed? Fixes the issue with thumbnails not being generated when running on PHP 7.4 (or earlier). ###...

bug
urgent
pr/ready-for-merging
dependencies

### What does it do? Assign the processor result to a local variable rather than dynamically creating a "response" property on the modConnectorResponse class. ### Why is it needed? In...

bug

### What does it do? Assign the processor result to a local variable rather than dynamically creating a "response" property on the modConnectorResponse class. ### Why is it needed? In...

bug

Example: ``` { "vehicle_package": "", "vehicle_class": "\\Teleport\\Transport\\MySQLVehicle", "object": { "extraTables": [ "my_fancy_table_name_here", "another_fancy_table_name_here" ], "excludeExtraTables": [ ], "excludeExtraTablePrefix": [ ] }, "attributes": { "vehicle_package": "", "vehicle_class": "\\Teleport\\Transport\\MySQLVehicle" } } ```...

This avoids the deprecation warning when dynamic properties are assigned to the class in 8.2+ and resolves #256

bug

As described by @davidpede in #152, when an object is loaded with lazy-loaded fields, additional queries are fired automatically to load the lazy fields if the db_cache is enabled. This...

bug
priority-3-low