The conclusion to the CKEditor & the WYSIWYG Module tutorial series.. Learn how to create a native CKEditor plugin and expose it to CKEditor using either the WYSIWYG module or the CKEditor module API.
According to the Features project page the first commit of code was more than 3 years ago by Young Hahn. The first commit on d.o. for drush make? Over 2 years ago.
A client came to us recently and wanted to transfer his site from another company. We needed to apply security updates to the code but we didn't have access to any version control history of the source code. We used the Hacked! module to see if there is any custom code added to Drupal core or contrib modules so that we don’t lose any custom changes when we update the site. Hacked! Comes with a web user interface but I prefer to run it in
In part 2 of our CKEditor & the WYSIWYG Module tutorial series we explore the CKEditor API and show you how to customize dialogs windows as well as create your very own.
Devel is a module I can't live without these days. In my opinion, it's an invaluable part of building an maintaining Drupal sites. It makes it incredibly easy to peek inside data structures, inspect nodes and gather performance information, such as slow queries. My main problem with devel, however, is that it simply dumps its information on the bottom of a page. To improve the usability of devel, we here at Fuse Interactive, came up with the idea of Devel Catcher.
