Breno Alves

Results 17 issues of Breno Alves

Hey guys, really nice job here! But you can take more care with the API side. By using composer as dependency manager to manage all the required plugins and themes...

When a plugin creates a post type it may have its own api to fetch them. Internally, this function probably uses a `get_posts()` or `get_terms()` call that is affected by...

enhancement
feature

When the language list changes the transient needs to be updated too. Improve `monk_get_available_languages` to deal with it.

bug

I've made a test with Jetpack Portfolio categories and the terms were not being attached. Ensure that terms created on custom taxonomies or generated by WP-CLI can be attached to...

bug

We need check if we can support "auto add page" feature for translated menus. If we can't, just hide this option. ![print-3](https://user-images.githubusercontent.com/5307192/35221693-330a53ce-ff62-11e7-9e59-cc2782168f48.png)

enhancement

- [ ] Remove or fix those fields ![print-1](https://user-images.githubusercontent.com/5307192/35221620-f92b6c2e-ff61-11e7-9aac-68d5b7a837cd.png) - [ ] Align language label on media modal. ![print-2](https://user-images.githubusercontent.com/5307192/35221631-022a70cc-ff62-11e7-8295-f7daefb7682e.png)

bug

I have 103 comments, but none is showing up because my posts have no language defined. ![screen shot 2018-01-20 at 6 42 54 am](https://user-images.githubusercontent.com/5307192/35181660-2e1f9434-fdad-11e7-81a1-75bddb6adff8.png)

bug

We must allow the same slug on different languages. Disable unique slug functionality and adapt canonical redirection to it.

enhancement

We need a method to help translating text in AJAX requests.

enhancement
compatibility