Commit Graph

2848 Commits

Author SHA1 Message Date
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
matt
80a333aa85 login not necessarily unique.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-15 07:45:35 +00:00
matt
6bd0ae83a3 Allow for more redirect flexibility
git-svn-id: http://svn.automattic.com/wordpress/trunk@2876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-14 20:57:21 +00:00
ryan
68a4b954d2 Flesh out MT importer. WIP.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-14 05:17:20 +00:00
ryan
932d50e5d0 Remove inactive roles. Add unfiltered_html cap to admin and editor roles.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-14 03:26:47 +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
5ba66d6c04 User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
git-svn-id: http://svn.automattic.com/wordpress/trunk@2872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-14 00:03:02 +00:00
matt
9f95e3de61 Missing that cool fade feel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-13 00:52:22 +00:00
matt
296195afe1 Don't rewrite to relative URLs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-12 22:42:32 +00:00
matt
4b9631bd39 Order scheduled posts by date.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-12 18:55:23 +00:00
ryan
dc756855d9 RSS importer tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-11 00:00:18 +00:00
ryan
da14f8881c Make RSS importer actually kinda work.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-10 22:45:32 +00:00
ryan
a8146c0523 Add post_exists() and wp_create_categories().
git-svn-id: http://svn.automattic.com/wordpress/trunk@2866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-10 22:45:07 +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
92a670361c Add category_exists() and wp_create_category().
git-svn-id: http://svn.automattic.com/wordpress/trunk@2864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-10 18:44:05 +00:00
ryan
c66509851c Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-10 18:39:40 +00:00
matt
7c8cba9fa8 Fix for IE from Michael, fixes #1634
git-svn-id: http://svn.automattic.com/wordpress/trunk@2862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-10 09:16:32 +00:00
ryan
3859dd35a6 Spacing fix from markjaquith. fixes #1665
git-svn-id: http://svn.automattic.com/wordpress/trunk@2861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-09 23:35:30 +00:00
ryan
b96fd5e203 Update loop in rdf. Props Leffe. fixes #1542
git-svn-id: http://svn.automattic.com/wordpress/trunk@2860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 22:02:14 +00:00
ryan
bec3e71292 Fix before/after spacing. Props mjsteinbaugh. fixes #1588
git-svn-id: http://svn.automattic.com/wordpress/trunk@2859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:40:37 +00:00
ryan
ad57698f14 Add the_author filter. Props markjaquith. fixes #1531
git-svn-id: http://svn.automattic.com/wordpress/trunk@2858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:18:28 +00:00
ryan
190ef81565 Revert [2808]. #1525 is invalid
git-svn-id: http://svn.automattic.com/wordpress/trunk@2857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:16:03 +00:00
ryan
0c5eda6c31 Check the option cache before querying. Props westi. fixes #1499
git-svn-id: http://svn.automattic.com/wordpress/trunk@2856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:08:48 +00:00
ryan
35d02a7ab4 posts_nav_link fixes from Denis-de-Bernardy. fixes #789
git-svn-id: http://svn.automattic.com/wordpress/trunk@2855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:05:07 +00:00
ryan
e62bcd9fd4 Use wp_remote_fopen to fetch remote OPML. Props Cypher, davidhouse. fixes #1491
git-svn-id: http://svn.automattic.com/wordpress/trunk@2854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 21:01:54 +00:00
ryan
16ebd0d26e Add missing fieldset tag. Props idansof. fixes #1589
git-svn-id: http://svn.automattic.com/wordpress/trunk@2853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 20:57:52 +00:00
ryan
9df8152e7f If PATH_INFO contains the index, don't use it for permalinks. Props gslin. fixes #1591
git-svn-id: http://svn.automattic.com/wordpress/trunk@2852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 20:48:09 +00:00
ryan
2ddfc1c1d6 remove_cap() fix from mdawaffe. fixes #1608
git-svn-id: http://svn.automattic.com/wordpress/trunk@2851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 20:39:37 +00:00
ryan
54d761eee0 Fix page edit redirect.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-08 20:38:30 +00:00
ryan
2271e198b0 Update path to images. Props jaseone. fixes #1646
git-svn-id: http://svn.automattic.com/wordpress/trunk@2849 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-07 03:58:28 +00:00
ryan
d950b9588b Make link category ID types consistent.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-07 03:37:24 +00:00
ryan
c7bdb71ce3 Roles display fix from davidhouse. fixes #1660
git-svn-id: http://svn.automattic.com/wordpress/trunk@2847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-07 03:16:08 +00:00
ryan
c2fd7b83dc Capability updates for xmlrpc.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-07 00:20:04 +00:00
matt
17a433ac05 Wrong var
git-svn-id: http://svn.automattic.com/wordpress/trunk@2845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 18:56:40 +00:00
matt
101ac654d1 Better names and typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 06:58:02 +00:00
matt
9745f25a57 Bigger excerpt and better styling of profile profile.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 06:45:31 +00:00
matt
e955928ff0 Update jabber
git-svn-id: http://svn.automattic.com/wordpress/trunk@2842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 06:42:33 +00:00
matt
b2afd0be71 Break out the updating part.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 03:08:09 +00:00
matt
a1d90df64d Break up profile page into more logical sections
git-svn-id: http://svn.automattic.com/wordpress/trunk@2840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-06 02:01:33 +00:00
matt
d2e83e3d2c Fix menu annoyance. Clean up themes.php code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-05 23:33:10 +00:00
matt
ee121a076e We lost the option fade.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-05 20:32:11 +00:00
matt
fa38002141 Don't set for logged in users.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-05 04:14:29 +00:00
ryan
4c2ea946aa AJAX cat creation fix from mdawaffe. fixes #1639
git-svn-id: http://svn.automattic.com/wordpress/trunk@2836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-02 17:17:36 +00:00
ryan
18145da089 Use wp_mail instead of mail. Props to tliebig. fixes #1642
git-svn-id: http://svn.automattic.com/wordpress/trunk@2835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-02 17:12:58 +00:00
ryan
e72b47cd5f Fix permalink structure refs. Props to dougal. fixes #1643
git-svn-id: http://svn.automattic.com/wordpress/trunk@2834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-02 17:08:39 +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
ryan
c7771dcaaf On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
git-svn-id: http://svn.automattic.com/wordpress/trunk@2832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-31 02:39:17 +00:00
matt
5fd72f93fb Fixes #1186 for 1.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@2831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-30 23:25:34 +00:00
matt
2b1dc4616d Hook compatibility
git-svn-id: http://svn.automattic.com/wordpress/trunk@2830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-30 23:24:12 +00:00
matt
e4224f411b Fixes #1567 for 1.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@2829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-30 23:21:25 +00:00