alpha

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

Omega template.php vs. preprocess/process

From what I understand, the proper place to put code to alter a form is in hook_form_alter. So I created a function mytheme_alpha_form_alter() and put it in template.php. Everything works fine, however the comments in template.php suggest that I should keep that file "as clean as possible" and to use the preprocess and process subfolders instead. So in trying to do things the proper alpha/omega way, I created a file preprocess/preprocess-page.inc and did the form modification code inside mytheme_alpha_preprocess_page(). This also works, but sure seems ugly.

Read more
oneguru's picture

No welcome emails using Aegir 0.4 Alpha 8

On Aegir 0.4 Alpha 5, I received "Welcome Emails" from webmaster@domain.com but not with Alpha 8. Is this a know issue? Is there a work around? - Thanks!

Read more
anarcat's picture

Aegir 0.4 alpha 8 released

The Aegir project is proud to announce the eighth alpha of our 0.4 release cycle. Adrian and Neil have been working like crazy on the also crazy multi-server developpment branch(es) for a while and they are getting stable enough so that we can merge with the master development branch. Not stable enough, however, to not warrant a nice and routine release for you people to bundle the quiet but stable fixes we have been doing during that time. So here's the last release before we go on the multi-server development spree for good.

Read more
anarcat's picture

Aegir 0.4 alpha 7 released

The Aegir project is proud to announce the seventh alpha of our 0.4 release cycle. In the craziness of Drupalcon San Francisco, we have decided to make a long awaited release to share all the good stuff that is happening on the master branch. Most of those changes are stability and bugfixes and should be useable in production, but keep in mind this is still an alpha release, so it hasn't gone through the usual release-candidate proofing cycle.

Read more
mig5's picture

Aegir 0.4 alpha 2 released

The Aegir team is happy to present the second alpha release of the 0.4 milestone. Like the first alpha, this is a "developer preview" release following the hugely popular 0.3 release, which includes many bug fixes to alpha1, along with a stack of exciting new features. While we are in alpha stage with 0.4, we recommend that production system continue to use the 0.3 stable release for now. However, many important bug fixes did make it into this alpha, so we encourage you to check it out however way you can.

Installation and upgrade instructions

Read more
anarcat's picture

Aegir 0.4 alpha 1 released.

The Aegir project is happy to present the first alpha release of the 0.4 milestone. This is a "developer preview" release following the hugely popular 0.3 release, to allow people to play around with the new features we are developing and is not meant to be production-ready, use at your own risks. It should be fairly stable anyways, as very little major changes were brought in, but a lot of new exciting features!

Read more
flk's picture

Come and test

Heya guys,
sorry i havent posted in a long while but god the time just flew by (so much to do, so little time).

God how horrible it is to code during boiling summer (omg its totally boiling here....i soo miss the rain :P)
Over this period i have had quite few problems which when i look back seem so simple such as understanding that actions_do() accepts an array of actions and a loaded node(node_load($nid)) not just node id.
so whenever i ran something like:

<?php
actions_do
(action_node_publish,5);
?>

I would get a bunch of errors:

Warning: Attempt to assign property of non-object in /home/flk/vhosts/kolaz.techarena.co.uk/modules/actions/actions.inc on line 17
Read more
Subscribe with RSS Syndicate content