[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: development environment and tasks
From: |
Davi Leal |
Subject: |
Re: development environment and tasks |
Date: |
Sat, 18 Oct 2008 15:40:14 +0200 |
User-agent: |
KMail/1.9.9 |
Federico Giménez Nieto wrote:
> Ok, etch is installed with the development environment configured as
> exposed in
> http://savannah.nongnu.org/cookbook/?func=detailitem&item_id=155, except
> for step 9, how can i get those patched versions?
See the attached files. Copy them as follows:
cp block.t.php /usr/share/php/smarty/libs/plugins/block.t.php
cp modifier.dgettext.php /usr/share/php/smarty/libs/plugins/
This is needed so that the {t} Smarty function works too when we add the
domain parameter:
{t domain='database'}{$data.AcademicLevel}{/t}
For example at:
Layer-0__Site_entry_point/templates/View_Job_Offer_form.tpl
> I've seen the tasks list at
> http://savannah.nongnu.org/task/?group=gnuherds-app, but don't know where
> to begin, can you point me an easy one to take contact with the code?
[task]: BUG: Check out-of-range values
http://savannah.nongnu.org/task/?6637
You could propose a patch to do the out-of-range check at Layer-5, for the
View_Job_Offer case [1].
[1] http://gnuherds.org/View_Job_Offer.php?JobOfferId=2812245432435243
Later, all we could analyze if some other URL needs similar parameter
checking.
When all be ready, you will commit your final patch to the Git repository.
You should follow the steps exposed at [2] to be able to commit to the Git
repository hosted at Savannah.
[2] http://savannah.nongnu.org/cookbook/?func=detailitem&item_id=153
As usual, any kind of comments, flames, etc. are not only welcome but perhaps
even needed.
block.t.php
Description: application/php
modifier.dgettext.php
Description: application/php