Jeroen Dalsem

Results 48 issues of Jeroen Dalsem

### Describe the feature Move the admin menu sections to the site topbar ![image](https://user-images.githubusercontent.com/861833/173610937-a96d2801-578d-4eff-a816-c8c977451306.png) ### Is your feature request related to a problem? 1. The admin menu items drop to...

feature

### Describe the feature Internally there is no real difference between hooks and events (other than the intended usage). Combining these will reduce some of our API code and will...

feature

A recent issue #7518 is the reason i started this ticket. Maybe Elgg core should provide more garbage collector scripts by default. There is a lot of data that is...

feature
needs feedback

If so, we can convert the initialisation to a 'normal' service. We might also save a query if we refactor it to be able to use config data (before it...

It would make sense to let `elgg_view_form` trigger a hook to prepare form vars. They can be autopopulated by already existing sticky form vars for the given form. Maybe (if...

feature

When deprecating hooks/events we always need to add 'The hook x, y has been deprecated. ' Starting in Elgg 5.0 we could add this by default to all deprecated hooks/event....

- [x] \Elgg\Database\SiteSecret - [ ] \Elgg\Database\UsersTable - [ ] \Loggable - [x] \ElggAutoP - [x] \ElggCache - [x] \ElggDiskFilestore - [x] \ElggFilestore - [x] \ElggRewriteTester - [ ] \ElggSession

currently all code is in ElggSession we need to split storage actions from service logic elgg_get_session might become troublesome as it needs to return the service instead of the storage

this can replace the binary casting in queries. CASTing prevents the use of indexes. Therefore the metadata queries can be slowed if requested case sensitive (default). Pre Elgg 3.0 this...