From b4c7160f38e6652e7cb970d2bff98390b3dc455f Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Tue, 17 Jan 2023 14:59:56 -0500 Subject: [PATCH 1/3] added contributors for 7.2.7 --- docs/installation/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 65d0fff61..9741d320c 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -11,6 +11,19 @@ ## Version 7.2.7 (Release: January 17, 2023) +- **Contributors** ๐Ÿ™Œ +
+
+ +
+
+ + - **Enhancements** ๐Ÿš€ - Added ability to set template engine in template manager From 2160246f0ee59fc1948bb8b55d5b76fad40255c4 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 30 May 2023 11:46:26 -0700 Subject: [PATCH 2/3] Fix spelling mistakes/typos in the docs --- docs/add-ons/consent.md | 4 ++-- docs/add-ons/pro-search/filters.md | 2 +- docs/add-ons/pro-variables/type.md | 6 +++--- docs/add-ons/rte.md | 2 +- docs/add-ons/search/index.md | 2 +- docs/add-ons/spam.md | 2 +- docs/add-ons/structure/overview.md | 2 +- docs/advanced-usage/front-end/frontend.md | 2 +- docs/channels/channel-form/inputs.md | 2 +- docs/channels/entry-linking.md | 2 +- docs/cli/creating-a-command.md | 2 +- docs/cli/intro.md | 4 ++-- docs/comment/form.md | 2 +- docs/control-panel/categories.md | 2 +- docs/control-panel/channels.md | 2 +- .../control-panel/file-manager/upload-directories.md | 2 +- docs/control-panel/settings/comments.md | 2 +- docs/control-panel/settings/content-design.md | 2 +- docs/control-panel/settings/debug-output.md | 2 +- docs/control-panel/settings/menu-manager.md | 2 +- docs/development/control-panel-js/globals.md | 2 +- docs/development/cypress-tests.md | 2 +- docs/development/database-access.md | 4 ++-- docs/development/extension-hooks/module/forum.md | 2 +- docs/development/extensions.md | 2 +- docs/development/fieldtypes/enhanced.md | 4 ++-- docs/development/fieldtypes/fieldtypes.md | 2 +- docs/development/legacy/common-functions.md | 2 +- docs/development/legacy/database/forge.md | 6 +++--- docs/development/legacy/helpers/path-helper.md | 4 ++-- docs/development/legacy/helpers/string-helper.md | 2 +- docs/development/legacy/libraries/config.md | 2 +- docs/development/legacy/libraries/database.md | 6 +++--- docs/development/legacy/libraries/file-field.md | 2 +- docs/development/legacy/libraries/file-uploading.md | 2 +- docs/development/legacy/libraries/functions.md | 4 ++-- docs/development/legacy/libraries/image-lib.md | 2 +- docs/development/legacy/libraries/language.md | 2 +- docs/development/legacy/libraries/mime-type.md | 2 +- docs/development/legacy/libraries/session.md | 2 +- docs/development/models/channel-entry.md | 2 +- docs/development/models/channel-field-group.md | 2 +- docs/development/models/channel-field.md | 2 +- docs/development/models/file.md | 2 +- docs/development/models/template.md | 2 +- docs/development/models/upload-destination.md | 4 ++-- docs/development/models/working-with-models.md | 2 +- docs/development/services/cookie.md | 2 +- docs/development/services/encrypt.md | 2 +- docs/development/services/filesystem.md | 4 ++-- docs/development/services/filter.md | 2 +- docs/development/services/format.md | 2 +- docs/development/services/url.md | 2 +- docs/development/shared-form-view.md | 2 +- docs/development/tab-files.md | 8 ++++---- docs/development/v3-add-on-migration.md | 4 ++-- docs/fieldtypes/file.md | 6 +++--- docs/fieldtypes/fluid.md | 4 ++-- docs/fieldtypes/grid.md | 2 +- docs/fieldtypes/selectable-buttons.md | 2 +- docs/general/gdpr.md | 2 +- docs/installation/changelog.md | 12 ++++++------ docs/installation/installation.md | 2 +- docs/installation/updating.md | 2 +- docs/member/edit-profile.md | 2 +- docs/member/mfa.md | 2 +- docs/templates/conditionals.md | 2 +- docs/templates/date-variable-formatting.md | 2 +- docs/templates/embedding.md | 2 +- docs/templates/variable-modifiers.md | 2 +- docs/troubleshooting/control-panel.md | 2 +- docs/troubleshooting/error-messages.md | 2 +- 72 files changed, 98 insertions(+), 98 deletions(-) diff --git a/docs/add-ons/consent.md b/docs/add-ons/consent.md index edf4650fa..1f46cd009 100755 --- a/docs/add-ons/consent.md +++ b/docs/add-ons/consent.md @@ -454,7 +454,7 @@ If this tag would not output any consent requests due to your filters, the conte type='necessary' -Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed. +Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed. It is also possible to combine several types, e.g. `type="performance|targeting"`. @@ -470,7 +470,7 @@ Limits display of cookies by cookie provider. If the cookie is provided by an add-on, the provider matches the add-ons short name, e.g. `comment` or `forum` The core ExpressionEngine cookies are identified by `ee` as provider. If cookie is only being used in Control Panel, the provider is set to `cp`. -Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed. +Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed. It is also possible to combine several providers, e.g. `type="ee|cp"`. diff --git a/docs/add-ons/pro-search/filters.md b/docs/add-ons/pro-search/filters.md index 6338f75b7..4fe1ab03e 100644 --- a/docs/add-ons/pro-search/filters.md +++ b/docs/add-ons/pro-search/filters.md @@ -226,7 +226,7 @@ will result in values `> 0` and `< 10` rather than `>= 0` and `<= 10`. NOTE: **Note:** For numeric fields, make sure the Field Content option in the fieldโ€™s settings is set to Number, Integer or Decimal. ### Supported Fields -Apart from any custom numeric or date field, the following stardard channel fields are supported: +Apart from any custom numeric or date field, the following standard channel fields are supported: - `entry_date` - `edit_date` diff --git a/docs/add-ons/pro-variables/type.md b/docs/add-ons/pro-variables/type.md index 2a9628fef..1d1eea1ed 100644 --- a/docs/add-ons/pro-variables/type.md +++ b/docs/add-ons/pro-variables/type.md @@ -40,7 +40,7 @@ Character to separate multiple values. Either a new line (`\n`), a pipe (`|`) or ## Date -Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionaly, use `modifier="relative"` to output a relative date string. +Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionally, use `modifier="relative"` to output a relative date string. ### Code examples @@ -66,7 +66,7 @@ Uses the native [Grid field](/fieldtypes/grid.md). All native types are availabl #### `modifier` -Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the ouput the modifierย provides. +Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the output the modifierย provides. ### Code examples @@ -304,7 +304,7 @@ Limit the number of rows displayed. ## Text Input -Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input fied. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field. +Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input field. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field. ### Settings diff --git a/docs/add-ons/rte.md b/docs/add-ons/rte.md index 71e11c65a..7300af469 100755 --- a/docs/add-ons/rte.md +++ b/docs/add-ons/rte.md @@ -169,7 +169,7 @@ NOTE: **Warning** Doing this requires advanced development skills. In order to create custom CKEditor build: - Clone [GitHub repo](https://github.com/ExpressionEngine/ExpressionEngine/) - - Install NPM packages by runnin `npm install` + - Install NPM packages by running `npm install` - Follow the installation instructions for the plugin itself - Make your changes to `js-src\ckeditor5-build-classic\src\ckeditor.js` and other files as necessary. - Run the command `npm run build:ckeditor` diff --git a/docs/add-ons/search/index.md b/docs/add-ons/search/index.md index 73d74bd7c..995394bc2 100755 --- a/docs/add-ons/search/index.md +++ b/docs/add-ons/search/index.md @@ -23,7 +23,7 @@ The [Advanced Search Form](add-ons/search/advanced.md) tag allows you to display ## Displaying Search Results -The [Displaying Search Results](add-ons/search/results.md) page details the tags available for controling how you display results from your searches. +The [Displaying Search Results](add-ons/search/results.md) page details the tags available for controlling how you display results from your searches. ## Search Syntax diff --git a/docs/add-ons/spam.md b/docs/add-ons/spam.md index 6aadf14f9..9596d156f 100755 --- a/docs/add-ons/spam.md +++ b/docs/add-ons/spam.md @@ -29,7 +29,7 @@ The Spam Module works by calculating the probability that a piece of content is ### Word Limit -This is the number of unqiue words the Spam Module keeps track of when learning from your Spam Trap. More words is more accurate, but this will slow down the Spam Module everytime it tries to classify content as spam. +This is the number of unique words the Spam Module keeps track of when learning from your Spam Trap. More words is more accurate, but this will slow down the Spam Module everytime it tries to classify content as spam. ### Content Limit diff --git a/docs/add-ons/structure/overview.md b/docs/add-ons/structure/overview.md index 5498790d8..333aebeb7 100644 --- a/docs/add-ons/structure/overview.md +++ b/docs/add-ons/structure/overview.md @@ -13,4 +13,4 @@ Structure is a powerful add-on that lets you create pages, generate navigation, It forgoes the default template_group/template setup and creates โ€œstaticโ€ and โ€œlistingโ€ pages that are all editable through a tree sitemap view. With Structure enabled, traditional page style content and multiple entry pages can live within the same area. -NOTE:**Note:** Documentation for Structure is still being migrated. Until this is complete, please refernce the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation). \ No newline at end of file +NOTE:**Note:** Documentation for Structure is still being migrated. Until this is complete, please reference the [Structure documentation on EEHarbor's website](https://eeharbor.com/structure/documentation). \ No newline at end of file diff --git a/docs/advanced-usage/front-end/frontend.md b/docs/advanced-usage/front-end/frontend.md index 575b5ac74..c791e2b13 100644 --- a/docs/advanced-usage/front-end/frontend.md +++ b/docs/advanced-usage/front-end/frontend.md @@ -35,7 +35,7 @@ After editing data, content can be saved by one of two ways: ![save without reload](_images/ee-pro-save-reload.png) ## Unsaved Changes -When a user edits data and has unsaved changes, Pro will create an autosave of the entry and alert the user via a notification on the edit window with unsaved changes. The autosave is triggerd based on the default autosave interval of 60 seconds. If you want to ensure users do not accidentally lose unsaved changes adjust the `[autosave_interval_seconds]` system config override to a lower interval between autosaves. A setting of 10 seconds is the recommendation. +When a user edits data and has unsaved changes, Pro will create an autosave of the entry and alert the user via a notification on the edit window with unsaved changes. The autosave is triggered based on the default autosave interval of 60 seconds. If you want to ensure users do not accidentally lose unsaved changes adjust the `[autosave_interval_seconds]` system config override to a lower interval between autosaves. A setting of 10 seconds is the recommendation. ![unsaved changes](_images/pro_unsaved_changes.png) diff --git a/docs/channels/channel-form/inputs.md b/docs/channels/channel-form/inputs.md index ddcc771be..e93e715a5 100644 --- a/docs/channels/channel-form/inputs.md +++ b/docs/channels/channel-form/inputs.md @@ -37,7 +37,7 @@ Set the date of the entry and apply an enabled datepicker:

