/[smecontribs]/rpms/smeserver-mnemo/contribs7/smeserver-mnemo-1.1-1.prefs_php.patch
ViewVC logotype

Contents of /rpms/smeserver-mnemo/contribs7/smeserver-mnemo-1.1-1.prefs_php.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 26 18:13:36 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
- Initial production build
- Jump in package name to reflect new version of Mnemo

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/00Header mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/00Header
2 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/00Header 2006-02-23 20:16:18.000000000 -0600
3 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/00Header 2006-09-12 23:38:37.000000000 -0500
4 @@ -1,7 +1,7 @@
5
6 //00Header
7 /**
8 - *$Horde: mnemo/config/prefs.php.dist,v 1.24 2004/12/07 19:55:16 chuck Exp $
9 + * $Horde: mnemo/config/prefs.php.dist,v 1.24.2.1 2005/10/22 11:42:15 jan Exp $
10 *
11 * See horde/config/prefs.php for documentation on the structure of this file.
12 */
13 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/110Display mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/110Display
14 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/110Display 2006-02-23 20:17:15.000000000 -0600
15 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/110Display 2006-09-12 23:40:37.000000000 -0500
16 @@ -1,6 +1,6 @@
17 //110Display
18 $prefGroups['display'] = array(
19 - 'column' => _("Other Options"),
20 + 'column' => _("General Options"),
21 'label' => _("Display Options"),
22 'desc' => _("Change your note sorting and display options."),
23 'members' => array('sortby', 'sortdir')
24 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/120Share mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/120Share
25 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/120Share 2006-02-23 20:17:32.000000000 -0600
26 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/120Share 2006-09-12 23:40:48.000000000 -0500
27 @@ -1,6 +1,6 @@
28 //120Share
29 $prefGroups['share'] = array(
30 - 'column' => _("Other Options"),
31 + 'column' => _("General Options"),
32 'label' => _("Default Notepad"),
33 'desc' => _("Choose your default Notepad."),
34 'members' => array('notepadselect')
35 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/125Deletion mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/125Deletion
36 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/125Deletion 1969-12-31 18:00:00.000000000 -0600
37 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/125Deletion 2006-09-13 00:04:58.000000000 -0500
38 @@ -0,0 +1,8 @@
39 +//125Deletion
40 +$prefGroups['deletion'] = array(
41 + 'column' => _("General Options"),
42 + 'label' => _("Delete Confirmation"),
43 + 'desc' => _("Delete button behaviour"),
44 + 'members' => array('delete_opt')
45 +);
46 +
47 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/130SortBy mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/130SortBy
48 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/130SortBy 2006-02-23 20:19:28.000000000 -0600
49 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/130SortBy 2006-09-13 00:05:03.000000000 -0500
50 @@ -1,4 +1,4 @@
51 -//150SortBy
52 +//130SortBy
53 // user preferred sorting column
54 $_prefs['sortby'] = array(
55 'value' => MNEMO_SORT_DESC,
56 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/180DisplayNotepads mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/180DisplayNotepads
57 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/180DisplayNotepads 2006-02-23 21:27:47.000000000 -0600
58 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/180DisplayNotepads 2006-09-12 23:44:30.000000000 -0500
59 @@ -1,5 +1,5 @@
60 //180DisplayNotepads
61 -// store the notepads to diplay
62 +// store the notepads to display
63 $_prefs['display_notepads'] = array(
64 'value' => 'a:0:\{\}',
65 'locked' => false,
66 diff -Nur -x '*.orig' -x '*.rej' smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/190DeleteOpt mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/190DeleteOpt
67 --- smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/190DeleteOpt 1969-12-31 18:00:00.000000000 -0600
68 +++ mezzanine_patched_smeserver-mnemo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mnemo/config/prefs.php/190DeleteOpt 2006-09-13 00:05:46.000000000 -0500
69 @@ -0,0 +1,10 @@
70 +//190DeleteOpt
71 +// preference for delete confirmation dialog.
72 +$_prefs['delete_opt'] = array(
73 + 'value' => 1,
74 + 'locked' => false,
75 + 'shared' => false,
76 + 'type' => 'checkbox',
77 + 'desc' => _("Do you want to confirm deleting entries?")
78 +);
79 +

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