SOURCES: eventum-lf.patch, eventum-paths.patch - updated to 1.7.0, ...
glen
glen at pld-linux.org
Wed Nov 30 17:02:52 CET 2005
Author: glen Date: Wed Nov 30 16:02:52 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 1.7.0, 20051130 snap
---- Files affected:
SOURCES:
eventum-lf.patch (1.2 -> 1.3) , eventum-paths.patch (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SOURCES/eventum-lf.patch
diff -u SOURCES/eventum-lf.patch:1.2 SOURCES/eventum-lf.patch:1.3
--- SOURCES/eventum-lf.patch:1.2 Mon Mar 28 13:43:04 2005
+++ SOURCES/eventum-lf.patch Wed Nov 30 17:02:46 2005
@@ -47,25 +47,18 @@
var popupWin = window.open('notification.php?iss_id=' + issue_id, '_notification', features);
popupWin.focus();
}
---- ./templates/en/file_upload.tpl.html~ 2005-03-16 19:03:58.000000000 +0200
-+++ ./templates/en/file_upload.tpl.html 2005-03-21 13:09:57.000000000 +0200
-@@ -58,19 +58,19 @@
- <td colspan="2">
- <table width="100%" cellpadding="2" cellspacing="1">
- <tr>
-- <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
-+ <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
- <b>Filenames:</b>
- </td>
+--- eventum-20051130/templates/en/file_upload.tpl.html~ 2005-11-30 17:54:07.000000000 +0200
++++ eventum-20051130/templates/en/file_upload.tpl.html 2005-11-30 17:55:45.000000000 +0200
+@@ -79,13 +79,13 @@
<td bgcolor="{$light_color}">
<table width="100%" cellpadding="2" cellspacing="0" id="file_table">
<tr>
- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
-+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
++ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
</tr>
<tr>
- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
-+ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
++ <td><input size="50" name="attachment[]" type="file" class="shortcut" style="width: 97%"></td>
</tr>
<tr>
- <td><input size="50" name="attachment[]" type="file" class="shortcut"></td>
@@ -73,12 +66,3 @@
</tr>
<tr>
<td class="small_default"><b>Note: The current maximum allowed upload file size is {$max_attachment_size}</b></td>
-@@ -79,7 +79,7 @@
- </td>
- </tr>
- <tr bgcolor="{$light_color}">
-- <td bgcolor="{$cell_color}" class="default_white" width="190" nowrap>
-+ <td bgcolor="{$cell_color}" class="default_white" width="120" nowrap>
- <b>Description:</b>
- </td>
- <td bgcolor="{$light_color}">
================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.25 SOURCES/eventum-paths.patch:1.26
--- SOURCES/eventum-paths.patch:1.25 Wed Oct 26 16:33:27 2005
+++ SOURCES/eventum-paths.patch Wed Nov 30 17:02:46 2005
@@ -266,16 +266,16 @@
include_once("File/Util.php");
$html = checkRequirements();
---- ./include/class.template.php 2005-10-26 17:06:21.000000000 +0300
-+++ /tmp/class.template.php 2005-10-26 17:05:19.000000000 +0300
-@@ -62,6 +62,7 @@
+--- eventum-20051130/include/class.template.php~ 2005-11-30 17:51:55.000000000 +0200
++++ eventum-20051130/include/class.template.php 2005-11-30 17:53:15.000000000 +0200
+@@ -61,6 +61,7 @@
+ $this->smarty = new Smarty;
+ $this->smarty->template_dir = APP_TPL_PATH . APP_CURRENT_LANG;
$this->smarty->compile_dir = "/var/cache/eventum";
++ $this->smarty->plugins_dir = array('/usr/share/eventum/include/smarty', 'plugins');
$this->smarty->config_dir = '';
$this->smarty->register_modifier("activateLinks", array('Link_Filter', 'activateLinks'));
-+ $this->smarty->plugins_dir = array('/usr/share/eventum/include/smarty', 'plugins');
- }
-
-
+ $this->smarty->register_modifier("formatCustomValue", array('Custom_Field', 'formatValue'));
--- ./include/class.misc.php 2005-10-26 17:17:17.000000000 +0300
+++ /tmp/class.misc.php 2005-10-26 17:30:12.000000000 +0300
@@ -607,7 +607,7 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-lf.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list