soc2007

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
allisterbeharry's picture

Writing to Apache conf files in DAST build scripts

Just a development snapshot before the 0.2 release - Download http://www.abeharry.info/stuff/DAST-0.2-dev.tar.gz

Unpackage anywhere like usr/share/DAST There is an httpd.conf in DAST/src/tests/etc/tasks/. Now run from DAST:

./bin/dast -f ./src/tests/etc/tasks/eApacheHttpdConfTaskTest.xml

The httpd.conf will be updated with new directives, sections, and embedded sections.

This snapshot has all dependencies bundled so don't download the dast-deps package. You must not place this snapshot in the same location as earlier releases

Read more
Gábor Hojtsy's picture

Automatic interface language import for Drupal 6

One of my three proposed subprojects for this year's Google Summer of Code was about improvements for Drupal 6 to include the autolocale functionality developed for Drupal 5. As always, putting autolocale module into core is not simply a code copy-paste issue, there are several outstanding issues that need to be worked out. The main problem is that when we need to parse and import a half of a megabyte in translation files, PHP can easily time out. So a batch processing framework was in need to process multiple operations in subsequent HTTP requests. Fortunately yched already did a big amount of groundwork on this, and Jakub Suchy tried to map the batch API to autolocale, so I only needed to dig deeper into these to try to make them work nicely together.

Read more
Subscribe with RSS Syndicate content