FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · alaca/wordpress-develop · GitHub
alaca
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 17, 2022
Build/Test Tools: Only define `WP_PLUGIN_DIR` when running core tests.
Show description for 3ef65f7
SergeyBiryukov
committed
3ef65f7
View commit details
Copy full SHA for 3ef65f7
Browse repository at this point
Query: Cast the meta key to `BINARY` for case-sensitive key comparisons in `WP_Meta_Query`.
Show description for 4a21302
SergeyBiryukov
committed
4a21302
View commit details
Copy full SHA for 4a21302
Browse repository at this point
Commits on Aug 16, 2022
Mail: Prevent the last character of names in “From” headers from being trimmed.
Show description for 002ca62
desrosj
committed
002ca62
View commit details
Copy full SHA for 002ca62
Browse repository at this point
Build/Test Tools: Increase the Dependabot pull request limit for GitHub Actions.
Show description for c5b4cd8
desrosj
committed
c5b4cd8
View commit details
Copy full SHA for c5b4cd8
Browse repository at this point
Upgrade/Install: Make `WP_Filesystem_FTPext::size()` return `false` on failure.
Show description for 286fe4c
SergeyBiryukov
committed
286fe4c
View commit details
Copy full SHA for 286fe4c
Browse repository at this point
Commits on Aug 15, 2022
Database: Ignore display width for integer data types in `dbDelta()` on MySQL 8.0.17 or later.
Show description for 3736855
SergeyBiryukov
committed
3736855
View commit details
Copy full SHA for 3736855
Browse repository at this point
Commits on Aug 14, 2022
Coding Standards: Restore correct regex formatting in `dbDelta()`.
Show description for d51b039
SergeyBiryukov
committed
d51b039
View commit details
Copy full SHA for d51b039
Browse repository at this point
Commits on Aug 13, 2022
Build/Test Tools: Move the Memcached container into the Docker Compose config.
Show description for 0e04c0a
johnbillion
committed
0e04c0a
View commit details
Copy full SHA for 0e04c0a
Browse repository at this point
Taxonomy: Add a test file that was missed in [53893].
Show description for 33368fc
johnbillion
committed
33368fc
View commit details
Copy full SHA for 33368fc
Browse repository at this point
Taxonomy: Introduce the `is_term_publicly_viewable()` function.
Show description for 0a2b351
johnbillion
committed
0a2b351
View commit details
Copy full SHA for 0a2b351
Browse repository at this point
Editor: Document the arguments for registering a block style.
Show description for dfcc2f6
johnbillion
committed
dfcc2f6
View commit details
Copy full SHA for dfcc2f6
Browse repository at this point
Query: Be better at forcing data types for query vars.
Show description for 01c9ea7
johnbillion
committed
01c9ea7
View commit details
Copy full SHA for 01c9ea7
Browse repository at this point
Tests: Bring some consistency to serialization tests.
Show description for d1e22db
SergeyBiryukov
committed
d1e22db
View commit details
Copy full SHA for d1e22db
Browse repository at this point
Commits on Aug 12, 2022
Tests: Use named data provider for `is_serialized_string()` tests.
Show description for c45ea39
SergeyBiryukov
committed
c45ea39
View commit details
Copy full SHA for c45ea39
Browse repository at this point
General: Add required fields helper functions for better reusability.
Show description for 902530b
audrasjb
committed
902530b
View commit details
Copy full SHA for 902530b
Browse repository at this point
Docs: Use third-person singular verbs for function descriptions in `wp-includes/functions.php`, as per docblocks standards.
Show description for e44c3c4
audrasjb
committed
e44c3c4
View commit details
Copy full SHA for e44c3c4
Browse repository at this point
Formatting: Add support for Enums in `is_serialized()`.
Show description for 38037eb
audrasjb
committed
38037eb
View commit details
Copy full SHA for 38037eb
Browse repository at this point
Media: Cache parent posts in query-attachments AJAX endpoint.
Show description for c2e2e55
peterwilsoncc
committed
c2e2e55
View commit details
Copy full SHA for c2e2e55
Browse repository at this point
Commits on Aug 11, 2022
Login and Registration: Introduce `is_login_screen()` function.
Show description for 299c848
SergeyBiryukov
committed
299c848
View commit details
Copy full SHA for 299c848
Browse repository at this point
Posts, Post Types: Prevent categories from being overwritten when updating a post using `wp_insert_post()`.
Show description for 40c19e4
johnbillion
committed
40c19e4
View commit details
Copy full SHA for 40c19e4
Browse repository at this point
Application Passwords: Allow a Super Admin to set an application password on a site they're not a member of.
Show description for 7bb8dc6
johnbillion
committed
7bb8dc6
View commit details
Copy full SHA for 7bb8dc6
Browse repository at this point
XML-RPC: Correct the documented arguments for XML-RPC server methods.
Show description for e999a8b
johnbillion
committed
e999a8b
View commit details
Copy full SHA for e999a8b
Browse repository at this point
Bundled Themes: Remove closing PHP tag at the end of files.
Show description for 93c52bc
desrosj
committed
93c52bc
View commit details
Copy full SHA for 93c52bc
Browse repository at this point
Docs: Revert two changes that need to instead be made upstream in the Gutenberg repo.
Show description for 57d6313
johnbillion
committed
57d6313
View commit details
Copy full SHA for 57d6313
Browse repository at this point
Docs: Miscellaneous inline documentation improvements.
Show description for 8d745ce
johnbillion
committed
8d745ce
View commit details
Copy full SHA for 8d745ce
Browse repository at this point
Docs: Correct and improve the documented types for various functions and hooks.
Show description for 0f1f17e
johnbillion
committed
0f1f17e
View commit details
Copy full SHA for 0f1f17e
Browse repository at this point
Docs: Remove code tags from WordPress function names within inline documentation.
Show description for 2b6107d
johnbillion
committed
2b6107d
View commit details
Copy full SHA for 2b6107d
Browse repository at this point
Twenty Eleven: Correct inline translator comment.
Show description for 134cbc5
desrosj
committed
134cbc5
View commit details
Copy full SHA for 134cbc5
Browse repository at this point
I18N: Introduce `WP_Textdomain_Registry` to store text domains and their language directory paths.
Show description for 9c8b1ba
swissspidy
committed
9c8b1ba
View commit details
Copy full SHA for 9c8b1ba
Browse repository at this point
Commits on Aug 10, 2022
Docs: Clarify that `register_taxonomy()` only accepts lowercase values for the `$taxonomy` parameter.
Show description for 6aecbb7
audrasjb
committed
6aecbb7
View commit details
Copy full SHA for 6aecbb7
Browse repository at this point
Commits on Aug 9, 2022
Coding Standards: Rename the `$file` parameter to `$path` in some `WP_Filesystem_*` methods.
Show description for 9b04bb6
SergeyBiryukov
committed
9b04bb6
View commit details
Copy full SHA for 9b04bb6
Browse repository at this point
Docs: Various docblock fixes in Core Taxonomy API, as per docs standards.
Show description for 1f2f4bc
audrasjb
committed
1f2f4bc
View commit details
Copy full SHA for 1f2f4bc
Browse repository at this point
Docs: Consistently document the `$excluded_terms` variable in `get_adjacent_post()`.
Show description for ecd5e00
ocean90
committed
ecd5e00
View commit details
Copy full SHA for ecd5e00
Browse repository at this point
Taxonomy: Prevent non string taxonomy names generating warnings or errors.
Show description for 60493f3
audrasjb
committed
60493f3
View commit details
Copy full SHA for 60493f3
Browse repository at this point
Administration: Improve performance of List Tables.
Show description for 11cc06c
peterwilsoncc
committed
11cc06c
View commit details
Copy full SHA for 11cc06c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL