Euan Torano

Results 51 issues of Euan Torano

Template hook system, allowing plugins and modules to easily output and modify template content without requiring edits to templates (removing the requirement for `find_replace_templatesets`). This should be less prone to...

t:feature
p:normal

I'm not sure what the original intent was, but we should remove `laravelcollective/html`. It makes things unduly complex and difficult. For instance, one is limited when opening a form to...

3rd-party
t:optimization
s:confirmed
p:normal

@ATofighi already started a search system, but it may be a good idea to extend it a little. Ideally, the search system should have a concept of an "indexer", used...

t:feature
p:normal

JS translation/language system using language variables defined in ACP, used both by JS and PHP code

t:feature
javascript
p:normal

The front end JS should provide a hook system allowing modules/plugins to hook into JS functions and modify output without requiring edits to core JS. It should also allow the...

t:feature
javascript
p:normal

We need a module/plugin allowing easy extension of core features. Additionally, it may make sense to make some core features into modules, such as likes. This would allow features to...

t:feature
p:normal

The current code style does not fully follow the [PHP FIG Extended Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md). This should be fixed.

t:code-quality
s:confirmed
easy-pick

A notification system to inform users of social interactions should be included. **Features** - [ ] Multiple notification types. - [ ] Ability to mark notifications as read. - [...

t:feature

We currently rely on jQuery for some extremely simple tasks (such as selecting elements and hiding/showing content). We should evaluate whether requiring a large library such as jQuery is really...

s:in-progress
javascript
p:normal

A system to provide the running of scheduled tasks should be provided. Scheduled tasks should be used to perform actions such as role promotions, email reviews, sitemap generation, and more....

t:feature