Alec Smecher

Results 173 comments of Alec Smecher

@jardakotesovec, I think our server-side filtering of iframe and object elements has us covered, but could you give it a second look to see if we need to be concerned?

@jonasraoni, can you dust off any remaining PRs here and summarize?

@jonasraoni, a tweak is required on this one: you're using ALTER TABLE t RENAME INDEX old_name TO new_name, which is only available in MariaDB as of version 10.5.2. My Ubuntu...

[This changeset](https://github.com/pkp/pkp-lib/commit/e45b09a077166438e1fb566297f0c0b914f53ea0#diff-44b9d0b75af7e1a713fb90b030d15e303fb94191efd447bfd3a4683633be07d0R107) renamed the `notification_subscription_settings_context` index to `notification_subscription_settings_context_id` -- just an index rename, no functional change. However... - The old index name remained in `CommonMigration.php`, and - Index renaming is...

@kaitlinnewson, I would support bumping to the latest 3.0.x -- that's 3.0.8, I think. Going to 3.1 would mean a bit more consultation, but 3.0.8 should be backwards-compatible with 3.0.1.

Re: ONIX schema version bump: https://github.com/pkp/pkp-lib/issues/10086

No progress yet, I'm afraid -- subscriptions represent a relatively small portion of our user community, and IPv6 requirements rarer still. Here's what would be required: - Adapt the [`institutional_subscription_ip`...

Hi @bozana! Yes, it's late for 3.4.0, unfortunately -- but we could opt to release a 3.4.1 and include database changes there if it's important to release this earlier than...

@EquinoxSheffield, unfortunately there has not been development on this yet, nor is it yet scheduled for a specific release. Subscription-based publication is a relatively small element of our community and...

@jonasraoni, do you have a stack trace or exception indicating where the out-of-memory condition occurred? We should be processing data in batches, so it shouldn't be necessary to store lots...