root/trunk/wp-trackback.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) @7645 [7645] 04/14/08 16:13:25 ryan Prepare DB queries in more places. Props filosofo. see #6644
(edit) @7559 [7559] 03/28/08 06:51:19 ryan Drop trackbacks that request UTF-7
(edit) @7140 [7140] 03/03/08 21:05:23 ryan Multi-byte character safe excerpting from nbachiyski. fixes #6077
(edit) @6716 [6716] 02/04/08 20:27:45 ryan Add filters to comments_open() and pings_open(). Props tellyworth. fixes …
(edit) @5843 [5843] 08/03/07 00:45:06 markjaquith Consistently include wp-config.php. fixes #3349
(edit) @5087 [5087] 03/23/07 00:59:21 matt (int)er the dragon.
(edit) @4801 [4801] 01/25/07 02:03:55 ryan Remove redundant check. Props Mittineague. fixes #3665
(edit) @4676 [4676] 01/05/07 05:45:46 markjaquith Delay Trackback data escaping until after mb_convert_encoding(). Props to …
(edit) @4495 [4495] 11/19/06 07:56:05 ryan Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes …
(edit) @4144 [4144] 08/30/06 21:46:31 ryan Use get_option instead of get_settings. Just 'cause.
(edit) @4133 [4133] 08/30/06 16:40:17 ryan s/URI/URL/. Props Nazgul. fixes #2666
(edit) @3928 [3928] 06/27/06 05:38:56 ryan Use wp_redirect().
(edit) @3369 [3369] 12/28/05 01:06:57 ryan Use mb_strcut instead of mb_substr. fixes #2163
(edit) @3107 [3107] 11/16/05 09:38:54 ryan Use mb_substr for trackback titles. Props zet. fixes #1474
(edit) @3081 [3081] 11/14/05 10:14:43 matt Cut international trackbacks, fixes #1647
(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) @2563 [2563] 04/20/05 22:06:28 matt Better charset audo-detection - …
(edit) @2556 [2556] 04/20/05 03:37:23 matt Line ending fixes and commenting cleanups from Scott Reilly
(edit) @2555 [2555] 04/20/05 03:20:31 ryan Convert tb_id to int.
(edit) @2305 [2305] 02/13/05 21:25:08 rboren Make sure trackback template is not double processed.
(edit) @2282 [2282] 02/12/05 07:30:21 saxmatt Don't die before action
(edit) @2146 [2146] 01/25/05 00:23:57 rboren Generate feed and trackback rules for pages. Bug 742.
(edit) @2080 [2080] 01/11/05 02:56:43 saxmatt Don't accept duplicate pings
(edit) @1964 [1964] 12/16/04 02:57:05 saxmatt Comments refactoring and cleanup
(edit) @1940 [1940] 12/12/04 20:41:19 saxmatt Axing htmlspecialchars because it double-encodes-encodes. Better error …
(edit) @1918 [1918] 12/08/04 01:00:12 rboren Perform empty() check on $doing_trackback. Bug 426.
(edit) @1794 [1794] 10/14/04 07:26:41 saxmatt Trackback and pingback cleanups.
(edit) @1734 [1734] 10/04/04 08:03:52 saxmatt Code cleanup and some fixes from the WP Japan folks.
(edit) @1708 [1708] 09/23/04 12:27:52 michelvaldrighi moved die() command, fixes bug #309
(edit) @1705 [1705] 09/22/04 19:44:35 michelvaldrighi fixes for bug #311, by bronski
(edit) @1696 [1696] 09/18/04 22:47:43 rboren Trackback fix ups.
(edit) @1616 [1616] 09/07/04 02:34:12 saxmatt Move trackbacks to new comment function.
(edit) @1603 [1603] 09/05/04 01:50:39 saxmatt Track and check user agent for comments.
(edit) @1599 [1599] 09/05/04 00:24:28 saxmatt Massive options cleanup and another step of cleaning up the …
(edit) @1575 [1575] 08/30/04 07:16:40 saxmatt Vanquishing the terror of iso-8859-1.
(edit) @1491 [1491] 07/28/04 02:43:54 rboren Support timestamp permalinks. Make wider use of is_single(). Bug …
(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) @1150 [1150] 04/24/04 21:52:24 saxmatt Timezone fixes, I hope.
(edit) @1108 [1108] 04/20/04 22:56:47 saxmatt Changed to superglobals, and eliminated $use_cache (since we always do).
(edit) @1012 [1012] 03/25/04 20:18:20 saxmatt Additional plugin API hooks, extending moderation scheme to more fully …
(edit) @1003 [1003] 03/25/04 02:39:16 michelvaldrighi now storing trackback times as localtime+gmt
(edit) @984 [984] 03/21/04 08:31:33 saxmatt New comment moderation code, for trackbacks and comments.
(edit) @957 [957] 03/01/04 19:55:45 saxmatt Migration to get_settings and away from globals.
(edit) @956 [956] 03/01/04 06:13:32 saxmatt Migration to get_settings
(edit) @914 [914] 02/23/04 03:42:40 michelvaldrighi big leap to GMT dates
(edit) @836 [836] 02/05/04 20:55:50 rboren Clean feed and trackback URLs.
(edit) @637 [637] 12/22/03 03:10:54 saxmatt Non-trackback requests to wp-trackback.php now redirect to the post.
(edit) @636 [636] 12/22/03 02:46:40 saxmatt Trackback on edit done.
(add) @601 [601] 12/11/03 00:22:36 saxmatt The great renaming.
Note: See TracRevisionLog for help on using the revision log.