savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] savannah ./ChangeLog www/account/index.php www/...


From: Laurent Julliard
Subject: [Savannah-cvs] savannah ./ChangeLog www/account/index.php www/...
Date: Mon, 24 Jun 2002 09:02:09 -0400

CVSROOT:        /cvsroot/savannah
Module name:    savannah
Changes by:     Laurent Julliard <address@hidden>       02/06/24 09:02:09

Modified files:
        .              : ChangeLog 
        www/account    : index.php 
        www/bugs       : browse_bug.php bug_data.php bug_utils.php 
                         mod_bug.php 
        www/bugs/reporting: index.php 
        www/docman     : doc_utils.php 
        www/files      : index.php 
        www/forum      : forum.php forum_utils.php message.php 
        www/include    : stats_function.php utils.php 
        www/news       : news_utils.php 
        www/patch      : detail_patch.php mod_patch.php patch_utils.php 
        www/people     : people_utils.php viewjob.php 
        www/project    : showfiles.php 
        www/project/admin: editreleases.php project_admin_utils.php 
        www/search     : index.php 
        www/snippet    : detail.php 
        www/softwaremap: trove_list.php 
        www/support    : detail_support.php mod_support.php 
                         support_utils.php 

Log message:
        In many PHP scripts Unix datetime stamp 0 means no date defined yet
        but was however shown as Epoch time (Jan 1st, 1970). A new function
        has been introduced in www/include/utils.php to format (bug #435). It
        is now recommended to use format_date($sys_datefmt,...) in all PHP
        scripts instead of the former date($sys_datefmt,...)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/ChangeLog.diff?tr1=1.228&tr2=1.229&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/account/index.php.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/bugs/browse_bug.php.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/bugs/bug_data.php.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/bugs/bug_utils.php.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/bugs/mod_bug.php.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/bugs/reporting/index.php.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/docman/doc_utils.php.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/files/index.php.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/forum/forum.php.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/forum/forum_utils.php.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/forum/message.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/include/stats_function.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/include/utils.php.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/news/news_utils.php.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/patch/detail_patch.php.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/patch/mod_patch.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/patch/patch_utils.php.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/people/people_utils.php.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/people/viewjob.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/project/showfiles.php.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/project/admin/editreleases.php.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/project/admin/project_admin_utils.php.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/search/index.php.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/snippet/detail.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/softwaremap/trove_list.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/support/detail_support.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/support/mod_support.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/www/support/support_utils.php.diff?tr1=1.21&tr2=1.22&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]