Commit Graph

2039 Commits

Author SHA1 Message Date
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
Matt Mullenweg
5dbc7ec739 Formatting cleanup and added category-123.php functionality.
git-svn-id: https://develop.svn.wordpress.org/trunk@2038 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-03 00:14:42 +00:00
Ryan Boren
b59a598718 Automatic site theme generator.
git-svn-id: https://develop.svn.wordpress.org/trunk@2037 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 10:09:16 +00:00
Ryan Boren
6bbc7fe7a0 Remove % from title before utf8 uri encoding is done.
git-svn-id: https://develop.svn.wordpress.org/trunk@2036 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 09:08:55 +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
2cb1f36df9 Use new default theme path.
git-svn-id: https://develop.svn.wordpress.org/trunk@2033 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 02:50:03 +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
824519adfa Expose menu_order.
git-svn-id: https://develop.svn.wordpress.org/trunk@2031 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 00:09:05 +00:00
Matt Mullenweg
0717e39156 When deleting a page level up all children.
git-svn-id: https://develop.svn.wordpress.org/trunk@2030 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-01 23:13:38 +00:00
Matt Mullenweg
c136a2ad21 Sub-page hierarchy, show pages on default menu. TODO: Ping Michael about top-level pages in kubrick menu.
git-svn-id: https://develop.svn.wordpress.org/trunk@2029 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-01 23:05:07 +00:00
Matt Mullenweg
a31de8d099 Add relative date to dashboard
git-svn-id: https://develop.svn.wordpress.org/trunk@2028 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-01 22:15:58 +00:00
Matt Mullenweg
df201019ca Added check if Snoopy exists, and two fairly major bugs in the dashboard. update_option was not serializing objects and $cache->get() wasn't checking for the correct option name.
git-svn-id: https://develop.svn.wordpress.org/trunk@2027 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-01 22:09:08 +00:00
Ryan Boren
5a9ead8b0f Add rewind_posts().
git-svn-id: https://develop.svn.wordpress.org/trunk@2026 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-31 21:49:48 +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
939103cb50 Make sure redirect_to gets set.
git-svn-id: https://develop.svn.wordpress.org/trunk@2024 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-31 01:22:42 +00:00
Ryan Boren
4553f8cef0 Use load_template().
git-svn-id: https://develop.svn.wordpress.org/trunk@2023 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 21:58:01 +00:00
Ryan Boren
a7c5546375 Add get_pages(). Improve wp_list_pages(). Props: Adi Sieker and Chris Waigl.
git-svn-id: https://develop.svn.wordpress.org/trunk@2022 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 19:41:14 +00:00
Ryan Boren
5b811de7b8 Fix comments-popup.
git-svn-id: https://develop.svn.wordpress.org/trunk@2021 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 19:35:57 +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
Ryan Boren
0215f2ba6a Do not allow .. anywhere in the filename.
git-svn-id: https://develop.svn.wordpress.org/trunk@2019 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 18:05:46 +00:00
michelvaldrighi
c5f6ac8cc4 fixed bad b2 mistakes: zeroise is really a glorified sprintf; funky_javascript_fix was only needed for Gecko because of bad Apaches running with AddDefaultCharset On, and the fixes for Gecko weren't even accurate
git-svn-id: https://develop.svn.wordpress.org/trunk@2018 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 17:34:27 +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
68f1ba5deb Move inside for better clearing and such.
git-svn-id: https://develop.svn.wordpress.org/trunk@2015 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:27:33 +00:00
Matt Mullenweg
7c40637bb3 It's that time :)
git-svn-id: https://develop.svn.wordpress.org/trunk@2014 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:25:56 +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
16bd00dfa0 Don't leave in debugging code (it's late)
git-svn-id: https://develop.svn.wordpress.org/trunk@2011 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:10:00 +00:00
Matt Mullenweg
4502d745cf Typo typo
git-svn-id: https://develop.svn.wordpress.org/trunk@2010 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:08:42 +00:00
Matt Mullenweg
7c3debb42a Moving default template stuff into wp-includes, uncluttering root
git-svn-id: https://develop.svn.wordpress.org/trunk@2009 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 10:58:06 +00:00
Matt Mullenweg
7a8c7eb2e3 Make work with https URIs
git-svn-id: https://develop.svn.wordpress.org/trunk@2008 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-28 20:28:57 +00:00
Ryan Boren
fe196958e6 If $p evaluates to zero, ignore it.
git-svn-id: https://develop.svn.wordpress.org/trunk@2007 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-28 17:36:28 +00:00
Ryan Boren
8662dfbc33 Leave htaccess alone if permalinks are not turned on. Bug 597.
git-svn-id: https://develop.svn.wordpress.org/trunk@2006 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-27 22:30:52 +00:00
Ryan Boren
140f5e22b1 Load the most recent file into the template editor by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@2005 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-27 03:27:17 +00:00
Ryan Boren
cfe57e77ad Do not get user level for empty user.
git-svn-id: https://develop.svn.wordpress.org/trunk@2004 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-26 17:45:47 +00:00
Ryan Boren
ef5346f4bf Add is_admin flag. Do not set is_home if is_admin.
git-svn-id: https://develop.svn.wordpress.org/trunk@2003 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-26 16:37:55 +00:00
Ryan Boren
173eb4a098 Fix comment cookies.
git-svn-id: https://develop.svn.wordpress.org/trunk@2002 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-25 18:01:06 +00:00
Ryan Boren
10d81f7d37 Fix single quote sanitization. Bug 594. Hat Tip: bcrow.
git-svn-id: https://develop.svn.wordpress.org/trunk@2001 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-25 17:21:43 +00:00
Ryan Boren
1e15c95646 Add post_where_paged and post_join_paged filter hooks. Move posts_where and posts_join before the paging queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@2000 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-25 00:32:50 +00:00
Ryan Boren
2186a59149 Fix href quoting. Bug 532. Hat Tip: MooKitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1999 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-24 21:00:06 +00:00
Ryan Boren
d6bf9eeaea Fix menu highlighting for Users. Patch from MooKitty. Bug 577.
git-svn-id: https://develop.svn.wordpress.org/trunk@1998 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-24 20:55:36 +00:00
Matt Mullenweg
3ebf5a36e2 Cleaning up blogfilename.
git-svn-id: https://develop.svn.wordpress.org/trunk@1997 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-24 01:34:47 +00:00
Matt Mullenweg
c12f7caf57 Have get_function return unadulterated data
git-svn-id: https://develop.svn.wordpress.org/trunk@1996 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-23 21:52:09 +00:00
Ryan Boren
d4ba9cd960 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: https://develop.svn.wordpress.org/trunk@1995 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-23 00:53:56 +00:00
Matt Mullenweg
978063ce7c Clean up global ideas from michel_v
git-svn-id: https://develop.svn.wordpress.org/trunk@1994 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-23 00:08:43 +00:00
Donncha O Caoimh
595851973e Fixed "No ending delimiter '/'" error.
git-svn-id: https://develop.svn.wordpress.org/trunk@1993 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-22 15:46:06 +00:00
michelvaldrighi
7092499610 typo id -> comment_id made WP make one extra query per post
git-svn-id: https://develop.svn.wordpress.org/trunk@1992 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-22 14:36:26 +00:00
michelvaldrighi
ea09591ef3 get_userdata should not ask for data when userid is 0 (why does it get called like that anyway?)
git-svn-id: https://develop.svn.wordpress.org/trunk@1991 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-22 14:32:25 +00:00
Matt Mullenweg
983c53b476 Make reset passwords use the same randomness we do in install.php. Hat tip: swoolley.
git-svn-id: https://develop.svn.wordpress.org/trunk@1990 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-22 02:41:32 +00:00