Commit Graph

1529 Commits

Author SHA1 Message Date
saxmatt
baec4b25a7 Slightly nicer upgrade.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-10 19:24:31 +00:00
rboren
a63103125e Static pages. Take 1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-10 05:58:19 +00:00
rboren
ea16450f63 Static pages. Take 1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-10 05:35:59 +00:00
saxmatt
9fe8ff24e2 Fix for people who move.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 09:29:25 +00:00
saxmatt
c6cd1024c3 Type.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 09:06:49 +00:00
saxmatt
6328a98e81 Some login functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 08:29:51 +00:00
saxmatt
942f555425 Don't need the 1=1
git-svn-id: http://svn.automattic.com/wordpress/trunk@1523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 07:54:23 +00:00
saxmatt
a4aa259156 Use array storage for plugins list.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 07:17:54 +00:00
saxmatt
ee4edd73e5 Load plugins even on plugin page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-09 05:42:53 +00:00
rboren
6815460232 Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 20:38:19 +00:00
rboren
bcf41e4fc9 Gracefully handle multiple <!--more> tags. From Scott Reilly (coffee2code). Bug 0000113.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 20:22:29 +00:00
rboren
d514190d2d Hack to make day initials unique for translation. Ugly, but it works. Bug 0000010.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 18:54:34 +00:00
rboren
fe54ac2427 Add get_query_var() wrapper for $wp_query->get().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 16:47:22 +00:00
rboren
73402f0741 WP Query class.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 15:31:50 +00:00
rboren
0fb185071a Define add_magic_quotes() in user-edit.php. Bug 0000216.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-08 05:01:13 +00:00
rboren
1a47e9d839 Fix get_pagenum_link() to work with path info permalinks and permalinks without trailing slashes. Bug 0002040.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-07 18:12:54 +00:00
saxmatt
a2342f1a3f Define COOKIEHASH and new get_profile function. TODO: re-org function soup
git-svn-id: http://svn.automattic.com/wordpress/trunk@1513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-07 01:22:17 +00:00
rboren
b2fe32b18d In sanitize_title(), strip_tags() before sanitizing, not after. In post.php, if post name is empty, pass the post title to the sanitizer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-06 01:28:51 +00:00
rboren
05aa21431e Remove unneeded addslashes().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-05 16:22:18 +00:00
rboren
1c803e1f58 stripslashes() from $pwd before performing the md5. Otherwise, we will not match the database password which had its slashes stripped before the MD5.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-05 15:54:15 +00:00
rboren
183a27dbea Remove references to gethelp_link(). Bug 0000208.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-04 03:35:49 +00:00
rboren
9b2e6a85c0 Fix localization of next month link in get_calendar. Bug 0000201.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-03 21:59:29 +00:00
saxmatt
48ac42cc30 Added ability to edit other users.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 09:13:50 +00:00
saxmatt
e1ca306df7 Tweaking of time form
git-svn-id: http://svn.automattic.com/wordpress/trunk@1506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 08:28:56 +00:00
saxmatt
c0c5955b8d Move pingback to hidden field. Fix trackback wording.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 08:19:34 +00:00
saxmatt
de3c513676 Spacing fix and access key for <code>
git-svn-id: http://svn.automattic.com/wordpress/trunk@1504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 08:12:51 +00:00
saxmatt
6c5157a526 Cleaning out some errors and fixing some XHTML 1.1 problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 08:04:39 +00:00
saxmatt
250cee327d Fix broken header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 08:04:16 +00:00
saxmatt
dcec3da0fb Not sure why that style was inline.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1501 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-01 07:51:26 +00:00
rboren
2a1d84ef82 Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-29 03:34:08 +00:00
rboren
8560c924ad Grammar fix. Bug 0000196.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-29 00:30:07 +00:00
rboren
3dad21b630 Oops. Add ENT_QUOTES.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 23:13:01 +00:00
rboren
44f4b916f8 Run htmlspecialchars on title attribute text in get_archives_link(). Bug 0000162.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 23:09:33 +00:00
rboren
911e73fdff Validation fixes. Bug 0000170.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 18:44:36 +00:00
rboren
d45cb4460a Delete postmeta when deleting a post. Bug 0000080.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 16:08:03 +00:00
saxmatt
48cfb85902 Menu re-org
git-svn-id: http://svn.automattic.com/wordpress/trunk@1494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 07:18:59 +00:00
rboren
c1084e521a Bug 0000163. Confirm comment deletion. Courtesy of BrianMeidell and Kitten.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 04:01:45 +00:00
rboren
f778e2a657 Fix wp_title() display of category_name.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 03:30:15 +00:00
rboren
6b12e25d03 Support timestamp permalinks. Make wider use of is_single(). Bug 0000194.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 02:43:54 +00:00
rboren
487c3dbd66 Fix for 0000190. Do not set the category query state to true if single, date, or search are true.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-28 01:59:29 +00:00
rboren
a095fdaf84 Write rewrite rules to .htacces if .htaccess is writable. Create .htaccess if it does not exist and the directory is writable. Props to Owen Winkler.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-27 23:37:45 +00:00
rboren
c0a7433958 strip_tags from title in sanitize_title(). Patch from Masquerade for bugs 0000181 and 00000107.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-27 15:12:18 +00:00
rboren
3e1304d68b More wp-mail timezone and delimiter fixes from Kitten.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-27 15:04:37 +00:00
rboren
96db009381 Quote $id in get_the_category() db query. Patch from MCincubus for bug 0000191.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-27 14:58:30 +00:00
rboren
2734dca687 Do not cut excerpts in rss feeds. Patch from Kitten for bug 0000192.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-27 13:49:05 +00:00
rboren
87812da903 Queue, SMS, timezone, and permalink fixes for wp-mail from MooKitty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-26 15:57:32 +00:00
rboren
b8bb9f78c7 More addslashes/stripslashes elimination.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-24 03:55:31 +00:00
rboren
2a146b7b5d Fallback to the category ID if category nicename is empty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-24 03:39:21 +00:00
rboren
8633ffdba4 If the sanitized title is empty, fallback to the post ID for the nicename. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000116
git-svn-id: http://svn.automattic.com/wordpress/trunk@1481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-24 03:22:49 +00:00
saxmatt
2577287a67 Whoops!
git-svn-id: http://svn.automattic.com/wordpress/trunk@1480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-23 09:26:37 +00:00