ryan
|
48f0f0a89e
|
Update post_modified when the post is changed. fixes #1837
git-svn-id: http://svn.automattic.com/wordpress/trunk@3357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-24 20:04:59 +00:00 |
|
ryan
|
541c30cc70
|
Fix page permalink 404 when pages are reordered. Props David House. fixes #2071
git-svn-id: http://svn.automattic.com/wordpress/trunk@3356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-24 16:26:55 +00:00 |
|
ryan
|
c9afa8e4dc
|
MAke sure post_parent is valid.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-24 05:34:50 +00:00 |
|
ryan
|
d0ff0c9315
|
Make wp_insert_attachment() MySQL 5 strict mode compliant. fixes #2115
git-svn-id: http://svn.automattic.com/wordpress/trunk@3353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-24 05:32:49 +00:00 |
|
ryan
|
97cd7143da
|
New asyncronous ping method. fixes #2048
git-svn-id: http://svn.automattic.com/wordpress/trunk@3317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-16 03:04:33 +00:00 |
|
ryan
|
fd28b6f640
|
When changing a post's categories, redo category counts for both old and new cats. Props ringmaster. fixes #2085
git-svn-id: http://svn.automattic.com/wordpress/trunk@3311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-15 20:31:29 +00:00 |
|
ryan
|
ab9b8f8b6a
|
Attachment enhancements from skeltoac. fixes #2074
git-svn-id: http://svn.automattic.com/wordpress/trunk@3303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-13 19:19:56 +00:00 |
|
ryan
|
b5da83787d
|
Resurrect save_post action for back compat. fixes #2063
git-svn-id: http://svn.automattic.com/wordpress/trunk@3291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-12 00:30:14 +00:00 |
|
ryan
|
157aecdf6e
|
Make sure fields without defaults are specified when inserting. fixes #1953
git-svn-id: http://svn.automattic.com/wordpress/trunk@3285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-10 23:22:47 +00:00 |
|
ryan
|
c8b54e3bba
|
Make page slugs unique. Props skeltoac. fixes #2034
git-svn-id: http://svn.automattic.com/wordpress/trunk@3277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-07 19:02:05 +00:00 |
|
ryan
|
bd31c21f83
|
Relocate wp_upload_dir(). fixes #2019
git-svn-id: http://svn.automattic.com/wordpress/trunk@3267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-05 03:17:03 +00:00 |
|
ryan
|
30a8b614b2
|
Add wp_upload_bits(). Attempt to fix mw_newMediaObject().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-01 22:51:40 +00:00 |
|
ryan
|
945a03bea5
|
Add get_attached_file().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 10:00:07 +00:00 |
|
ryan
|
0b3cf7e738
|
Allow wp_insert/update_post to handle classes in addition to associative arrays. This should avoid the 'Cannot use object of type stdClass as array' warnings.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 01:35:08 +00:00 |
|
ryan
|
73dde55507
|
Update meta before updating the post so that page_template is not stomped. fixes #1933
git-svn-id: http://svn.automattic.com/wordpress/trunk@3190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 00:36:36 +00:00 |
|
ryan
|
51b8a36906
|
get_post_mime_type() from skeltoac.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 20:08:21 +00:00 |
|
ryan
|
0170736e28
|
Move category post count updater into wp_set_post_cats().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 23:47:16 +00:00 |
|
ryan
|
f83326f125
|
Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 22:55:24 +00:00 |
|
ryan
|
e120711bdd
|
Update category counts. Props donncha. fixes #1886
git-svn-id: http://svn.automattic.com/wordpress/trunk@3091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 16:31:24 +00:00 |
|
ryan
|
9ba3193309
|
Fix [3074] commit so that draft->publish transitions up date the timestamp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 00:00:26 +00:00 |
|
matt
|
f059c4f049
|
Fixes #1837 timestamp funkiness
git-svn-id: http://svn.automattic.com/wordpress/trunk@3074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 09:56:41 +00:00 |
|
ryan
|
85723b8944
|
Object caching, round one.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 21:56:03 +00:00 |
|
ryan
|
bd4d154c1f
|
Protection against multiple trackbacks in one bunch from markjaquith. fixes #1817
git-svn-id: http://svn.automattic.com/wordpress/trunk@2996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 04:02:12 +00:00 |
|
ryan
|
f081b601cc
|
If post_date_gmt is not supplied, derive it from post_date instead of current time.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-28 04:34:49 +00:00 |
|
ryan
|
a6ae47a303
|
Don't process enclosures when importing. Props: skeltoac. fixes #1771
git-svn-id: http://svn.automattic.com/wordpress/trunk@2953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-17 23:45:50 +00:00 |
|
ryan
|
69022c397b
|
wp_attach_object threading fix ups. fixes #1760 #1758
git-svn-id: http://svn.automattic.com/wordpress/trunk@2949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-14 18:06:23 +00:00 |
|
ryan
|
5977b21bc4
|
Remove thread unsafe Auto_increment tricks. fixes #1753
git-svn-id: http://svn.automattic.com/wordpress/trunk@2948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-13 19:06:31 +00:00 |
|
ryan
|
9995e83e1f
|
wp_delete_object() and image popup from skeltoac. fixes #1731
git-svn-id: http://svn.automattic.com/wordpress/trunk@2929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-04 17:38:04 +00:00 |
|
ryan
|
7b0442ea12
|
Image uploading widget from skeltoac. fixes #1710
git-svn-id: http://svn.automattic.com/wordpress/trunk@2921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 23:55:36 +00:00 |
|
ryan
|
a34a4ca8c7
|
wp_insert_comment(), wp_update_comment(), wp_allow_comment(), and wp_filter_comment() from skeltoac. fixes #1683
git-svn-id: http://svn.automattic.com/wordpress/trunk@2894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 03:17:43 +00:00 |
|
matt
|
195206fbb4
|
Fixes #1681 and the annoying empty meta problem.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-16 17:27:09 +00:00 |
|
ryan
|
a0ea9e4466
|
wp_insert_post() return value fix from skeltoac. fixes #1678
git-svn-id: http://svn.automattic.com/wordpress/trunk@2878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:34:54 +00:00 |
|
ryan
|
8552177520
|
Add clean_post_cache() and clean_page_cache(). Reset GUID when transitioning from draft to publish. fixes #1257
git-svn-id: http://svn.automattic.com/wordpress/trunk@2873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-14 00:34:04 +00:00 |
|
ryan
|
333025ea54
|
Don't ping when importing.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-10 22:44:14 +00:00 |
|
ryan
|
2844d3a71c
|
Move pings out-of-band to speed up posting. Props to Owen. fixes #1644
git-svn-id: http://svn.automattic.com/wordpress/trunk@2833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-02 16:56:28 +00:00 |
|
matt
|
ab39a0e1ac
|
Make posting faster. Fixes #1580 for 1.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@2828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-30 23:19:32 +00:00 |
|
matt
|
fd1748ef2f
|
You should be able to change the defaults
git-svn-id: http://svn.automattic.com/wordpress/trunk@2753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-05 20:44:18 +00:00 |
|
matt
|
5ebbcc659b
|
Adding some hooks, fixes #1489
git-svn-id: http://svn.automattic.com/wordpress/trunk@2743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-03 00:40:42 +00:00 |
|
ryan
|
40a99fc9a1
|
Move user_can_*() functions to capabilities.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-15 01:27:01 +00:00 |
|
ryan
|
2f6ae330c0
|
Cap migration.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-15 01:24:08 +00:00 |
|
ryan
|
54766eade4
|
XMLRPC category fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@2693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-03 18:33:03 +00:00 |
|
ryan
|
56c304f8bb
|
Make sure cat list is an array. Props: Peter Westwood
git-svn-id: http://svn.automattic.com/wordpress/trunk@2683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-02 17:28:06 +00:00 |
|
ryan
|
8b55719431
|
Comment updating cleanup. Add get_comment(), edit_comment(), get_comment_to_edit(), and wp_update_comment().
git-svn-id: http://svn.automattic.com/wordpress/trunk@2662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-26 19:55:12 +00:00 |
|
ryan
|
0b7373e0cc
|
Add get_post_to_edit() and get_default_post_to_edit(). More post.php cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-19 02:51:48 +00:00 |
|
ryan
|
477f109d97
|
Consolidate post update code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-19 01:33:38 +00:00 |
|
ryan
|
eb91c8f770
|
Use default_category option if not cat specified.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-18 19:17:55 +00:00 |
|
ryan
|
5cfc1a248b
|
Consolidate post creation code into wp_insert_post().
git-svn-id: http://svn.automattic.com/wordpress/trunk@2647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-18 19:08:38 +00:00 |
|
matt
|
10586c54bc
|
More user
git-svn-id: http://svn.automattic.com/wordpress/trunk@2633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-06-12 23:22:06 +00:00 |
|
ryan
|
9e63b5c8d8
|
Don't attempt to trackback an empty string. Fix file path in wp_get_http_headers(). This avoids 'File does not exist' server messages when processing enclosures.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-05-18 03:17:55 +00:00 |
|
ryan
|
3e8d9d0cf0
|
Fix comment auto-approval for authors/admins. http://mosquito.wordpress.org/view.php?id=1291 Props: kim, coffee2code
git-svn-id: http://svn.automattic.com/wordpress/trunk@2576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-27 23:55:06 +00:00 |
|