/[smecontribs]/rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-remove_desc.patch
ViewVC logotype

Contents of /rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-remove_desc.patch

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


Revision 1.1 - (show annotations) (download)
Sun Mar 3 22:04:40 2013 UTC (11 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_1-80_el5_sme, smeserver-shared-folders-0_1-83_el5_sme, smeserver-shared-folders-0_1-84_el5_sme, smeserver-shared-folders-0_1-82_el5_sme, smeserver-shared-folders-0_1-87_el5_sme, smeserver-shared-folders-0_1-86_el5_sme, smeserver-shared-folders-0_1-81_el5_sme, smeserver-shared-folders-0_1-85_el5_sme, smeserver-shared-folders-0_1-79_el5_sme, HEAD
Initial import

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares
2 --- smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares 2009-05-18 23:53:13.000000000 +0200
3 +++ mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares 2009-05-18 23:52:47.000000000 +0200
4 @@ -167,13 +167,6 @@
5 </entry>
6
7 <entry>
8 - <base>DESC_SMB_ACCESS</base>
9 - <trans>
10 - If you set this to "non browseable", this shared folder won't appear in the list of available shares in a net view and in the browse list. It'll still be available for those who know the exact name.
11 - </trans>
12 - </entry>
13 -
14 - <entry>
15 <base>LABEL_SMB_ACCESS</base>
16 <trans>
17 SMB Access
18 @@ -181,13 +174,6 @@
19 </entry>
20
21 <entry>
22 - <base>DESC_RECYCLEBIN</base>
23 - <trans>
24 - This option allows you to activate the network recycle bin. With the recylcebin option enabled, deleted file won't be removed from the server, but instead, will be moved to the Recycle Bin directory
25 - </trans>
26 - </entry>
27 -
28 - <entry>
29 <base>LABEL_RECYCLEBIN</base>
30 <trans>
31 Recycle bin
32 @@ -202,13 +188,6 @@
33 </entry>
34
35 <entry>
36 - <base>DESC_HTTP_ACCESS</base>
37 - <trans>
38 - You can select from where this shared folder will be accessible. If a password is required, users can use their own login/password. Any users having at least read access will be allowed.
39 - </trans>
40 - </entry>
41 -
42 - <entry>
43 <base>LABEL_HTTP_ACCESS</base>
44 <trans>
45 Web Access
46 @@ -216,23 +195,9 @@
47 </entry>
48
49 <entry>
50 - <base>DESC_REQUIRE_SSL</base>
51 - <trans>
52 - If set to enabled, connections to this shared folder using the HTTP protocole will be automatically redirected to use the secure protocole (HTTPS). This setting is recommanded if a password is required as it will prevent it from being sent in clear.
53 - </trans>
54 - </entry>
55 -
56 - <entry>
57 <base>LABEL_REQUIRE_SSL</base>
58 <trans>
59 - Require a secure connection
60 - </trans>
61 - </entry>
62 -
63 - <entry>
64 - <base>DESC_INDEXES</base>
65 - <trans>
66 - If enabled, and no index file is found in this shared folder, the server will create a simple page listing all files and directories.
67 + Force secure connections
68 </trans>
69 </entry>
70
71 @@ -244,16 +209,9 @@
72 </entry>
73
74 <entry>
75 - <base>DESC_DYNAMIC_CONTENT</base>
76 - <trans>
77 - If enabled, dynamic content (PHP, SSI) will be allowed.
78 - </trans>
79 - </entry>
80 -
81 - <entry>
82 <base>LABEL_DYNAMIC_CONTENT</base>
83 <trans>
84 - Dynamic content execution
85 + Dynamic content execution (PHP, SSI)
86 </trans>
87 </entry>
88
89 diff -Nur -x '*.orig' -x '*.rej' smeserver-shared-folders-0.1/root/etc/e-smith/web/functions/shares mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/web/functions/shares
90 --- smeserver-shared-folders-0.1/root/etc/e-smith/web/functions/shares 2009-05-18 23:53:13.000000000 +0200
91 +++ mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/web/functions/shares 2009-05-18 23:48:24.000000000 +0200
92 @@ -71,14 +71,12 @@
93 id="smbaccess"
94 options="smbAccess_list()">
95 <label>LABEL_SMB_ACCESS</label>
96 - <description>DESC_SMB_ACCESS</description>
97 </field>
98
99 <field type="select"
100 id="recyclebin"
101 options="'enabled' => 'DONT_KEEP_VERSIONS', 'disabled' => 'DISABLED', 'keep-versions' => 'KEEP_VERSIONS'">
102 <label>LABEL_RECYCLEBIN</label>
103 - <description>DESC_RECYCLEBIN</description>
104 </field>
105
106 <subroutine src="print_section_bar()" />
107 @@ -92,25 +90,21 @@
108
109 <field type="select" id="httpaccess" options="httpAccess_list()">
110 <label>LABEL_HTTP_ACCESS</label>
111 - <description>DESC_HTTP_ACCESS</description>
112 </field>
113
114 <field type="select" id="requireSSL"
115 options="'enabled' => 'ENABLED', 'disabled' => 'DISABLED'">
116 <label>LABEL_REQUIRE_SSL</label>
117 - <description>DESC_REQUIRE_SSL</description>
118 </field>
119
120 <field type="select" id="indexes"
121 options="'enabled' => 'ENABLED', 'disabled' => 'DISABLED'">
122 <label>LABEL_INDEXES</label>
123 - <description>DESC_INDEXES</description>
124 </field>
125
126 <field type="select" id="dynamic"
127 options="'enabled' => 'ENABLED', 'disabled' => 'DISABLED'">
128 <label>LABEL_DYNAMIC_CONTENT</label>
129 - <description>DESC_DYNAMIC_CONTENT</description>
130 </field>
131
132 <subroutine src="print_save_or_add_button()" />

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