index
:
wordpress
1.5
2.0
2.1
2.2
2.3
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
master
trunk
WordPress
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
wp-admin
/
includes
/
privacy-tools.php
Commit message (
Expand
)
Author
Age
*
Docs: Improve and standardise the format of placeholder strings that get repl...
John Blackbourn
9 days
*
Code Modernization: Replace usage of `strpos()` with `str_contains()`.
Sergey Biryukov
2023-06-22
*
Code Modernization: Replace usage of `strpos()` with `str_starts_with()`.
Sergey Biryukov
2023-05-02
*
I18N: Introduce `switch_to_user_locale()`.
Pascal Birchler
2023-01-30
*
Coding Standards: Always use parentheses when instantiating an object.
Sergey Biryukov
2022-11-29
*
General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`.
Sergey Biryukov
2022-06-01
*
Coding Standards: Fix indentation and remove `ignore` annotation in `wp_priva...
Tonya Mork
2021-08-26
*
Privacy: Improve naming of user confimed action email filters.
Anthony Burchell
2021-06-09
*
Privacy: Ensure "Export Personal Data" does not generate invalid JSON.
David Baumwald
2021-04-14
*
Code Modernization: Check if the `_export_data_grouped` post meta is an array...
Sergey Biryukov
2021-03-29
*
Privacy: Rename the `$send_confirmation_email` parameter of `wp_create_user_r...
Sergey Biryukov
2021-02-05
*
Docs: Update documentation for `wp_create_user_request()` per the documentati...
Sergey Biryukov
2021-02-02
*
Privacy: Allow Admin to Skip e-mail confirmation for Export.
Anthony Burchell
2021-02-02
*
Privacy: Add newlines to the `index.php` file in `wp-personal-data-exports` d...
Sergey Biryukov
2021-01-28
*
Privacy: Ensure that exported user data reports can't be found with directory...
Jake Spurlock
2021-01-27
*
Privacy: Use more consistent wording for strings related to personal data req...
Sergey Biryukov
2021-01-17
*
Docs: Promote many `bool` types to `true` or `false` where only that value is...
John Blackbourn
2021-01-03
*
Text Changes: Unify various "Back to..." vs. "Return to..." vs. "Go to..." st...
Sergey Biryukov
2020-11-09
*
Privacy: Show notices for both failed and successful bulk actions.
Helen Hou-Sandi
2020-10-27
*
Privacy: Improve clarity of privacy error strings.
Sergey Biryukov
2020-10-04
*
Privacy: Check if the accumulated data in `wp_privacy_process_personal_data_e...
Sergey Biryukov
2020-09-21
*
Docs: Correct `@see` references for privacy hooks:
Sergey Biryukov
2020-07-25
*
Docs: First pass at some inline docs fixes mostly made by PHPCBF.
John Blackbourn
2020-07-23
*
Docs: Various formatting improvements to inline docblocks.
John Blackbourn
2020-07-23
*
Privacy: Simplify the logic for updating the meta values for personal data ex...
Sergey Biryukov
2020-07-06
*
Docs: Correct spelling of "backward compatibility" per the Core Contributor H...
Sergey Biryukov
2020-07-04
*
Accessibility: Privacy: Accessibility improvements for the Privacy Policy Gui...
Andrea Fercia
2020-06-30
*
Privacy: Use relative paths for exported personal data.
Jake Spurlock
2020-06-22
*
Docs: Remove unnecessary variables names from `@return` tags.
John Blackbourn
2020-06-19
*
Privacy: Revert use relative paths for exported personal data.
Jake Spurlock
2020-06-18
*
Privacy: Use relative paths for exported personal data.
Jake Spurlock
2020-06-18
*
Privacy: Introduce filters for the headers of all the privacy-related e-mails:
Sergey Biryukov
2020-02-11
*
Privacy: Add a table of contents to Personal Data Export report for easier na...
Sergey Biryukov
2020-02-11
*
Privacy: Rename `wp_get_user_request_data()` to `wp_get_user_request()` for c...
Sergey Biryukov
2020-02-10
*
Coding Standards: Use Yoda conditions where appropriate.
Sergey Biryukov
2020-02-09
*
Docs: Document the addition of `$json_report_pathname` parameter to the `wp_p...
Sergey Biryukov
2020-02-01
*
Privacy: Introduce a JSON file into the personal data export.
Sergey Biryukov
2020-01-31
*
Privacy: Remove user's email address from personal data export filename.
Sergey Biryukov
2020-01-31
*
Docs: Improve inline comments per the documentation standards.
Sergey Biryukov
2020-01-29
*
Privacy: Introduce `wp_privacy_personal_data_email_to` and `wp_privacy_person...
Sergey Biryukov
2019-09-23
*
Privacy: Display group items count in the personal data export file if there'...
Sergey Biryukov
2019-09-20
*
I18N: Capitalize translator comments consistently, add trailing punctuation.
Sergey Biryukov
2019-09-03
*
Privacy: Add descriptions for sections in a personal data export file.
Sergey Biryukov
2019-08-18
*
Administration: Replace legacy `updated` message type in `add_settings_error(...
Sergey Biryukov
2019-08-16
*
Privacy tools:
Andrew Ozz
2019-06-10
*
Privacy tools: Organize privacy functions into logical files and classes.
Andrew Ozz
2019-05-26