Commit Graph

733 Commits

Author SHA1 Message Date
Matt Mullenweg 44de1ee11b Abstract quicktag code and don't show if it's Safari.
git-svn-id: https://develop.svn.wordpress.org/trunk@1631 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-09 17:51:33 +00:00
Matt Mullenweg 51304d6478 Removed some unused code.
git-svn-id: https://develop.svn.wordpress.org/trunk@1628 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 10:31:19 +00:00
Matt Mullenweg 5343acfdc3 Missing user_description.
git-svn-id: https://develop.svn.wordpress.org/trunk@1627 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 10:19:05 +00:00
Matt Mullenweg 33e49f7c71 Delete all them suckers.
git-svn-id: https://develop.svn.wordpress.org/trunk@1622 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 08:30:18 +00:00
Matt Mullenweg 6386130414 Slight wording change.
git-svn-id: https://develop.svn.wordpress.org/trunk@1621 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 08:21:12 +00:00
Matt Mullenweg f0edc5ccf7 Retrospam check from Kitten
git-svn-id: https://develop.svn.wordpress.org/trunk@1620 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 08:17:53 +00:00
Matt Mullenweg 69a6e252f7 Quicktag scroll uber-fix for Moz from Alex
git-svn-id: https://develop.svn.wordpress.org/trunk@1619 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 05:49:35 +00:00
Ryan Boren 0aa8ff6a3d Add wp-layout and a string translation. From MooKitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1612 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-06 02:46:49 +00:00
Matt Mullenweg e95e4738f7 Friendlier comment schema.
git-svn-id: https://develop.svn.wordpress.org/trunk@1609 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 07:44:58 +00:00
Matt Mullenweg 0ed9084d7d Set GUID on upgrade. CURRENTLY NOT WORKING. For some reason the get_settings calls aren't working.
git-svn-id: https://develop.svn.wordpress.org/trunk@1605 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 02:41:01 +00:00
Matt Mullenweg bf70fc82bd Set GUID when posting.
git-svn-id: https://develop.svn.wordpress.org/trunk@1604 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 02:03:51 +00:00
Matt Mullenweg 0e365db45d Two new fields.
git-svn-id: https://develop.svn.wordpress.org/trunk@1602 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 01:43:40 +00:00
Matt Mullenweg 173f2cd3e6 Install and upgrade refactoring complete.
git-svn-id: https://develop.svn.wordpress.org/trunk@1601 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 01:22:17 +00:00
Matt Mullenweg 6b0bcbf2f5 Massive options cleanup and another step of cleaning up the upgrade/install.
git-svn-id: https://develop.svn.wordpress.org/trunk@1599 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 00:24:28 +00:00
Matt Mullenweg 47740b518d Missing global.
git-svn-id: https://develop.svn.wordpress.org/trunk@1598 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:22:35 +00:00
Matt Mullenweg 9c1d725609 Remove optiongroup_options table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1597 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:15:46 +00:00
Matt Mullenweg 1536ef3d40 Remove optiongroups table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1596 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:09:21 +00:00
Matt Mullenweg af93d0ec1a Remove optiontypes table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1595 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:04:19 +00:00
Matt Mullenweg 9cef0837a3 Remove optionvalues table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1594 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 21:52:00 +00:00
Ryan Boren 24d5a6bddd Escape content and title before inserting into the DB. http://wordpress.org/support/2/12153
git-svn-id: https://develop.svn.wordpress.org/trunk@1590 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 08:03:20 +00:00
Ryan Boren 62186b5a46 Fix variable name typo. Patch from MooKitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1587 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-03 21:50:06 +00:00
Ryan Boren 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@1579 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 23:46:32 +00:00
Ryan Boren 8f04812704 Require upgrade-functions.php so that call to upgrade_all() does not fail. Reported by shelleyp, fixed by 2fargon.
git-svn-id: https://develop.svn.wordpress.org/trunk@1578 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 23:39:02 +00:00
Matt Mullenweg 62341a5faf Missing dollar sign.
git-svn-id: https://develop.svn.wordpress.org/trunk@1576 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 08:16:55 +00:00
Matt Mullenweg 6e1c571490 Vanquishing the terror of iso-8859-1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1575 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 07:16:40 +00:00
Matt Mullenweg 2e959a4399 Show # of awaiting comments in menu.
git-svn-id: https://develop.svn.wordpress.org/trunk@1573 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-28 09:11:46 +00:00
Matt Mullenweg 8e4263c25d Case typo in delete_post API hook. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000228
git-svn-id: https://develop.svn.wordpress.org/trunk@1572 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-28 08:54:44 +00:00
Ryan Boren 0db135005b Eliminate use of DOCUMENT_ROOT. Look for .htaccess in 'home'.
git-svn-id: https://develop.svn.wordpress.org/trunk@1567 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-27 05:20:59 +00:00
Matt Mullenweg 130c34bde3 Bookmarklet escaping fix from Alex
git-svn-id: https://develop.svn.wordpress.org/trunk@1553 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-23 08:29:14 +00:00
Matt Mullenweg be506d5c88 Too much of a mess
git-svn-id: https://develop.svn.wordpress.org/trunk@1552 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-23 02:01:03 +00:00
Matt Mullenweg 506423464f New submenu system.
git-svn-id: https://develop.svn.wordpress.org/trunk@1551 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-22 23:24:50 +00:00
Matt Mullenweg 3e382a85bb Nicer defaults.
git-svn-id: https://develop.svn.wordpress.org/trunk@1549 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-21 21:33:46 +00:00
Matt Mullenweg fe34dadde1 Wording clarification.
git-svn-id: https://develop.svn.wordpress.org/trunk@1548 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-21 21:26:23 +00:00
Matt Mullenweg 507b2a1631 Just a little annoyance.
git-svn-id: https://develop.svn.wordpress.org/trunk@1547 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-21 21:25:19 +00:00
Matt Mullenweg 690fd240fa Even friendlier!
git-svn-id: https://develop.svn.wordpress.org/trunk@1546 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-21 20:48:32 +00:00
Ryan Boren 732bd88aaa MT import fixes from 2fargon. Bug 0000227.
git-svn-id: https://develop.svn.wordpress.org/trunk@1541 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-19 20:13:36 +00:00
Ryan Boren eead2c6bf5 Add lastentry to the list of vars to reset. Fix from 2fargon for bug 00002222.
git-svn-id: https://develop.svn.wordpress.org/trunk@1539 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-17 18:42:22 +00:00
Dougal Campbell 056158bcad Added support for XFN 1.1
git-svn-id: https://develop.svn.wordpress.org/trunk@1538 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-17 13:53:06 +00:00
Ryan Boren 3db73193ef Paging cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@1536 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-16 22:50:06 +00:00
Ryan Boren 88e5a124ff Document %category% and %author% in the permalink options.
git-svn-id: https://develop.svn.wordpress.org/trunk@1535 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-14 17:36:32 +00:00
Matt Mullenweg 321908544c Slightly nicer upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@1529 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 19:24:31 +00:00
Ryan Boren f261bc462e Static pages. Take 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1528 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 05:58:19 +00:00
Ryan Boren ec57c1a114 Static pages. Take 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1527 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 05:35:59 +00:00
Matt Mullenweg 82e38938fa Use array storage for plugins list.
git-svn-id: https://develop.svn.wordpress.org/trunk@1522 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-09 07:17:54 +00:00
Ryan Boren 0db54c74a2 Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116.
git-svn-id: https://develop.svn.wordpress.org/trunk@1520 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-08 20:38:19 +00:00
Ryan Boren 851ff5f787 Define add_magic_quotes() in user-edit.php. Bug 0000216.
git-svn-id: https://develop.svn.wordpress.org/trunk@1515 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-08 05:01:13 +00:00
Ryan Boren 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@1512 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-06 01:28:51 +00:00
Ryan Boren c142f1c2a1 Remove unneeded addslashes().
git-svn-id: https://develop.svn.wordpress.org/trunk@1511 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-05 16:22:18 +00:00
Ryan Boren b8484cfed9 Remove references to gethelp_link(). Bug 0000208.
git-svn-id: https://develop.svn.wordpress.org/trunk@1509 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-04 03:35:49 +00:00
Matt Mullenweg e89a09ae39 Added ability to edit other users.
git-svn-id: https://develop.svn.wordpress.org/trunk@1507 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 09:13:50 +00:00