Hi Javier,

thank you for your feedback.
This issue is a well know limitation.
Please apply the patch provided by Alain.

Regards,
Franck

Le 10/01/2014 09:41, Cuquerella Sanchez, Javier a écrit :

Hi,

 

MyForge is running FusionForge version 5.1.13679-2

 

and system time is: Fri Jan 10 09:41:20 CET 2014

 

Regards

 

---------------------------------------------------
Javier Cuquerella Sánchez


[email protected]

Atos Research & Innovation

Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080

www.atosresearch.eu

es.atos.net 

 cid:349045816@01072011-319C

 

From: Alain Peyrat [mailto:[email protected]]
Sent: Thursday, January 09, 2014 7:03 PM
To: [email protected]; Cuquerella Sanchez, Javier
Cc: [email protected]
Subject: Re: [Fusionforge-general] I can not schedule tasks in 2014

 

Hi,

 

You should apply this patch to your code or upgrade to latest 5.2

 

Best regards,

Alain

 

commit 9de80309756b24b856d468d7fec9b0de9a3aadb7

Author: Alain Peyrat <[email protected]>

Date: Mon May 21 13:18:34 2012 +0000

 

    Fix [#425] Project Management Facility has years fixed 1999-2013

 

diff --git a/src/www/pm/include/ProjectGroupHTML.class.php b/src/www/pm/include/ProjectGroupHTML.class.php

index e87f672..2583399 100644

--- a/src/www/pm/include/ProjectGroupHTML.class.php

+++ b/src/www/pm/include/ProjectGroupHTML.class.php

@@ -203,9 +203,10 @@ class ProjectGroupHTML extends ProjectGroup {

        }

 

        function showYearBox($name,$year=1) {

+ $current_year = date('Y');

                echo '

                <select name="'.$name.'" size="1">';

- for ($i=1999; $i<=2013; $i++) {

+ for ($i=$current_year-5; $i<=$current_year+8; $i++) {

                        if ($i == $year) {

                                echo '

                                <option selected="selected" value="'.$i.'">'.$i.'</option>';

 

 

Le jeu. 9 janv. 2014 at 13:57, Franck Villaume <[email protected]> a écrit :

Hi Javier,

can you provide at least the fusionforge version you are using ?
can you check the system time of your server ?

regards,
Franck


-- 
TrivialDev Founder
http://trivialdev.com



Le 09/01/2014 13:49, Cuquerella Sanchez, Javier a écrit :

Hi,

 

when I want to schedule a task within a project, only appears in the drop until 2013.

 

 

Regards

 

---------------------------------------------------
Javier Cuquerella Sánchez

Atos Research & Innovation

Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080

es.atos.net 

 

 

 

---------------------------------------------------
Javier Cuquerella Sánchez

Atos Research & Innovation

Systems Administrator
Albarracin 25
28037-Madrid (SPAIN)
Tfno: +34.91.214.8080

es.atos.net 

 

 

 

 




_______________________________________________
Fusionforge-general mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general

 



-- 
TrivialDev Founder
http://trivialdev.com

<<attachment: franck_villaume.vcf>>

_______________________________________________
Fusionforge-general mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general

Reply via email to