Search Everything - Version 6.7

Version Description

Download this release

Release Info

Developer dancameron
Plugin Icon wp plugin Search Everything
Version 6.7
Comparing to
See all releases

Code changes from version 6.6 to 6.7

Files changed (4) hide show
  1. README.markdown +78 -0
  2. readme.txt +10 -54
  3. search-everything.php +7 -7
  4. views/options.php +1 -1
README.markdown ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Description
2
+ ===========
3
+
4
+ Better WordPress search in three steps
5
+ --------------------------------------
6
+
7
+ 1. Activate
8
+ 2. Configure options
9
+ 3. Search ( maybe that's only two steps )
10
+
11
+ Options include search highlight, searching pages, excerpts, attachments, drafts, comments and custom fields (metadata).
12
+
13
+ What it does:
14
+ -------------
15
+
16
+ Search Everything increases the ability of the default Wordpress Search, options included:
17
+
18
+ * Search Highlighting
19
+ * Search Every Page
20
+ * Search Every Tag
21
+ * Search Custom Taxonomies ( new )
22
+ * Search Every Category
23
+ * Search non-password protected pages only
24
+ * Search Every Comment
25
+ * Search only approved comments
26
+ * Search Every Draft
27
+ * Search Every Excerpt
28
+ * Search Every Attachment (post type)
29
+ * Search Every Custom Field (metadata)
30
+ * Exclude Posts from search
31
+ * Exclude Categories from search
32
+
33
+
34
+ Installation
35
+ ============
36
+
37
+ Installation Instructions:
38
+
39
+ 1. Download the plugin and unzip it (didn't you already do this?).
40
+ 2. Put the 'search-everything' directory into your wp-content/plugins/ directory.
41
+ 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
42
+ 4. Go to the Options > Search Everything and configure your settings.
43
+ 5. That's it. Have fun and if you can contribute (see notes).
44
+
45
+
46
+ Frequently Asked Questions
47
+ --------------------------
48
+
49
+ > It doesn't work
50
+
51
+ Read the installation guide.
52
+
53
+ > It *still* doesn't work
54
+
55
+ Create an issue here on github.
56
+
57
+ What Translations are included?
58
+ ===============================
59
+
60
+ * Arabic
61
+ * Belarusian
62
+ * China / Chinese
63
+ * Dutch
64
+ * French
65
+ * German
66
+ * Hungarian
67
+ * Italian
68
+ * Japanese
69
+ * Korean
70
+ * Latvian
71
+ * Norwegian (Bokmål)
72
+ * Norwegian (Nynorsk)
73
+ * Romanian
74
+ * Russian
75
+ * Spanish
76
+ * Swedish
77
+ * Turkish
78
+ * Taiwan / Chinese
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dancameron, sproutventure
3
  Donate link: http://bit.ly/plugin-donations
4
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter
5
  Requires at least: 2.1
6
- Tested up to: 2.9.3
7
- Stable tag: 6.6
8
 
9
  Increases Wordpress' default search functionality in three easy steps.
10
 
@@ -37,52 +37,6 @@ Search Everything increases the ability of the default Wordpress Search, options
37
  * Exclude Posts from search
38
  * Exclude Categories from search
39
 
40
-
41
- Updates:
42
- * 6.6 - WP 3.0 compat. fix. Language updates.
43
- * 6.5.1 - Language updates.
44
- * 6.5 - Highlighting fix. Better Tag search and Taxonomy search
45
- * 6.4 - Fixing comment search conflict with author searches.
46
- * 6.3.1 - Major bug fix. Necessary upgrade for 6.3.
47
-
48
-
49
- == Update Log ==
50
-
51
- * 6.5 - highlight regex update, props eric. Added taxonomy support, props leewillis.
52
- * 6.4.1 - Logging bug fix.
53
- * 6.4 - Fixing comment search conflict with author searches ( temporarily disabling author search ). More languages
54
- * 6.3 - 2.8 issue for terms and categories (Search every category name and description issue). Highlight fixes. Language Updates: Romanian, Japan, Arabic, Norwegian (Nynorsk)
55
- * 6.2.5 - Bug fixed specifically for WordPress 2.8. More Translations.
56
- * 6.2.2 - Post Exclusion fix. More translations.
57
- * 6.2.1 - Changed highlight from span to div.
58
- * 6.2 - Search Highlighting options. Fix when searching with '.
59
- * 6.1.7 - Major Posts Exclude and Category Exclude Bug fix.
60
- * 6.1.6 - Sym link fix.
61
- * 6.1.5 - Major Exclude Bug fix.
62
- * 6.1.3 - Exclusion Bug Fix.
63
- * 6.1.2 - Localization bug fixes.
64
- * 6.1.1 - Fixed bug when search comments is selected and localization update.
65
- * 6.1 - New search comment author selection, Misc. bug fixes from v.6 release and updated Localization support.
66
- * 6 - New Options Panel!!, Multi-Word fix! #44, Exclude Bug Fix, Admin search fix.
67
- * 5 - Bug Release, Extend Author Search to comments (props to Joshua Bettigole), Tag Fix, Meta Fix
68
- * 4.7.7 - New conditions to fix plugin from breaking with certain option selections. props Matias Gertel
69
- * 4.7.6.2 - Bug fix, some people returning no results. Matching release number with WP version.
70
- * 4.7.5 - Post Revision Update for Wordpress 2.6 (necessary update for 2.6 users), removed future posts from results
71
- * 4.7.1 - Swedish, Spanish and Dutch
72
- * 4.7 - Wordpress 2.6 updates and more
73
- * 4.6.2 - REQUIRED UPDATE from 4.6 release. Admin panel bug fixes (proper wp_version checks, disabled draft support for 2.5 and fixed the options from not updating); Russian and Italian language support.
74
- * 4.6 - Admin refresh and Excerpt Fix
75
- * 4.5 - Japanese Language Support, Category Fix for Wordpress 2.5, Tag search fix (name) other minors
76
- * 4.2.2 - Localization PO and MO updates, German Translation
77
- * 4.2 - Full 2.3 Support with Tag Searching and Category Exclusion. Major Performance tweaks for searching tags and comments (4.2.1).
78
- * 4.1 - Major Plugin Architecture change, better localization support
79
- * 4.0.3 - Localization pot and Turkish translation (props Baris Unver)
80
- * 4.0.2 - CSS Bug fix - minor
81
- * 4.0.1 - Bug fix~Extraneous 's' in options panel
82
- * 4.0.0 - Wordpress 2.3 Support, Password protected pages option, Overhaul of Admin area
83
-
84
- [SVN Browser](https://core.sproutventure.com/repositories/show/search-everything "Project Home and SVN Browser")
85
-
86
  == Installation ==
87
 
88
  Installation Instructions:
@@ -100,9 +54,13 @@ Installation Instructions:
100
 
101
  Read the installation guide.
102
 
103
- = It *still* doesn't work =
 
 
104
 
105
- [Support Forums and Project Center](https://core.sproutventure.com/projects/show/search-everything "Support Forums and Project Center")
 
 
106
 
107
  = What Translations are included? =
108
 
@@ -132,10 +90,8 @@ Read the installation guide.
132
 
133
  == Help ==
134
 
135
- I do need help with this plugin. If you can possibly do my day job and take my girls and newborn son to the park I would appreciate it; otherwise contribute your fixes and suggestions to me in the forums or through the contact form on my site.
136
-
137
 
138
  == Support ==
139
 
140
- [Support Forums and Project Center](https://core.sproutventure.com/projects/show/search-everything "Support Forums and Project Center")
141
-
3
  Donate link: http://bit.ly/plugin-donations
4
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter
5
  Requires at least: 2.1
6
+ Tested up to: 3.3
7
+ Stable tag: 6.7
8
 
9
  Increases Wordpress' default search functionality in three easy steps.
10
 
37
  * Exclude Posts from search
38
  * Exclude Categories from search
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  == Installation ==
41
 
42
  Installation Instructions:
54
 
55
  Read the installation guide.
56
 
57
+ = Where is feature x? =
58
+
59
+ [Github Issues](https://github.com/sproutventure/search-everything-wordpress-plugin/issues "Github Issues") Label it as a "feature-request"
60
 
61
+ = It *still* doesn't work (and you're certain there's a bug) =
62
+
63
+ [Github Issues](https://github.com/sproutventure/search-everything-wordpress-plugin/issues "Github Issues")
64
 
65
  = What Translations are included? =
66
 
90
 
91
  == Help ==
92
 
93
+ Fork this plugin on github and send me requests to commit your changes upstream.
 
94
 
95
  == Support ==
96
 
97
+ Use the WordPress forums.
 
search-everything.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
  /*
3
- Plugin Name: Search Everything
4
- Plugin URI: https://core.sproutventure.com/projects/show/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: 6.6
7
- Author: Dan Cameron of Sprout Venture
8
- Author URI: http://sproutventure.com/
9
- */
10
 
11
  /*
12
  This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
1
  <?php
2
  /*
3
+ Plugin Name: Search Everything
4
+ Plugin URI: https://github.com/sproutventure/search-everything-wordpress-plugin/
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: 6.7
7
+ Author: Dan Cameron of Sprout Venture
8
+ Author URI: http://sproutventure.com/
9
+ */
10
 
11
  /*
12
  This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
views/options.php CHANGED
@@ -351,7 +351,7 @@ Class se_admin {
351
 
352
  <tr class="mainrow">
353
  <td class="thanks">
354
- <p><strong><?php _e('LOCALIZATION SUPPORT:', 'SearchEverything'); ?></strong><br/><?php _e('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, ', 'SearchEverything') ?><a href="https://core.sproutventure.com/projects/search-everything/issues" target="blank"><strong><?php _e('here','SearchEverything')?></strong></a>.</p>
355
  <p><strong><?php _e('Thank You!', 'SearchEverything'); ?></strong><br/><?php _e('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.', 'SearchEverything'); ?></p>
356
  </td>
357
  <td>
351
 
352
  <tr class="mainrow">
353
  <td class="thanks">
354
+ <p><strong><?php _e('LOCALIZATION SUPPORT:', 'SearchEverything'); ?></strong><br/><?php _e('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, ', 'SearchEverything') ?><a href="https://github.com/sproutventure/search-everything-wordpress-plugin/issues?sort=created&direction=desc&state=open&page=1" target="blank"><strong><?php _e('here','SearchEverything')?></strong></a>.</p>
355
  <p><strong><?php _e('Thank You!', 'SearchEverything'); ?></strong><br/><?php _e('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.', 'SearchEverything'); ?></p>
356
  </td>
357
  <td>