Matthias Vandermaesen
Matthias Vandermaesen
Thanks for the feedback! Yes, this could be quite an architectural change. I've been toying with Laravel packages (see: packalyst.com!). The idea was to: - Define 3rd party package dependencies...
FWIIW: We should keep an eye out on Pulli: http://docs.puli.io/en/latest/ https://github.com/puli "Puli (pronounced “poo-lee”) is a universal package system for PHP. Puli aims to replace “bundles”, “plugins”, “modules” and similar...
Requirements: you will need xdebug enabled for php-cli.
Just ran phpunit with clover coverage: report attached. I did notice that running phpunit includes running _all_ tests: including tests provided by Laravel and all dependent vendor packages. With clover...
Ran into a bug in `app/helpers/blacklight/configuration_helper_behavior.rb`. The `sort_field_label` doesn't work properly. In 6.15.0 en release-6.x branch: ``` def sort_field_label(key) field_config = blacklight_config.sort_fields[key] field_config ||= Blacklight::Configuration::NullField.new(key: key) field_label( :"blacklight.search.fields.sort.#{key}", (field_config.label if...
Let's keep it at: If I run `grunt` it just doesn't work consistently. It fails on the tests with the "missing google reference" error; I've tried adding the dependency as...
I think just stumbled here after wondering why I couldn't disable the discriminator field in the output. 1/ The 'disabled' flag for the discriminator is not mentioned in the documentation...
Your remark made me realize I actually need 2 checks: - If the MySQL server exists and we can connect/access it. - If the DB dump was succesfully stored. Creation...
Tested with Drush 5.8 and Rum 1.x And: PHP 5.3.14 (cli) (built: Jul 4 2012 17:24:17) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies...
We should expand on this: make the hostname completely customizable @ runtime