Commit Graph

962 Commits

Author SHA1 Message Date
saxmatt
c4649b9979 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-31 06:38:12 +00:00
saxmatt
f95c9db9b7 Moderation confirmation from Ryan, some other template and comment editing improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-31 04:22:01 +00:00
rboren
48d334e1c0 Get the title for pluggable top level admin pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-30 07:34:03 +00:00
saxmatt
3d59d342d1 Don't show box if there's nothing to show.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-27 22:24:07 +00:00
rboren
ba04c52c00 Cleanup wp-l10n includes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-27 15:20:48 +00:00
saxmatt
4699b62b40 Shhhh
git-svn-id: http://svn.automattic.com/wordpress/trunk@2156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-27 05:55:07 +00:00
saxmatt
91dd2f77b9 Another place we need to double encode
git-svn-id: http://svn.automattic.com/wordpress/trunk@2143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 10:09:01 +00:00
saxmatt
4ab4dd9848 Registration off by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 10:01:23 +00:00
saxmatt
f4783007fb It should tell you how you've modded even if register_globals off
git-svn-id: http://svn.automattic.com/wordpress/trunk@2136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 08:21:31 +00:00
saxmatt
951158ebb4 Make input forms bigger.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 07:44:38 +00:00
saxmatt
31de67acf1 Don't show other drafts on one-user blogs - http://mosquito.wordpress.org/view.php?id=723
git-svn-id: http://svn.automattic.com/wordpress/trunk@2132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 07:39:23 +00:00
saxmatt
fa2d1eca23 Encode for JS
git-svn-id: http://svn.automattic.com/wordpress/trunk@2126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 06:15:25 +00:00
saxmatt
326ac00ee6 Higher quality thumbnails - http://mosquito.wordpress.org/view.php?id=736
git-svn-id: http://svn.automattic.com/wordpress/trunk@2125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 06:05:44 +00:00
saxmatt
36f89f11c9 Fix for menu_order - http://mosquito.wordpress.org/view.php?id=740
git-svn-id: http://svn.automattic.com/wordpress/trunk@2122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-24 05:36:20 +00:00
saxmatt
ca285ec098 Encode entities correctly for edit form
git-svn-id: http://svn.automattic.com/wordpress/trunk@2121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-23 23:21:44 +00:00
saxmatt
6bac26e433 Encode entities correctly for edit form
git-svn-id: http://svn.automattic.com/wordpress/trunk@2120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-23 23:00:15 +00:00
rboren
bf06e2f857 If post title is not provided, we still need to have a sanitized name for use in permalinks. Use the post id. Bug 717.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-20 05:18:55 +00:00
rboren
122c114cd6 wp_setcookie() and wp_clearcookie(). Set cookies for both siteurl and home if they are not the same. Update cookies whenever home or siteurl change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-20 04:56:24 +00:00
rboren
fdb5bdb740 Include legacy template files in the common file list only if they exist.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-19 15:23:38 +00:00
saxmatt
953b919fdc Don't show spam comments in search results.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-17 23:32:20 +00:00
saxmatt
e963f0fe5a http://mosquito.wordpress.org/view.php?id=687
git-svn-id: http://svn.automattic.com/wordpress/trunk@2096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-15 00:56:42 +00:00
rboren
1fb563136b Do not include admin-functions from ugrade-functions to avoid circular dependency. Move wp-l10n higher up in the wp-settings include chain. Bug 627.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-15 00:09:25 +00:00
rboren
3f5d6b64f5 Embolden active plugins.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-14 20:20:29 +00:00
rboren
82e031194e Fix double include when handling plugin admin pages. Bug 649. Hat tip: morganiq
git-svn-id: http://svn.automattic.com/wordpress/trunk@2086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-12 23:33:07 +00:00
saxmatt
73cbd42eeb http://mosquito.wordpress.org/view.php?id=669
git-svn-id: http://svn.automattic.com/wordpress/trunk@2083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-11 20:22:11 +00:00
saxmatt
15b84de271 Adding RSS feeds for everybody.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-10 23:30:57 +00:00
saxmatt
652654d4d5 Spam tastes great, we should eat more of it. Add 'spam' approval value, and basic blacklist.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-10 20:21:06 +00:00
saxmatt
2ce6f9608d No email on the default comment.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-10 20:12:55 +00:00
rboren
214ad23474 Grammar fix. Bug 652.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-10 04:03:51 +00:00
rboren
42033db227 Update codex link. Patch from 2fargon for bug 646.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-09 21:24:35 +00:00
saxmatt
3440138f04 Trim updated options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-07 01:39:18 +00:00
saxmatt
4015316834 http://mosquito.wordpress.org/view.php?id=521
git-svn-id: http://svn.automattic.com/wordpress/trunk@2062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-07 01:11:51 +00:00
saxmatt
6584b204a6 Some cleanup patches from Scott: http://www.coffee2code.com/archives/2005/01/06/walking-with-15/
git-svn-id: http://svn.automattic.com/wordpress/trunk@2060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-06 23:10:28 +00:00
saxmatt
99df7e3a03 Cleaning up filters and format-to-post
git-svn-id: http://svn.automattic.com/wordpress/trunk@2059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-06 22:51:44 +00:00
saxmatt
217dbe1d58 Don't show link border on footer images.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-06 09:52:11 +00:00
saxmatt
b835332cd0 Fixes to XFN creator
git-svn-id: http://svn.automattic.com/wordpress/trunk@2051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-06 09:46:52 +00:00
saxmatt
6e71a37427 Show feedback that the post was saved.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-06 09:29:04 +00:00
rboren
7ad6f07f87 Update stylesheet and comments references when upgrading old templates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-05 21:57:51 +00:00
rboren
5870827adf Recommit disappearing changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-04 22:46:45 +00:00
rboren
22fb2efc85 Automatic site theme generator.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-02 10:09:16 +00:00
saxmatt
064976d3e0 Expose menu_order.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-02 00:09:05 +00:00
saxmatt
373276ee25 Sub-page hierarchy, show pages on default menu. TODO: Ping Michael about top-level pages in kubrick menu.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-01 23:05:07 +00:00
saxmatt
21f5e3f715 Add relative date to dashboard
git-svn-id: http://svn.automattic.com/wordpress/trunk@2028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-01 22:15:58 +00:00
rboren
5c92876ab2 Do not allow .. anywhere in the filename.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-30 18:05:46 +00:00
saxmatt
232e019cc6 Moving default template stuff into wp-includes, uncluttering root
git-svn-id: http://svn.automattic.com/wordpress/trunk@2009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-30 10:58:06 +00:00
rboren
888021c22a Leave htaccess alone if permalinks are not turned on. Bug 597.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-27 22:30:52 +00:00
rboren
210016e4d4 Load the most recent file into the template editor by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-27 03:27:17 +00:00
rboren
e8d51ff0d0 Fix menu highlighting for Users. Patch from MooKitty. Bug 577.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-24 20:55:36 +00:00
saxmatt
637cfdc7a4 Cleaning up blogfilename.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-24 01:34:47 +00:00
rboren
0b79658085 Use SCRIPT_FILENAME instead of PATH_TRANSLATED since PATH_TRANSLATED is not always set. Consolidate home path logic into get_home_path().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-23 00:53:56 +00:00