Date

-NOTE: **Note:** All date formats should match what the user has defined in their localization settings. The date fields will autmatically use that format and validate against it. +NOTE: **Note:** All date formats should match what the user has defined in their localization settings. The date fields will automatically use that format and validate against it. ### Expiration Date diff --git a/docs/channels/entry-linking.md b/docs/channels/entry-linking.md index a6806ef22..2ac2514fe 100755 --- a/docs/channels/entry-linking.md +++ b/docs/channels/entry-linking.md @@ -89,7 +89,7 @@ Or you can exclude channels by including the word "not" followed by a space: entry_id="12" -You can limit the tag to specific entries, or more practically, you can ommit specific entries from showing up in the cycle, by using "not": +You can limit the tag to specific entries, or more practically, you can omit specific entries from showing up in the cycle, by using "not": entry_id="not 2|9|23|50" diff --git a/docs/cli/creating-a-command.md b/docs/cli/creating-a-command.md index 5f312dabe..63eab1719 100644 --- a/docs/cli/creating-a-command.md +++ b/docs/cli/creating-a-command.md @@ -44,7 +44,7 @@ class CommandHelloWorld extends Cli { ### Required Variables -Each commmand is required to have a nummber of public variables that are required for finding and executing, as well as displaying pertinent information. +Each command is required to have a number of public variables that are required for finding and executing, as well as displaying pertinent information. `$name`: The name of your Command. `$description`: The basic gist of what your command does. This should be limited to one line diff --git a/docs/cli/intro.md b/docs/cli/intro.md index e918195c0..0360580a1 100644 --- a/docs/cli/intro.md +++ b/docs/cli/intro.md @@ -1,6 +1,6 @@ -# Command Line Inferface (CLI) +# Command Line Interface (CLI) -The Command Line Inferface (CLI) allows a user to run system and user-generated commands in the terminal. The CLI has access to all of the ExpressionEngine resources, and can be used to update the system, clear caches, and much more. +The Command Line Interface (CLI) allows a user to run system and user-generated commands in the terminal. The CLI has access to all of the ExpressionEngine resources, and can be used to update the system, clear caches, and much more. By default the CLI is located `system/ee/eecli.php` . diff --git a/docs/comment/form.md b/docs/comment/form.md index 6c0a837f3..e3c0650df 100755 --- a/docs/comment/form.md +++ b/docs/comment/form.md @@ -209,7 +209,7 @@ The JavaScript Code: {exp:comment:edit_comment_script} -This tag outputs a script tag that will include the necessary JavaScript for your comment editor. This script requires jQuery, so you will need to include taht as well. +This tag outputs a script tag that will include the necessary JavaScript for your comment editor. This script requires jQuery, so you will need to include that as well. ### AJAX Edit URL Tag diff --git a/docs/control-panel/categories.md b/docs/control-panel/categories.md index 689a36c9d..e180cbf4c 100644 --- a/docs/control-panel/categories.md +++ b/docs/control-panel/categories.md @@ -23,7 +23,7 @@ Category groups are _collections_ of categories that can be assigned to channels **Control Panel Location: `Content > Categories > New/Edit Category`** -Catagories have the following settings: +Categories have the following settings: - **Name** -- The name of the new category. The name may include spaces. - **URL title** -- The human readable category name used in the URL when using [Category URL Titles in Links](control-panel/settings/content-design.md). diff --git a/docs/control-panel/channels.md b/docs/control-panel/channels.md index 5b7e813fa..63224018f 100755 --- a/docs/control-panel/channels.md +++ b/docs/control-panel/channels.md @@ -104,7 +104,7 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de - **Render URLs and Email addresses as links?** -- When this option is set to "Yes", any full URLs or email addresses will be automatically formatted as a valid HTML link to the address. If the option is "No" then the URL or email address will be treated and displayed as plain text. - **Enable Sticky entries?** -- When enabled, entries can be marked as sticky and have preference in sorted listings. - **Enable entry cloning?** -- ([ExpressionEngine Pro](/channels/entry_cloning.md) feature) When enabled, entries can be cloned using "Clone to New Entry" option in Save options dropdown. -- **Status** -- Status assigned to all new entires in the channel. +- **Status** -- Status assigned to all new entries in the channel. - **Author** -- Default author for guest entries posted via Channel Form. - **Allow guest submissions?** -- When set to yes, unregistered users will be able to submit forms for this channel. - **Enable entry versioning?** -- When set to enable, ExpressionEngine will save revisions of each entry for this channel. diff --git a/docs/control-panel/file-manager/upload-directories.md b/docs/control-panel/file-manager/upload-directories.md index 77e164e9e..ac5af6ae1 100644 --- a/docs/control-panel/file-manager/upload-directories.md +++ b/docs/control-panel/file-manager/upload-directories.md @@ -76,7 +76,7 @@ Optionally set the maximum allowed width in pixels for uploaded images. Images o ##### Image height -Optionally set the maximum allowed height in pixes for uploaded images. Images over this setting will be automatically resized. +Optionally set the maximum allowed height in pixels for uploaded images. Images over this setting will be automatically resized. ##### Constrain or Crop diff --git a/docs/control-panel/settings/comments.md b/docs/control-panel/settings/comments.md index 38fd9ad52..bf62af806 100755 --- a/docs/control-panel/settings/comments.md +++ b/docs/control-panel/settings/comments.md @@ -23,7 +23,7 @@ When set to enable, channels will be able to use the comment module. When set to "enable", commenting will use the [word censoring](control-panel/settings/word-censor.md) filters. -### Moderate expired entires? +### Moderate expired entries? If this option is enabled, then comments will not immediately appear on the site. Instead, the comments will go into a queue and await review/moderation by an administrator. diff --git a/docs/control-panel/settings/content-design.md b/docs/control-panel/settings/content-design.md index d25b16f63..70802d2cb 100755 --- a/docs/control-panel/settings/content-design.md +++ b/docs/control-panel/settings/content-design.md @@ -34,7 +34,7 @@ Set whether to assign an entry to both the selected category and its parent cate ### Run File Manager in Compatibility Mode? -WARN:**Note:** Compatibility Mode is enabeld by deafult for sites upgrading from ExpressionEngine versions less than ExpressionEngine 7. +WARN:**Note:** Compatibility Mode is enabeld by default for sites upgrading from ExpressionEngine versions less than ExpressionEngine 7. When Compatibility Mode is enabled, files will be stored in the database using a format compatiblie with ExpressionEngine versions 6 and prior. Compatibility Mode disables many newer File Manager features and prevents issues with add-ons that are not ExpressionEngine 7+ compatible. See [`File Manager > Compatibility Mode`](/control-panel/file-manager/file-manager.md#compatibility-mode) for more information. diff --git a/docs/control-panel/settings/debug-output.md b/docs/control-panel/settings/debug-output.md index ffc9a5d6d..09bc5761c 100755 --- a/docs/control-panel/settings/debug-output.md +++ b/docs/control-panel/settings/debug-output.md @@ -56,6 +56,6 @@ This setting determines what method is used for page redirections. These redirec The [caching driver](optimization/caching.md#caching-drivers) ExpressionEngine is set to use. -### Cachable URIs +### Cacheable URIs If you cache your templates (pages), this preference limits the total number of cache files in order to prevent them from taking up too much disk space. 150 is a good number for a small site. If you have a large site and disk space is not an issue you can set it higher (over 300). There is an internal limit of 1000 regardless of your preference. diff --git a/docs/control-panel/settings/menu-manager.md b/docs/control-panel/settings/menu-manager.md index 6c2536e0e..c27ea16c2 100755 --- a/docs/control-panel/settings/menu-manager.md +++ b/docs/control-panel/settings/menu-manager.md @@ -73,7 +73,7 @@ With complex menus, you may want to break your navigation up into nested subsect #### Name -The top level name for this section to dispaly in the menu. +The top level name for this section to display in the menu. #### Submenu diff --git a/docs/development/control-panel-js/globals.md b/docs/development/control-panel-js/globals.md index a96c5283f..af9f24cb7 100644 --- a/docs/development/control-panel-js/globals.md +++ b/docs/development/control-panel-js/globals.md @@ -46,7 +46,7 @@ Username of currently logged in member ### `lang` -Object of language strings avaible for JavaScript function in member's preferred language +Object of language strings available for JavaScript function in member's preferred language text: EE.lang.loading diff --git a/docs/development/cypress-tests.md b/docs/development/cypress-tests.md index e98627de9..0ea804d21 100644 --- a/docs/development/cypress-tests.md +++ b/docs/development/cypress-tests.md @@ -108,7 +108,7 @@ Copy files between directories Get full server path to file or directory #### `cy.task('filesystem:list', {target: upload_path, mask: '/*.png'})` -List the files that match mask in targer directory +List the files that match mask in target directory #### `cy.task('filesystem:read', '../../system/user/config/config.php')` Read the file diff --git a/docs/development/database-access.md b/docs/development/database-access.md index c9b3fcb5a..6cf63fc15 100644 --- a/docs/development/database-access.md +++ b/docs/development/database-access.md @@ -77,7 +77,7 @@ class Memberlist extends AbstractRoute } ``` -Both of these examples would produce a list similiar to below: +Both of these examples would produce a list similar to below: ``` admin @@ -88,4 +88,4 @@ Douglas Richmond ``` -This is only the begining of how you can interact with the database through your add-on. Explore the [Model Service](development/services/model.md) and the legacy [Database Driver](development/legacy/database/index.md) to learn how to add more power to your add-on. \ No newline at end of file +This is only the beginning of how you can interact with the database through your add-on. Explore the [Model Service](development/services/model.md) and the legacy [Database Driver](development/legacy/database/index.md) to learn how to add more power to your add-on. \ No newline at end of file diff --git a/docs/development/extension-hooks/module/forum.md b/docs/development/extension-hooks/module/forum.md index 32370ce00..336f5aa2a 100755 --- a/docs/development/extension-hooks/module/forum.md +++ b/docs/development/extension-hooks/module/forum.md @@ -36,7 +36,7 @@ How it's called: | \$this | `Object` | The current Forum object | | \$function | `String` | The name of the template being parsed. | | \$element | `String` | A string containing the contents of the template. | -| Returns | `String` | Modified temlate (`$element`) | +| Returns | `String` | Modified template (`$element`) | Allows additional processing of forum templates that are not associated with an existing forum method call. Can be used in conjunction with the forum_add_template hook to parse entirely new templates. diff --git a/docs/development/extensions.md b/docs/development/extensions.md index 23281c0e4..8a363a7e7 100755 --- a/docs/development/extensions.md +++ b/docs/development/extensions.md @@ -36,7 +36,7 @@ Extension hook created successfully! ``` -NOTE: If you are using the command above to add an extention to an existing add-on, please see the [Updating Existing Add-ons](development/modernizing-existing-add-ons.md) +NOTE: If you are using the command above to add an extension to an existing add-on, please see the [Updating Existing Add-ons](development/modernizing-existing-add-ons.md) TIP: Files that interact with ExpressionEngine core hooks are referred to as "extensions" because they extend the functionality of ExpressionEngine. diff --git a/docs/development/fieldtypes/enhanced.md b/docs/development/fieldtypes/enhanced.md index 2617bdc5b..44695a225 100644 --- a/docs/development/fieldtypes/enhanced.md +++ b/docs/development/fieldtypes/enhanced.md @@ -143,7 +143,7 @@ If the fieldtype needs to support the list or evaluation rules that is different public $supportedEvaluationRules = ['isEmpty', 'isNotEmpty', 'contains', 'notContains']; -If certain rule needs to be pre-selected by default when adding new condition to the field, it's name can be specificed in `defaultEvaluationRule` property, e.g. +If certain rule needs to be pre-selected by default when adding new condition to the field, it's name can be specified in `defaultEvaluationRule` property, e.g. public $defaultEvaluationRule = 'contains'; @@ -228,7 +228,7 @@ Evaluates the rule by comparing the field value (`$fieldValue`) with the `$expec #### `getLanguageKey()` -Should return language key for this evaluation rule to be displayed as human readble name in dropdown when setting up conditionals for the field. +Should return language key for this evaluation rule to be displayed as human readable name in dropdown when setting up conditionals for the field. Implementation of this method in `AbstractEvaluationRule` will return the rule name as language key. #### `getConditionalFieldInputType()` diff --git a/docs/development/fieldtypes/fieldtypes.md b/docs/development/fieldtypes/fieldtypes.md index 0de4e271b..01f6c1d71 100644 --- a/docs/development/fieldtypes/fieldtypes.md +++ b/docs/development/fieldtypes/fieldtypes.md @@ -129,7 +129,7 @@ NOTE: **Note:** when setting `public $entry_manager_compatible = true;` make sur #### `EE_Fieldtype::$supportedEvaluationRules` -Array of supported evaluation rules when field is used as conditional (or `null` if the field cannot be used as condtional source). If omitted, default rules set will be used. +Array of supported evaluation rules when field is used as conditional (or `null` if the field cannot be used as conditional source). If omitted, default rules set will be used. #### `EE_Fieldtype::$defaultEvaluationRule` diff --git a/docs/development/legacy/common-functions.md b/docs/development/legacy/common-functions.md index 2ed16b17a..58bafe76f 100755 --- a/docs/development/legacy/common-functions.md +++ b/docs/development/legacy/common-functions.md @@ -101,7 +101,7 @@ This function is an alias for `CI_Log::write_log()`. | Parameter | Type | Description | | --------- | -------- | -------------------------------------------- | -| \$code | `Int` | HTTP Reponse status code | +| \$code | `Int` | HTTP Response status code | | \$text | `String` | A custom message to set with the status code | | Returns | `Void` | | diff --git a/docs/development/legacy/database/forge.md b/docs/development/legacy/database/forge.md index ab3b4f4be..884da8766 100755 --- a/docs/development/legacy/database/forge.md +++ b/docs/development/legacy/database/forge.md @@ -123,7 +123,7 @@ NOTE: **Note:** Multiple calls to `add_field()` are cumulative. **Creating an id field** -There is a special exception for creating id fields. A field with type id will automatically be assinged as an `INT(9) auto_incrementing` Primary Key: +There is a special exception for creating id fields. A field with type id will automatically be assigned as an `INT(9) auto_incrementing` Primary Key: ee()->dbforge->add_field('id'); // gives id INT(9) NOT NULL AUTO_INCREMENT @@ -213,7 +213,7 @@ Executes a `TABLE` rename: | Parameter | Type | Description | | ------------- | -------------- | ---------------------------------------------------------------------------------- | | \$table | `String` | The table to add the column to | -| \$field | `Array` | The column defintition (see `add_field()` for details) | +| \$field | `Array` | The column definition (see `add_field()` for details) | | \$after_field | `String` | The field that should come before this new field, leave empty to be the last field | | Returns | `CI_DB_result` | The result of the `ALTER TABLE` query | @@ -254,7 +254,7 @@ Used to remove a column from a table: | Parameter | Type | Description | | --------- | -------------- | ------------------------------------------------------ | | \$table | `String` | The table to add the column to | -| \$field | `Array` | The column defintition (see `add_field()` for details) | +| \$field | `Array` | The column definition (see `add_field()` for details) | | Returns | `CI_DB_result` | The result of the `ALTER TABLE` query | The usage of this method is identical to `add_column()`, except it alters an existing column rather than adding a new one. In order to change the name you can add a `name` key into the field defining array: diff --git a/docs/development/legacy/helpers/path-helper.md b/docs/development/legacy/helpers/path-helper.md index 2799b1e7c..cdd474b2b 100755 --- a/docs/development/legacy/helpers/path-helper.md +++ b/docs/development/legacy/helpers/path-helper.md @@ -19,12 +19,12 @@ The Path Helper file contains functions that permits you to work with file paths ## Available Functions -### `set_realpath($path[, $check_existance = FALSE])` +### `set_realpath($path[, $check_existence = FALSE])` | Parameter | Type | Description | | ----------------- | -------- | -------------------------------------------- | | \$path | `String` | Path | -| \$check_existance | `Bool` | Whether to check if the path actually exists | +| \$check_existence | `Bool` | Whether to check if the path actually exists | | Returns | `String` | An absolute path | This function will return a server path without symbolic links or relative directory structures. An optional second argument will cause an error to be triggered if the path cannot be resolved. diff --git a/docs/development/legacy/helpers/string-helper.md b/docs/development/legacy/helpers/string-helper.md index 03eb21931..b378efd20 100755 --- a/docs/development/legacy/helpers/string-helper.md +++ b/docs/development/legacy/helpers/string-helper.md @@ -149,7 +149,7 @@ Removes any leading/trailing slashes from a string. Example: | \$trim | `Bool` | Whether to also trim the specified character | | Returns | `String` | Reduced string | -Reduces multiple instances of a particular character occuring directly after each other. Example: +Reduces multiple instances of a particular character occurring directly after each other. Example: $string = "Fred, Bill,, Joe, Jimmy"; $string = reduce_multiples($string,","); //results in "Fred, Bill, Joe, Jimmy" diff --git a/docs/development/legacy/libraries/config.md b/docs/development/legacy/libraries/config.md index 7a2a94f66..aa2215a2e 100755 --- a/docs/development/legacy/libraries/config.md +++ b/docs/development/legacy/libraries/config.md @@ -134,7 +134,7 @@ This method is identical to `item()`, except it appends a forward slash to the e | Parameter | Type | Description | | ----------------- | -------- | --------------------------------------------------------------------------------------------- | | \$file | `String` | Configuration file name | -| \$use_sections | `Bool` | Whether config values shoud be loaded into their own section (index of the main config array) | +| \$use_sections | `Bool` | Whether config values should be loaded into their own section (index of the main config array) | | \$fail_gracefully | `Bool` | Whether to return FALSE or to display an error message | | Returns | `Bool` | TRUE on success, FALSE on failure | diff --git a/docs/development/legacy/libraries/database.md b/docs/development/legacy/libraries/database.md index 4b287b599..dc73e0ded 100755 --- a/docs/development/legacy/libraries/database.md +++ b/docs/development/legacy/libraries/database.md @@ -88,7 +88,7 @@ When many rows of data are returned you will wish to loop through the returned a } } -## INSERTing Data +## INSERTTing Data Active Record includes `insert()`, `insert_batch()` and `set()` methods that makes the inserting of data into the database easier by correctly formatting the `INSERT` string and escaping the values being inserted. The `insert()` and `insert_batch()` methods accept the name of the table for the insert and an array containing the field names as keys with the values containing the data for those fields: @@ -106,7 +106,7 @@ Upon performing an insert you might wish to know the value of the primary key fo ee()->db->insert('channel', array('name' => $name)); $entry_id = ee()->db->insert_id(); -## UPDATEing Data +## UPDATEEing Data Active Record also includes `update()` and `update_batch()` methods that makes the updating of data in the database easier by correctly formatting the UPDATE string and escaping the values being inserted. Both methods accept the name of the table for the update, an array containing the field names as keys with the values containing the updated data for those fields, and the `WHERE` clause for choosing which rows in the table to update: @@ -122,7 +122,7 @@ Active Record also includes `update()` and `update_batch()` methods that makes t ) ); -## DELETEing Data +## DELETEEing Data Like `UPDATE`'s and `INSERT`'s, Active Record has a `delete()` method for deleting data. It accepts a table name and a string or array containing the `WHERE` clause(s): diff --git a/docs/development/legacy/libraries/file-field.md b/docs/development/legacy/libraries/file-field.md index 8528048a4..5d9eebef2 100644 --- a/docs/development/legacy/libraries/file-field.md +++ b/docs/development/legacy/libraries/file-field.md @@ -65,6 +65,6 @@ Can accept string like `{file:XX:url}`, `{filedir_1}somefile.jpg` as well as nu Parse field contents, which may be in `{file:XX:url}` or `{filedir_x}filename.ext` format. -This function is being called internally when using [Typography](development/legacy/libraries/typography.md) library, but you might need to explicitely call it in your add-on if the output data are not being passed to EE Typography parser. +This function is being called internally when using [Typography](development/legacy/libraries/typography.md) library, but you might need to explicitly call it in your add-on if the output data are not being passed to EE Typography parser. $content = ee()->file_field->parse_field($content); diff --git a/docs/development/legacy/libraries/file-uploading.md b/docs/development/legacy/libraries/file-uploading.md index 49f68bae6..cb9620923 100755 --- a/docs/development/legacy/libraries/file-uploading.md +++ b/docs/development/legacy/libraries/file-uploading.md @@ -91,7 +91,7 @@ Then, you'll need to create a method to handle the form: } } -Inside that method, you can see that we're initializing the Upload library and checking to see if the upload was sucessful. If not, we kick back to the `upload_form.php` view. +Inside that method, you can see that we're initializing the Upload library and checking to see if the upload was successful. If not, we kick back to the `upload_form.php` view. ### The Upload Directory diff --git a/docs/development/legacy/libraries/functions.md b/docs/development/legacy/libraries/functions.md index 9eaa7a176..79f17753e 100755 --- a/docs/development/legacy/libraries/functions.md +++ b/docs/development/legacy/libraries/functions.md @@ -169,7 +169,7 @@ Evaluates a string as PHP: | Parameter | Type | Description | | --------- | ---------- | ---------------------- | | \$str | `String` | String to limit | -| \$num | `Interger` | Characters to limit to | +| \$num | `Integer` | Characters to limit to | | Returns | `String` | Limited string | Returns section of a string limited to a certain amount of characters but rounds the string up to the nearest word. @@ -179,7 +179,7 @@ Returns section of a string limited to a certain amount of characters but rounds | Parameter | Type | Description | | --------- | ---------- | ----------------- | | \$str | `String` | String to limit | -| \$num | `Interger` | Words to limit to | +| \$num | `Integer` | Words to limit to | | Returns | `String` | Limited string | Returns section of a string based on number of words. diff --git a/docs/development/legacy/libraries/image-lib.md b/docs/development/legacy/libraries/image-lib.md index 526899ede..314e2618b 100755 --- a/docs/development/legacy/libraries/image-lib.md +++ b/docs/development/legacy/libraries/image-lib.md @@ -326,4 +326,4 @@ The clear method resets all of the values used when processing an image. You wil Returns all detected errors formatted as a string. - echo ee()->image_lib->diplay_errors(); + echo ee()->image_lib->display_errors(); diff --git a/docs/development/legacy/libraries/language.md b/docs/development/legacy/libraries/language.md index 5d382a137..832188ec5 100755 --- a/docs/development/legacy/libraries/language.md +++ b/docs/development/legacy/libraries/language.md @@ -82,7 +82,7 @@ Every so often, you might require or desire the language values from another lan | \$id | `String` | ID of the form element; if supplied will wrap the rendered text in a `