-
Drupal 8: everything is pluggable | drupal4hu
oh noes, please forget about storing and loading code from the DB.
It's unmaintainable, not versioned, invisible, and overall totally unmanageable.
There are a couple of applications that allow this (...
-
On fundamental database operations | drupal4hu
All databases I am aware of work based on CRUD: Create, Read, Update, Delete. Drupal always wanted to implement all of them nicely and now we have a nice Read in Drupal 7 with entity loading. Delete A...
-
MongoDB | drupal4hu
Now that we have a fairly good idea how Drupal 8 and data looks let's discuss what can MongoDB provide and why would you want to run it. In Drupal 8, every kind of data can be stored independently. I ...
-
Learning Symfony / Drupal 8 | drupal4hu
This is not documentation. This is literally the 30000ft high (I have written it on a Calgary-London flight) overview about Drupal 8 page flow as it stands on July 28, 2012. This doesn't mean it will ...
-
The Grand unification Theory of Callbacks | drupal4hu
After reading Merlin's thoughts on how we need to remove menu_rebuild and replace it with a more straightforward approach, reading the hook_blocks issue, discussing page rendering with pwolanin, ponde...
-
Reiterating a good password trick | drupal4hu
James said in his recent security article "Also, remembering several (hundreds!) of complicated, strong passwords can be daunting and frequently leads to poor password choices" -- but we learned right...