/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-04.prefs_php.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-04.prefs_php.patch

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 26 04:27:30 2008 UTC (16 years ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
- Upgrade patch for Horde 3.2.1

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/00header mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/00header
2     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/00header 2006-09-10 18:18:26.000000000 -0500
3     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/00header 2006-09-10 13:19:18.000000000 -0500
4     @@ -1,6 +1,6 @@
5     //00header
6     /**
7     - * $Horde: horde/config/prefs.php.dist,v 1.85.2.3.2.1 2005/12/27 17:02:01 chuck Exp $
8     + * $Horde: horde/config/prefs.php.dist,v 1.85.2.7 2006/06/22 18:47:55 chuck Exp $
9     *
10     * Preferences Information
11     * =======================
12     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/200personal mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/200personal
13     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/200personal 2006-09-10 18:18:26.000000000 -0500
14     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/200personal 2006-09-10 13:21:50.000000000 -0500
15     @@ -130,6 +130,7 @@
16     'enum' => array(
17     '%x' => strftime('%x'),
18     '%Y-%m-%d' => strftime('%Y-%m-%d'),
19     + '%d/%m/%Y' => strftime('%d/%m/%Y'),
20     '%A %B %d, %Y' => strftime('%A %B %d, %Y'),
21     '%A, %d. %B %Y' => strftime('%A, %d. %B %Y'),
22     '%A, %d %B %Y' => strftime('%A, %d %B %Y'),
23    
24     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/300loginmaintenance mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/300loginmaintenance
25     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/300loginmaintenance 2006-03-15 17:51:23.000000000 -0600
26     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/prefs.php/300loginmaintenance2006-10-07 12:09:44.000000000 -0500
27     @@ -6,7 +6,7 @@
28     // set 'value' false for do_maintenance.
29     // perform maintenance operations?
30     $_prefs['do_maintenance'] = array(
31     - 'value' => true,
32     + 'value' => false,
33     'locked' => false,
34     'shared' => true,
35     'type' => 'checkbox',
36    

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