root/trunk/wp-includes/post.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9803 [9803] 11/20/08 03:06:21 ryan Remove trim. fixes #8252
(edit) @9731 [9731] 11/17/08 15:47:41 azaozz Fix [9714], it breaks get_page()
(edit) @9716 [9716] 11/15/08 18:10:35 ryan Unused var fixes. Props DD32. see #8220
(edit) @9714 [9714] 11/15/08 17:56:44 ryan Notice fixes. Props DD32. see #7509
(edit) @9699 [9699] 11/14/08 23:01:16 ryan Notice fixes from DD32. see #7509
(edit) @9596 [9596] 11/10/08 18:54:18 ryan Notice fixes from DD32. see #7509
(edit) @9509 [9509] 11/04/08 13:00:12 azaozz Preview fixes: different method of showing previews for published posts, …
(edit) @9452 [9452] 10/31/08 23:14:37 azaozz Do cap check when shoving a preview
(edit) @9451 [9451] 10/31/08 22:47:07 azaozz Preview for both drafts and published posts/pages
(edit) @9357 [9357] 10/26/08 17:05:56 ryan Preserve attachment IDs during import. Props mtdewvirus. fixes #7972
(edit) @9349 [9349] 10/25/08 22:56:02 westi Better variable naming. See #7358.
(edit) @9259 [9259] 10/20/08 21:55:37 ryan Use prepare() in wp_insert_attachment(). Props dwc. fixes #7933
(edit) @9252 [9252] 10/20/08 05:47:13 markjaquith Update update_post_meta() and delete_post_meta() to work with post …
(edit) @9242 [9242] 10/18/08 19:48:49 ryan Recognize windows absolute paths. see #7904
(edit) @9239 [9239] 10/17/08 22:55:30 ryan Must pass var by ref. Props x11tech. fixes #7781
(edit) @9177 [9177] 10/14/08 21:08:28 westi Notice fixes. See #7509 props DD32.
(edit) @9145 [9145] 10/14/08 00:15:59 ryan Add parent arg to get_pages(). Props DD32. fixes #7247
(edit) @9129 [9129] 10/13/08 02:48:45 azaozz Fix stripslashes for post metadata, phpDoc updates for media.php, props …
(edit) @9123 [9123] 10/11/08 05:46:20 markjaquith Prevent future posts from publishing early. fixes #7441
(edit) @9116 [9116] 10/10/08 09:40:30 azaozz Fix escaping of post meta, props DD32, fixes #7768
(edit) @9106 [9106] 10/09/08 00:50:52 ryan Suspend cache invalidation while importing posts with WP importer
(edit) @9101 [9101] 10/08/08 22:16:35 ryan Don't flush rules for every post imported. see #7193
(edit) @9100 [9100] 10/08/08 21:42:52 ryan Try to preserve post IDs during import
(edit) @9083 [9083] 10/05/08 04:43:52 azaozz Quick Edit for Tags, Categories and Link Categories, improvements to …
(edit) @9055 [9055] 10/02/08 04:10:54 markjaquith Do not allow contributors to set the post slug for pending review posts. …
(edit) @8966 [8966] 09/24/08 05:28:05 ryan Don't try to assign non-ref return value by ref. Props Sam_a. fixes #7783
(edit) @8920 [8920] 09/17/08 20:19:29 ryan Set post_date for drafts. see #5698
(edit) @8918 [8918] 09/17/08 19:19:15 azaozz Remove 'large' image size when deleting attachments, props ShaneF, fixes …
(edit) @8824 [8824] 09/05/08 22:04:04 westi maybe_unserialize the array members not the array when multple post meta …
(edit) @8796 [8796] 09/02/08 22:55:39 ryan Make attachment file path relative to the upload dir. Don't use GUID to …
(edit) @8766 [8766] 08/28/08 22:30:27 ryan Suppress query filters when called from get_posts(). see #7326 #7547
(edit) @8732 [8732] 08/25/08 21:50:11 ryan Notice fixes. see #7509
(edit) @8702 [8702] 08/21/08 18:31:35 ryan Rename wp_insert_post filter to wp_insert_post_data to avoid collision. …
(edit) @8675 [8675] 08/19/08 22:35:28 ryan Typo fix from mdawaffe. fixes #7551 for trunk
(edit) @8669 [8669] 08/19/08 16:38:06 ryan post.php phpdoc. Props santosj. fixes #7538
(edit) @8647 [8647] 08/14/08 20:36:09 ryan Notice fix. see #7509
(edit) @8646 [8646] 08/14/08 17:00:37 ryan Notice fixes. Props DD32. see #7509
(edit) @8637 [8637] 08/13/08 18:21:52 ryan Add sticky_class() template tag. see #7457
(edit) @8636 [8636] 08/13/08 16:01:01 ryan Make sure timestamps are not 0000 when publishing. Props techcookies. …
(edit) @8635 [8635] 08/13/08 05:53:48 westi Give plugins the ability to do extra processing on a post before it is …
(edit) @8600 [8600] 08/09/08 05:36:14 ryan Trailing whitespace cleanup
(edit) @8572 [8572] 08/06/08 20:31:54 markjaquith Cast to array when using foreach(). Props santosj (and thanks for your …
(edit) @8546 [8546] 08/05/08 05:48:21 ryan Sticky Posts, firct cut. see #7457
(edit) @8513 [8513] 08/01/08 03:50:20 azaozz Make sure meta is added to the post, not a revision.
(edit) @8480 [8480] 07/28/08 23:58:24 ryan Store current user rather than original post author when saving revisions. …
(edit) @8469 [8469] 07/27/08 16:58:35 ryan No need to order results. Props dbuser123. see #7415
(edit) @8261 [8261] 07/06/08 16:40:15 ryan Make sure attachment meta data is an array. Props nbachiyski. fixes #7252
(edit) @8203 [8203] 06/27/08 15:32:57 ryan phpdoc updates for post.php from jacobsantos. fixes #3982
(edit) @8173 [8173] 06/23/08 21:50:19 ryan Don't get post ancestors if post not found. Props Sam_a. fixes #6953
(edit) @8096 [8096] 06/16/08 18:40:47 ryan Don't decode slug in get_page_uri(). Props nbachiyski. fixes #6723
(edit) @8081 [8081] 06/14/08 16:31:08 westi PHPdoc updates for wp-includes/post.php. See #7038 props jacobsantos.
(edit) @8058 [8058] 06/06/08 07:39:11 ryan More use of site_url(), admin_url(), and site_url(). Force login and …
(edit) @8019 [8019] 05/30/08 20:31:45 ryan get_post_ancestors() fixes. fixes #7029 for trunk
(edit) @8011 [8011] 05/29/08 22:21:36 ryan Post revisions API cleanup from mdawaffe. see #6775
(edit) @7995 [7995] 05/27/08 11:33:11 ryan Fix serialization when adding meta via update_post_meta(). Props azaozz. …
(edit) @7987 [7987] 05/23/08 15:27:56 ryan Allow defining the number of revisions to save. Props mdawaffe. see #6775
(edit) @7985 [7985] 05/22/08 16:33:06 ryan Remove unnecessary checks for the existence of post meta data. Props …
(edit) @7978 [7978] 05/22/08 00:01:00 ryan Add non-existent values instead of returning g false in …
(edit) @7925 [7925] 05/13/08 21:03:10 ryan default is a valid page template. see #6098
(edit) @7913 [7913] 05/09/08 15:59:17 ryan Revisioning for pages from mdawaffe. see #6775
(edit) @7907 [7907] 05/08/08 17:25:07 ryan Move autosave to post revisions. Props mdawaffe. see #6775
(edit) @7900 [7900] 05/05/08 23:19:27 ryan wp_insert_post() -- Validate page template, check return of insert and …
(edit) @7894 [7894] 05/05/08 16:03:27 ryan Use array calling style. Props DD32. see #6647
(edit) @7892 [7892] 05/05/08 15:46:32 ryan get_posts fixes from DD32 and filosofo. see #6772
(edit) @7880 [7880] 05/03/08 20:08:32 ryan Use WP_query in get_posts(). Props filosofo. fixes #6772
(edit) @7876 [7876] 05/02/08 17:28:19 ryan Fix post name check prepare. Props westi. see #6894
(edit) @7817 [7817] 04/25/08 04:41:41 markjaquith Fix typo in wp_save_revision(). props Andy. see #6775
(edit) @7752 [7752] 04/20/08 21:26:10 ryan Don't include perm as part of cache key if perm is not used in the query.
(edit) @7747 [7747] 04/18/08 23:38:21 ryan Post revisions from mdawaffe. see #6775
(edit) @7746 [7746] 04/18/08 22:29:43 ryan Fix meta_key and meta_value queries in get_pages(). Props filosofo. fixes …
(edit) @7743 [7743] 04/18/08 20:23:50 ryan Move cache cleaning of children to clean_post_cache(). see #6702
(edit) @7713 [7713] 04/16/08 23:09:51 ryan array_shift() error fixes from DD32. fixes #6499 for trunk
(edit) @7694 [7694] 04/16/08 17:23:17 ryan Add post ancestors to the cache for the post object. see #6702 for trunk
(edit) @7647 [7647] 04/14/08 16:23:29 ryan Make get_posts args optional. Props karlkatzke and Otto42. fixes #6608 for …
(edit) @7645 [7645] 04/14/08 16:13:25 ryan Prepare DB queries in more places. Props filosofo. see #6644
(edit) @7638 [7638] 04/09/08 20:09:45 ryan Use wp_count_posts() to determine availabel statuses for …
(edit) @7601 [7601] 04/05/08 05:54:08 matt The child should not have to pay for the sins of his father. Caching for …
(edit) @7592 [7592] 04/03/08 03:05:49 markjaquith Fix gallery shortcode orderby param for all SQL setups. Sanitize orderby. …
(edit) @7482 [7482] 03/23/08 00:58:47 ryan Add default for post_excerpt. see #6355
(edit) @7271 [7271] 03/12/08 23:15:31 ryan Remove intermediate images when deleting an attachment. Props tellyworth. …
(edit) @7172 [7172] 03/06/08 19:48:54 ryan Fix insert, gallery, sizing, type queries, errors, thumbs, type fallback. …
(edit) @7161 [7161] 03/05/08 18:49:56 matt Don't return early before filtering.
(edit) @7135 [7135] 03/03/08 04:17:37 matt Creating intermediate sizes, better thumbnails, and other image …
(edit) @7130 [7130] 03/02/08 20:17:30 ryan Remove trailing whites.
(edit) @7109 [7109] 02/29/08 21:49:49 ryan Add option to check caps when querying a particular post status. fixes …
(edit) @7100 [7100] 02/29/08 06:54:15 ryan Media Library updates from andy. see #5911
(edit) @7074 [7074] 02/27/08 23:28:18 ryan Introduce get_post_ancestors(). Add current_page_ancestor class to …
(edit) @7045 [7045] 02/26/08 19:57:00 ryan fix overuse of default mime icon and re-shuffle mp4/m4a file type matches. …
(edit) @7042 [7042] 02/26/08 18:51:45 ryan Add some defaults for wp_insert_attachment. fixes #6006
(edit) @7036 [7036] 02/26/08 08:54:11 ryan update mime-to-icon matching and get filename from function instead of …
(edit) @6985 [6985] 02/22/08 19:59:12 ryan Make sure post has future status before publishing from cron. Props …
(edit) @6983 [6983] 02/22/08 17:43:56 ryan Notice fixes from nbachiyski. fixes #5961
(edit) @6974 [6974] 02/22/08 05:53:47 ryan Media library work from andy. see #5911
(edit) @6951 [6951] 02/21/08 00:52:51 ryan Add a default for post_conten_filtered
(edit) @6938 [6938] 02/20/08 16:46:44 ryan pre_post_update action from tellyworth. fixes #5815
(edit) @6910 [6910] 02/19/08 06:13:20 ryan Media Library design updates from Andy. see #5911
(edit) @6808 [6808] 02/13/08 09:30:26 ryan Reduce queries by wp_count_posts(). Props josephscott. fixes #5820
(edit) @6803 [6803] 02/13/08 06:49:23 ryan Use array keys instead of hard coded list when traversing post fields to …
(edit) @6777 [6777] 02/10/08 07:59:34 ryan s/2.4/2.5/. Props ffemtcj. fixes #5810
(edit) @6730 [6730] 02/05/08 19:08:14 ryan Add wp_count_posts().
Note: See TracRevisionLog for help on using the revision log.