Commit Graph

  • 70d72e9942 Return status from save_mod_rewrite_rules(). Props Viper007Bond. fixes #3409 Ryan Boren 2006-12-01 12:07:01 +00:00
  • 9329aef5cd Give CSS class to parent of current page/cat. Props mdawaffe. fixes #3253 Ryan Boren 2006-12-01 12:05:21 +00:00
  • 731c24fd82 Avoid that something strange happened error. Props mdawaffe. fixes #3276 Ryan Boren 2006-12-01 12:02:30 +00:00
  • 1ae7fb285e Remove the global rich_editing option, now it's just personal, fixes #2033 Matt Mullenweg 2006-12-01 11:16:31 +00:00
  • 63dea5ed41 Curl them quotes, fixes #2835 Matt Mullenweg 2006-12-01 10:26:50 +00:00
  • 4185964e93 Some additional hooks for extensibility. Matt Mullenweg 2006-12-01 10:15:15 +00:00
  • 41696e78d5 cast to array when checking for old post slugs. fixes #3202 Mark Jaquith 2006-12-01 04:51:09 +00:00
  • 77e4790a50 Use temporary title when creating empty posts. Props mdawaffe. fixes #3097 Ryan Boren 2006-12-01 04:38:07 +00:00
  • b002e7ce66 Create attachments for xmlrpc uploads. Props donncha. fixes #3400 Ryan Boren 2006-12-01 04:34:59 +00:00
  • 36e8aa39df Adding a hook for comments, fixes #3084 Matt Mullenweg 2006-12-01 03:30:26 +00:00
  • 9d7329cc68 Show HRs in posts, fixes #3291 Matt Mullenweg 2006-12-01 03:18:45 +00:00
  • 5e9ecfffb0 Compress scripts using Dojo and link to the compressed versions, saving about 27kb total. Everything I tested still worked, except the colorpicker which is why it's not compressed. Matt Mullenweg 2006-12-01 03:13:21 +00:00
  • 1e969aed95 Don't texturize things inside of script or style tags, fixes #2647 Matt Mullenweg 2006-12-01 02:53:20 +00:00
  • 56a74de876 Close previous element when depth is hit. fixes #3080 Ryan Boren 2006-12-01 00:38:25 +00:00
  • f2fe75585f Export file content type fixups from mdawaffe. fixes #3080 Ryan Boren 2006-12-01 00:11:43 +00:00
  • f9138f65e7 Small cleanup to autop, fixes #3238 Matt Mullenweg 2006-11-30 23:32:45 +00:00
  • e9142f3f05 Make sure multiple attachments for the same post have unique permalinks. Props filosofo. fixes #3033 Ryan Boren 2006-11-30 23:09:27 +00:00
  • c539a41672 Truncate sanitized titles to the size of the post_name field without killing multibye characters. Ryan Boren 2006-11-30 20:26:42 +00:00
  • 6248dfb2ca Enforce edit_users cap for users.php. Props westi. fixes #3410 Ryan Boren 2006-11-30 18:38:06 +00:00
  • 7518f9f43d Import/export category data. Props andy. fixes #3403 Ryan Boren 2006-11-30 18:15:14 +00:00
  • 4952ea9672 Milestone for considering alternative feed parsing library was moved past 2.1, so dropping this for now. Mark Jaquith 2006-11-30 08:53:33 +00:00
  • be11dbe438 Remember old post slugs and automatically redirect to the new slug. fixes #3202 Mark Jaquith 2006-11-30 08:48:56 +00:00
  • 44e40092d5 Can't pass function return to array_shift. Ryan Boren 2006-11-30 07:30:11 +00:00
  • 798f6dd0d2 Spare input, param, and script from autop. fixes #3054 Ryan Boren 2006-11-30 02:00:40 +00:00
  • 80203b1777 Don't use 'import' as a mime type. Props mdawaffe and westi. fixes #3219 Ryan Boren 2006-11-30 01:56:06 +00:00
  • a92a6dea29 Fix feed links when using %category% permalink structure. Props westi. fixes #3214 Ryan Boren 2006-11-30 01:54:05 +00:00
  • 01cfb71b45 Update allowed protocols. fixes #2726 Ryan Boren 2006-11-30 01:50:48 +00:00
  • e4faef3550 Inline docs for wpdb. Props masquerade and davidhouse. #2474 Ryan Boren 2006-11-30 01:44:33 +00:00
  • aae9c4b07f Always put checked categories first. Matt Mullenweg 2006-11-30 00:22:18 +00:00
  • 1950f6ec7b Prevent uploads from being hidden, fixes #3227 Matt Mullenweg 2006-11-30 00:09:50 +00:00
  • 69004cdf58 Normalization of newlines fixes #1020, also did some minor reformatting. Matt Mullenweg 2006-11-29 23:18:35 +00:00
  • bccd583d54 gettext date format strings in wp_get_archives. fixes #1540 Ryan Boren 2006-11-29 21:34:51 +00:00
  • bf95888137 Make cite smaller, fixes #3247 on most screens we care about. Matt Mullenweg 2006-11-29 21:21:06 +00:00
  • d302e6e66d Link to category post page, fixes #2253 Matt Mullenweg 2006-11-29 21:08:31 +00:00
  • e886d70c4e This should be an XML representation of all comments on a post, fixes #1570 Matt Mullenweg 2006-11-29 21:02:40 +00:00
  • 8d8d1f8ba4 Center ID and comments, fixes #3404 Matt Mullenweg 2006-11-29 20:57:52 +00:00
  • 89da054b7b Sanitize all plugin metadata, for consistency. Props Viper007Bond. fixes #3396 Mark Jaquith 2006-11-29 09:22:49 +00:00
  • e5e1befa4d Fix parse error in wp-admin/link-add.php. Props mByte in wp-testers list. Mark Jaquith 2006-11-29 09:17:01 +00:00
  • 1f94472ff1 No sort if no results. Props mByte in wp-testers list. Mark Jaquith 2006-11-29 08:18:34 +00:00
  • 359fa59fb3 xmlrpc filename sanitation. Props donncha. fixes #3395 Ryan Boren 2006-11-28 22:03:19 +00:00
  • 024df1720d Bump ver number in MCE help dialog. Props Voper007Bond. fixes #3392 Ryan Boren 2006-11-28 22:00:10 +00:00
  • 80cd515b96 Use js_escape. Props nbachiyski. fixes #3399 Ryan Boren 2006-11-28 21:51:13 +00:00
  • cce9bce2cb Fix typo. fixes #3387 Ryan Boren 2006-11-26 18:00:53 +00:00
  • 5a2e0d5e60 Filter post_content_filtered Ryan Boren 2006-11-25 17:54:41 +00:00
  • aa86502ddf whitespace tidying by Viper007Bond. fixes #3385 Mark Jaquith 2006-11-24 22:55:28 +00:00
  • 15600c640e Caching fixes and cleanups. Ryan Boren 2006-11-24 20:44:03 +00:00
  • db25035205 Typo. fixes #3389 Ryan Boren 2006-11-24 16:41:07 +00:00
  • 3a6e842621 Upload filters in xmlrpc. fixes #3388 Ryan Boren 2006-11-24 16:39:51 +00:00
  • 2bdfce3c20 cat_is_ancestor_of(). fixes #3387 Ryan Boren 2006-11-24 16:37:44 +00:00
  • f74d084276 Key caches by blog ID for those doing the multi blog trick. Ryan Boren 2006-11-23 20:39:39 +00:00
  • 44cfe9ceda Typo in get_calendar Matt Mullenweg 2006-11-23 18:31:27 +00:00
  • 0fd7672651 Caching for get_calendar Matt Mullenweg 2006-11-23 17:56:53 +00:00
  • 5b2ba1257f Caching for get_pages Matt Mullenweg 2006-11-23 17:21:08 +00:00
  • 350c99b608 Caching for get_bookmarks Matt Mullenweg 2006-11-23 17:04:05 +00:00
  • f5a9979852 Caching for get_categories Matt Mullenweg 2006-11-23 16:52:42 +00:00
  • fe87cdac0b Typo in logic was causing extra page queries. Matt Mullenweg 2006-11-23 16:06:16 +00:00
  • 63d022fa1a This makes things a little more interesting and cacheable (sp?) Matt Mullenweg 2006-11-23 15:38:22 +00:00
  • 3a6dd43506 Let's be a little less verbose here Matt Mullenweg 2006-11-23 00:10:30 +00:00
  • 6e2b05df30 Fixes funky category checkbox spacing in IE Matt Mullenweg 2006-11-22 06:04:09 +00:00
  • 608fd4e44f trying Ryan's suggestion for #3215 Mark Jaquith 2006-11-22 04:58:31 +00:00
  • ce1cb37f34 Bump autosave interval to 2 minutes for now. #3379 Ryan Boren 2006-11-22 02:54:04 +00:00
  • 56cda89bdf Make wptexturize faster. Props ecb29. fixes #2980 Ryan Boren 2006-11-21 22:00:10 +00:00
  • 6def40697c Upload JS fixes from mdawaffe. fixes #3378 Ryan Boren 2006-11-21 20:10:01 +00:00
  • 64262206e2 Attempt at eliminating cron contention. Ryan Boren 2006-11-21 02:48:12 +00:00
  • 2e848a43e4 Bump script ver. Ryan Boren 2006-11-21 01:40:25 +00:00
  • 314a957940 Kill form submission during autosave. Ryan Boren 2006-11-21 01:39:09 +00:00
  • 6d3ce02732 TinyMCE 2.0.8 Ryan Boren 2006-11-21 00:55:06 +00:00
  • 770da54d44 ID instead of id. Props Nazgul. fixes #3152 Ryan Boren 2006-11-20 05:01:57 +00:00
  • c1767df117 ID instead of id. Props Nazgul. fixes #3152 Ryan Boren 2006-11-20 04:29:06 +00:00
  • 6e8a8a7b95 get_children() uses get_posts(). Props mdawaffe. fixes #3189 Ryan Boren 2006-11-20 04:23:12 +00:00
  • 54a03e22ab Fix logo link and use install.css in wpdb bail. Props Sewar. fixes #3209 Ryan Boren 2006-11-20 04:07:34 +00:00
  • 57bc52df0d Don't linebreak after Z. Props andy. fixes #3312 Ryan Boren 2006-11-20 04:02:40 +00:00
  • c15228c6d2 Standardize on Links instead of Bookmarks until we change our minds again. Ryan Boren 2006-11-20 02:23:41 +00:00
  • e08d6f10d2 Standardize on Links instead of Bookmarks until we change our minds again. Ryan Boren 2006-11-20 02:17:07 +00:00
  • 8d2a32913e Pass format string and gmtbool as args to data and time filters. Props sdiz. fixes #2754 Ryan Boren 2006-11-20 01:46:20 +00:00
  • cb11b2ef85 Handle empty authors list. Props MichaelH. fixes #2384 Ryan Boren 2006-11-19 08:06:03 +00:00
  • e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 Ryan Boren 2006-11-19 07:56:05 +00:00
  • 603ec78946 i18n fix for comments_number(). Props Mark Jaquith. fixes #3244 Ryan Boren 2006-11-19 07:45:28 +00:00
  • 7b7647cc63 Don't need to mark as private in page_rows() since get_the_title() does it. Ryan Boren 2006-11-19 07:29:09 +00:00
  • a89032ffe3 Show 'Unpublished' instead of epoch time for drafts. Ryan Boren 2006-11-19 07:24:55 +00:00
  • 57ac4aeef6 Don't allow a category to be it's own parent. Props donncha. fixes #3278 Ryan Boren 2006-11-19 01:12:36 +00:00
  • 8a40059070 Don't enforce presence of mysql system if custom DB class is being used. Props Nazgul. fixes #3293 Ryan Boren 2006-11-19 01:06:08 +00:00
  • 45984c58eb ceil() max_num_pages. Props MattRead. fixes #3368 Ryan Boren 2006-11-19 00:58:15 +00:00
  • 67ce2d8d4f Ref more singletons. Ryan Boren 2006-11-19 00:12:57 +00:00
  • 27c7018cdc Add IDs to export, and let it filter by authors. Matt Mullenweg 2006-11-18 23:13:15 +00:00
  • 49c48e0607 AJAX loading of dashboard for slow stuff Matt Mullenweg 2006-11-18 23:12:39 +00:00
  • 0e188c6859 Base last modified time for comment feeds on comments, not the post. Props mdawaffe. fixes #137 Ryan Boren 2006-11-18 20:46:43 +00:00
  • 94e045fa69 Add edit_category_form hook. fixes #2717 Ryan Boren 2006-11-18 20:40:29 +00:00
  • 19051fe4d3 Menu reparenting fixes. Now even more complex and incomprehensible. Ryan Boren 2006-11-18 16:24:31 +00:00
  • 7e226f1a94 Hold off on menu cleanup until next release. There be dragons. Ryan Boren 2006-11-18 07:31:29 +00:00
  • ce231b2bc2 Paging for comments Matt Mullenweg 2006-11-18 06:52:01 +00:00
  • 6af3bdbb32 Admin functions cleanup, and change how we do titles and parents in the backend Matt Mullenweg 2006-11-18 06:09:48 +00:00
  • b973ee2e7d Force download of export file in browsers that try to be too smart. Props mdawaffe. fixes #3225 Ryan Boren 2006-11-18 01:27:22 +00:00
  • a9df0b834b Visual and Code. Props foolswisdom. fixes #3233 Ryan Boren 2006-11-17 21:16:17 +00:00
  • a18ec2228c Fix attachment links for page on front. Props mdawaffe. fixes #2515 Ryan Boren 2006-11-17 20:00:11 +00:00
  • 810de63c7c Create a new comments top-level menu and move things under it Matt Mullenweg 2006-11-17 16:22:46 +00:00
  • 33a423a769 silence the fopen() in wp_remote_fopen() Mark Jaquith 2006-11-15 22:46:35 +00:00
  • e8f473002c Set extract type and rename car to avoid overwrites. Ryan Boren 2006-11-15 00:25:44 +00:00
  • 4b228e44c9 Exit after redirect. Ryan Boren 2006-11-15 00:02:28 +00:00
  • 2aeba54363 Exit after redirect. Ryan Boren 2006-11-14 23:44:25 +00:00