FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Giladx/wordpress-develop · GitHub
Giladx
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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 Sep 10, 2020
fixed save/update button
Giladx
committed
bb0ba43
View commit details
Copy full SHA for bb0ba43
Browse repository at this point
Commits on Sep 9, 2020
Posts, Post Types: Don't output the adjacent posts `rel` link by default.
Show description for db9a91a
johnbillion
committed
db9a91a
View commit details
Copy full SHA for db9a91a
Browse repository at this point
Privacy: Remove extraneous colon from settings screen.
Show description for 19bdc1e
helen
committed
19bdc1e
View commit details
Copy full SHA for 19bdc1e
Browse repository at this point
Site Health: Allow attachments to be added to recovery mode emails.
Show description for 0548043
desrosj
committed
0548043
View commit details
Copy full SHA for 0548043
Browse repository at this point
Administration: Add the `aria-hidden` attribute to admin menu icons.
Show description for 2c6df53
desrosj
committed
2c6df53
View commit details
Copy full SHA for 2c6df53
Browse repository at this point
Docs: Improve the `recovery_mode_email` inline docs.
Show description for 506c465
desrosj
committed
506c465
View commit details
Copy full SHA for 506c465
Browse repository at this point
Code Modernization: Remove unnecessary reference sign from `get_comment()` definition.
Show description for 875acd7
SergeyBiryukov
committed
875acd7
View commit details
Copy full SHA for 875acd7
Browse repository at this point
Code Modernization: Correct the check for negative post IDs in `WP_Query::parse_query()` to work as expected on PHP 8.
Show description for f6f117a
SergeyBiryukov
committed
f6f117a
View commit details
Copy full SHA for f6f117a
Browse repository at this point
Commits on Sep 8, 2020
Comments: Check if a valid comment ID was passed when editing a comment.
Show description for 427d72c
SergeyBiryukov
committed
427d72c
View commit details
Copy full SHA for 427d72c
Browse repository at this point
Commits on Sep 7, 2020
Build/Test Tools: Allow unit tests to run on PHP 8 in full.
Show description for 92bf360
SergeyBiryukov
committed
92bf360
View commit details
Copy full SHA for 92bf360
Browse repository at this point
Tests: Replace a few instances of `assertNotEquals()` with `assertNotFalse()`.
Show description for a85d190
SergeyBiryukov
committed
a85d190
View commit details
Copy full SHA for a85d190
Browse repository at this point
Tests: Remove the polyfill for `assertNotFalse()`.
Show description for 3a9e78c
SergeyBiryukov
committed
3a9e78c
View commit details
Copy full SHA for 3a9e78c
Browse repository at this point
Tests: Add a polyfill for `assertEqualsWithDelta()` to `WP_UnitTestCase` and use it where appropriate.
Show description for 5bad67b
SergeyBiryukov
committed
5bad67b
View commit details
Copy full SHA for 5bad67b
Browse repository at this point
REST API: Extract `WP_REST_Controller::get_endpoint_args_for_item_schema()` to a standalone function.
Show description for 84d524e
TimothyBJacobs
committed
84d524e
View commit details
Copy full SHA for 84d524e
Browse repository at this point
Commits on Sep 6, 2020
Tests: Add a test case for storing `false` in the cache.
Show description for 83f23c4
SergeyBiryukov
committed
83f23c4
View commit details
Copy full SHA for 83f23c4
Browse repository at this point
Tests: Correct assertion in `Tests_Cache::test_add_get_null()`.
Show description for 944a684
SergeyBiryukov
committed
944a684
View commit details
Copy full SHA for 944a684
Browse repository at this point
Tests: Correct assertion in `Tests_Cache::test_miss()`.
Show description for 6f07ff5
SergeyBiryukov
committed
6f07ff5
View commit details
Copy full SHA for 6f07ff5
Browse repository at this point
Commits on Sep 5, 2020
REST API: Refactor `WP_REST_Server::dispatch()` to make internal logic reusable.
Show description for d803f6b
TimothyBJacobs
committed
d803f6b
View commit details
Copy full SHA for d803f6b
Browse repository at this point
Media: In `wp_ajax_image_editor()`, check if the `error` property exists before accessing it.
Show description for 1c1a7b8
SergeyBiryukov
committed
1c1a7b8
View commit details
Copy full SHA for 1c1a7b8
Browse repository at this point
REST API: Support a route-level validation callback.
Show description for 88ec90d
TimothyBJacobs
committed
88ec90d
View commit details
Copy full SHA for 88ec90d
Browse repository at this point
Tests: Replace a few more instances of `assertEquals()` with `assertSame()`.
Show description for af437fc
SergeyBiryukov
committed
af437fc
View commit details
Copy full SHA for af437fc
Browse repository at this point
Comments: Rename `WP_Comments_List_Table::comment_status_dropdown()` to `::comment_type_dropdown()`.
Show description for 677af11
SergeyBiryukov
committed
677af11
View commit details
Copy full SHA for 677af11
Browse repository at this point
Commits on Sep 4, 2020
Docs: Further correct placement for `wp_editor_expand` filter DocBlock.
Show description for 267e754
SergeyBiryukov
committed
267e754
View commit details
Copy full SHA for 267e754
Browse repository at this point
Docs: Various docblock corrections and improvements.
Show description for d34a21c
johnbillion
committed
d34a21c
View commit details
Copy full SHA for d34a21c
Browse repository at this point
Tests: Replace a few more instances of `assertEquals()` with `assertSame()`.
Show description for 3e111d9
SergeyBiryukov
committed
3e111d9
View commit details
Copy full SHA for 3e111d9
Browse repository at this point
Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate.
Show description for 8be943d
SergeyBiryukov
committed
8be943d
View commit details
Copy full SHA for 8be943d
Browse repository at this point
Commits on Sep 3, 2020
Administration: Give the `$error` variable in `wp-admin/admin-header.php` a more descriptive name.
Show description for 5e2a75e
SergeyBiryukov
committed
5e2a75e
View commit details
Copy full SHA for 5e2a75e
Browse repository at this point
Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22c
SergeyBiryukov
committed
164b22c
View commit details
Copy full SHA for 164b22c
Browse repository at this point
Commits on Sep 1, 2020
General: Set `svn:eol-style` for `phpunit/includes/normalize-xml.xsl`.
Show description for ba7c6a2
SergeyBiryukov
committed
ba7c6a2
View commit details
Copy full SHA for ba7c6a2
Browse repository at this point
General: Correct reversed `svn:auto-props` for `.mo` and `.po` files.
Show description for 4672237
SergeyBiryukov
committed
4672237
View commit details
Copy full SHA for 4672237
Browse repository at this point
Docs: Synchronize the description of the `$format` parameter in various date/time functions for posts and comments.
Show description for 5f4a8f7
SergeyBiryukov
committed
5f4a8f7
View commit details
Copy full SHA for 5f4a8f7
Browse repository at this point
Commits on Aug 31, 2020
Tests: Move the tests for `get_the_modified_time()` to a more appropriate place.
Show description for 699e44c
SergeyBiryukov
committed
699e44c
View commit details
Copy full SHA for 699e44c
Browse repository at this point
Script Loader: Add backward compatibility for JavaScript i18n globals and properties deprecated in WordPress 5.5.
Show description for 23528d4
SergeyBiryukov
committed
23528d4
View commit details
Copy full SHA for 23528d4
Browse repository at this point
Date/Time: In `get_the_date()` and related functions, pass the original, unmodified `$format` value to the filters.
Show description for d33fa37
SergeyBiryukov
committed
d33fa37
View commit details
Copy full SHA for d33fa37
Browse repository at this point
Themes: Normalize the installed theme path in `Theme_Installer_Skin::do_overwrite()` before comparing with the uploaded theme.
Show description for 390f84b
SergeyBiryukov
committed
390f84b
View commit details
Copy full SHA for 390f84b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL