Results 10 issues of Victor Jonsson

Calling utf8_encode in SolrPhpClient/Apache/Solr/Service.php on line 770 destroys multibyte characters. Suggested change: (might also be good to add before calling htmlspecialchars on line 787 in the same file ) ```...

Look into using something like Angular, ember, knockout or reactive for the list manager

Improvement

The class `Arlima_ListFactory` does a lot of stuff. If we want to adhere to the single responsibility principle we should separate this class into three different classes. **Arlima_ListRepository** — CRUD...

Improvement
work-in-progress

The plugin have been in beta mode for over a year now. It's time to release a version that we can consider as "stable" Here's a list of manual tests...

todo

## Feature description In the list manager you should be able to drag child articles sideways to make them float, taking up about half of the space the child articles...

new feature
work-in-progress

- Remove all steps in the update-function taking the upgrade from v

todo
Improvement

Imagine that the article form in the list manager consists out of a set of fields. Each field can be described using JSON the following way: ``` js { type:...

new feature
Improvement

Current implementation: https://github.com/victorjonsson/Arlima/wiki/File-includes Suggested API: `arlima_article_function( $arr=array() )` - **label** — Required - **description** — Optional - **file** — Optional, will be included if declared - **callback** — Optional. Anonymous...

Improvement