Submitted by clemens on Wed, 2013/06/12 - 10:38am
Having a Drupal 8 site under development with a customer aware of the risk of loosing data I took the risk of fixing a broken Drupal 8 site. Today I did an code update and got the following welcome screen on http://drupal.dev
Submitted by clemens on Fri, 2013/04/19 - 9:20am
As a followup on A pinch of Symfony for D8MI? why do we need to squash?
After some more squash and push -f attempts regarding pull request for Symfony I get the hang of it.
But chx said in squash is bad as we loose history on the development process.
So how should we do this on d.o when git phase 3 lands? Those discussion seems to got to a halt.
Submitted by clemens on Sun, 2013/03/10 - 2:34pm
Right click the SVG below and select 'This Frame'
Submitted by clemens on Sun, 2013/03/10 - 12:12pm
For reviewing patches I try to use mostly http://drupal.org/project/drush_iq
Get latest code base
git checkout 8.x
git pull
Take an issue from the Issue Queue
Use the issue id or the issue id#comment to get a particular patch #
drush iq-apply-patch 1938158
Reinstall Drupal and work on the patch
Do what you have to do make Drupal work (again). And test or run tests
Submitted by clemens on Sun, 2013/03/10 - 11:01am
Trying to gra(s)p(h) Drupal\Tests\Core\Cache\BackendChainImplementationUnitTest
Submitted by clemens on Sat, 2013/03/09 - 5:56pm
Submitted by clemens on Tue, 2013/03/05 - 5:23pm
Below a graph generated from the module list of a Drupal 8 development site.
Submitted by clemens on Fri, 2013/03/01 - 3:44pm
Playing around with Drupal 8 together with Graph API and Graph I generated this UML through admin/config/system/graphapi/uml/Drupal\views\Plugin\Core\Entity\View ... it has some rough edges still.
Tell us what you think of this UML Diagram and your needs to have on site information.
Submitted by clemens on Sat, 2012/05/26 - 4:25pm
We all know Drupal and Symfony do have multilingual support (i18n, l10n, pluralization). But do they match? Or do they equally well? How does one test this? This is what I did.
I wanted to add tests for Symfonfy's PluralizationRules as there were none and I wanted to have support for PluralForms loading Drupals *.po files clean and simple. How hard can it be?!?
These tests should cover:
Submitted by clemens on Sun, 2012/05/20 - 11:31am
Pages