Profiles

Badges

COMMUNITY
1 badge
WordCamp Speaker '14

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
February 2005
Feb 18 Fri · 16:42
Core high
Committed [2364] to WordPress SVN:
reverting the previous patch: it made it impossible to sort the list by category name
Feb 17 Thu · 00:11
Core high
Committed [2360] to WordPress SVN:
whoops, make wp_list_pages not spew a warning when there are no pages
Feb 16 Wed · 16:06
Core high
Committed [2356] to WordPress SVN:
getting the list of categories from cat_counts if hide_empty is true, saves one query
Feb 16 Wed · 15:49
Core high
Committed [2355] to WordPress SVN:
if permalink_structure doesn't have %category%, don't bother querying categories
Feb 16 Wed · 15:12
Core high
Committed [2354] to WordPress SVN:
added cache_pages to avoid making 1+X queries everytime wp_list_pages is called, where X is the number of pages
Feb 16 Wed · 14:29
Core high
Committed [2353] to WordPress SVN:
unified cache_userdata indexes by referencing user_login to ID, got rid of the useless, and broken, get_userid (get_userdatabylogin provides the same functionnality anyway)
Feb 15 Tue · 10:04
Core high
Committed [2349] to WordPress SVN:
fix parse error
Feb 11 Fri · 17:58
Core high
Committed [2275] to WordPress SVN:
adding flexibility to the Manage Posts table, ad two hooks to manipulate it described on hackers@ ML
Feb 01 Tue · 13:21
Core high
Committed [2196] to WordPress SVN:
set emailed posts to be published.
Feb 01 Tue · 11:14
Core high
Committed [2195] to WordPress SVN:
Fix for bug #559, just use user_can_ functions