Commit Graph

  • 75561df04f Fix wp.suggestCategories return values. Props josephscott. fixes #5406 Ryan Boren 2007-12-19 20:30:44 +00:00
  • c66540fc1a Fix previous/next links for slugs containing 'page'. Props xknown. fixes #5318 Ryan Boren 2007-12-19 19:27:14 +00:00
  • c15c27ec2c Fix id, self link and alternate link in Atom comment feeds. Props ionfish. fixes #5435 Ryan Boren 2007-12-19 18:25:22 +00:00
  • a62059d49e get_search_feed_link and get_search_comments_feed_link from ionfish. fixes #5442 Ryan Boren 2007-12-19 18:05:21 +00:00
  • 996d913b0e Better is_admin() check from filosofo and pishmishy. fixes #5487 Ryan Boren 2007-12-19 17:56:16 +00:00
  • 96ee1a9982 Avoid warning when import dir is empty. Props Viper007Bond. fixes #5395 Ryan Boren 2007-12-19 17:48:51 +00:00
  • 8966b24e0b Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes #5398 Ryan Boren 2007-12-19 17:47:06 +00:00
  • e715ba1cd0 Allows 0 titles when sanitizing. Props mdawaffe. fixes #5293 Ryan Boren 2007-12-19 17:45:50 +00:00
  • d8876f4dba language_attributes() improvements from ionfish. fixes #5393 Ryan Boren 2007-12-19 17:44:02 +00:00
  • 5c75f4cc75 Don't create empty tags. Fixes #5412 props ionfish Peter Westwood 2007-12-19 17:34:15 +00:00
  • f9a1eaf440 Move the heading inside the wrap. Fixes #5348 props rob1n Peter Westwood 2007-12-19 17:27:22 +00:00
  • a668aa0fe9 Fix tinymce valid elements configuration. Props linusmartensson. fixes #3826 Ryan Boren 2007-12-18 20:46:09 +00:00
  • 7ca479d4c1 Escape pop3 error messages. Props xknown. fixes #5484 Ryan Boren 2007-12-18 20:06:37 +00:00
  • 3861075e5f Clean cache for orphaned pages. Props hailin. fixes #5457 Ryan Boren 2007-12-18 19:38:17 +00:00
  • 6aa006ce3c redirect fixes from ruckus and tellyworth. fixes #5479 Ryan Boren 2007-12-18 05:28:44 +00:00
  • 49d95f21c1 unique filename fixes from tellyworth. fixes #5482 Ryan Boren 2007-12-18 03:32:43 +00:00
  • 894db1ba91 Fix AJAX cookie validation. see #5367 Ryan Boren 2007-12-17 21:12:28 +00:00
  • 930b3c2b2e wp_list_pages() no longer requires get_pages() to do a hierarchical sort. Set hierarchical to false. see #5458 Ryan Boren 2007-12-17 06:53:59 +00:00
  • 7812280d07 Use generic page rewrite rules for compatible permalink strucures. see #3614 Ryan Boren 2007-12-17 06:29:30 +00:00
  • 30bb10fba2 Accept array of pages for is_page(). Props azaozz. fixes #5430 Ryan Boren 2007-12-17 06:21:43 +00:00
  • 5b1f4e739c wp_set_password(). see #2394 Ryan Boren 2007-12-17 06:02:45 +00:00
  • cdda888c0c author-template phpdoc from darkdragon. fixes #4393 Ryan Boren 2007-12-16 23:47:58 +00:00
  • ee1eac63d7 Change prints to echoes. Add check all button to avoid carpal clicking syndrome. Cleaned up some English. Fixes #5437. Hat tip: hailin. Changes from diff: moved JS inside of function so it didn't show up on every import page; moved button above form instead of next to submit button. Matt Mullenweg 2007-12-16 22:07:32 +00:00
  • c750cbbf5f Allow numbers in content type to allow for types like 3gp. Fixes #5449. Hat tip: meledin, DD32. Matt Mullenweg 2007-12-16 21:44:48 +00:00
  • 36fe99d069 Invalid HTML in nested category checkbox list. Also cleans up source formatting a bit. Fixes #5462. Hat tip: 082net. Matt Mullenweg 2007-12-16 21:40:36 +00:00
  • a3058bdbc2 Suppress display of DB error messages by default. Props filosofo. see #5473 Ryan Boren 2007-12-16 21:38:24 +00:00
  • f4d8e3a731 Import file attachments. Props tellyworth. fixes #5466 Ryan Boren 2007-12-16 21:34:48 +00:00
  • dbe216081d Don't show both log out and session expired messages when logging out. see #5367 Ryan Boren 2007-12-16 21:20:18 +00:00
  • 6268241e88 Fix depth = 1 page traversal. Props hailin. fixes #5469 Ryan Boren 2007-12-16 20:31:44 +00:00
  • bb7922cd42 New secure cookie protocol. see #5367 Ryan Boren 2007-12-16 17:41:59 +00:00
  • 3155e09967 Remember what attachment options you pick, fixes #4565. Hat tip: filosofo. Matt Mullenweg 2007-12-16 03:00:38 +00:00
  • 5918e8cf1c Pluggable random password generator from pishmishy. fixes #5401 Ryan Boren 2007-12-15 05:31:16 +00:00
  • 95e4e8c822 Faster page and cat walker. Props hailin. see #5458 Ryan Boren 2007-12-14 21:46:52 +00:00
  • c7763a6f76 the_content_export filter from tellyworth. fixes #5465 Ryan Boren 2007-12-14 21:40:28 +00:00
  • 390e3d1c20 clean page cache when reparenting pages after deletion. Props hailin. fixes #5457 Ryan Boren 2007-12-14 20:56:55 +00:00
  • c5df163698 Fix registration of multiple sidebars. Props watson. fixes #5352 Ryan Boren 2007-12-14 08:06:08 +00:00
  • 1fdcc63822 Faster page_rows() from hailin. see #5303 Ryan Boren 2007-12-14 06:20:42 +00:00
  • fc087d1fb6 post phpdoc from m0n5t3r and darkdragon. see #3982 Ryan Boren 2007-12-14 00:28:34 +00:00
  • f7adf585d1 Taxonomy phpdoc from darkdragon. fixes #4742 Ryan Boren 2007-12-14 00:25:39 +00:00
  • e10c490a4f Query page attachments from page requests so that they can both use the same set of rewrite rules. see #3614 Ryan Boren 2007-12-12 11:45:55 +00:00
  • e6befddf5f Defer term counting during import. Props tellyworth. fixes #5377 Ryan Boren 2007-12-12 05:14:00 +00:00
  • 3bf9ba914b Additional metadata for wxr export from tellyworth. fixes #5454 Ryan Boren 2007-12-12 05:11:24 +00:00
  • 267ecd4981 Correctly handle post_parent during import. Props tellyworth. fixes #5456 Ryan Boren 2007-12-12 05:08:48 +00:00
  • 7003316321 Autosave tags as well. Fixes #5359 props sembee Peter Westwood 2007-12-11 20:30:22 +00:00
  • a5aa17b2fc Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link. Matt Mullenweg 2007-12-10 20:49:46 +00:00
  • b8c0375cda Switch error messages to have a footer instead of use wp_die, so they don't look busted. Use absint where appropiate. Formatting cleanup. Clearer styling and messaging on buttons. Matt Mullenweg 2007-12-10 20:42:03 +00:00
  • bf0c6f9f23 phpdoc for deprecated funcs. Props darkdragon. fixes #5444 Ryan Boren 2007-12-10 18:52:24 +00:00
  • 1db91baf1e Support atom threading. Props rubys. fixes #5434 Ryan Boren 2007-12-10 06:57:58 +00:00
  • 340228e4ad comments_popup_link filter from joostdevalk. fixes #5247 Ryan Boren 2007-12-10 06:53:58 +00:00
  • bdeb4e3663 Remove triming from string options fixes #4781 props hakre Peter Westwood 2007-12-09 11:49:25 +00:00
  • 23b7e0b2c4 Comment out the code that can't run so as to not confuse people. Peter Westwood 2007-12-09 11:28:57 +00:00
  • fb05263f15 New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328 Ryan Boren 2007-12-06 19:58:15 +00:00
  • 3a8b2fcca3 Remove unused vars. Props DD32. see #5418 Ryan Boren 2007-12-06 19:49:33 +00:00
  • 029a74ca44 Remove unused variables. Props DD32. see #5418 Ryan Boren 2007-12-06 06:37:30 +00:00
  • e4d0687233 Consistent AJAX fade colors. Props mdawaffe. fixes #5423 Ryan Boren 2007-12-06 06:08:14 +00:00
  • 6e2cb47d4e Filter and action optimizations and phpdoc updates from darkdragon. fixes #5338 Ryan Boren 2007-12-06 05:56:38 +00:00
  • a1559b9db2 Remove executable property from files. Props lapcat. fixes #5408 Ryan Boren 2007-12-05 09:30:13 +00:00
  • 5293dfa9be Refactor next_post_link, previous_post_link. props xknown. fixes #5411 Ryan Boren 2007-12-05 09:25:45 +00:00
  • d092f73d97 Expose post_status over xmlrpc. Fixes #4982 props josephscott Peter Westwood 2007-12-05 07:42:42 +00:00
  • d3be09a763 Ensure wp-mail doesn't issue a 500 error if no messages are available to post. Fixed #5420 props Bobcat Peter Westwood 2007-12-05 07:39:07 +00:00
  • e52d27014b Allow plugins to handle admin page access failures. Fixes #5379 props donncha Peter Westwood 2007-12-05 07:34:57 +00:00
  • efccf5d5b8 Don't return all taxonomies for an object type of 0. Props tellyworth and nbachiyski. fixes #5417 Ryan Boren 2007-12-05 00:31:54 +00:00
  • 721b8c930b Remove unused variables. Props DD32. fixes #5418 Ryan Boren 2007-12-05 00:29:05 +00:00
  • 34c792ccc8 Use correct var. Props DD32. fixes #5419 Ryan Boren 2007-12-04 23:59:16 +00:00
  • 5398d5ac32 Avoid unnecesary call to get_userdata in get_permalink function. Props xknown. fixes #5414 Ryan Boren 2007-12-04 00:40:00 +00:00
  • 364a7f55c4 Don't save page and attachemtn uris to page_uris and page_attachment_uris. This is not needed. Add an option to use wildcard page rewrite rules instead of per-page rules. see #3614 Ryan Boren 2007-12-04 00:19:10 +00:00
  • 26d056a4dd Hash passwords with phpass. Add wp_check_pasword() and wp_hash_password() functions. Props pishmishy. see #2394 Ryan Boren 2007-12-02 05:14:11 +00:00
  • 1715c0f74e When posting by email, publish only if user has publish caps, otherwise set status to pending. Props Bobcat. fixes #4642 Ryan Boren 2007-11-29 05:51:09 +00:00
  • 376e2d98af Remove old comment_count_cache variable. It's dead. Ryan Boren 2007-11-29 05:03:25 +00:00
  • eab6b80195 Correct support for mt_allow_comments to cover all possible values. Fixes #5366 props redsweater/josephscott Peter Westwood 2007-11-28 20:52:55 +00:00
  • 2c8864821d get_user_by_email() and some user caching cleanups. fixes #5392 Ryan Boren 2007-11-27 22:14:53 +00:00
  • b3543211aa Check if REQUEST_METHOD is POST rather than cheecking if _POST is empty to determine if we were called via POST. Props xknown. fixes #5365 Ryan Boren 2007-11-27 08:03:33 +00:00
  • b88b2b507d Don't lose the upload tab. Props mdawaffe. fixes #5390 Ryan Boren 2007-11-26 22:26:51 +00:00
  • 930a39d235 Use 'Log in' instead of 'Login' for verb form. Props doug. see #5296 Ryan Boren 2007-11-26 21:40:00 +00:00
  • fdb374bf6a Debug backtrace for queries. Props tellyworth. fixes #5218 Ryan Boren 2007-11-21 00:14:58 +00:00
  • 1cdf22f276 Do two sets of filters on posts query. First set is used by regular plugins, second by caching plugins. Ryan Boren 2007-11-18 19:36:30 +00:00
  • 2ab598e809 Actually return a url if SSL is not supported! Relates to #5298 Peter Westwood 2007-11-17 11:27:01 +00:00
  • fcd2063365 Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys. Peter Westwood 2007-11-17 11:21:34 +00:00
  • 4bcd8eec3f Move posts_selection action to after post_limits filter. Ryan Boren 2007-11-17 00:04:19 +00:00
  • 71c8eab2dd Update page on front settings when deleting the page on front. Props hailin. fixes #5361 Ryan Boren 2007-11-16 17:39:15 +00:00
  • e5e7b6d2b4 Don't load entire wxr import file at once to conserve memory. Props tellyworth. fixes #5357 Ryan Boren 2007-11-15 05:36:43 +00:00
  • 46dbf8b1c9 Move export_wp() to an include. Props tellyworth. fixes #5347 Ryan Boren 2007-11-15 05:32:33 +00:00
  • 31fc42f07b Add switch_theme(). Cache current theme in options to avoid calling get_themes(). fixes #5346 Ryan Boren 2007-11-13 05:07:44 +00:00
  • f00acd7eb0 Check publish_posts not edit_published_posts when setting pending status. Props jeremyclarke. fixes #5329 Ryan Boren 2007-11-12 19:58:09 +00:00
  • a24adbd80b Make sure term id is an int. Props tellyworth. fixes #5330 Ryan Boren 2007-11-12 19:51:42 +00:00
  • 5697266149 Eliminate warnings in convert_smilies. Props tellyworth. fixes #5340 Ryan Boren 2007-11-12 19:33:06 +00:00
  • 7a432a2ae9 Remove unused variable. Props epper. fixes #5339 Ryan Boren 2007-11-12 19:31:49 +00:00
  • f9e3a4df2a Output WP_Error message when adding categories via AJAX. fixes #5342 Ryan Boren 2007-11-12 19:12:49 +00:00
  • 115abc9122 phpdoc for get_category_feed_link(). see #5173 Ryan Boren 2007-11-09 20:31:24 +00:00
  • d07a289c1b get_category_feed_link() from ionfish. fixes #5173 Ryan Boren 2007-11-09 20:12:04 +00:00
  • a6159988be Make term slug unique when moving to another parent. Ryan Boren 2007-11-09 18:34:41 +00:00
  • 47aa82533f Skip theme validation during normal blog page loads. fixes #3907 Ryan Boren 2007-11-08 04:04:15 +00:00
  • c9946fea10 Change 'all' hook calling. Bring filters and actions back into one array for back-compat. see #5231 Ryan Boren 2007-11-08 01:05:43 +00:00
  • 8893deff85 Don't run sanitize_title on IDs in new widgets API to avoid performance overhead. fixes #5326 Ryan Boren 2007-11-08 00:56:54 +00:00
  • 3330c693e4 Skip sanitization altogether for raw context. Props Quandary. fixes #5325 Ryan Boren 2007-11-07 06:20:08 +00:00
  • d5ed4b3d7d has_action and has_filter. see #5231 Ryan Boren 2007-11-07 04:30:11 +00:00
  • 35f22f56cf Add missing type arg on call to _wp_filter_build_unique_id(). see #5231 Ryan Boren 2007-11-06 21:39:22 +00:00
  • f69f6c0070 current_fiter() from tellyworth. fixes #5232 Ryan Boren 2007-11-06 21:38:04 +00:00
  • 051c264788 Typo fix Ryan Boren 2007-11-06 20:14:52 +00:00
  • 6d61400949 Separate action and filter arrays. Get rid of filter merging. fixes #5231 Ryan Boren 2007-11-06 18:31:43 +00:00