From:             samm...@php.net
Operating system: 
PHP version:      5.2.8
PHP Bug Type:     Feature/Change Request
Bug description:  documentation workflow change

Description:
------------
Translations can among others have the status "working".

A file can have the status "working" for one of two reasons:
1. The file is outdated and needs revision.
2. A translator is currently working on this file, but the work is not
   yet completed.

In any case this file is clearly not ready to be published and should
not be included in a full build for the manual in this language. Omitting
files with status "working" from the build will also considerably speed
up the build process.

To manage these files and coordinate translation efforts, a list of files
with status "working" needs to be created before the manual build. Also,
during this preprocessing phase files that are outdated need to be
identified
and set to status working.

A file is outdated when

1. its version number is different from the version number of its
   corrosponding en version number AND
2. the file has not been touched for more than <n> days. <n> will be
   defined for each language in a separate file and is dependent on
   the policy of the translation team for that language.

The following changes to the build process are requested:

1. Check for files that are outdated and set the status flag for
   outdated files to "working".
2. Generate a list of files (ascii, one full pathname per line) that
   have the status "working".

3. Change the build to omit files with status "working", maybe using
   the file from step 2 as an exclude list.



-- 
Edit bug report at http://bugs.php.net/?id=47194&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47194&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47194&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47194&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47194&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47194&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47194&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47194&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47194&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47194&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47194&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47194&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47194&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47194&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47194&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47194&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47194&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47194&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47194&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47194&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47194&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47194&r=mysqlcfg

Reply via email to