Introduction to automation for content checking
This message has been cross posted to Drupal.org Improvements, Documentation Team, and Drupal.org Testing Infrastructure.
tl;dr
I want to use automation to improve d.o content quality. I do not have access to do this and I have been unable to get someone with access interested enough to get this project moving.
The long version
My vision for improving the Drupal Documentation and drupal.org can be broken into three equally important ideas:
Read moreDrush enable module command automation
Drush enable command for enabling modules requires some human intervention with input to type in Y/N when prompted. Is there any way to do it fully automatically through some api or script calls?
Read moreAn update on the InDesign Integration Kit for Drupal
Hi all. I've received quite a few queries about how things are going with the InDesign Integration Kit (IIK) package and the Chimp layout automatisation software. I'm happy that so many people are excited about the project and I'd like to give you an update on where we're headed.
(If you don't know what I'm talking about you should probably see the linked post first :-))
Read more(even more) Advanced Cron
I've toyed with this idea for a few months..
A common problem with cron tasks in Drupal is that it is generally an all-or-nothing proposition, either every time you run cron.php the system runs every individual cron task, or (possibly for n00bs) you don't run it at all. Then there's the problem that some tasks need to be ran frequently, e.g. search index refreshing vs tag cloud updates vs RSS feed aggregation vs scheduler updating..
What I propose is rewriting cron.module to allow individual cron tasks be scheduled differently.
There would be three parts to it:
Read moreHave you been looking for ways to automate your Drupal installations, configurations, and/or customizations?
SoC 2007 proposal - Drupal Automated Staging Kit
Hello all,
Sorry for cross-posting; but I think people working on different aspects of Drupal may have interest in this idea.
I've submitted a SoC 2007 Drupal proposal on automating the whole process of creating a complete Drupal site with a LAMP stack in a self-contained virtual machine image. A formatted PDF version is here:
http://www.abeharry.info/SoC2007_DrupalAST_FullProposal.pdf
Here is the abstract:
The Drupal automated staging toolkit is a proposed set of code libraries, file schemas and parsers, and code generators, for
Read moreAutomatic testing security issues?
One of the biggest concerns about automatic testing is how to prevent potentially dangerous code to cause harm to the server and other tests.
Read moreUsing test automation
Here are short instrucions on how to use this module.
Read moreAutomation what has been done so far
After some discussions with my mentor Thomas and other people on devel mailling list I have created sort of a first prototype.
How it works
One part of this module is used to catch the patches and submites them to other part of the module via xml-rpc call. The second part receives this call and tests the patch. Results are stored in a new node on test server node address is returend by xml-rpc call response.
Read more



