[evolvis-commits] r17247: un-do the following merge, it produces broken XHTML:

mirabilos at evolvis.org mirabilos at evolvis.org
Mon May 16 13:35:27 CEST 2011


Author: mirabilos
Date: 2011-05-16 13:35:27 +0200 (Mon, 16 May 2011)
New Revision: 17247

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/frs/index.php
Log:
un-do the following merge, it produces broken XHTML:

revno: 9855 [merge]
committer: Roland Mas <lolando at debian.org>
branch nick: tarent-5.1
timestamp: Wed 2011-02-16 11:01:15 +0100
message:
  Merged branch no-titles-in-frs-table
modified:
  src/www/frs/index.php


Modified: trunk/gforge_base/evolvisforge-5.1/src/www/frs/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/frs/index.php	2011-05-16 11:35:24 UTC (rev 17246)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/frs/index.php	2011-05-16 11:35:27 UTC (rev 17247)
@@ -172,6 +172,12 @@
 				@$proj_stats['files'] += $num_files;
 
                 $cell_data = array();
+                $cell_data[] = _('Filename');
+                $cell_data[] = _('Date');
+                $cell_data[] = _('Size');
+                $cell_data[] = _('D/L');
+                $cell_data[] = _('Arch');
+                $cell_data[] = _('Type');
 
                 // Switch whether release_id exists and/or release_id == package_release['release_id']
                 if ( ! $release_id ) {



More information about the evolvis-commits mailing list