Tac Tacelosky

Results 545 comments of Tac Tacelosky

OK, I'm working on it now. Turns out the biggest complication is bumping phpunit, as the current version requires php5! Let's make this a 2.0 branch, since it's such a...

I've bumped phpunit to 9.5 (the latest). I removed 3 tests, one about GetterEntity likely is okay to remove. The other 2 are more fundamental, and may have something to...

Any chance you can take a look at this? I'm not sure why the tests fail.

I prefer the latest phpunit, as Symfony no longer appears to mention simple-phpunit in it's documentation: https://symfony.com/doc/current/testing.html#the-phpunit-testing-framework But honestly I don't know, both work, I think simple-phpunit is now at...

Hmm, I removed it, and now I can't seem to get the tests to run locally, even after following composer require --dev symfony/phpunit-bridge C Can you tweak this PR please?...

The fixtures problem was because it wasn't installed, it works after following the instructions at ``` http://symfony.com/doc/2.0/cookbook/doctrine/doctrine_fixtures.html ```

Searching isn't working for me: ``` http://jobeet/web/app_dev.php/jobeet/?keyword=xyz ``` returns the home page. Searching from any page just returns that page again, ignoring the search.

I'd be interested in helping out on a demo app. Can you provide a shell with a working menu? What do you think of adding KnpMenuBundle support to TablerBundle? All...

> I am against any frontend rendering framework that is not already included in AdminLTE. It's not really a rendering framework. It's just a much cleaner way to incorporate javascript,...

Wow, I don't know how I missed tabler. Indeed, it does look like it offers everything that AdminLTE does, and is already on Bootstrap 5 with no jQuery dependency. I...