SOURCES (localization): eventum-lf.patch, eventum-paths.patch, eve...

glen glen at pld-linux.org
Fri Jun 2 00:04:24 CEST 2006


Author: glen                         Date: Thu Jun  1 22:04:24 2006 GMT
Module: SOURCES                       Tag: localization
---- Log message:
- update to localization-dev2

---- Files affected:
SOURCES:
   eventum-lf.patch (1.3.4.1 -> 1.3.4.2) , eventum-paths.patch (1.29.4.1 -> 1.29.4.2) , eventum-httpclient-clientside.patch (1.2.4.1 -> 1.2.4.2) , eventum-close-signature.patch (1.1.4.1 -> 1.1.4.2) 

---- Diffs:

================================================================
Index: SOURCES/eventum-lf.patch
diff -u SOURCES/eventum-lf.patch:1.3.4.1 SOURCES/eventum-lf.patch:1.3.4.2
--- SOURCES/eventum-lf.patch:1.3.4.1	Tue Apr 11 00:40:13 2006
+++ SOURCES/eventum-lf.patch	Fri Jun  2 00:04:19 2006
@@ -1,14 +1,14 @@
 minor look & feel fixes
 
---- ./templates/faq.tpl.html~	2005-02-27 17:59:14.000000000 +0200
-+++ ./templates/faq.tpl.html	2005-03-17 12:25:38.000000000 +0200
+--- eventum-localization-dev2/templates/faq.tpl.html~	2006-06-02 00:55:02.347271167 +0300
++++ eventum-localization-dev2/templates/faq.tpl.html	2006-06-02 00:55:31.437924456 +0300
 @@ -13,7 +13,7 @@
              <td class="default_white" bgcolor="{$cell_color}"><b>{$faq.faq_title|escape:"html"}</b></td>
            </tr>
            <tr>
 -            <td class="default" bgcolor="{$dark_color}">
 +            <td class="default" bgcolor="{$dark_color}" height="260" valign="top">
-               <p><i>Last updated: {$faq.faq_updated_date}</i></p>
+               <p><i>{t}Last updated{/t}: {$faq.faq_updated_date}</i></p>
                {$faq.message}
              </td>
 --- ./templates/view_form.tpl.html~	2005-02-27 17:59:14.000000000 +0200

