Commit Graph

1814 Commits

Author SHA1 Message Date
Matt Mullenweg 3776531128 Axing of geo stuff, major cleanups on permalink options, style tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1664 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-15 15:09:39 +00:00
Ryan Boren c3ad9d60cf Make $pagenow work with PATH_INFO.
git-svn-id: https://develop.svn.wordpress.org/trunk@1663 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-15 08:16:58 +00:00
Ryan Boren d5b58ba8d5 Check for index.php instead of blogfilename.
git-svn-id: https://develop.svn.wordpress.org/trunk@1662 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-15 07:37:43 +00:00
Ryan Boren 3d0c99e58c Mark "more" link text for translation, just for grins. Bug 119.
git-svn-id: https://develop.svn.wordpress.org/trunk@1661 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-15 03:37:44 +00:00
Ryan Boren c4a4ee4dff Make comments_template() theme aware.
git-svn-id: https://develop.svn.wordpress.org/trunk@1660 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-15 02:50:29 +00:00
michelvaldrighi 18fc3d77f2 fixed comment_status screwup, removed debug stuff, screwed up big time, ate a cheese sandwich
git-svn-id: https://develop.svn.wordpress.org/trunk@1659 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 17:20:22 +00:00
michelvaldrighi f1715a5250 various fixes, and started MT API support
git-svn-id: https://develop.svn.wordpress.org/trunk@1658 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 16:52:13 +00:00
michelvaldrighi 3d4548debe fixed bug #279, and fixed datetime to make it a proper w3cdtf string
git-svn-id: https://develop.svn.wordpress.org/trunk@1657 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 16:35:58 +00:00
Matt Mullenweg 2059519dbf Initial functionality so level 1 users may be allowed to publish or just post drafts.
git-svn-id: https://develop.svn.wordpress.org/trunk@1656 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 12:41:09 +00:00
Matt Mullenweg 9d7f710ce7 Some UI changes to theme manager. Seems to be updating the stylesheet but not the template.
git-svn-id: https://develop.svn.wordpress.org/trunk@1655 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 12:01:31 +00:00
Matt Mullenweg 866f0325c5 This file shouldn't be there.
git-svn-id: https://develop.svn.wordpress.org/trunk@1654 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 11:31:42 +00:00
Matt Mullenweg f5aee94284 Make the posts page a bit friendlier.
git-svn-id: https://develop.svn.wordpress.org/trunk@1653 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 11:24:50 +00:00
Matt Mullenweg 177e6e4c2a More CSS tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1652 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 11:09:44 +00:00
Matt Mullenweg 8dbf39841d ID change.
git-svn-id: https://develop.svn.wordpress.org/trunk@1651 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:45:30 +00:00
Matt Mullenweg e4ce1aa423 Tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@1650 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:38:21 +00:00
Matt Mullenweg f70851ab61 Nowrap on labels was breaking the post layout with long category names.
git-svn-id: https://develop.svn.wordpress.org/trunk@1649 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:22:12 +00:00
Matt Mullenweg 49beb5174f Moved visit link from menu to header, adjusted CSS to match and to also handle overflow better.
git-svn-id: https://develop.svn.wordpress.org/trunk@1648 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:17:12 +00:00
Matt Mullenweg 9c5213c6b8 View other's drafts. Still need author editing on the advanced edit form.
git-svn-id: https://develop.svn.wordpress.org/trunk@1647 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:02:48 +00:00
Ryan Boren 4a2c4fcdbb Load the currently active theme into the theme editor upon first visit rather than Default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1646 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 07:19:16 +00:00
Ryan Boren 5980b30da1 If the query is for a page, make sure single is false.
git-svn-id: https://develop.svn.wordpress.org/trunk@1645 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 06:56:13 +00:00
Ryan Boren 83d1029ce2 Save meta info to DB before doing the publish_post action.
git-svn-id: https://develop.svn.wordpress.org/trunk@1644 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 06:54:09 +00:00
Ryan Boren 80a69481d0 Refactor some theme code.
git-svn-id: https://develop.svn.wordpress.org/trunk@1643 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 06:19:50 +00:00
Ryan Boren 3dc410d34d Simplify template redirector. Collapse mutliple guard vars into one.
git-svn-id: https://develop.svn.wordpress.org/trunk@1642 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-13 08:05:30 +00:00
Ryan Boren 7244afffb3 Template redirection fix-up.
git-svn-id: https://develop.svn.wordpress.org/trunk@1641 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-13 07:28:16 +00:00
Ryan Boren 2ccb9cbd17 Use stylesheet_url from bloginfo().
git-svn-id: https://develop.svn.wordpress.org/trunk@1640 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-12 22:07:49 +00:00
Ryan Boren d6463ce6a6 Use stylesheet_url from bloginfo().
git-svn-id: https://develop.svn.wordpress.org/trunk@1639 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-12 20:30:49 +00:00
Ryan Boren ddf9be9ef1 Themes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1638 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-11 16:12:40 +00:00
Matt Mullenweg 3bfd308dc6 Timeout changes. Hat tip: Michael Dale.
git-svn-id: https://develop.svn.wordpress.org/trunk@1637 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-10 10:55:44 +00:00
Ryan Boren ebcdb0990e Incorporate utf8_uri_encode() in sanitize_title(). Improve UTF-8 accented character decomposition in remove_accents().
git-svn-id: https://develop.svn.wordpress.org/trunk@1636 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-10 08:36:54 +00:00
Ryan Boren 08f8a3d0eb get_pagenum_link() tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1635 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-10 07:03:40 +00:00
Ryan Boren 2706a8f965 Honor default category in post forms. Bug 182.
git-svn-id: https://develop.svn.wordpress.org/trunk@1634 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-10 06:31:19 +00:00
Ryan Boren 0a1aa31389 Fix static page editing.
git-svn-id: https://develop.svn.wordpress.org/trunk@1633 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-10 01:32:20 +00:00
Ryan Boren 3c7fe8a8d0 Allow the calendar start of week to be provisioned. get_calendar() patch from rq. Bug 32.
git-svn-id: https://develop.svn.wordpress.org/trunk@1632 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-09 23:07:46 +00:00
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
michelvaldrighi 54cf4d7e78 ugh, no wonder the new xmlrpc wouldn't post anything
git-svn-id: https://develop.svn.wordpress.org/trunk@1630 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-09 15:54:03 +00:00
Ryan Boren bce7d33025 Use get_query_var() to get cat and name so that we pick up any processing done on them by the query.
git-svn-id: https://develop.svn.wordpress.org/trunk@1629 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-09 03:45:51 +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 b04ce2a5aa Fixed type and moving out the sidebar.
git-svn-id: https://develop.svn.wordpress.org/trunk@1626 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 09:53:20 +00:00
Matt Mullenweg ddf3274786 Extra handy plugin hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@1625 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 09:15:18 +00:00
Matt Mullenweg 3c0cfd3fc8 Have WP mailed post come from author if email matches author in DB. Hat tip: Jerome Cornet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1624 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 08:57:52 +00:00
Matt Mullenweg adf3e5d380 Some named entities have numbers.
git-svn-id: https://develop.svn.wordpress.org/trunk@1623 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 08:48:36 +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 4e7e0194b5 Paging by days fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1618 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 00:02:53 +00:00
Matt Mullenweg 31ed310727 Trackback fix from Michael Dale.
git-svn-id: https://develop.svn.wordpress.org/trunk@1617 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-07 03:15:48 +00:00
Matt Mullenweg bee9686570 Move trackbacks to new comment function.
git-svn-id: https://develop.svn.wordpress.org/trunk@1616 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-07 02:34:12 +00:00
Ryan Boren 122631f99e Apache 1.3 does not support the reluctant (non-greedy) expression modifier. Remove the modifier when outputting mod_rewrite rules.
git-svn-id: https://develop.svn.wordpress.org/trunk@1615 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-07 00:01:19 +00:00