среда, 27 февраля 2013 г.

How to run some Ant target only once ?


    <target name="show-info" unless="show-info_has_run">
        <property name="show-info_has_run" value="true"/>
        <!-- ...... some actions --- ->
    </target>

воскресенье, 24 февраля 2013 г.

Reminders for Magento developer (part 1)

Check if logging is enabled on your development environment: option 'System->Configuration->Advanced:Developer->Log Settings->Enabled' should be 'Yes'

If you get some errors in layout xml files they will be written to 'var/log/exception.log' and 'var/log/system.log' files.