Commit Graph

  • 3dcda2fdf3 Make sure comment_parent is set. Ryan Boren 2005-12-20 04:28:32 +00:00
  • 4957068837 Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096 Ryan Boren 2005-12-19 19:14:22 +00:00
  • d417f96524 Validation tweaks. fixes #2097 Ryan Boren 2005-12-19 19:10:09 +00:00
  • 5349202123 Attachment template fix. fixes #2098 Ryan Boren 2005-12-19 19:08:30 +00:00
  • 46484d14df Init tweak. No need to prime category cache. Ryan Boren 2005-12-18 22:08:01 +00:00
  • 0e19eed628 Update that readme. Matt Mullenweg 2005-12-18 17:06:06 +00:00
  • 025178d959 Widen those buttons. fixes #2091 Ryan Boren 2005-12-18 15:54:02 +00:00
  • fe784ecc7b Workaround browser bug. fixes #2090 Ryan Boren 2005-12-18 15:51:56 +00:00
  • 131a432b29 Fix JS error in IE. fixes #2089 Ryan Boren 2005-12-18 15:50:53 +00:00
  • 9822179cea Fix ping races. fixes #2088 Ryan Boren 2005-12-18 15:49:43 +00:00
  • 494df9b02d get_children() Ryan Boren 2005-12-16 09:50:10 +00:00
  • b7ef286e0b Compression tweaks. Ryan Boren 2005-12-16 08:04:55 +00:00
  • dcd75531cb Populate PHP_SELF from REQUEST_URI if blank. Ryan Boren 2005-12-16 08:04:41 +00:00
  • ae35044963 Add CDATA. fixes #1957 Ryan Boren 2005-12-16 03:28:05 +00:00
  • b239244636 New asyncronous ping method. fixes #2048 Ryan Boren 2005-12-16 03:04:33 +00:00
  • 3b313cb840 Validation fix from philor. fixes #1958 Ryan Boren 2005-12-16 02:40:40 +00:00
  • dcaa152386 Don't die. Ryan Boren 2005-12-15 22:26:22 +00:00
  • 03828f24dd Add post titles to site comment feed. Add some gettext. fixes #2067 #1987 Ryan Boren 2005-12-15 22:20:06 +00:00
  • 6428176144 Separate dbx managers for post and page forms. Props mdawaffe. fixes #2035 Ryan Boren 2005-12-15 21:48:12 +00:00
  • b1d79fd8f7 Pluggable tinyMCE init. fixes #2080 Ryan Boren 2005-12-15 21:42:38 +00:00
  • 7321cfa5a1 When changing a post's categories, redo category counts for both old and new cats. Props ringmaster. fixes #2085 Ryan Boren 2005-12-15 20:31:29 +00:00
  • 44fc04c42e Don't treat a numeric user name as an id. Ryan Boren 2005-12-15 16:45:20 +00:00
  • ecea3fad26 is_user_logged_in() Ryan Boren 2005-12-15 16:31:41 +00:00
  • 8b4c730141 Bump ver. Ryan Boren 2005-12-15 01:17:46 +00:00
  • 33f045c3df noscript support for uploading. fixes #2078 Ryan Boren 2005-12-14 08:29:43 +00:00
  • 75e382c0e4 JS init changes. fixes #2077 Ryan Boren 2005-12-14 06:27:30 +00:00
  • 8e9acf0511 More inline uploading tweaks. fixes #2076 Ryan Boren 2005-12-14 04:24:05 +00:00
  • f160329f66 Attachment enhancements from skeltoac. fixes #2074 Ryan Boren 2005-12-13 19:19:56 +00:00
  • e7b4d38f78 Better user check. Ryan Boren 2005-12-13 18:18:07 +00:00
  • afd6d33bf2 Remove lang attribute. fixes #2072 Ryan Boren 2005-12-13 08:47:55 +00:00
  • f4579af67b Update post cache before running the_posts filter. Since we already retrieved them, might as well cache them even if they are filtered out by plugins later. Ryan Boren 2005-12-13 03:49:09 +00:00
  • 5a02ae79af If no user is logged in, setup an empty user. Ryan Boren 2005-12-13 03:46:40 +00:00
  • b1b88e415f Add optional user_id arg. Ryan Boren 2005-12-13 03:46:08 +00:00
  • 73edfc7c20 Add read_post meta cap. Ryan Boren 2005-12-13 00:54:52 +00:00
  • 53271cf5ac role_has_cap and user_has_cap filters from ringmaster. fixes #2005 Ryan Boren 2005-12-12 23:20:44 +00:00
  • 56e626673e i18n updates from nbachiyski. fixes #2069 Ryan Boren 2005-12-12 22:48:30 +00:00
  • c0c4222938 Use 'were' for past subjunctive. fixes #2000 Ryan Boren 2005-12-12 01:48:12 +00:00
  • 2907e6aade Fix attachment queries. fixes #2041 Ryan Boren 2005-12-12 01:33:46 +00:00
  • baeac0c8ee MCE improvements from skeltoac. fixes #2058 Ryan Boren 2005-12-12 01:27:56 +00:00
  • b74a303ec5 Resurrect save_post action for back compat. fixes #2063 Ryan Boren 2005-12-12 00:30:14 +00:00
  • e225cc0e92 Update get_queried_object() to use get_userdata() when retrieving authors. fixes #2044 Ryan Boren 2005-12-11 19:14:29 +00:00
  • bbf06ccf54 get_post(), get_page() fixes from skeltoac. fixes #2057 Ryan Boren 2005-12-11 18:01:19 +00:00
  • 2ca271695a Remove debug cruft. fixes #2056 Ryan Boren 2005-12-11 17:57:50 +00:00
  • a0fd8d74eb Gecko paste fix. fixes #2051 Ryan Boren 2005-12-11 01:32:05 +00:00
  • 2c6e4421b4 Fix is_admin() for situations where the query is not run. fixes #1741 Ryan Boren 2005-12-10 23:29:39 +00:00
  • 2ec76f2801 Make sure fields without defaults are specified when inserting. fixes #1953 Ryan Boren 2005-12-10 23:22:47 +00:00
  • d7e8fb6b25 Add richedit_pre filter. Props mani_monaj. fixes #2047 Ryan Boren 2005-12-10 19:03:22 +00:00
  • d9c8d0818a MCE fix-em-ups from skeltoac. fixes #1962 Ryan Boren 2005-12-09 19:24:14 +00:00
  • fcb2a69feb Peekaboo, I see you. fixes #2008 Ryan Boren 2005-12-09 19:21:39 +00:00
  • 743ac5a1b8 TEXT fields cannot have defaults. #1953 Ryan Boren 2005-12-09 19:04:12 +00:00
  • be4624c49b Remove debug cruft. fixes #2040 Ryan Boren 2005-12-08 23:54:24 +00:00
  • 3f81a79727 Add timezone to iso8601 timestamp. Props devlogic. fixes #2036 Ryan Boren 2005-12-08 00:08:12 +00:00
  • de15eae87a gzdeflate unnecessary. fixes #2038 Ryan Boren 2005-12-07 23:53:02 +00:00
  • 1a2ed535e9 Make page slugs unique. Props skeltoac. fixes #2034 Ryan Boren 2005-12-07 19:02:05 +00:00
  • 6f6e018161 Remove calls to html_entity_decode(). fixes #2029 Ryan Boren 2005-12-07 00:36:07 +00:00
  • 10f9717448 Enable rich editing for comment form. Ryan Boren 2005-12-07 00:30:39 +00:00
  • 77a91d9096 Add wp_title filter. Ryan Boren 2005-12-05 23:57:41 +00:00
  • 579e426260 autop fixes from skeltoac. fixes #2022 Ryan Boren 2005-12-05 17:00:01 +00:00
  • 8cc3fefe8f i18n fix from pandem. fixes #2028 Ryan Boren 2005-12-05 16:58:26 +00:00
  • 94bc2195d4 Decrease comment count only when deleting approved comments. Ryan Boren 2005-12-05 05:31:27 +00:00
  • 35dcc72e9b Delete user's usermeta when deleting the user. Ryan Boren 2005-12-05 05:17:28 +00:00
  • 3edb82141a Add edit_pages checks. Ryan Boren 2005-12-05 04:04:23 +00:00
  • 89fb46bcce Check for publish_posts cap. Ryan Boren 2005-12-05 03:38:35 +00:00
  • 163b423722 Relocate wp_upload_dir(). fixes #2019 Ryan Boren 2005-12-05 03:17:03 +00:00
  • 0e5c4ea5b6 Role fixup from David House. fixes #2024 Ryan Boren 2005-12-05 03:11:55 +00:00
  • 0ea01ba67c tinyMCE updates from skeltoac. fixes #1991 Ryan Boren 2005-12-05 03:04:25 +00:00
  • fc196300e4 Alignment fix from skeltoac. fixes #2007 Ryan Boren 2005-12-02 22:41:11 +00:00
  • 69b25f7c4e Eliminate eval. Props ringmaster. fixes #2002 Ryan Boren 2005-12-02 22:39:41 +00:00
  • f8f9acc610 i18n fixes from nbachiyski. #2006 Ryan Boren 2005-12-02 22:37:02 +00:00
  • 34bc7627e0 Remove extra paren. fixes #2018 Ryan Boren 2005-12-02 18:00:36 +00:00
  • e430025635 i18n updates from nbachiyski. #2006 Ryan Boren 2005-12-02 17:42:12 +00:00
  • 64d215d764 i18n updates from nbachiyski. #2006 Ryan Boren 2005-12-02 17:39:36 +00:00
  • e7058f1fc2 i18n updates from nbachiyski. #2006 Ryan Boren 2005-12-02 17:35:36 +00:00
  • 6174a297e3 Use correct ids. Props filosofo. fixes #2016 Ryan Boren 2005-12-02 17:32:07 +00:00
  • caaabb3824 Use link_rel id. Props filosofo. fixes #2017 Ryan Boren 2005-12-02 17:30:49 +00:00
  • 96a472460d Add wp_upload_bits(). Attempt to fix mw_newMediaObject(). Ryan Boren 2005-12-01 22:51:40 +00:00
  • b6a751dc30 Make sure user_login keyed caches are cleared upon change. Ryan Boren 2005-12-01 17:38:37 +00:00
  • 90c78120d7 Textpattern importer updates from technosailor. #1944 Ryan Boren 2005-12-01 17:12:22 +00:00
  • b6d0d21f63 Don't attempt to match the index against a rule. This fixes problems with /index.php requests matching agagainst the %category% rewrite rules. Ryan Boren 2005-12-01 01:34:29 +00:00
  • aa5674dc27 Attachment cleanups from skeltoac. Ryan Boren 2005-11-30 22:44:00 +00:00
  • ba38c0c3c4 Remove ugly whitespace. Props abhay. fixes #1996 Ryan Boren 2005-11-30 21:13:18 +00:00
  • 4a4598bbdb add_role() and remove_role() convenience wrappers around Ryan Boren 2005-11-30 20:04:04 +00:00
  • 493c8b626f I18n fixes from SteveAgl for #1985 Ryan Boren 2005-11-30 19:39:19 +00:00
  • aa6a393a50 Add delete_usermeta(). fixes #1992 Ryan Boren 2005-11-30 19:19:47 +00:00
  • 66c2fbe1ac RTL LTR. fixes #1995 Ryan Boren 2005-11-30 19:07:28 +00:00
  • 1f77f33d51 Remove extraneous parens. Ryan Boren 2005-11-30 17:30:51 +00:00
  • 619d8d0c0c TinyMCE directionality for RTL support. Props skeltoac. fixes #1967 Ryan Boren 2005-11-30 17:15:43 +00:00
  • 02e9e6d8ea Allow Author role to edit published posts. Ryan Boren 2005-11-30 07:47:22 +00:00
  • 1dae83d024 Return role object after adding. Ryan Boren 2005-11-30 07:32:43 +00:00
  • 95c090d08d Remove unnecessary quotes. Props technosailor. fixes #1990 Ryan Boren 2005-11-30 07:27:39 +00:00
  • 545644ebc8 Textpattern importer changes from Aaron Brazell. fixes #1944 Ryan Boren 2005-11-30 07:13:20 +00:00
  • 2520664ada Unserialize fix. fixes #1988 Ryan Boren 2005-11-30 00:25:05 +00:00
  • 7cec380314 Add get_role() convenience wrapper. Ryan Boren 2005-11-29 18:47:28 +00:00
  • 3b7a500276 Bring the blue back Matt Mullenweg 2005-11-29 14:59:29 +00:00
  • 5bbfb57635 TP importer tweaks. Ryan Boren 2005-11-29 14:59:23 +00:00
  • b948ca459f escapeshell SA17779 Ryan Boren 2005-11-29 14:07:30 +00:00
  • 92729e5fba Part of a healthy balanced breakfast - fixes #1980 Matt Mullenweg 2005-11-29 07:58:50 +00:00
  • 007caf7c3c Only unset query vars when serving admin pages. fixes #1979 Ryan Boren 2005-11-29 06:44:44 +00:00
  • 6c0ae692ee Regenerate page rewrite rules after creating the first page during install. Ryan Boren 2005-11-29 02:47:31 +00:00
  • 0577003eb9 If PHP_SELF is empty, use REQUEST_URI when determining pagenow. Ryan Boren 2005-11-29 02:33:25 +00:00