Commit Graph

31 Commits

Author SHA1 Message Date
Ryan Boren f4012a2763 Revert part of [5263] to fix downloading in Safari. fixes #5040
git-svn-id: https://develop.svn.wordpress.org/trunk@6156 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-22 16:50:35 +00:00
Ryan Boren 4f4bb50529 Export and import of post tags. fixes #4682
git-svn-id: https://develop.svn.wordpress.org/trunk@6149 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-21 18:34:28 +00:00
Ryan Boren 7aabf7336f Fake being in the loop during export so that template tags work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6130 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-18 18:01:47 +00:00
Ryan Boren c373b9c880 Use setup_postdata instead of deprecated start_wp. fixes #3188
git-svn-id: https://develop.svn.wordpress.org/trunk@6077 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-11 18:56:16 +00:00
Ryan Boren a3a3332714 Add tags to export. see #4682
git-svn-id: https://develop.svn.wordpress.org/trunk@6076 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-11 18:35:21 +00:00
Ryan Boren 6f03cac3d9 Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
git-svn-id: https://develop.svn.wordpress.org/trunk@5910 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-21 18:27:45 +00:00
Matt Mullenweg 4bc96e19cf A quick hook when an export is done
git-svn-id: https://develop.svn.wordpress.org/trunk@5862 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-11 01:31:10 +00:00
Ryan Boren 7b9d41f4a3 Reduce export mem usage. Props tellyworth. fixes #4589
git-svn-id: https://develop.svn.wordpress.org/trunk@5785 602fd350-edb4-49c9-b593-d223f7449a82
2007-07-06 20:57:28 +00:00
Ryan Boren 2383b46194 Use CDATA escaping on fields. Props tellyworth. fixes #4452
git-svn-id: https://develop.svn.wordpress.org/trunk@5711 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-15 17:22:38 +00:00
Ryan Boren b046d67f41 Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-14 02:25:30 +00:00
rob1n 9b8768f248 Fix <!--generator--> line's time format. Props macbis. fixes #4424 for 2.3 and 2.2.
git-svn-id: https://develop.svn.wordpress.org/trunk@5674 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-08 23:06:10 +00:00
rob1n 12c2ef6be0 Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
git-svn-id: https://develop.svn.wordpress.org/trunk@5640 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-02 05:21:18 +00:00
Ryan Boren ed0d41fb04 Fix up exporter. Remove more refrences to the categories table. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5563 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-27 19:32:45 +00:00
rob1n 2dc60169a7 Add encoding to WXR exports, and clean up HTML comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@5263 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 23:53:36 +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
Ryan Boren 4942019a9c Typo fixes from mdawaffe. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4664 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-27 00:51:00 +00:00
Mark Jaquith f95b191dab i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:06:18 +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 f2fe75585f Export file content type fixups from mdawaffe. fixes #3080
git-svn-id: https://develop.svn.wordpress.org/trunk@4563 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-01 00:11:43 +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 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
Matt Mullenweg 27c7018cdc Add IDs to export, and let it filter by authors.
git-svn-id: https://develop.svn.wordpress.org/trunk@4485 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 23:13:15 +00:00
Ryan Boren 7e226f1a94 Hold off on menu cleanup until next release. There be dragons.
git-svn-id: https://develop.svn.wordpress.org/trunk@4480 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 07:31:29 +00:00
Matt Mullenweg 6af3bdbb32 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: https://develop.svn.wordpress.org/trunk@4478 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 06:09:48 +00:00
Ryan Boren b973ee2e7d Force download of export file in browsers that try to be too smart. Props mdawaffe. fixes #3225
git-svn-id: https://develop.svn.wordpress.org/trunk@4477 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 01:27:22 +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
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 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
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