Skip to content

Commit 50983d9

Browse files
committed
Minor updates to cp utilities docs
1 parent a01889f commit 50983d9

File tree

6 files changed

+27
-26
lines changed

6 files changed

+27
-26
lines changed

docs/control-panel/utilities.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,32 @@
1111

1212
**Control Panel Location: `Tools > Utilities`**
1313

14-
ExpressionEngine provides good number of useful tools and utilities to make the management of website easier.
14+
ExpressionEngine provides a number of useful tools and utilities to make managing your website easier.
1515

16-
- [Communicate Tool](control-panel/utilities/communicate.md)
17-
- [Sent Emails](control-panel/utilities/communicate.md#sent-emails)
16+
**[Communicate Tool](control-panel/utilities/communicate.md)**
17+
- [Sent Emails](control-panel/utilities/communicate.md#sent-emails)
1818

19-
- [General Utilities](control-panel/utilities/general.md)
20-
- [Translation tool](control-panel/utilities/translation.md)
19+
**[Translation Tool](control-panel/utilities/translation.md)**
20+
21+
**[General Utilities](control-panel/utilities/general.md)**
2122
- [PHP Info](control-panel/utilities/general.md#php-info)
2223
- [Manage Extensions](control-panel/utilities/general.md#manage-add-on-extensions)
2324

24-
- [Debug Tools](control-panel/utilities/debug.md)
25+
**[Debug Tools](control-panel/utilities/debug.md)**
2526
- [Debug Template Tags](control-panel/utilities/debug.md#debug-template-tags)
2627
- [Debug Fieldtypes](control-panel/utilities/debug.md#debug-fieldtypes)
2728

28-
- [Member Tools](control-panel/utilities/member-tools.md)
29+
**[Member Tools](control-panel/utilities/member-tools.md)**
2930
- [File Converter](control-panel/utilities/member-tools.md#member-import-file-converter)
3031
- [Member Import](control-panel/utilities/member-tools.md#member-import)
3132
- [Mass Notification Export](control-panel/utilities/member-tools.md#mass-notification-export)
3233

33-
- [Database Tools](control-panel/utilities/database.md)
34+
**[Database Tools](control-panel/utilities/database.md)**
3435
- [Database Backup Utility](control-panel/utilities/database.md#database-backup-utility)
3536
- [SQL Manager](control-panel/utilities/database.md#sql-manager)
3637
- [SQL Query Form](control-panel/utilities/database.md#sql-query-form)
3738

38-
- [Data Operation Tools](control-panel/utilities/data-operations.md)
39+
**[Data Operation Tools](control-panel/utilities/data-operations.md)**
3940
- [Cache Manager](control-panel/utilities/data-operations.md#cache-manager)
4041
- [Search Reindex](control-panel/utilities/data-operations.md#search-reindex)
4142
- [Sync Conditional Logic](control-panel/utilities/data-operations.md#sync-conditional-fields)

docs/control-panel/utilities/communicate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Email can be sent in plain text or HTML format, and supported email sending prot
2626

2727
This section of the Control Panel shows a table of all the previously sent emails. It lists the email title (subject), when it was sent, number of recipients, a re-send link, and a delete checkbox.
2828

29-
You can view the text of email previously sent by clicking on "view" icon, and have it used as template for new message by clicking "resend" icon.
29+
You can view the text of email previously sent by clicking on the "view" icon, or you can use it as a template for a new message by clicking the "resend" icon.
3030

3131
![Communicate](_images/utilities-sent.png)

docs/control-panel/utilities/data-operations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This section of the Control Panel allows you clear the cached data for the diffe
1919

2020
![Manage Add-on Extensions](_images/utilities-cache.png)
2121

22-
TIP: **Tip:** To quickly access this section, press `Ctrl / cmd` + `J` to invoke Jump Menu and pick "Cache Manager"
22+
TIP: **Tip:** To quickly access this section, press `Ctrl / cmd` + `J` to invoke the Jump Menu and pick "Cache Manager"
2323

2424
## Search Reindex
2525

@@ -31,11 +31,11 @@ Search reindexing refreshes the searchable words stored by Grid and Fluid fields
3131
- the search settings for columns in a Grid field change
3232
- fields are removed from a Fluid field
3333
- the Search and Replace tool acted on a Grid or Fluid field
34-
- new Toggle field added
34+
- a new Toggle field was added
3535

3636
This tool will cycle through all Channel Entries that have a Grid or Fluid field assigned to them and re-index the entry data in those fields.
3737

38-
ExpressinEngine is capable of determining whether updating search indexes is needed in most of the cases.
38+
ExpressionEngine is capable of determining whether updating search indexes is needed in most cases.
3939

4040
## Sync Conditional Fields
4141

@@ -55,7 +55,7 @@ NOTE: **Note:** You can also use `php eecli.php sync:conditional-fields` [CLI co
5555

5656
NOTE: **Note:** This utility is only needed for sites that have been upgraded from ExpressionEngine versions below 7 and generally only needs to be run one.
5757

58-
Run this utility to convert all files stored in the database from sites previous to ExpressionEngine 7 to the new ExpressionEngine 7 file format. This must be completed before newer File Manager features may be used.
58+
Run this utility to convert all files stored in the database from sites previous to ExpressionEngine 7 to the new ExpressionEngine 7 file format. This must be completed before newer File Manager features may be used.
5959

6060
It is recommended that you make sure all installed add-ons are compatible with ExpressionEngine 7 and newer, and that you have made a backup of your database before running the utility.
6161

@@ -81,9 +81,9 @@ This section of the Control Panel allows you to search for text within your site
8181
- **Site Preferences**: Select a site to search and replace text within the site's preferences (including such prefs as those for Channels and Upload Directories).
8282
- **Channel Entry Titles**: Select this to search and replace text within the entry titles.
8383
- **Channel Fields**: Under this heading, each of the available [Fields](control-panel/field-manager/field-manager-settings.md) is listed.
84-
- **Templates**: Select this to search and replace text within all of your Templates, or in certains template groups.
85-
- **Template Partials**
86-
- **Template Variables**
87-
- **System Templates**
84+
- **Templates**: Select this to search and replace text within all of your Templates, or in certain template groups.
85+
- **Template Partials**: Select this to search and replace text within reusable dynamic Template Partials.
86+
- **Template Variables**: Select this to search and replace text within static Template Variables.
87+
- **System Templates**: Select this to search and replace text within System Templates.
8888

8989
![Search and Replace Utility](_images/utilities-sandr.png)

docs/control-panel/utilities/database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ When you click "Back Up Database", a SQL dump will be created and stored in your
2323

2424
**Control Panel Location: `Tools > Utilities > SQL Manager`**
2525

26-
This section of the Control Panel allows you to manage your database. The main SQL Manager screen shows a table of your basic database information and list of tables.
26+
This section of the Control Panel allows you to manage your database. The main SQL Manager screen shows a table of your basic database information and a list of tables.
2727

28-
By selecting checkbox next to the table and picking the option from dropdown at the bottom the tables can be optimized or repaired, if necessary.
28+
By selecting the checkbox next to a table and picking an option from the dropdown at the bottom a table can be optimized or repaired, if necessary.
2929

30-
Click the eye icon to browse the table. From there, you can search the table for the content you're interested in.
30+
Click the "eye" icon to browse the table. From there, you can search the table for the content you are interested in viewing.
3131

3232
## SQL Query Form
3333

docs/control-panel/utilities/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Since Extensions are calling code within the ExpressionEngine code there is a ch
2727

2828
![Manage Add-on Extensions](_images/utilities-extensions.png)
2929

30-
TIP: **Tip:** If you want to temporary disable _all_ extensions, you can set `$config['allow_extensions'] = 'y';` [configuration override](general/system-configuration-overrides.md#allow_extensions) in `config.php` file.
30+
TIP: **Tip:** If you want to temporary disable _all_ extensions, you can set `$config['allow_extensions'] = 'n';` [configuration override](general/system-configuration-overrides.md#allow_extensions) in `config.php` file.

docs/toc_sections/_the_fundamentals_toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- name: File Editing
3535
href: control-panel/file-manager/file-edit.md
3636
- name: Watermarks
37-
href: control-panel/file-manager/watermarks.md
37+
href: control-panel/file-manager/watermarks.md
3838
- name: Field Manager
3939
items:
4040
- name: Settings
@@ -65,7 +65,7 @@
6565
href: control-panel/utilities/debug.md
6666
- name: Member Tools
6767
href: control-panel/utilities/member-tools.md
68-
- name: Database Utilities
68+
- name: Database Tools
6969
href: control-panel/utilities/database.md
7070
- name: Data Operations
7171
href: control-panel/utilities/data-operations.md
@@ -121,7 +121,7 @@
121121
href: control-panel/settings/branding.md
122122
- name: CP Navigation
123123
href: control-panel/navigation.md
124-
124+
125125
- name: Templates
126126
items:
127127
- name: Overview
@@ -311,4 +311,4 @@
311311
href: comment/subscriptions.md
312312
- name: Control Panel
313313
href: comment/control-panel.md
314-
314+

0 commit comments

Comments
 (0)