Commit Graph

51 Commits

Author SHA1 Message Date
Mark Jaquith d65cdf4ba8 Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@16061 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-28 21:56:43 +00:00
Andrew Nacin df81af604c Network admin theme install. props PeteMall, fixes #15184.
git-svn-id: https://develop.svn.wordpress.org/trunk@15898 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-21 17:06:52 +00:00
Ryan Boren e40c09a140 Move themes_api() to theme.php so that it is available to themes.php. see #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@15727 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-05 13:24:41 +00:00
Ryan Boren beb20a5bd5 get_theme_feature_list() replaces install_themes_feature_list(). Does translation and works if feature_list is not accessible from api.wordpress.org. see #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@15655 602fd350-edb4-49c9-b593-d223f7449a82
2010-09-24 15:28:28 +00:00
scribu 1c4aeef40e replace $table with $wp_list_table. See #14651
git-svn-id: https://develop.svn.wordpress.org/trunk@15519 602fd350-edb4-49c9-b593-d223f7449a82
2010-08-22 11:22:46 +00:00
scribu fb9394167f Ajaxify list-type screens in the admin. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15491 602fd350-edb4-49c9-b593-d223f7449a82
2010-08-11 21:54:51 +00:00
Dion Hulse 87c99854d6 Increase height of Theme install thickbox to remove useless scrollbars. Props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@14818 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 12:04:24 +00:00
Andrew Nacin 47136b319f Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.
git-svn-id: https://develop.svn.wordpress.org/trunk@14647 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-14 21:46:25 +00:00
Dion Hulse 12c0c3d475 Highlight correct submenu for Theme Installs. Fix PHP Notice for unset object properties (requires among others may not be set).
git-svn-id: https://develop.svn.wordpress.org/trunk@13763 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-19 08:03:52 +00:00
Dion Hulse 468d0d7cff Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299
git-svn-id: https://develop.svn.wordpress.org/trunk@13242 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-20 02:01:46 +00:00
Ryan Boren 71bef9fe26 Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
git-svn-id: https://develop.svn.wordpress.org/trunk@12673 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-08 20:49:55 +00:00
Andrew Ozz c6ad66eb26 Fix margin on Find Themes button
git-svn-id: https://develop.svn.wordpress.org/trunk@11497 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-31 01:11:07 +00:00
Peter Westwood 285296c772 Add context to the translation of Tag in the theme installer. Fixes #9981.
git-svn-id: https://develop.svn.wordpress.org/trunk@11494 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-30 10:33:51 +00:00
Ryan Boren 7c0c4c5bf9 Don't use short tag. Props DD32. fixes #9920
git-svn-id: https://develop.svn.wordpress.org/trunk@11459 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-26 04:38:09 +00:00
Mark Jaquith ba1c3bdd5b Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@11383 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:00:33 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Andrew Ozz b008acad7d Clear float in themes search results, props hakre, fixes #9694
git-svn-id: https://develop.svn.wordpress.org/trunk@11286 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 00:08:31 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Andrew Ozz 3bf18aa189 Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
git-svn-id: https://develop.svn.wordpress.org/trunk@11190 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 04:28:05 +00:00
Ryan Boren cfd320446f Attr escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@11173 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 17:54:08 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren 12c7093645 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 18:18:39 +00:00
Ryan Boren 603fba4ad4 consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11005 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-19 19:36:28 +00:00
Andrew Ozz 9a62b02dfe CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 04:41:05 +00:00
Ryan Boren 6cf7adbec5 Fix theme install downloads. Props josephscott. fixes #9543
git-svn-id: https://develop.svn.wordpress.org/trunk@10942 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 03:46:45 +00:00
Ryan Boren 9d79c0cc46 Notice fixes. Props Viper007Bond. fixes #9508
git-svn-id: https://develop.svn.wordpress.org/trunk@10928 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-14 15:35:33 +00:00
Ryan Boren f2e9b14cb3 Theme insall cleanups. Props DD32. fixes #9508
git-svn-id: https://develop.svn.wordpress.org/trunk@10923 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-13 16:24:37 +00:00
Andrew Ozz 8fff49b43a Fix close tag in Theme Installer, props simek, fixes #9498
git-svn-id: https://develop.svn.wordpress.org/trunk@10900 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-09 13:16:14 +00:00
Ryan Boren d64ef1239c Typo fix. Props demetris. fixes #9479
git-svn-id: https://develop.svn.wordpress.org/trunk@10889 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-07 23:58:35 +00:00
Ryan Boren df4d3c3575 Make wporg_theme_feature_list a transient. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10887 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-07 21:44:23 +00:00
Ryan Boren 21711bdc58 Translate tag filter keywords. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10885 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-07 17:02:25 +00:00
Andrew Ozz 7f74f7ba2e Theme install: replace 'popular tags' section with feature filter, props josephscott, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10883 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-07 09:44:41 +00:00
Andrew Ozz a779b2e002 More theme install styling, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10823 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-20 00:14:57 +00:00
Ryan Boren 8d00b5d37d Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-18 02:43:45 +00:00
Andrew Ozz 2327dd41c7 Theme install style tweaks, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10788 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-15 11:04:34 +00:00
Ryan Boren aaef67fb9b Bail if no themes found. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10675 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-01 19:38:42 +00:00
Ryan Boren e2cabb1d19 Make sure last_updated is set. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10674 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-28 20:09:09 +00:00
Ryan Boren f5c7db0844 Don't display empty theme. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10669 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 21:24:19 +00:00
Ryan Boren 6ce7b43cbd Display more theme info. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10668 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 21:22:49 +00:00
Ryan Boren eebd7dfb08 Text tweaks. Props MichaelH. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10667 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 20:23:30 +00:00
Ryan Boren e9fd5a004a More theme install tweaks. See #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10656 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 23:35:38 +00:00
Ryan Boren b5069e62f4 Hide theme details. See #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10655 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 07:54:33 +00:00
Ryan Boren 03b59c6e07 Use plain link style instead of button. See #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10654 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 02:46:51 +00:00
Ryan Boren a9b910aa1a Try grid layout for theme browser. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10653 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 00:44:32 +00:00
Ryan Boren dcbe2f432d Upload theme from zip fixes. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10650 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-25 23:43:30 +00:00
Ryan Boren 854a8d6341 Use _n(). Props nbachiyski. fixes #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10606 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 19:35:16 +00:00
Ryan Boren 9341c41142 More theme preview tidying. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10592 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-18 22:32:42 +00:00
Ryan Boren dfc5340e6a Fix preview for theme installer. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10590 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-18 21:55:00 +00:00
Ryan Boren 3ad46a7fc9 UI tweaks to theme installer. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10567 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 22:12:57 +00:00
Ryan Boren 12fccf91f6 Theme install updates from DD32. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10559 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 18:31:16 +00:00