================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.29.4.1 SOURCES/eventum-paths.patch:1.29.4.2
--- SOURCES/eventum-paths.patch:1.29.4.1	Tue Apr 11 00:40:13 2006
+++ SOURCES/eventum-paths.patch	Fri Jun  2 00:04:19 2006
@@ -99,12 +99,12 @@
          foreach ($required_directories as $dir_path => $options) {
              // check if directory exists
              if (!file_exists($dir_path)) {
---- ./setup/index.php	2005-04-16 05:53:27.000000000 +0300
-+++ eventum-1.5.2.patched/setup/index.php	2005-04-16 05:53:05.000000000 +0300
-@@ -118,31 +118,31 @@
-     if (ini_get('allow_call_time_pass_reference') != "1") {
-         $errors[] = "The 'allow_call_time_pass_reference' directive needs to be enabled in your PHP.INI file in order for Eventum to work properly.";
-     }
+--- eventum-localization-dev2/setup/index.php~	2006-06-02 00:59:31.253312998 +0300
++++ eventum-localization-dev2/setup/index.php	2006-06-02 01:00:39.434848436 +0300
+@@ -121,31 +121,31 @@
+ //    if (ini_get('allow_call_time_pass_reference') != "1") {
+ //        $errors[] = "The 'allow_call_time_pass_reference' directive needs to be enabled in your PHP.INI file in order for Eventum to //work properly.";
+ //    }
 -    $error = checkPermissions('../locks', "Directory 'locks'", TRUE);
 +    $error = checkPermissions('/var/run/eventum', "Directory '/var/run/eventum'", TRUE);
      if (!empty($error)) {
@@ -140,6 +140,8 @@
      if (!empty($error)) {
          $errors[] = $error;
      }
+--- ./setup/index.php	2005-04-16 05:53:27.000000000 +0300
++++ eventum-1.5.2.patched/setup/index.php	2005-04-16 05:53:05.000000000 +0300
 @@ -276,8 +276,8 @@
  
      clearstatcache();
@@ -255,8 +257,8 @@
      if ($fp === FALSE) {
          return "Could not open the file 'config.inc.php' for writing. The permissions on the file should be set as to allow the user that the web server runs as to open it. Please correct this problem and try again.";
      }
---- eventum-localization-dev/setup/index.php~	2006-04-11 00:15:23.056473380 +0300
-+++ eventum-localization-dev/setup/index.php	2006-04-11 00:16:03.207367886 +0300
+--- eventum-localization-dev2/setup/index.php~	2006-06-02 00:58:11.321514674 +0300
++++ eventum-localization-dev2/setup/index.php	2006-06-02 00:58:46.032294537 +0300
 @@ -208,11 +208,11 @@
      exit;
  }
@@ -265,7 +267,7 @@
 +include_once("/usr/share/pear/Smarty/Smarty.class.php");
  
  $tpl = new Smarty();
--$tpl->template_dir = '../templates';
+-$tpl->template_dir = '../templates/';
 -$tpl->compile_dir = "../templates_c";
 +$tpl->template_dir = '/usr/share/eventum/templates';
 +$tpl->compile_dir = "/var/cache/eventum";

================================================================
Index: SOURCES/eventum-httpclient-clientside.patch
diff -u SOURCES/eventum-httpclient-clientside.patch:1.2.4.1 SOURCES/eventum-httpclient-clientside.patch:1.2.4.2
--- SOURCES/eventum-httpclient-clientside.patch:1.2.4.1	Tue Apr 11 00:40:13 2006
+++ SOURCES/eventum-httpclient-clientside.patch	Fri Jun  2 00:04:19 2006
@@ -62,10 +62,11 @@
  <form>
    <table bgcolor="#FFFFFF" width="100%" cellspacing="1" cellpadding="2" border="0">
      <tr>
---- eventum-20051130/templates/reports/recent_activity.tpl.html~	2005-11-30 18:24:19.000000000 +0200
-+++ eventum-20051130/templates/reports/recent_activity.tpl.html	2005-11-30 18:25:09.000000000 +0200
-@@ -1,8 +1,6 @@
- {include file="header.tpl.html" extra_title="Recent Activity"}
+--- eventum-localization-dev2/templates/reports/recent_activity.tpl.html~	2006-06-02 01:01:26.205901620 +0300
++++ eventum-localization-dev2/templates/reports/recent_activity.tpl.html	2006-06-02 01:02:30.727354382 +0300
+@@ -1,9 +1,7 @@
+ {capture assign="extra_title"}{t}Recent Activity{/t}{/capture}
+ {include file="header.tpl.html" extra_title=$extra_title}
 -<script language="javascript">
 -{include file="../js/httpclient.js"}
 -{include file="../js/expandable_cell.js"}

================================================================
Index: SOURCES/eventum-close-signature.patch
diff -u SOURCES/eventum-close-signature.patch:1.1.4.1 SOURCES/eventum-close-signature.patch:1.1.4.2
--- SOURCES/eventum-close-signature.patch:1.1.4.1	Tue Apr 11 00:40:13 2006
+++ SOURCES/eventum-close-signature.patch	Fri Jun  2 00:04:19 2006
@@ -53,11 +53,13 @@
              {include file="error_icon.tpl.html" field="reason"}
            </td>
          </tr>
-@@ -205,6 +224,16 @@
+--- eventum-localization-dev2/templates/close.tpl.html~	2006-06-02 00:56:06.638714939 +0300
++++ eventum-localization-dev2/templates/close.tpl.html	2006-06-02 00:57:12.060184006 +0300
+@@ -222,7 +222,16 @@
                <tr>
-                 <td><input class="button" type="button" value="&lt;&lt; Back" onClick="javascript:history.go(-1);"></td>
-                 <td width="100%" align="center"><input class="button" type="submit" value="Close Issue"></td>
-+
+                 <td><input class="button" type="button" value="&lt;&lt; {t}Back{/t}" onClick="javascript:history.go(-1);"></td>
+                 <td width="100%" align="center"><input class="button" type="submit" value="{t}Close Issue{/t}"></td>
+-              </tr>
 +                {if $current_user_prefs.email_signature != "" and $current_user_prefs.auto_append_sig != 'yes'}
 +                <td class="default_white" align="right" width="150">
 +                  <nobr>
@@ -67,6 +69,7 @@
 +                  </nobr>
 +                </td>
 +                {/if}
-               </tr>
++            </tr>
              </table>
            </td>
+         </tr>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-lf.patch?r1=1.3.4.1&r2=1.3.4.2&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.29.4.1&r2=1.29.4.2&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-httpclient-clientside.patch?r1=1.2.4.1&r2=1.2.4.2&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-close-signature.patch?r1=1.1.4.1&r2=1.1.4.2&f=u



More information about the pld-cvs-commit mailing list