Javier Gomez

Results 7 issues of Javier Gomez

Just found a tweet about this: http://cssguidelin.es/ Adding it here to review it when we do the Code Style code sprint.

See the current report at: http://joomla-projects.github.io/jcms-codestyle/

Some improved documentation would be nice to have here: https://github.com/joomla-projects/jcms-codestyle#joomla-cms-codestyle-report Also Joomla could be added as a submodule as mentioned at: https://github.com/mbabker/jcms-codestyle/pull/1

http://pear.php.net/manual/en/package.php.php-codesniffer.coding-standard-tutorial.php Study the current situation and the differences between the Framework and the CMS specific ruleset

release for Firefox 48 is scheduled for 2016-08-02, so we should really look into migrating to Marionette (https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver) or Chrome webdriver soon.

system tests / QA

I have noticed that the first minutes of the build are dedicated to download all the composer require-dev files (https://github.com/joomla-extensions/weblinks/blob/master/composer.json#L13). Despite composer.lock file is tracked and we are doing 'composer...

system tests / QA

Different ways of naming objects are used in weblinks test. We should find a common way to put titles in generated elements: categories, weblinks... The AdministratorCategoryCest file needs to be...

system tests / QA