Commit Graph

  • c200521f42 Clean urls Ryan Boren 2009-03-18 02:46:32 +00:00
  • 8d00b5d37d Trim trailing whitespace Ryan Boren 2009-03-18 02:43:45 +00:00
  • 1290b81a4f Move categories widget to WP_Widget. see #8441 Ryan Boren 2009-03-18 01:50:20 +00:00
  • 0b25a700cb Introduce singleton widget factory Ryan Boren 2009-03-17 23:44:36 +00:00
  • 184e5b69e8 Echo submit field from base class so widgets don't have to do it. Ryan Boren 2009-03-17 21:20:19 +00:00
  • b1cf8ca9f5 Improved admin icons, props empireoflight, fixes #9351 Andrew Ozz 2009-03-17 19:47:57 +00:00
  • 6f6ef8709a Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk Ryan Boren 2009-03-17 17:42:54 +00:00
  • fc7b52bb1a Check if error. Props simonwheatley. fixes #9345 Ryan Boren 2009-03-17 16:42:21 +00:00
  • dce7bff2eb Move text widget to WP_Widget. see #8441 Ryan Boren 2009-03-17 15:39:36 +00:00
  • ea91a8791a Move submit check into WP_Widget Ryan Boren 2009-03-17 02:58:15 +00:00
  • 88cc08d193 Move calendar widget to WP_Widget. see #8441 Ryan Boren 2009-03-17 02:41:28 +00:00
  • a9414a120c Move calendar widget to WP_Widget. see #8441 Ryan Boren 2009-03-17 02:33:08 +00:00
  • b05ffb1229 Separate widget form and update callbacks. Ryan Boren 2009-03-17 00:59:42 +00:00
  • 2f2d20a037 Move meta widget to WP_Widget. see #8441 Ryan Boren 2009-03-16 22:45:16 +00:00
  • 0da2613a2c Move meta widget to WP_Widget. see #8441 Ryan Boren 2009-03-16 22:44:30 +00:00
  • 90931b60f0 Separate default widgets from widgets API. Always load API. fixes #9349 Ryan Boren 2009-03-16 22:02:40 +00:00
  • cf340322af Move archives widget to WP_Widget. see #8441 Ryan Boren 2009-03-16 21:44:36 +00:00
  • 09961ff3ac Add sort order for the gallery in the uploader Andrew Ozz 2009-03-16 13:05:09 +00:00
  • b05ab08790 Fix undefined variable in theme-editor, props mrmist, fixes #9333 Andrew Ozz 2009-03-15 17:14:44 +00:00
  • d3d2d3ba28 TinyMCE 3.2.2 Andrew Ozz 2009-03-15 16:55:49 +00:00
  • c39389175b Add some styling to plugins descriptions when installing Andrew Ozz 2009-03-15 13:09:25 +00:00
  • 7efda16c61 Fix php warning in widgets.php, props zeronex, fixes #9330 Andrew Ozz 2009-03-15 11:18:09 +00:00
  • 2327dd41c7 Theme install style tweaks, see #8652 Andrew Ozz 2009-03-15 11:04:34 +00:00
  • 6cbdd69a1e Fully escape Post/Page titles, props Viper007Bond, fixes #9322 Andrew Ozz 2009-03-15 07:59:12 +00:00
  • 5685b381a9 Prune. see #8441 Ryan Boren 2009-03-14 17:25:59 +00:00
  • 5ec8505579 Convert pages to WP_Widget. see #8441 Ryan Boren 2009-03-14 17:24:11 +00:00
  • d20a34c176 Convert search to WP_Widget. Handle upgrade of widgets without settings. Make form and update override optional. see #8441 Ryan Boren 2009-03-14 16:34:08 +00:00
  • a23fda87b3 Fix regex in sanitize_email(), props sambauers, see #9316 Andrew Ozz 2009-03-14 01:35:47 +00:00
  • b114706bcb s/WP_Widgets/WP_Widget/ and move class to widgets.php Ryan Boren 2009-03-13 23:18:57 +00:00
  • 3689f64ee3 WP_Widgets: make save_settings() and get_settings() separate methods, convert defined single widgets settings to multi-widget format, small fixes for the Links widget, see #8441 Andrew Ozz 2009-03-13 22:27:38 +00:00
  • a8f8d9bdad Remove category ordering. Props filosofo. fixes #9228 Ryan Boren 2009-03-13 22:01:33 +00:00
  • bcdc0c5021 get_comment_link filter. Props Viper007Bond. fixes #9327 Ryan Boren 2009-03-13 21:58:18 +00:00
  • 297703490b Fix regex function in sanitize_email(), see #9316 Andrew Ozz 2009-03-13 19:04:39 +00:00
  • cfef7198b4 Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for trunk Ryan Boren 2009-03-13 05:24:20 +00:00
  • 5d8651d6f3 gettext comments. Props nbachiyski. see #9112 Ryan Boren 2009-03-13 03:53:39 +00:00
  • 6882d8299f Add core_version_check_locale filter. Props nbachiyski. see #8729 Ryan Boren 2009-03-11 23:37:33 +00:00
  • 642871fbfa Always wp_authenticate in wp-app. Props wnorris. fixes #9320 Ryan Boren 2009-03-11 22:49:30 +00:00
  • 843489a872 Use full strings for i18n friendliness. Props nbachiyski. see #3962 Ryan Boren 2009-03-11 15:46:16 +00:00
  • 89c67a8b40 Improved is_email() and sanitize_email(). Props sambauers. fixes #9316 #4616 Ryan Boren 2009-03-11 15:26:34 +00:00
  • 459a1abca8 Set autoload in populate options query Ryan Boren 2009-03-11 01:07:12 +00:00
  • 1952e923f8 gettext contexts. Props nbachiyski. see #9112 Ryan Boren 2009-03-10 23:02:29 +00:00
  • e2484af8f6 Use two queries to populate all options during install/upgrade instead of 2 times the number of options. Ryan Boren 2009-03-10 22:41:33 +00:00
  • 842a28e67c Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file Mark Jaquith 2009-03-10 19:50:55 +00:00
  • bcb764b964 Add WP_Widget class, first run - only the Links widget is using it at the moment, see #8441 Andrew Ozz 2009-03-10 19:42:22 +00:00
  • a1c34fd65d Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003 Ryan Boren 2009-03-10 19:02:27 +00:00
  • aed84abf2e Create user object. Props mark8barnes. fixes #9309 for trunk Ryan Boren 2009-03-10 18:37:53 +00:00
  • b49af910e3 Cleanup plugin compatibility messages. Props DD32. fixes #8868 Ryan Boren 2009-03-10 18:31:55 +00:00
  • ae126fa1f8 Remove leading newlines. Props filosofo. fixes #9096 Ryan Boren 2009-03-10 18:25:04 +00:00
  • b3564121ba Show DST info. Map old offest to Etc zones. Props Otto42. see #3962 Ryan Boren 2009-03-10 16:14:50 +00:00
  • 47ddb47954 Filter continents in the first loop. see #3962 Ryan Boren 2009-03-10 15:26:52 +00:00
  • e370b4740f Exclude deprecated timezones. see #3962 Ryan Boren 2009-03-10 15:24:12 +00:00
  • f4c5df18b4 Move hidden span so it's not copied together with the permalink Andrew Ozz 2009-03-10 02:14:42 +00:00
  • 2e9a9d1426 Timezone support. Props Otto42. see #3962 Ryan Boren 2009-03-10 00:50:00 +00:00
  • 00c4cb1765 Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott. Peter Westwood 2009-03-09 22:35:20 +00:00
  • c4a79bf9fb Add hooks to allow plugins to extend AtomPub support. Fixes #8827 props znarfor and josephscott. Peter Westwood 2009-03-09 22:17:56 +00:00
  • 87a4d2f1cb Allow a plugin to control how many posts are displayed on edit pages. Fixes #9307 props aaroncampbell Peter Westwood 2009-03-09 22:14:09 +00:00
  • 0e4478e6c7 Fix values for gallery sort order Andrew Ozz 2009-03-09 07:02:38 +00:00
  • d03ab79a73 rename simplepie.inc to class-simplepie.php. fixes #9295 Ryan Boren 2009-03-09 00:25:48 +00:00
  • 69d712a4d8 Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684 Andrew Ozz 2009-03-08 06:53:18 +00:00
  • 7077851ba0 Remember scrollTop in Quicktags, props gmpfree, fixes #9161 Andrew Ozz 2009-03-08 06:10:28 +00:00
  • 0f0186dc3c Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732 Andrew Ozz 2009-03-08 05:42:17 +00:00
  • e5c78e956f Save RSS feed URL in the Incoming Links widget, props johnbillion, fixes #9299 Andrew Ozz 2009-03-08 05:08:32 +00:00
  • 82cf6e6383 Better error handling and display in the RSS widget, props DD32, fixes #8495 Andrew Ozz 2009-03-08 05:01:26 +00:00
  • 88cae82656 feed_links_extra() DRY, props scribu, fixes #9291 Andrew Ozz 2009-03-07 21:34:01 +00:00
  • 5c0e3673e8 Updated List of HTTP status codes, props Askapache, fixes #9297 Andrew Ozz 2009-03-07 21:05:54 +00:00
  • ec97268ea7 Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273 Andrew Ozz 2009-03-07 19:44:28 +00:00
  • 53f495182a Don't show already installed plugins in the Plugins dashboard widget. Props Viper007Bond. fixes #8781 Ryan Boren 2009-03-07 02:07:24 +00:00
  • 738367d88e Support mu-plugins for 'Must Use' autoload plugins Ryan Boren 2009-03-07 00:03:40 +00:00
  • df0a1ee5c2 Typo fix. Props josephscott. fixes #9294 Ryan Boren 2009-03-06 23:12:24 +00:00
  • c660e9c398 Notice fix. Props ionfish. fixes #9292 Ryan Boren 2009-03-06 17:09:37 +00:00
  • 56971d703a Don't use mb_* functions to match file extension, fixes #9289 Andrew Ozz 2009-03-06 16:17:57 +00:00
  • 88894e7df1 Add index on taxonomy. see #7415 Ryan Boren 2009-03-06 08:26:45 +00:00
  • 4006d1a355 Order by comment_date_gmt Ryan Boren 2009-03-06 08:16:35 +00:00
  • a5d73d7a2f Use wpdb::insert() and update(). see #6836 Ryan Boren 2009-03-06 05:06:15 +00:00
  • 1fb1534e8f Use wpdb::insert() and update(). Props DD32. see #6836 Ryan Boren 2009-03-06 04:27:51 +00:00
  • 52a4f412ba Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283 Andrew Ozz 2009-03-06 03:20:38 +00:00
  • b27d122fab Add author column to detached media, props scribu, fixes #9282 Andrew Ozz 2009-03-06 02:23:52 +00:00
  • e4901ad286 Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829 Ryan Boren 2009-03-06 02:07:55 +00:00
  • a746eb920a Only list field types that are not strings. see #7171 Ryan Boren 2009-03-06 01:06:00 +00:00
  • f6001bffe8 Add some default field types. see #7171 Ryan Boren 2009-03-06 00:50:19 +00:00
  • 5851028d31 Add typecasting to wpdb::insert() and update(). Props filosofo. fixes #7171 Ryan Boren 2009-03-05 23:47:02 +00:00
  • c896a6ee7b Initialize post_date_gmt for default post to edit. Ryan Boren 2009-03-05 23:06:04 +00:00
  • a5740e48a1 post_exists() and comment_exists() fixes. Fixes post duplication during import. Props tott. fixes #8460 Ryan Boren 2009-03-05 22:16:29 +00:00
  • a3ff3cdbf2 Allow passing sustitution args to prepare() as an array. Makes building queries for prepare easier. Ryan Boren 2009-03-05 22:15:17 +00:00
  • 125fa7591b Fire nopriv actions from post and ajax handlers when user is not logged in. Ryan Boren 2009-03-05 21:43:35 +00:00
  • 3ec5d3c2ef Allow users with edit_posts cap to use ajax tag search. Props yoavf. fixes #8651 Ryan Boren 2009-03-05 20:30:56 +00:00
  • 9b4e1104a9 Escape dot in regex. Props pne, sivel. fixes #9088 for trunk Ryan Boren 2009-03-05 20:17:27 +00:00
  • f88fdb0935 Limit year field to 4 digits. Props sivel. fixes #9120 Ryan Boren 2009-03-05 20:15:10 +00:00
  • ac819a92ba delete_theme(). see #8678 Ryan Boren 2009-03-05 19:15:56 +00:00
  • f89abfffd2 Add theme delete link. Stub action. see #8678 Ryan Boren 2009-03-05 18:45:26 +00:00
  • 876b7d088b Action links for themes page Ryan Boren 2009-03-05 18:32:09 +00:00
  • c892071f81 Links widget options. Props DD32. see #9196 Ryan Boren 2009-03-04 23:49:21 +00:00
  • 0de39db9fd Check for empty meta keys. Props Denis-de-Bernardy, markedwards. fixes #7953 Ryan Boren 2009-03-04 22:59:16 +00:00
  • d26e6fa963 Filter text to be sent to editor when used From URL. Props nbachiyski. fixes #6588 Ryan Boren 2009-03-04 22:54:10 +00:00
  • 9cedbb7f24 Add filter on type_form_. Props nbachiyski. fixes #6585 Ryan Boren 2009-03-04 22:48:02 +00:00
  • d6978c424f Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442 Ryan Boren 2009-03-04 22:28:45 +00:00
  • b5d7564f50 Add compat for mb_substr rather than mb_strcut. fixes #9055 Ryan Boren 2009-03-04 22:05:49 +00:00
  • e38f8c8c94 Don't process page template description since it is not used. Props simonwheatley. fixes #7850 Ryan Boren 2009-03-04 20:51:06 +00:00
  • a2e52bff99 Check admin_url() when redirecting to profile. Props drossy. fixes #8493 Ryan Boren 2009-03-04 20:34:52 +00:00
  • 5f5744e143 Allow comments_popup_link() for is_single and is_page. Props AaronCampbell, sivel. fixes #4832 Ryan Boren 2009-03-04 20:26:56 +00:00