Mike Selander

Results 33 issues of Mike Selander

Removing reliance on `$aggregator` variable being in global scope and adding in a static instantiator for more reliable calling of the class. Reference and Resolves #64

Whenever the `save_post` action is triggered we end up with a fatal 500 error, caught by Query Monitor that results from attempting to pull a non-global variable as global. This...

Post meta is not currently updating due to an incorrect post ID assignment when a target post already exists. Starting on line [866](https://github.com/Automattic/aggregator/blob/master/class-aggregate.php#L866), you'll see that the `$target_post_id` is being...

We have a need to push different post statuses contextually dependent upon the original post. I'd like to pass through the entire post data and possibly the original blog ID...

enhancement

Terms are not being assigned on a post cloned from the origin site. The data is being carried over but the post displays in the list table with `Uncategorized` instead...

`Aggregator->admin_init()` is getting called on AJAX actions which is causing an error in the `Aggregator_Jobs_List_Table` where screen isn't being set (since it shouldn't be loaded in AJAX and has no...

When viewing a cloned post in the post list screen the action links link to the origin site instead of the cloned-to site, even if the post has been published....

enhancement

When copying over a post that has media in the post, a thumbnail attached, or has meta with an attachment ID the original image does not come over with the...

enhancement

On a client project, we'd like to have the code that turns off the full-screen editor experience from this module run for us, but the code only runs if the...

bug
could have

Not sure if we should add a pre-data action of what, but we should move the fix in #423 into the gmap class to avoid any spaghetti-ness if we can....

Bug