Commit Graph

  • 42be6523f2 Version bump. Matt Mullenweg 2004-09-05 00:31:23 +00:00
  • 6b0bcbf2f5 Massive options cleanup and another step of cleaning up the upgrade/install. Matt Mullenweg 2004-09-05 00:24:28 +00:00
  • 47740b518d Missing global. Matt Mullenweg 2004-09-04 22:22:35 +00:00
  • 9c1d725609 Remove optiongroup_options table. Matt Mullenweg 2004-09-04 22:15:46 +00:00
  • 1536ef3d40 Remove optiongroups table. Matt Mullenweg 2004-09-04 22:09:21 +00:00
  • af93d0ec1a Remove optiontypes table. Matt Mullenweg 2004-09-04 22:04:19 +00:00
  • 9cef0837a3 Remove optionvalues table. Matt Mullenweg 2004-09-04 21:52:00 +00:00
  • 3162e9f737 Bump to Markdown 1.0 Matt Mullenweg 2004-09-04 20:48:57 +00:00
  • 1173ae6867 Texturize fix. Matt Mullenweg 2004-09-04 20:47:52 +00:00
  • da530a13ae We're going to refer them to the heavy version instead. Matt Mullenweg 2004-09-04 20:20:18 +00:00
  • 24d5a6bddd Escape content and title before inserting into the DB. http://wordpress.org/support/2/12153 Ryan Boren 2004-09-04 08:03:20 +00:00
  • 68246928c2 Fix for bug 250: Metaweblog API discards comment_status and ping_status. Ryan Boren 2004-09-04 06:44:58 +00:00
  • 140c51db04 Localize more text. Bug 119. Ryan Boren 2004-09-03 22:40:37 +00:00
  • 62186b5a46 Fix variable name typo. Patch from MooKitty. Ryan Boren 2004-09-03 21:50:06 +00:00
  • 40a13971f9 Return post ID from generic_ping(). Bug 229. Ryan Boren 2004-09-03 20:33:15 +00:00
  • 0ef4844be2 More permissive, i18n friendly regexs. Ryan Boren 2004-09-03 20:22:23 +00:00
  • 1e61535580 Send Geo Url Header only if use_geo_positions is set. Bug 242. Patch from 2fargon. Ryan Boren 2004-09-03 04:29:11 +00:00
  • a46419db4d Localize comment_type() text. Bug 246. Patch from nbachiyski. Ryan Boren 2004-09-03 04:18:04 +00:00
  • 09754a9dbc Add missing quotes. Bug 0000254. Ryan Boren 2004-09-03 04:03:55 +00:00
  • 01be3c57c6 XHTML error. Matt Mullenweg 2004-09-01 21:20:28 +00:00
  • 8ff923a591 added Emmanuel Frecon's fix to create directories in mw.newMediaObject, removed some useless (and/or potentially dangerous) debug strings michelvaldrighi 2004-09-01 16:13:35 +00:00
  • 1c7a48c64a Limit number of posts displayed on the edit posts page to 15 unless searching by month. In that case, show all posts for that month. Regression from 1.2. Reported by shelleyp. Ryan Boren 2004-08-30 23:46:32 +00:00
  • 8f04812704 Require upgrade-functions.php so that call to upgrade_all() does not fail. Reported by shelleyp, fixed by 2fargon. Ryan Boren 2004-08-30 23:39:02 +00:00
  • 77423f5a50 Eliminating some cruft. Matt Mullenweg 2004-08-30 20:02:10 +00:00
  • 62341a5faf Missing dollar sign. Matt Mullenweg 2004-08-30 08:16:55 +00:00
  • 6e1c571490 Vanquishing the terror of iso-8859-1. Matt Mullenweg 2004-08-30 07:16:40 +00:00
  • 54415b2289 Encoding change. Matt Mullenweg 2004-08-30 07:07:03 +00:00
  • 2e959a4399 Show # of awaiting comments in menu. Matt Mullenweg 2004-08-28 09:11:46 +00:00
  • 8e4263c25d Case typo in delete_post API hook. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000228 Matt Mullenweg 2004-08-28 08:54:44 +00:00
  • d89603ce20 Improved autolink function. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000236 Matt Mullenweg 2004-08-28 08:40:13 +00:00
  • b9fc57acbc 404 permalink handler. Ryan Boren 2004-08-27 20:59:38 +00:00
  • d7f6c89f1b fix0red mw.newMediaObject, added byte-length logging (in which we learn Ecto 1.1.8 sends too many bytes, it seems) michelvaldrighi 2004-08-27 13:31:22 +00:00
  • 1aa3ba1de0 added mw.newMediaObject (not tested yet), fixed local/gmt dates confusion, removed debug edits, ate an apple too and taught a coworker how to use our espresso machine (it only takes a button to press) michelvaldrighi 2004-08-27 08:46:24 +00:00
  • 0db135005b Eliminate use of DOCUMENT_ROOT. Look for .htaccess in 'home'. Ryan Boren 2004-08-27 05:20:59 +00:00
  • 44e22a498a Stop recursive stop recursive stop recursive... Hat tip: Dougal Matt Mullenweg 2004-08-27 00:38:22 +00:00
  • 530f455bfa added mw.getRecentPosts, mw.getCategories, refactored the living shit out of the rest of the file michelvaldrighi 2004-08-26 15:42:43 +00:00
  • d69d080abc added very basic timezone support to IXR_Date michelvaldrighi 2004-08-26 12:40:48 +00:00
  • 63ab3d066c added metaweblog methods: newPost, editPost, getPost -- UNTESTED (yet) michelvaldrighi 2004-08-25 16:28:20 +00:00
  • d13b1e73bd added blogger.editPost and blogger.deletePost, time to move on to metaWeblog API addition michelvaldrighi 2004-08-25 15:24:09 +00:00
  • e9cbd77e2e added user_can_edit_post and user_can_delete_post michelvaldrighi 2004-08-25 15:12:10 +00:00
  • 4d37021dd5 whoops, typo in trackback_url_list michelvaldrighi 2004-08-25 14:22:39 +00:00
  • ee8cebb3cf XFN 1.1 profile Matt Mullenweg 2004-08-25 07:40:46 +00:00
  • 8da2215076 Template redirection. Ryan Boren 2004-08-24 08:43:01 +00:00
  • 6c12d408ec Add previous_post_link() and next_post_link(). Ryan Boren 2004-08-24 01:35:57 +00:00
  • 046c5333e8 Add is_year(), is_month(), is_day(), is_time(). Ryan Boren 2004-08-24 01:24:48 +00:00
  • a1d2b2eb86 Fix a path info paging bug. Add using_mod_rewrite(). Ryan Boren 2004-08-23 23:28:14 +00:00
  • 230d603f6d Missing table block elements from arnau siches Matt Mullenweg 2004-08-23 09:07:07 +00:00
  • 130c34bde3 Bookmarklet escaping fix from Alex Matt Mullenweg 2004-08-23 08:29:14 +00:00
  • be506d5c88 Too much of a mess Matt Mullenweg 2004-08-23 02:01:03 +00:00
  • 506423464f New submenu system. Matt Mullenweg 2004-08-22 23:24:50 +00:00
  • 4d3ef9eb4d Opening up Staticize to work from other developers. Matt Mullenweg 2004-08-22 21:30:09 +00:00
  • 3e382a85bb Nicer defaults. Matt Mullenweg 2004-08-21 21:33:46 +00:00
  • fe34dadde1 Wording clarification. Matt Mullenweg 2004-08-21 21:26:23 +00:00
  • 507b2a1631 Just a little annoyance. Matt Mullenweg 2004-08-21 21:25:19 +00:00
  • 690fd240fa Even friendlier! Matt Mullenweg 2004-08-21 20:48:32 +00:00
  • 46c39cd718 Escape from slashville Matt Mullenweg 2004-08-21 01:50:59 +00:00
  • f5b015ecd3 Typo. Matt Mullenweg 2004-08-20 17:56:51 +00:00
  • 13b77cd51b Some profiling info in $wpdb optionally. Matt Mullenweg 2004-08-20 17:52:49 +00:00
  • e264a11da1 Header/footer template start Matt Mullenweg 2004-08-20 17:14:27 +00:00
  • 732bd88aaa MT import fixes from 2fargon. Bug 0000227. Ryan Boren 2004-08-19 20:13:36 +00:00
  • 218841c9c2 Search permalinks complete with feed and paging support. Ryan Boren 2004-08-18 21:05:34 +00:00
  • eead2c6bf5 Add lastentry to the list of vars to reset. Fix from 2fargon for bug 00002222. Ryan Boren 2004-08-17 18:42:22 +00:00
  • 056158bcad Added support for XFN 1.1 Dougal Campbell 2004-08-17 13:53:06 +00:00
  • 2c75118680 Use is_single(). Ryan Boren 2004-08-17 02:29:37 +00:00
  • 3db73193ef Paging cleanup. Ryan Boren 2004-08-16 22:50:06 +00:00
  • 88e5a124ff Document %category% and %author% in the permalink options. Ryan Boren 2004-08-14 17:36:32 +00:00
  • ee416fcdc2 Complete support for %author% in post permalinks. Ryan Boren 2004-08-14 17:29:09 +00:00
  • 38088a0503 Use sanitize_title() to process post, page, author, and category names in the query. Ryan Boren 2004-08-14 16:08:57 +00:00
  • f43f503c7e Add lost return to get_permalink(). Ryan Boren 2004-08-13 15:00:45 +00:00
  • 01b53facab Add pagename query var. Ryan Boren 2004-08-11 01:55:34 +00:00
  • ba3fc2100c Fix for empty plugin strings, class include moved for timing. Matt Mullenweg 2004-08-10 22:02:26 +00:00
  • 321908544c Slightly nicer upgrade. Matt Mullenweg 2004-08-10 19:24:31 +00:00
  • f261bc462e Static pages. Take 1. Ryan Boren 2004-08-10 05:58:19 +00:00
  • ec57c1a114 Static pages. Take 1. Ryan Boren 2004-08-10 05:35:59 +00:00
  • 244ed3485f Fix for people who move. Matt Mullenweg 2004-08-09 09:29:25 +00:00
  • aaac167408 Type. Matt Mullenweg 2004-08-09 09:06:49 +00:00
  • c98f01f8db Some login functions. Matt Mullenweg 2004-08-09 08:29:51 +00:00
  • a71c9d98f2 Don't need the 1=1 Matt Mullenweg 2004-08-09 07:54:23 +00:00
  • 82e38938fa Use array storage for plugins list. Matt Mullenweg 2004-08-09 07:17:54 +00:00
  • 95febc82bf Load plugins even on plugin page. Matt Mullenweg 2004-08-09 05:42:53 +00:00
  • 0db54c74a2 Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116. Ryan Boren 2004-08-08 20:38:19 +00:00
  • 9f2cd5bc27 Gracefully handle multiple <!--more> tags. From Scott Reilly (coffee2code). Bug 0000113. Ryan Boren 2004-08-08 20:22:29 +00:00
  • 3c161591e7 Hack to make day initials unique for translation. Ugly, but it works. Bug 0000010. Ryan Boren 2004-08-08 18:54:34 +00:00
  • 3dc8c1dabe Add get_query_var() wrapper for $wp_query->get(). Ryan Boren 2004-08-08 16:47:22 +00:00
  • cf3a6080bd WP Query class. Ryan Boren 2004-08-08 15:31:50 +00:00
  • 851ff5f787 Define add_magic_quotes() in user-edit.php. Bug 0000216. Ryan Boren 2004-08-08 05:01:13 +00:00
  • debef5a642 Fix get_pagenum_link() to work with path info permalinks and permalinks without trailing slashes. Bug 0002040. Ryan Boren 2004-08-07 18:12:54 +00:00
  • fed106eb57 Define COOKIEHASH and new get_profile function. TODO: re-org function soup Matt Mullenweg 2004-08-07 01:22:17 +00:00
  • 32bd9e6ac7 In sanitize_title(), strip_tags() before sanitizing, not after. In post.php, if post name is empty, pass the post title to the sanitizer. Ryan Boren 2004-08-06 01:28:51 +00:00
  • c142f1c2a1 Remove unneeded addslashes(). Ryan Boren 2004-08-05 16:22:18 +00:00
  • df2f9960d1 stripslashes() from $pwd before performing the md5. Otherwise, we will not match the database password which had its slashes stripped before the MD5. Ryan Boren 2004-08-05 15:54:15 +00:00
  • b8484cfed9 Remove references to gethelp_link(). Bug 0000208. Ryan Boren 2004-08-04 03:35:49 +00:00
  • 1163f6fcc5 Fix localization of next month link in get_calendar. Bug 0000201. Ryan Boren 2004-08-03 21:59:29 +00:00
  • e89a09ae39 Added ability to edit other users. Matt Mullenweg 2004-08-01 09:13:50 +00:00
  • 3ba7945135 Tweaking of time form Matt Mullenweg 2004-08-01 08:28:56 +00:00
  • 55a604f489 Move pingback to hidden field. Fix trackback wording. Matt Mullenweg 2004-08-01 08:19:34 +00:00
  • bc8e689c40 Spacing fix and access key for <code> Matt Mullenweg 2004-08-01 08:12:51 +00:00
  • 3a96aef1f9 Cleaning out some errors and fixing some XHTML 1.1 problems. Matt Mullenweg 2004-08-01 08:04:39 +00:00
  • 95db0a0d76 Fix broken header. Matt Mullenweg 2004-08-01 08:04:16 +00:00
  • 0a5ab42617 Not sure why that style was inline. Matt Mullenweg 2004-08-01 07:51:26 +00:00