Search Everything - Version 8.1.2

Version Description

  • CSS bugfix
Download this release

Release Info

Developer ddksr
Plugin Icon wp plugin Search Everything
Version 8.1.2
Comparing to
See all releases

Code changes from version 8.1.1 to 8.1.2

config.php CHANGED
@@ -109,6 +109,13 @@ function se_upgrade() {
109
  }
110
  }
111
 
 
 
 
 
 
 
 
112
  function se_migrate_8_1() {
113
  $se_meta = get_option('se_meta', false);
114
  $se_meta['version'] = '8.1.1';
109
  }
110
  }
111
 
112
+ function se_migrate_8_1_1() {
113
+ $se_meta = get_option('se_meta', false);
114
+ $se_meta['version'] = '8.1.2';
115
+ update_option('se_meta', $se_meta);
116
+ }
117
+
118
+
119
  function se_migrate_8_1() {
120
  $se_meta = get_option('se_meta', false);
121
  $se_meta['version'] = '8.1.1';
lang/SearchEverything-ko_KR.mo.html ADDED
Binary file
lang/SearchEverything-ko_KR.po.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Search Everything 6.3.1\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/search-everything\n"
5
+ "POT-Creation-Date: 2009-06-11 23:25+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Nod <contact@nod.pe.kr>\n"
8
+ "Language-Team: FantasyAmplifier.com <contact@nod.pe.kr>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
13
+ "X-Poedit-Language: Korean\n"
14
+ "X-Poedit-Country: KOREA, REPUBLIC OF\n"
15
+
16
+ #: views/options.php:54
17
+ #: views/options.php:61
18
+ msgid "Your default search settings have been <strong>updated</strong> by Search Everything. </p><p> What are you waiting for? Go check out the new search results!"
19
+ msgstr "워드프레스 기본 검색 설정이 Search Everything에 의해 <strong>수정</strong>되었습니다. </p><p>검색결과를 확인해보세요."
20
+
21
+ #: views/options.php:71
22
+ msgid "Search Everything Version:"
23
+ msgstr "SE 버전:"
24
+
25
+ #: views/options.php:76
26
+ #: views/options.php:278
27
+ msgid "Update Options"
28
+ msgstr "변경 사항 적용"
29
+
30
+ #: views/options.php:84
31
+ msgid "Basic Configuration"
32
+ msgstr "기본 환경설정"
33
+
34
+ #: views/options.php:90
35
+ msgid "Search every page"
36
+ msgstr "모든 페이지 검색"
37
+
38
+ #: views/options.php:90
39
+ msgid "(non-password protected)"
40
+ msgstr "비밀번호로 보호되지 않은 글"
41
+
42
+ #: views/options.php:94
43
+ #: views/options.php:105
44
+ #: views/options.php:118
45
+ #: views/options.php:132
46
+ #: views/options.php:143
47
+ #: views/options.php:153
48
+ #: views/options.php:163
49
+ #: views/options.php:173
50
+ #: views/options.php:186
51
+ #: views/options.php:197
52
+ #: views/options.php:207
53
+ #: views/options.php:217
54
+ #: views/options.php:227
55
+ msgid "Yes"
56
+ msgstr "네"
57
+
58
+ #: views/options.php:101
59
+ msgid "Search approved pages only"
60
+ msgstr "승인된 페이지만 검색"
61
+
62
+ #: views/options.php:114
63
+ msgid "Search every tag name"
64
+ msgstr "모든 태그 검색"
65
+
66
+ #: views/options.php:128
67
+ msgid "Search every category name and description"
68
+ msgstr "모든 카테고리 이름과 설명 검색"
69
+
70
+ #: views/options.php:139
71
+ msgid "Search every comment"
72
+ msgstr "모든 댓글 검색"
73
+
74
+ #: views/options.php:149
75
+ msgid "Search comment authors"
76
+ msgstr "댓글 작성자 이름 검색"
77
+
78
+ #: views/options.php:159
79
+ msgid "Search approved comments only"
80
+ msgstr "승인된 댓글만 검색"
81
+
82
+ #: views/options.php:169
83
+ msgid "Search every excerpt"
84
+ msgstr "모든 글 요약 검색"
85
+
86
+ #: views/options.php:182
87
+ msgid "Search every draft"
88
+ msgstr "모든 임시글 검색"
89
+
90
+ #: views/options.php:193
91
+ msgid "Search every attachment"
92
+ msgstr "모든 첨부파일 검색"
93
+
94
+ #: views/options.php:193
95
+ msgid "(post type = attachment)"
96
+ msgstr "(포스트 유형 = 첨부)"
97
+
98
+ #: views/options.php:203
99
+ msgid "Search every custom field"
100
+ msgstr "모든 사용자정의 필드 검색"
101
+
102
+ #: views/options.php:203
103
+ msgid "(metadata)"
104
+ msgstr "(메타정보)"
105
+
106
+ #: views/options.php:213
107
+ msgid "Search every author"
108
+ msgstr "모든 저자 이름 검색"
109
+
110
+ #: views/options.php:223
111
+ msgid "Highlight Search Terms"
112
+ msgstr "검색어 강조"
113
+
114
+ #: views/options.php:233
115
+ msgid "Highlight Background Color"
116
+ msgstr "배경색 강조"
117
+
118
+ #: views/options.php:236
119
+ msgid "Examples:<br/>'#FFF984' or 'red'"
120
+ msgstr "예:'#FFF984' 처럼 색상코드나 'red'처럼 색깔 이름을 입력해주세요."
121
+
122
+ #: views/options.php:246
123
+ msgid "Advanced Configuration - Exclusion"
124
+ msgstr "고급 설정 - 검섹 제외"
125
+
126
+ #: views/options.php:252
127
+ msgid "Exclude some post or page IDs"
128
+ msgstr "특정 포스트나 페이지 검색 제외"
129
+
130
+ #: views/options.php:255
131
+ msgid "Comma separated Post IDs (example: 1, 5, 9)"
132
+ msgstr "글 고유번호(ID)를 쉼표를 이용해 구분하세요. 예) 1, 7, 139"
133
+
134
+ #: views/options.php:259
135
+ msgid "Exclude Categories"
136
+ msgstr "카테고리 제외"
137
+
138
+ #: views/options.php:262
139
+ msgid "Comma separated category IDs (example: 1, 4)"
140
+ msgstr "카테고리 고유번호(ID)를 쉼표(,)를 이용해 구분해주세요. 예) 1, 203, 7"
141
+
142
+ #: views/options.php:266
143
+ msgid "Full Highlight Style"
144
+ msgstr "전체 스타일 강조"
145
+
146
+ #: views/options.php:268
147
+ msgid "Important: 'Highlight Background Color' must be blank to use this advanced styling."
148
+ msgstr "중요: 고급 스타일링 기능을 사용하기 위해서는 기본 환경설정의 검색어 강조의 배경색을 비워두셔야 됩니다."
149
+
150
+ #: views/options.php:270
151
+ msgid "Example:<br/>background-color: #FFF984; font-weight: bold; color: #000; padding: 0 1px;"
152
+ msgstr "예: background-color: #FFF984; font-weight: bold; color: #000; padding: 0 1px;"
153
+
154
+ #: views/options.php:283
155
+ msgid "Developed by Dan Cameron of"
156
+ msgstr "플러그인 개발: Dan Cameron "
157
+
158
+ #: views/options.php:283
159
+ msgid "Sprout Venture"
160
+ msgstr "(Sprout Venture)"
161
+
162
+ #: views/options.php:283
163
+ msgid "We Provide custom WordPress Plugins and Themes and a whole lot more."
164
+ msgstr "Sprout Venture에서는 많은 워드프레스 플러그인과 테마를 주문제작하고 있습니다."
165
+
166
+ #: views/options.php:287
167
+ msgid "Reset Button"
168
+ msgstr "설정 초기화"
169
+
170
+ #: views/options.php:295
171
+ msgid "Find a bug?"
172
+ msgstr "버그를 발견하셨어요?"
173
+
174
+ #: views/options.php:295
175
+ msgid "Post it as a new issue"
176
+ msgstr "글을 올려 주세요."
177
+
178
+ #: views/options.php:302
179
+ msgid "Test Search Form"
180
+ msgstr "SE 검색창"
181
+
182
+ #: views/options.php:309
183
+ msgid "Use this search form to run a live search test."
184
+ msgstr "아래 검색창을 이용해 시험 검색해보세요."
185
+
186
+ #: views/options.php:315
187
+ msgid "Run Test Search"
188
+ msgstr "검색"
189
+
190
+ #: views/options.php:326
191
+ msgid "News"
192
+ msgstr "소식"
193
+
194
+ #: views/options.php:327
195
+ msgid "Development Support"
196
+ msgstr "SE 개발 지원"
197
+
198
+ #: views/options.php:328
199
+ msgid "Localization Support"
200
+ msgstr "SE 지역화 지원"
201
+
202
+ #: views/options.php:334
203
+ msgid "LOCALIZATION SUPPORT:"
204
+ msgstr "SE 플러그인 지역화 지원:"
205
+
206
+ #: views/options.php:334
207
+ msgid "Version 6 was a major update and a few areas need new localization support. If you can help send me your translations by posting them as a new issue, "
208
+ msgstr "SE 6판에서는 중요한 업데이트가 있었으며 몇몇 지역에서는 플러그인 지역화(번역) 지원이 필요합니다. 만약 도움을 주실 수 있다면 번역하신 언어 파일을 새글을 작성해 첨부해주세요."
209
+
210
+ #: views/options.php:334
211
+ msgid "here"
212
+ msgstr "글을 올려주실 곳"
213
+
214
+ #: views/options.php:335
215
+ msgid "Thank You!"
216
+ msgstr "감사합니다!"
217
+
218
+ #: views/options.php:335
219
+ msgid "The development of Search Everything since Version one has primarily come from the WordPress community, I&#8217;m grateful for their dedicated and continued support."
220
+ msgstr "Search Everything은 1판부터 워드프레스 커뮤니티로부터 많은 도움을 받아 플러그인을 개발해오고 있습니다. 그 분들의 끊임 없는 지원과 노력에 감사합니다."
221
+
222
+ #: views/options.php:345
223
+ msgid "and many more..."
224
+ msgstr "더 많은 분들이 있습니다."
225
+
226
+ #: views/options.php:345
227
+ msgid "how about you?"
228
+ msgstr "도움을 주지 않으시겠어요?"
229
+
230
+ #. Plugin Name of an extension
231
+ msgid "Search Everything"
232
+ msgstr "Search Everything"
233
+
234
+ #. Plugin URI of an extension
235
+ msgid "https://core.sproutventure.com/projects/show/search-everything"
236
+ msgstr "https://core.sproutventure.com/projects/show/search-everything"
237
+
238
+ #. Description of an extension
239
+ msgid "Adds search functionality without modifying any template pages: Activate, Configure and Search. Options Include: search highlight, search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content."
240
+ msgstr "템플릿 페이지를 수정하지 않고 검색 기능을 향상시켜줍니다."
241
+
242
+ #. Author of an extension
243
+ msgid "Dan Cameron of Sprout Venture"
244
+ msgstr "Sprout Ventur의 Dan Cameron"
245
+
246
+ #. Author URI of an extension
247
+ msgid "http://sproutventure.com/"
248
+ msgstr "http://sproutventure.com/"
249
+
250
+ #~ msgid "Search Everything Options <strong>Updated</strong>."
251
+ #~ msgstr "Search Everything 설정이 <strong>수정</strong>되었습니다."
252
+ #~ msgid "SE Search Options"
253
+ #~ msgstr "SE 검색 설정"
254
+ #~ msgid "Use this form to configure your search options."
255
+ #~ msgstr "검색 옵션을 설정하기 위해 이 폼을 사용하세요."
256
+ #~ msgid "Search Options Form"
257
+ #~ msgstr "검색 옵션 폼"
258
+ #~ msgid "Site Search"
259
+ #~ msgstr "사이트 검색"
260
+
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: zemanta
3
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter, research
4
  Requires at least: 3.6
5
- Tested up to: 3.9
6
- Stable tag: 8.1.1
7
 
8
  Search Everything increases WordPress' default search functionality in three easy steps.
9
 
@@ -50,9 +50,13 @@ Installation Instructions:
50
  1. Download the plugin and unzip it.
51
  2. Put the 'search-everything' directory into your wp-content/plugins/ directory.
52
  3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
53
- 4. Go to the Options > Search Everything and configure your settings.
54
  5. That's it. Enjoy searching.
55
 
 
 
 
 
56
 
57
  == Frequently Asked Questions ==
58
 
@@ -98,6 +102,10 @@ Note: We changed some labels in settings, old translations might not work and ne
98
  * Turkish
99
  * Taiwan / Chinese
100
 
 
 
 
 
101
  == Screenshots ==
102
 
103
  1. Screenshot of the options panel
@@ -107,6 +115,9 @@ Note: We changed some labels in settings, old translations might not work and ne
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = 8.1.1 =
111
  * Security update (CSRF vunerability fix)
112
  * Added form validation to Options page
2
  Contributors: zemanta
3
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter, research
4
  Requires at least: 3.6
5
+ Tested up to: 4.0
6
+ Stable tag: 8.1.2
7
 
8
  Search Everything increases WordPress' default search functionality in three easy steps.
9
 
50
  1. Download the plugin and unzip it.
51
  2. Put the 'search-everything' directory into your wp-content/plugins/ directory.
52
  3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
53
+ 4. Go to the Settings > Search Everything and configure it.
54
  5. That's it. Enjoy searching.
55
 
56
+ == Terms of Service ==
57
+
58
+ The plugin source code is released under GPLv2. Usage of plugin is governed by [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
59
+
60
 
61
  == Frequently Asked Questions ==
62
 
102
  * Turkish
103
  * Taiwan / Chinese
104
 
105
+ = What about Terms of Service and Privacy policy? =
106
+ Before using the plugin please read the full version of [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
107
+
108
+
109
  == Screenshots ==
110
 
111
  1. Screenshot of the options panel
115
 
116
  == Changelog ==
117
 
118
+ = 8.1.2 =
119
+ * CSS bugfix
120
+
121
  = 8.1.1 =
122
  * Security update (CSRF vunerability fix)
123
  * Added form validation to Options page
search-everything.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Search Everything
4
  Plugin URI: http://wordpress.org/plugins/search-everything/
5
  Description: Adds search functionality without modifying any template pages: Activate, Configure and Search. Options Include: search highlight, search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
6
- Version: 8.1.1
7
  Author: Zemanta
8
  Author URI: http://www.zemanta.com
9
  */
10
 
11
- define('SE_VERSION', '8.1.1');
12
 
13
  if (!defined('SE_PLUGIN_FILE'))
14
  define('SE_PLUGIN_FILE', plugin_basename(__FILE__));
@@ -828,13 +828,13 @@ class SearchEverything {
828
 
829
  if ( $highlight_color != '' )
830
  $postcontent = preg_replace(
831
- '"(?<!\<)(?<!\w)(\pL*'.$term.'\pL*)(?!\w|[^<>]*>)"i'
832
  , '<span class="search-everything-highlight-color" style="background-color:'.$highlight_color.'">$1</span>'
833
  , $postcontent
834
  );
835
  else
836
  $postcontent = preg_replace(
837
- '"(?<!\<)(?<!\w)(\pL*'.$term.'\pL*)(?!\w|[^<>]*>)"i'
838
  , '<span class="search-everything-highlight" style="'.$highlight_style.'">$1</span>'
839
  , $postcontent
840
  );
3
  Plugin Name: Search Everything
4
  Plugin URI: http://wordpress.org/plugins/search-everything/
5
  Description: Adds search functionality without modifying any template pages: Activate, Configure and Search. Options Include: search highlight, search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
6
+ Version: 8.1.2
7
  Author: Zemanta
8
  Author URI: http://www.zemanta.com
9
  */
10
 
11
+ define('SE_VERSION', '8.1.2');
12
 
13
  if (!defined('SE_PLUGIN_FILE'))
14
  define('SE_PLUGIN_FILE', plugin_basename(__FILE__));
828
 
829
  if ( $highlight_color != '' )
830
  $postcontent = preg_replace(
831
+ '"(?<!\<)(?<!\w)(\pL*'.$term.'\pL*)(?!\w|[^<>]*>)"iu'
832
  , '<span class="search-everything-highlight-color" style="background-color:'.$highlight_color.'">$1</span>'
833
  , $postcontent
834
  );
835
  else
836
  $postcontent = preg_replace(
837
+ '"(?<!\<)(?<!\w)(\pL*'.$term.'\pL*)(?!\w|[^<>]*>)"iu'
838
  , '<span class="search-everything-highlight" style="'.$highlight_style.'">$1</span>'
839
  , $postcontent
840
  );
static/css/admin.css CHANGED
@@ -1,9 +1,3 @@
1
- .thanks {width:400px; }
2
- .thanks p {padding-left:20px; padding-right:20px;}
3
- .info { background: #FFFFCC; border: 1px dotted #D8D2A9; padding: 10px; color: #333; }
4
- .info a { color: #333; text-decoration: none; border-bottom: 1px dotted #333 }
5
- .info a:hover { color: #666; border-bottom: 1px dotted #666; }
6
-
7
  #se-description,#se-basic-settings,#se-advanced-settings, #se-test-search, #se-info, #se-research-settings, .se-submit {margin-top: 20px;}
8
  #se-basic-settings .manage-column, #se-advanced-settings .manage-column, #se-research-settings .manage-column {font-weight:bold;}
9
  #se-description,#se-basic-settings.widefat, #se-advanced-settings.widefat,#se-test-search.widefat, #se-info.widefat, #se-research-settings, .se-submit {width:80%;}
 
 
 
 
 
 
1
  #se-description,#se-basic-settings,#se-advanced-settings, #se-test-search, #se-info, #se-research-settings, .se-submit {margin-top: 20px;}
2
  #se-basic-settings .manage-column, #se-advanced-settings .manage-column, #se-research-settings .manage-column {font-weight:bold;}
3
  #se-description,#se-basic-settings.widefat, #se-advanced-settings.widefat,#se-test-search.widefat, #se-info.widefat, #se-research-settings, .se-submit {width:80%;}