Alexander Ebert

Results 48 issues of Alexander Ebert

The historical way of exposing events is through the string based API `EventHandler::fireAction()` that provides no meaningful context about the contents of the event nor is it suitable for events...

Discussion

The search drop-down is largely unmodified since the early days and does not take advantage of newer features. * [ ] Show tips on how to use the search, such...

Discussion

The comparison currently is a plain view with the raw HTML on both sides. Even the previous variant with bbcode was a subpar solution because it would report all kinds...

Discussion

This is a follow-up for #4579 which successfully implemented this change for WoltLab Suite Forum 5.5 and has been proven to be reliable. * [ ] Generate deterministic `tmpHash` in...

Feature
P1: Medium

Disclaimer: This is a rough list of things that may or may not be considered for the next major release. Things will get added, removed or postponed till eternity -...

Discussion

* [ ] Show case featured plugins * [ ] Highlight optional plugins that build upon already installed plugins. * [ ] Browse the categories with files being automatically filtered...

Discussion

The table `wcf1_user_storage` suffers from deadlocks because of competing `INSERT` and `DELETE` queries which was eventually solved by using a lock on the affected user’s row in the `wcf1_user` table...

Feature

`lessc.inc.php (2056): Undefined property: stdClass::$parent` This issue is caused by a superflous closing curled bracket, in that case `$this->env` has no `parent` property. I've fixed this issue by appending an...

bug

Missing parts: * [x] Document the interface for file processors. * [x] Proper clean-up of files and thumbnails. * [ ] Handling of orphaned file uploads that are no longer...

Feature

The current caching strategy has three major issues on runtime: 1. Resetting a cache causes the next request that needs this cache to trigger a synchronous rebuild. 2. Non-critical caches...

Discussion