Commit Graph

94 Commits

Author SHA1 Message Date
rob1n be028957b0 Add small i18n fix. Props nbachiyski. fixes #4139
git-svn-id: https://develop.svn.wordpress.org/trunk@5253 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 05:59:59 +00:00
rob1n ceea4bb3fe Some fixes for another fix. Props takayukister. fixes #4040
git-svn-id: https://develop.svn.wordpress.org/trunk@5252 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 05:55:34 +00:00
rob1n 23909c920b Add ability to convert all categories to tags. fixes #4135
git-svn-id: https://develop.svn.wordpress.org/trunk@5251 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 05:46:36 +00:00
Ryan Boren 3a9b0e0c08 Stripslashes post meta values before handing off to add_post_meta. Use wpdb::escape instead of addslashes. Props takayukister. fixes #4028
git-svn-id: https://develop.svn.wordpress.org/trunk@5249 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 02:58:41 +00:00
rob1n e8c058cfc1 Use get_var and only select cat_ID. see #4040
git-svn-id: https://develop.svn.wordpress.org/trunk@5247 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 02:08:40 +00:00
rob1n f9ab937ce7 Use cat_name instead of cat_nicename when creating categories from import. Props takayukister. fixes #4040
git-svn-id: https://develop.svn.wordpress.org/trunk@5246 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 01:49:46 +00:00
Ryan Boren e58cfd6981 Preserve page hierarchy. Props takayukister. fixes #4025
git-svn-id: https://develop.svn.wordpress.org/trunk@5245 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 01:34:15 +00:00
rob1n e1ea2d169e Use own category_exists() function, and only list categories to convert. fixes #4107
git-svn-id: https://develop.svn.wordpress.org/trunk@5229 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-10 16:57:21 +00:00
rob1n 7ffd36eeb0 Fix some i18n and typographical stuff in the UTW importer. Props nbachiyski. fixes #4121
git-svn-id: https://develop.svn.wordpress.org/trunk@5228 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-10 09:27:50 +00:00
rob1n ee25d5d700 Just check for manage_categories. fixes #4107
git-svn-id: https://develop.svn.wordpress.org/trunk@5218 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-09 16:27:22 +00:00
rob1n bd96ee067f Add initial UTW tag converter. Props MellerTime. fixes #4100
git-svn-id: https://develop.svn.wordpress.org/trunk@5213 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-08 04:51:35 +00:00
rob1n f75f20b517 Put the sorting on hold, and add empty contructor.
git-svn-id: https://develop.svn.wordpress.org/trunk@5210 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 19:04:57 +00:00
rob1n f429599f0f Add menu_order and page_name to WP import/export. Props takaykister. fixes #4024
git-svn-id: https://develop.svn.wordpress.org/trunk@5208 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 16:36:10 +00:00
rob1n 6cc6c1de4f Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5205 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 15:52:53 +00:00
rob1n 143c7eb4c1 Add clean_category_cache() and capability checking. see #4107
git-svn-id: https://develop.svn.wordpress.org/trunk@5203 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 15:43:20 +00:00
rob1n ab8c90f89e Add initial category to tag importing. see #4107
git-svn-id: https://develop.svn.wordpress.org/trunk@5201 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 04:58:28 +00:00
rob1n 424cdf9b88 Fix double header when WP importer file upload fails. Props takayukister. fixes #4033
git-svn-id: https://develop.svn.wordpress.org/trunk@5146 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 03:55:22 +00:00
Matt Mullenweg d57901d29a Ryan slays the dragon. (Some of these return WP_Error objects.)
git-svn-id: https://develop.svn.wordpress.org/trunk@5089 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 02:05:29 +00:00
Matt Mullenweg b1f6f9a6a8 (int)er the dragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@5087 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 00:59:21 +00:00
Ryan Boren 2f7225192d Blogger importer updates. fixes #3971
git-svn-id: https://develop.svn.wordpress.org/trunk@5038 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 19:20:19 +00:00
Ryan Boren d97212755b Drop empty b2 importer file. fixes #3855
git-svn-id: https://develop.svn.wordpress.org/trunk@5034 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 01:49:54 +00:00
Mark Jaquith 56368548ad Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
git-svn-id: https://develop.svn.wordpress.org/trunk@4990 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 05:29:15 +00:00
Mark Jaquith 5acfcd9fea trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-27 15:24:54 +00:00
Ryan Boren 17af6d060d Update blogger importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@4896 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 07:46:40 +00:00
Ryan Boren 83906b5169 Revert [4735]. Not needed.
git-svn-id: https://develop.svn.wordpress.org/trunk@4742 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-16 03:00:35 +00:00
Ryan Boren e8967ab756 Fix author mapping in the WP-to-WP importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@4735 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-16 01:35:19 +00:00
Mark Jaquith deacbceb25 Change wording for Blogger import to note that it only works with OLD Blogger accounts. Props foolswisdom. fixes #3490
git-svn-id: https://develop.svn.wordpress.org/trunk@4679 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-05 08:45:52 +00:00
Ryan Boren 484d300625 Some string changes. Props MichaelH. fixes #2724
git-svn-id: https://develop.svn.wordpress.org/trunk@4608 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-05 07:15:12 +00:00
Ryan Boren 7518f9f43d Import/export category data. Props andy. fixes #3403
git-svn-id: https://develop.svn.wordpress.org/trunk@4558 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-30 18:15:14 +00:00
Ryan Boren 80cd515b96 Use js_escape. Props nbachiyski. fixes #3399
git-svn-id: https://develop.svn.wordpress.org/trunk@4535 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-28 21:51:13 +00:00
Ryan Boren e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
Ryan Boren 661e5dedc3 Set eol style. fixes #3264
git-svn-id: https://develop.svn.wordpress.org/trunk@4424 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-25 22:55:05 +00:00
Matt Mullenweg ee977aca6c Missed one in [4369]
git-svn-id: https://develop.svn.wordpress.org/trunk@4370 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-10 09:08:33 +00:00
Matt Mullenweg 978275a654 Capitalization fixes in importers. Hat tip: Niall.
git-svn-id: https://develop.svn.wordpress.org/trunk@4369 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-10 09:07:06 +00:00
Mark Jaquith fb4484c724 Matt, likes, lots, of, commas,,,
git-svn-id: https://develop.svn.wordpress.org/trunk@4363 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-08 21:23:26 +00:00
Mark Jaquith 0bd715961c WXR export shouldn't sell itself short!
git-svn-id: https://develop.svn.wordpress.org/trunk@4361 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-07 23:50:13 +00:00
Matt Mullenweg bc2d62560c Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-06 01:14:47 +00:00
Ryan Boren cdd3f05642 Don't use deprecated functions. Props Nazgul. fixes #3186
git-svn-id: https://develop.svn.wordpress.org/trunk@4264 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-02 18:03:34 +00:00
Ryan Boren a28be38534 i18n fixes from nbachiyski. fixes #3109
git-svn-id: https://develop.svn.wordpress.org/trunk@4165 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-05 18:52:24 +00:00
Ryan Boren 78a3e54add strip CDATA from title. Props pgarrett and mdawaffe. fixes #879
git-svn-id: https://develop.svn.wordpress.org/trunk@4150 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-31 17:36:35 +00:00
Ryan Boren 2e7e539054 Post date fixes. Props mdawaffe. fixes #878
git-svn-id: https://develop.svn.wordpress.org/trunk@4149 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-31 17:34:56 +00:00
Ryan Boren 7e82eef627 Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 21:46:31 +00:00
Ryan Boren 0b25954d38 Use wp_die(). Props filosofo. fixes #2914
git-svn-id: https://develop.svn.wordpress.org/trunk@3985 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-05 22:00:03 +00:00
Ryan Boren e77c9d5893 Add ids to inputs. Props leftjustified. fixes #2911
git-svn-id: https://develop.svn.wordpress.org/trunk@3976 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-05 17:06:10 +00:00
Ryan Boren 23e2a0a25f Use wp_redirect().
git-svn-id: https://develop.svn.wordpress.org/trunk@3928 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-27 05:38:56 +00:00
Ryan Boren f81e74015b Excerpt fix from Mike Little. fixes #2686
git-svn-id: https://develop.svn.wordpress.org/trunk@3785 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-19 06:22:11 +00:00
Matt Mullenweg adceb4d2b3 Adding Blogware importer
git-svn-id: https://develop.svn.wordpress.org/trunk@3784 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-18 17:53:32 +00:00
Ryan Boren 0bcf97cd84 WP importer fixes from mdawaffe. fixes #2727
git-svn-id: https://develop.svn.wordpress.org/trunk@3776 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-17 21:39:40 +00:00
Matt Mullenweg a3d0bb059d New import and export, v0.1
git-svn-id: https://develop.svn.wordpress.org/trunk@3769 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-10 20:34:17 +00:00
Ryan Boren cf70770e24 Remove those naughty flushes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3749 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-22 02:10:42 +00:00