David Naber

Results 15 issues of David Naber

Prüfen, ob die aktuelle Seite nicht schon die Login-Page ist, um Loops zu vermeiden. Der check auf `$pagenow` läuft bei Custom Login-Pages ins leere.

bug
enhancement

The current implementation of [`Mlp_Copy_Attachments::real_upload_base_url`](https://github.com/inpsyde/multilingual-press/blob/5a2620f94bcf2e67f0ffbabe11ca22627f5cd805/inc/copy-site/Mlp_Copy_Attachments.php#L115) respects only a strict usage of the WordPress Sub-Domain multisite setup where the sites URLs only differ in the host of the URL. ``` /**...

bug
site duplication

In order to use BrainMonkey with PHPUnit I have to create a custom test case class that calls the `tearDown()` function for each and every project. Like Mockery does, BrainMonkey...

The current document outline is somewhat confusing in a semantic as well as in a visual way: ![wp-gear-document-outline](https://cloud.githubusercontent.com/assets/1133205/14667980/2940c0f0-06e2-11e6-8c76-39aa10478c92.png) This button-like highlighting of »Unit tests« is a paragraph and gets followed...

enhancement

**Describe the bug** When I run `composer install` I see WPStarter responding with an error message: ``` /var/www/templates/.env.example is not a valid valid relative path to env-example file. ``` **To...

#Bug
->Assigned

The current implementation (in `2.4.0`) of `WordPressClient::_logError()` requires callbacks to be closures or function strings. Thus it is not possible to attach a class method as callback, which would make...

Here I have a strange situation where the branch command seems to stumble parsing all branches correctly. Here's a plain `git branch -a` result: ``` $repo = '/path/to/repo'; var_dump( `cd...

``` GET http://wpapi.dev/wp-json/users/me?_wp_json_nonce=cd0d9987f0 ``` ``` HTTP/1.1 302 Found Cache-Control: no-cache, must-revalidate, max-age=0 Connection: Keep-Alive Content-Length: 1756 Content-Type: application/json; charset=UTF-8 Date: Wed, 18 Mar 2015 07:30:45 GMT Expires: Wed, 11 Jan...

wontfix

Theses classes duplicate to much code. They should be separated in NodeAttributes and one Node class that depends on the NodeAttributes.

Just to collect some that are worth an investigation: - [Symfony ClassLoader component](https://symfony.com/doc/current/components/class_loader/introduction.html) - Drupal autoloader components https://www.drupal.org/project/autoload, https://www.drupal.org/project/registry_autoload - [level-2/axel](https://github.com/Level-2/Axel)

note