Loek van Gool

Results 9 issues of Loek van Gool

Right now, the optional default option is selected with a `radio` HTML element. Once one is chosen, it cannot be removed. This leads to bloated data (all products will get...

bug confirmed
PR requested

This adds a "reproducable random" function. Would be great to have a similar function for `shuffle`.

I needed a function that allowed me to do a random choice, but keep the choice linked to a seed value so that the text would stay constant over subsequent...

### Description (*) In the admin, if selected values come into scroll focus on page load, the user does not need to scroll to the value, or ask whether any...

### Description (*) JavaScript functions like `decorateTable()` are [popular ](https://github.com/OpenMage/magento-lts/search?q=decoratetable) in the templates. Their purpose is to add CSS classes `odd`, `even`, `first`, `last` to HTML tables, lists, etc. This...

Cleanup

**Is your feature request related to a problem? Please describe.** `setFlag()` and its invokers like `markMailAsRead()` return `void` at the moment, can they instead return a `bool`?

needs investigation

### Description (*) https://github.com/OpenMage/magento-lts/blob/1.9.4.x/js/prototype/validation.js is handling form validation like `entry-required`, `validate-email`. This is wildly outdated since native options exist now: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation. Native validation removes all responsibility from us, except for...

Cleanup

I ran into the [survey](https://docs.google.com/forms/d/e/1FAIpQLSf8c3BJVMqaeuqpq-t3_Q4NilNcdsrzK1qJ4Qo9JpJslrmYzA/viewform) that is linked from the Supported technologies doc and it seems a few years out of date (and it suggests the PHP APM project as...

enhancement
agent-php