Commit Graph

225 Commits

Author SHA1 Message Date
Ryan Boren e730735386 Add sidebar background for pages. http://mosquito.wordpress.org/view.php?id=1083 Props: kim
git-svn-id: https://develop.svn.wordpress.org/trunk@2434 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-11 23:56:29 +00:00
Matt Mullenweg dc25d8ac9f Fix from mailing list.
git-svn-id: https://develop.svn.wordpress.org/trunk@2424 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-09 21:39:01 +00:00
Ryan Boren 66f5cbe5df Use next_posts_link() and previous_posts_link() instead of posts_nav_link() in default theme. http://mosquito.wordpress.org/view.php?id=1064
git-svn-id: https://develop.svn.wordpress.org/trunk@2423 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-09 04:21:24 +00:00
Matt Mullenweg 8089bd2956 Remove needless RDF calls
git-svn-id: https://develop.svn.wordpress.org/trunk@2417 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-07 09:07:40 +00:00
Ryan Boren ddaf0b6ed8 Remove gettext from default theme. http://mosquito.wordpress.org/view.php?id=942 Props: Albert
git-svn-id: https://develop.svn.wordpress.org/trunk@2390 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-27 17:04:45 +00:00
Matt Mullenweg cb90529309 Updated images from Michael
git-svn-id: https://develop.svn.wordpress.org/trunk@2351 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 23:05:18 +00:00
Matt Mullenweg fa6fdf3012 Reverse translation fix
git-svn-id: https://develop.svn.wordpress.org/trunk@2348 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 09:28:12 +00:00
Ryan Boren 35b685cb65 Load comments-popup template through the index.
git-svn-id: https://develop.svn.wordpress.org/trunk@2332 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 09:17:23 +00:00
Matt Mullenweg ed8a84e4cd html_type to allow for true XHTML.
git-svn-id: https://develop.svn.wordpress.org/trunk@2321 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 04:36:57 +00:00
Matt Mullenweg bb8f038992 Removal of changes.xml bloat.
git-svn-id: https://develop.svn.wordpress.org/trunk@2313 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 03:11:23 +00:00
Ryan Boren eddeb9a3cb Fix call to comments_template(). http://mosquito.wordpress.org/view.php?id=860 Hat tip: coffee2code
git-svn-id: https://develop.svn.wordpress.org/trunk@2294 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-13 17:32:32 +00:00
Matt Mullenweg 5075e0aa78 That single pixel - http://mosquito.wordpress.org/view.php?id=764
git-svn-id: https://develop.svn.wordpress.org/trunk@2274 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 07:48:30 +00:00
Matt Mullenweg 635b80fe4b Template cookie prob - http://mosquito.wordpress.org/view.php?id=805
git-svn-id: https://develop.svn.wordpress.org/trunk@2260 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 02:08:24 +00:00
Matt Mullenweg aaa22b2e54 Template fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@2254 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 01:26:52 +00:00
Matt Mullenweg ff12afd4e3 There is no spoon, or print.css
git-svn-id: https://develop.svn.wordpress.org/trunk@2237 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-07 07:25:04 +00:00
Matt Mullenweg 808c754e1e Removing Staticize
git-svn-id: https://develop.svn.wordpress.org/trunk@2212 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-03 19:16:16 +00:00
Matt Mullenweg fa4c85d55f GET clean - http://mosquito.wordpress.org/view.php?id=784
git-svn-id: https://develop.svn.wordpress.org/trunk@2206 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 10:57:07 +00:00
Ryan Boren 02a701f72b Allow multiple args to be passed to apply_filters and do_action. Move some code into merge_filters. Use call_user_func_array so that args can be passed by reference. Provide a default for the second arg to do_action so that we do not have to put empty strings in the do_action calls. Bug 768. Hat tip: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2184 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 06:20:54 +00:00
Matt Mullenweg f6a27d19b0 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2166 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 06:38:12 +00:00
Matt Mullenweg 8768dfb610 Moderation confirmation from Ryan, some other template and comment editing improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@2165 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 04:22:01 +00:00
Ryan Boren 44451b7e80 Fix comment feed link. Bug 645.
git-svn-id: https://develop.svn.wordpress.org/trunk@2155 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 05:52:48 +00:00
Matt Mullenweg 4eed05c1f7 Use home instead of siteurl.
git-svn-id: https://develop.svn.wordpress.org/trunk@2149 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-26 07:21:53 +00:00
Matt Mullenweg 74a89fbfe6 Correct id call for comment author field - http://mosquito.wordpress.org/view.php?id=34
git-svn-id: https://develop.svn.wordpress.org/trunk@2145 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 10:16:17 +00:00
Matt Mullenweg 7d19f5b25f Fix for site-admin / register link - http://mosquito.wordpress.org/view.php?id=603
git-svn-id: https://develop.svn.wordpress.org/trunk@2142 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 10:06:53 +00:00
Matt Mullenweg 6df8fe5269 Need abbr - http://mosquito.wordpress.org/view.php?id=634
git-svn-id: https://develop.svn.wordpress.org/trunk@2140 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 09:56:46 +00:00
Matt Mullenweg 40fa07d78f Some Kubrick cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@2135 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 08:15:10 +00:00
Matt Mullenweg 15b7548652 Updating Markdown to 1.0.1 - http://mosquito.wordpress.org/view.php?id=730
git-svn-id: https://develop.svn.wordpress.org/trunk@2128 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 06:30:16 +00:00
Matt Mullenweg f03cf45758 Tweaks to how pages are displayed
git-svn-id: https://develop.svn.wordpress.org/trunk@2123 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 05:59:00 +00:00
Mike Little 875b900fcf Hopefully these should be re-added as binary
git-svn-id: https://develop.svn.wordpress.org/trunk@2102 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-17 23:35:47 +00:00
Mike Little 878763ab22 Removing images so I can re-add them as binary
git-svn-id: https://develop.svn.wordpress.org/trunk@2101 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-17 23:34:24 +00:00
Ryan Boren 9e2a26f943 Add comment_form hook to default comments template. Bug 665.
git-svn-id: https://develop.svn.wordpress.org/trunk@2093 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-14 23:37:37 +00:00
Matt Mullenweg 64d9509fc9 Conditional support for feed:
git-svn-id: https://develop.svn.wordpress.org/trunk@2089 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-14 06:18:47 +00:00
Matt Mullenweg 40aa8a2fae Fixing the images (I hope)
git-svn-id: https://develop.svn.wordpress.org/trunk@2088 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-14 06:11:05 +00:00
Matt Mullenweg ca6be129a3 Moving google highlight to http://dev.wp-plugins.org
git-svn-id: https://develop.svn.wordpress.org/trunk@2084 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-11 20:25:14 +00:00
Ryan Boren 369a3a6e98 Start marking default theme for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@2079 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-11 01:08:01 +00:00
Matt Mullenweg f117835950 http://mosquito.wordpress.org/view.php?id=517
git-svn-id: https://develop.svn.wordpress.org/trunk@2065 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-07 01:24:33 +00:00
Matt Mullenweg a4083cd938 Some cleanup patches from Scott: http://www.coffee2code.com/archives/2005/01/06/walking-with-15/
git-svn-id: https://develop.svn.wordpress.org/trunk@2060 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-06 23:10:28 +00:00
Ryan Boren fd1409587f The case of the disappearing images dir.
git-svn-id: https://develop.svn.wordpress.org/trunk@2043 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 20:59:08 +00:00
Ryan Boren a91cbcdeb5 List pages, if any, in the sidebar.
git-svn-id: https://develop.svn.wordpress.org/trunk@2042 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 06:39:38 +00:00
Ryan Boren d5fd0e22bf Update theme header.
git-svn-id: https://develop.svn.wordpress.org/trunk@2041 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 05:24:20 +00:00
Ryan Boren 758d497b3f Make Kubrick the new default. The old default is available as the Classic theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@2040 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 05:20:06 +00:00
Ryan Boren 337fe78c65 Backport of Michael's 1.2.6 changes. Ported by bcrow. Bug 619.
git-svn-id: https://develop.svn.wordpress.org/trunk@2039 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 05:07:57 +00:00
Ryan Boren 04c9b09202 Fix blog header path.
git-svn-id: https://develop.svn.wordpress.org/trunk@2035 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 03:03:28 +00:00
Ryan Boren 41cfaa74c0 Missing close paren.
git-svn-id: https://develop.svn.wordpress.org/trunk@2034 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 02:54:41 +00:00
Ryan Boren 4b217b7022 Relocate default theme to themes/default. Remove special casing of default theme. Do not look directly in wp-content/ for default theme files. Simplify, simplify.
git-svn-id: https://develop.svn.wordpress.org/trunk@2032 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 02:47:45 +00:00
Matt Mullenweg 6af5eab416 http://mosquito.wordpress.org/view.php?id=609
git-svn-id: https://develop.svn.wordpress.org/trunk@2025 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-31 18:55:00 +00:00
Ryan Boren e1c19b45fb Add page template headers.
git-svn-id: https://develop.svn.wordpress.org/trunk@2020 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 18:29:35 +00:00
Matt Mullenweg 1cdfae48cc Deleted the line that said don't delete, cleaned up, added back hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@2017 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:40:56 +00:00
Matt Mullenweg 61a5d3b2f5 More Kubrick fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@2016 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:35:04 +00:00
Matt Mullenweg 3c630ae296 Some Kubrick cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@2013 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:25:15 +00:00
Matt Mullenweg 9c4b2ed415 Conditionally adding Kubrick
git-svn-id: https://develop.svn.wordpress.org/trunk@2012 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:14:01 +00:00
Matt Mullenweg c21387d2af Bump version.
git-svn-id: https://develop.svn.wordpress.org/trunk@1884 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-25 19:12:37 +00:00
Matt Mullenweg 6fc5d2939d Try not to cache if the page doesn't finish, updated link.
git-svn-id: https://develop.svn.wordpress.org/trunk@1883 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-25 19:09:49 +00:00
Matt Mullenweg fb26f2cb34 Don't cache pages with DB errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@1865 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-19 02:18:23 +00:00
Ryan Boren 85b3d7821e Add switch_theme action. Cleanup staticize-reloaded's cache when theme is switched.
git-svn-id: https://develop.svn.wordpress.org/trunk@1755 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-06 06:20:52 +00:00
Matt Mullenweg 4bec876932 Turn off GZIP.
git-svn-id: https://develop.svn.wordpress.org/trunk@1740 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:59:01 +00:00
Ryan Boren c6ee28749c Use get_query_var to get the search terms.
git-svn-id: https://develop.svn.wordpress.org/trunk@1714 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 00:46:42 +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 3162e9f737 Bump to Markdown 1.0
git-svn-id: https://develop.svn.wordpress.org/trunk@1593 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 20:48:57 +00:00
Matt Mullenweg da530a13ae We're going to refer them to the heavy version instead.
git-svn-id: https://develop.svn.wordpress.org/trunk@1591 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 20:20:18 +00:00
Matt Mullenweg 4d3ef9eb4d Opening up Staticize to work from other developers.
git-svn-id: https://develop.svn.wordpress.org/trunk@1550 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-22 21:30:09 +00:00
Ryan Boren 918aabfbd5 preg_quote search terms. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000123
git-svn-id: https://develop.svn.wordpress.org/trunk@1462 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-13 18:14:54 +00:00
Ryan Boren b967d4e894 HTTP_REFERER fixes from Joseph Scott. http://wordpress.org/support/6/6657
git-svn-id: https://develop.svn.wordpress.org/trunk@1378 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 02:18:36 +00:00
Matt Mullenweg 1d74302745 Updated hooks and a new Dolly plugin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1340 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-22 08:45:36 +00:00
michelvaldrighi 3911716b4c renaming the links update cache file
git-svn-id: https://develop.svn.wordpress.org/trunk@1247 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 15:41:22 +00:00
Matt Mullenweg 20cb408553 Allow WordPress installation URI and blog URI to be different.
git-svn-id: https://develop.svn.wordpress.org/trunk@1203 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 07:27:03 +00:00
Matt Mullenweg 286e32befa Moving the cache file to a secure location.
git-svn-id: https://develop.svn.wordpress.org/trunk@1149 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 21:25:38 +00:00
Matt Mullenweg 94f0cf9181 Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: https://develop.svn.wordpress.org/trunk@1108 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-20 22:56:47 +00:00
Matt Mullenweg 0aa8e61506 Version numbers.
git-svn-id: https://develop.svn.wordpress.org/trunk@1104 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 08:58:36 +00:00
Matt Mullenweg 63dea142ef Added warning text.
git-svn-id: https://develop.svn.wordpress.org/trunk@1103 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 08:32:29 +00:00
Matt Mullenweg 8e17f4e736 Textile checkin. Props to Jaykul for prodding me into this.
git-svn-id: https://develop.svn.wordpress.org/trunk@1102 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 08:31:33 +00:00
Matt Mullenweg 8a349c4a89 Initial Markdown plugin checkin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1096 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 03:50:43 +00:00
Matt Mullenweg 9db213767e Cleaned up regex a little.
git-svn-id: https://develop.svn.wordpress.org/trunk@1083 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-16 02:45:18 +00:00
Matt Mullenweg fe4365e0f6 Search highlighting is probably a better example of the plugin system's power.
git-svn-id: https://develop.svn.wordpress.org/trunk@1082 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-16 02:25:44 +00:00
Matt Mullenweg 2b8bbdb401 Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:05:52 +00:00