Commits
User selector
Commit History
Commits on Dec 17, 2009
Make sure dir() returned a dir object. for 2.9
Show description for b56b6accommitted
Commits on Dec 10, 2009
Commits on Dec 9, 2009
Allow registering post image support per post type. fixes #11364
Show description for 3d6a741committed
Commits on Dec 8, 2009
Revision 12345. Nothing but whitespace fixes. That's how I roll.
Show description for aeb4be8committedStandardize around "post image" instead of "post thumbnail"
Show description for 51e2587committed
Commits on Nov 19, 2009
Reduce the size of the data returned by get_themes() by ~30% by reducing duplication.
Show description for fffae7ecommittedAvoid warning when parent template does not exist.
Show description for e6be89ecommitted
Commits on Nov 1, 2009
Improve get_page_template() to search based on slug and id as well. Fixes #11055 props aaroncampbell.
Show description for 2c459fecommittedIntroduce require_if_theme_supports(), move post thumbnails functions to there own include and only included them if the theme supports them. See #10928 and [12132]
Show description for 20bd817committedIntroducing add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features. Implement it for post/page thumbanils, hiding UI if not su…
Show description for cde0b90committed
Commits on Oct 30, 2009
get_themes() and theme root fixes. see #10467
Show description for dfaf387committed
Commits on Oct 29, 2009
Introduce get/set/delete_site_transient(). Make theme_roots a site transient.
Show description for 944dad2committed
Commits on Oct 28, 2009
Theme roots are prefixed with a slash. No need to add another. Props hakre. fixes #11036
Show description for 049955ecommitted
Commits on Oct 27, 2009
Theme subdirs that contain themes are not broken if missing a stylesheet. see #10467
Show description for a96b4a4committedMore theme subdir fixes. see #10467
Show description for ef92602committedPartial fix for theme subdir support. see #10467
Show description for a0f9beacommitted
Commits on Oct 22, 2009
Display better information about broken themes when there is no stylesheet. Fixes #10999 props sivel.
Show description for df21977committed
Commits on Oct 15, 2009
Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers. See #8964 props strider72.
Show description for 9510a36committedRestore the functionality of the theme_root filter. See #10467.
Show description for 097a918committedAssociate subdirector of whitespace trims trailing whites with pinking shears.
Show description for a4789b3committed
Commits on Oct 13, 2009
Commits on Oct 8, 2009
Allow for tag templates to be linked by tag id as well as name. Fixes #10868.
Show description for 44fc49bcommitted
Commits on Sep 24, 2009
Remove trailing whitespace
Show description for bb43e36committed
Commits on Sep 22, 2009
Updated phpdoc for the theme preview code.
Show description for 64adda8committed
Commits on Sep 21, 2009
Move theme preview away from using create_function and to predefined functions. See #10729.
Show description for 2838a1ccommitted
Commits on Sep 14, 2009
Remove trailing whitespace
Show description for 43c201dcommitted
Commits on Aug 14, 2009
Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu.
Show description for 9e32cf3committed
Commits on Jun 10, 2009
Remove theme_basename() for now as the changeset that introduced it was reverted and nothing uses it. See #10067.
Show description for b3144ddcommitted
Commits on May 24, 2009
Trim tailing whitespace
Show description for e12c642committed
Commits on May 18, 2009
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
Show description for ba1c3bdcommitted
Commits on May 5, 2009
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
Show description for c638e8dcommitted
Commits on May 4, 2009
Commits on Apr 28, 2009
s/attribute_escape/attr/. see #9650
Show description for fe7c34bcommitted
Commits on Apr 22, 2009
Always display the default header when previewing a theme. Props Viper007Bond. fixes #9152
Show description for c43d9cccommitted
Commits on Apr 20, 2009
Trailing whitespace cleanup
Show description for 12c7093committed