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 |
|