root/trunk/wp-blog-header.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7991 [7991] 05/25/08 15:50:15 ryan File file level phpdoc from jacobsantos. see #7037
(edit) @7971 [7971] 05/21/08 05:59:27 ryan Allow wp-config.php to exist one level up from WordPress root directory. …
(edit) @6965 [6965] 02/21/08 23:55:11 ryan Style updates for install from mt. fixes #5946
(edit) @6775 [6775] 02/10/08 07:12:33 ryan Remove gzip_compression(). Leave it to the server. fixes #4342
(edit) @5418 [5418] 05/09/07 16:18:11 ryan Include plugin.php before calling wp_die. fixes #4238 for 2.3.
(edit) @4990 [4990] 03/07/07 05:29:15 markjaquith Use strpos instead of strstr where ever possible, for speed. Props rob1n. …
(edit) @4973 [4973] 03/07/07 00:17:58 ryan Fix wp_die() includes when bailing out in the blog header. Props tacker. …
(edit) @4737 [4737] 01/16/07 01:42:06 ryan Change editing wp-config codex link. fixes #1936
(edit) @4307 [4307] 10/04/06 05:32:18 markjaquith missing wp-config.php error uses wp_die() now. props Nazgul. fixes #1936
(edit) @3985 [3985] 07/05/06 22:00:03 ryan Use wp_die(). Props filosofo. fixes #2914
(edit) @2633 [2633] 06/12/05 23:22:06 matt More user
(edit) @2627 [2627] 06/10/05 23:15:13 ryan Break blog header up into functional chunks. Stick it all in a WP class …
(edit) @2623 [2623] 06/09/05 00:17:43 matt Better headers for CGI enviroments
(edit) @2600 [2600] 05/13/05 21:07:21 matt http://mosquito.wordpress.org/view.php?id=1323 - Hat tip: Dougal
(edit) @2584 [2584] 05/05/05 23:05:51 matt He ain't ugly, he's my brother.
(edit) @2579 [2579] 05/03/05 04:32:40 matt Possible fix for http://mosquito.wordpress.org/view.php?id=1275
(edit) @2534 [2534] 04/14/05 00:09:52 matt Logic was *really* confusing and it seemed to return 304s badly, breaking …
(edit) @2529 [2529] 04/13/05 16:36:46 ryan Send 304 if If-Modified-Since is >= the most rcent post time. …
(edit) @2523 [2523] 04/09/05 17:12:36 ryan Remove old preview stuff. Allow draft posts to be displayed if the logged …
(edit) @2512 [2512] 04/03/05 16:39:41 ryan Remove debug cruft.
(edit) @2510 [2510] 04/03/05 05:43:42 ryan Path info permalinks weren't getting 404 treatment.
(edit) @2478 [2478] 03/27/05 20:45:01 ryan Cacheing cleanup. Introduce get_post() and get_category(). …
(edit) @2378 [2378] 02/25/05 02:07:08 ryan Use is_single() and is_page() to determine if single and more should be …
(edit) @2363 [2363] 02/18/05 01:43:48 rboren Don't try to process path info when directly loading the feed files. Props …
(edit) @2336 [2336] 02/14/05 21:05:15 saxmatt Send headers in a CGI friendly way
(edit) @2332 [2332] 02/14/05 09:17:23 rboren Load comments-popup template through the index.
(edit) @2326 [2326] 02/14/05 05:50:46 saxmatt Don't exit too early - http://mosquito.wordpress.org/view.php?id=870
(edit) @2321 [2321] 02/14/05 04:36:57 saxmatt html_type to allow for true XHTML.
(edit) @2320 [2320] 02/14/05 04:29:53 saxmatt Send proper header to avoid charset mismatch - …
(edit) @2309 [2309] 02/14/05 00:49:03 saxmatt Don't double-nest wp-admin. http://mosquito.wordpress.org/view.php?id=465
(edit) @2305 [2305] 02/13/05 21:25:08 rboren Make sure trackback template is not double processed.
(edit) @2304 [2304] 02/13/05 21:20:00 rboren Process feed and trackback templates even if not using themes.
(edit) @2303 [2303] 02/13/05 20:38:28 saxmatt Better default behaviour for theme calling
(edit) @2302 [2302] 02/13/05 20:32:24 rboren Don't redirect to permalink page if search returns one result. Move …
(edit) @2301 [2301] 02/13/05 20:01:41 rboren Do not use is_*() functions before query_posts() runs.
(edit) @2299 [2299] 02/13/05 19:42:22 rboren Process posts_per_rss in WP_Query. …
(edit) @2272 [2272] 02/11/05 06:42:07 rboren Make sure is_feed() is true when feed files are referenced directly. …
(edit) @2185 [2185] 02/01/05 06:43:31 rboren Remove extra wp-l10n.php include. Bug 756.
(edit) @2184 [2184] 02/01/05 06:20:54 rboren Allow multiple args to be passed to apply_filters and do_action. Move …
(edit) @2183 [2183] 02/01/05 03:44:32 rboren get_*_template() functions and filters.
(edit) @2179 [2179] 02/01/05 01:49:51 rboren Remove support for 'all' queries and for poststart and postend.
(edit) @2106 [2106] 01/19/05 16:15:45 rboren Add missing dash. Bug 713.
(edit) @2087 [2087] 01/14/05 05:52:10 rboren If template redirection is turned off, we still need to redirect for feeds …
(edit) @2069 [2069] 01/09/05 01:53:31 rboren s/wp_did_template_redirect/wp_template_redirect/
(edit) @2038 [2038] 01/03/05 00:14:42 saxmatt Formatting cleanup and added category-123.php functionality.
(edit) @1972 [1972] 12/18/04 00:28:24 rboren Rework query precedence for bug 541. Add is_trackback().
(edit) @1923 [1923] 12/08/04 22:00:26 rboren Do not process PATH_INFO if it containts the index.
(edit) @1922 [1922] 12/08/04 21:51:25 rboren Define TEMPLATEPATH. Look for footer, sidebar, and header in the template …
(edit) @1917 [1917] 12/08/04 00:23:02 rboren Remove call to undefined function clear_smarty_cache(). Bug 424.
(edit) @1910 [1910] 12/04/04 00:12:08 rboren Improve plugin hooks for rewrite manipulation. Allow pluggable template …
(edit) @1909 [1909] 12/04/04 00:09:40 rboren Do not attempt path info matching if PATH_INFO contains SCRIPT_NAME. Bug …
(edit) @1908 [1908] 12/03/04 02:38:11 rboren Move rewrite and permalink functions into WP_Rewrite class.
(edit) @1904 [1904] 11/29/04 23:37:29 rboren Load paged.php for is_paged(). Paging no longer makes is_archive() true. …
(edit) @1877 [1877] 11/23/04 21:16:04 rboren Give 404 precedence over other templates.
(edit) @1850 [1850] 11/10/04 04:01:46 rboren Issue a 404 if a permalink request does not match any posts.
(edit) @1842 [1842] 11/02/04 02:08:17 rboren Do not process path info if it contains only "/".
(edit) @1835 [1835] 10/27/04 23:58:40 rboren Add $post_per_archive_page to override the number of posts to show for an …
(edit) @1834 [1834] 10/27/04 22:07:58 rboren Extract updated query vars back into global namespace.
(edit) @1799 [1799] 10/14/04 08:27:56 saxmatt Fix for bug 137. Patch from kelson.
(edit) @1759 [1759] 10/08/04 08:06:21 rboren Use page_id=xx instead of p=xx&static=1
(edit) @1753 [1753] 10/06/04 05:11:11 rboren Page templates.
(edit) @1726 [1726] 09/30/04 17:56:16 rboren Introduce get_template_directory() and bloginfo('stylesheet_directory'). …
(edit) @1697 [1697] 09/19/04 04:19:16 rboren If we attempt path info matching but do not match, set 404. Also, …
(edit) @1694 [1694] 09/18/04 19:01:18 rboren Test for feed and trackback at the beginning of the template redirection …
(edit) @1683 [1683] 09/17/04 14:57:15 michelvaldrighi reverting wp-admin/xmlrpc.php changes
(edit) @1677 [1677] 09/17/04 09:27:04 michelvaldrighi now that we have a new pingback server in wp-admin/xmlrpc.php, let's …
(edit) @1662 [1662] 09/15/04 07:37:43 rboren Check for index.php instead of blogfilename.
(edit) @1642 [1642] 09/13/04 08:05:30 rboren Simplify template redirector. Collapse mutliple guard vars into one.
(edit) @1641 [1641] 09/13/04 07:28:16 rboren Template redirection fix-up.
(edit) @1638 [1638] 09/11/04 16:12:40 rboren Themes.
(edit) @1599 [1599] 09/05/04 00:24:28 saxmatt Massive options cleanup and another step of cleaning up the …
(edit) @1570 [1570] 08/27/04 20:59:38 rboren 404 permalink handler.
(edit) @1558 [1558] 08/24/04 08:43:01 rboren Template redirection.
(edit) @1536 [1536] 08/16/04 22:50:06 rboren Paging cleanup.
(edit) @1531 [1531] 08/11/04 01:55:34 rboren Add pagename query var.
(edit) @1527 [1527] 08/10/04 05:35:59 rboren Static pages. Take 1.
(edit) @1516 [1516] 08/08/04 15:31:50 rboren WP Query class.
(edit) @1491 [1491] 07/28/04 02:43:54 rboren Support timestamp permalinks. Make wider use of is_single(). Bug …
(edit) @1455 [1455] 07/06/04 18:20:11 saxmatt http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000133 Stop …
(edit) @1452 [1452] 07/06/04 17:58:48 saxmatt http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000150 and various …
(edit) @1449 [1449] 06/30/04 15:31:49 rboren Add WP_Query_State class. Introduce is_single(), is_archive(), and …
(edit) @1443 [1443] 06/20/04 22:36:45 rboren Add posts_where, the_posts, and query_string filters.
(edit) @1442 [1442] 06/19/04 17:34:13 saxmatt Last-modified should not have a space in it.
(edit) @1441 [1441] 06/19/04 17:04:18 saxmatt Move timer start earlier.
(edit) @1428 [1428] 06/15/04 03:30:00 rboren Call update_post_caches() from within query_posts() and get_posts(). …
(edit) @1404 [1404] 06/10/04 10:01:45 saxmatt Gzip cleanup, debugged wacky options problem, some cleanup and reorg. We …
(edit) @1401 [1401] 06/10/04 08:42:25 saxmatt Changes to options system and query improvements.
(edit) @1381 [1381] 06/02/04 05:16:44 rboren Rewrite rule fixes.
(edit) @1376 [1376] 05/31/04 23:35:32 rboren index.php now handles feeds and trackbacks.
(edit) @1355 [1355] 05/24/04 08:22:18 saxmatt Giant commit, sorry mailing list people. Move all table names to new $wpdb …
(edit) @1354 [1354] 05/24/04 02:55:39 rboren Introducing query_posts(), update_post_caches(), update_user_cache(), and …
(edit) @1338 [1338] 05/21/04 22:33:47 michelvaldrighi don't translate months and weekdays in date strings PLUS bugfix for 304 …
(edit) @1308 [1308] 05/18/04 20:05:40 saxmatt Renaming install-config.php to setup-config.php
(edit) @1307 [1307] 05/18/04 18:37:57 rboren Allow what_to_show to be overridden.
(edit) @1289 [1289] 05/16/04 22:07:26 rboren Allow underscores in category and author names.
(edit) @1281 [1281] 05/14/04 20:46:05 rboren Include wp-l10n.php after wp-config.php is included so that WPLANG is set. …
(edit) @1277 [1277] 05/14/04 12:33:12 michelvaldrighi small fix to support post-slugs with underscores, required for …
(edit) @1267 [1267] 05/12/04 09:03:20 saxmatt Only include that bugger once.
(edit) @1265 [1265] 05/12/04 07:55:37 saxmatt Possible fix to pingback problem. Parse error in blog-header.
(edit) @1255 [1255] 05/10/04 07:51:50 saxmatt wfw:commentRSS and E_ALL fix to blog-header.
Note: See TracRevisionLog for help on using the revision log.