/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde_3.3.6.patch
ViewVC logotype

Contents of /rpms/e-smith-horde/sme8/e-smith-horde_3.3.6.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 13 09:09:23 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_2_0-15_el5_sme, e-smith-horde-4_2_0-14_el5_sme, e-smith-horde-4_2_0-10_el5_sme, e-smith-horde-4_2_0-11_el5_sme, e-smith-horde-4_2_0-12_el5_sme, e-smith-horde-4_2_0-17_el5_sme, e-smith-horde-4_2_0-20_el5_sme, e-smith-horde-4_2_0-13_el5_sme, HEAD
Please see changelog

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/events/actions/horde_upgrade mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/events/actions/horde_upgrade
2 --- e-smith-horde-4.0.0/root/etc/e-smith/events/actions/horde_upgrade 2010-01-02 15:48:22.000000000 -0600
3 +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/events/actions/horde_upgrade 2009-12-28 12:25:01.000000000 -0600
4 @@ -51,6 +51,10 @@
5 "ALTER TABLE horde_datatree_attributes CHANGE COLUMN datatree_id datatree_id INT(11) UNSIGNED NOT NULL",
6 "ALTER TABLE horde_vfs CHANGE COLUMN vfs_id vfs_id INT(11) UNSIGNED NOT NULL",
7 "ALTER TABLE horde_prefs CHANGE COLUMN pref_uid pref_uid VARCHAR(200) NOT NULL",
8 + "ALTER TABLE horde_tokens CHANGE COLUMN token_address token_address VARCHAR(100) NOT NULL",
9 + "ALTER TABLE horde_histories CHANGE COLUMN history_id history_id INT UNSIGNED NOT NULL",
10 + "ALTER TABLE horde_sessionhandler CHANGE COLUMN session_lastmodified session_lastmodified BIGINT NOT NULL",
11 + "ALTER TABLE horde_locks CHANGE COLUMN lock_type lock_type TINYINT UNSIGNED NOT NULL",
12 "DELETE FROM horde_prefs WHERE pref_name = 'last_login' AND pref_scope = 'imp'",
13 );
14
15 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header
16 --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 2010-01-02 15:48:22.000000000 -0600
17 +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 2009-12-28 11:33:36.000000000 -0600
18 @@ -1,6 +1,6 @@
19 // 00header
20 /**
21 - * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.13 2009/05/29 05:59:25 slusarz Exp $
22 + * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.14 2009-11-24 19:53:30 slusarz Exp $
23 *
24 * Decide which output drivers you want to activate for all Horde
25 * applications. Individual Horde applications can override these settings
26 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/760AppRegistryAnsel mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/760AppRegistryAnsel
27 --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/760AppRegistryAnsel 2006-03-15 17:51:23.000000000 -0600
28 +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/760AppRegistryAnsel 1969-12-31 18:00:00.000000000 -0600
29 @@ -1,10 +0,0 @@
30 -// 760AppRegistryAnsel
31 -$this->applications['ansel'] = array(
32 - 'fileroot' => dirname(__FILE__) . '/../ansel',
33 - 'webroot' => $this->applications['horde']['webroot'] . '/ansel',
34 - 'name' => _("Photos"),
35 - 'status' => 'inactive',
36 - 'provides' => 'images',
37 - 'menu_parent' => 'website'
38 -);
39 -

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed