Commit Graph

223 Commits

Author SHA1 Message Date
Andrew Ozz f9007b9ac8 Add "code" class to more URL input fields, props johnbillion, fixes #8383
git-svn-id: https://develop.svn.wordpress.org/trunk@10995 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-18 06:47:56 +00:00
Ryan Boren f56d8b8f69 Don't force balance tags to avoid image stripping. Props beaulebens. fixes #9468
git-svn-id: https://develop.svn.wordpress.org/trunk@10880 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-06 18:33:50 +00:00
Ryan Boren c200521f42 Clean urls
git-svn-id: https://develop.svn.wordpress.org/trunk@10811 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-18 02:46:32 +00:00
Ryan Boren 8d00b5d37d Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-18 02:43:45 +00:00
Ryan Boren 91e3bd9358 Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
git-svn-id: https://develop.svn.wordpress.org/trunk@10688 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 18:37:25 +00:00
Ryan Boren c95b3dca57 Remove raquo from buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@10647 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-25 18:56:58 +00:00
Ryan Boren 4fca589936 Append .txt to import files rather than .import. Props donncha
git-svn-id: https://develop.svn.wordpress.org/trunk@10611 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 21:39:20 +00:00
Ryan Boren f66c061b5f Add some escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@10609 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 21:35:49 +00:00
Ryan Boren b848f11216 Make sure cache is clean when converting cats to tags. fixes #9186
git-svn-id: https://develop.svn.wordpress.org/trunk@10608 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 20:40:05 +00:00
Ryan Boren 854a8d6341 Use _n(). Props nbachiyski. fixes #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10606 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 19:35:16 +00:00
Ryan Boren e2fe2207fb LJ importer updates. Props beaulebens. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10586 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-17 19:58:03 +00:00
Andrew Ozz 072d563198 Completely New LiveJournal Importer update, props beaulebens, see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10538 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-10 19:34:52 +00:00
Ryan Boren 7d6bf009cd Revert the revert per Matt. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10501 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-04 18:24:02 +00:00
Ryan Boren ee15f86250 Revert new LJ importer. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10499 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-04 17:47:50 +00:00
Andrew Ozz dfd3ae6068 Fix single quote problems in LJ importer, props beaulebens, fixes #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10492 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-04 00:04:29 +00:00
Andrew Ozz 8ec672d58c Completely New LiveJournal Importer, props beaulebens, see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10475 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-31 18:41:35 +00:00
Andrew Ozz 8cf6fe9af2 Fix empty feed after MT import, props hailin, fixes #8944 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10430 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-24 12:24:57 +00:00
Ryan Boren 2baa2f8e58 Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689
git-svn-id: https://develop.svn.wordpress.org/trunk@10339 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-09 19:29:35 +00:00
Ryan Boren 11fce3b702 Translate lj user= tags. Props novalis_dt. fixes #5840
git-svn-id: https://develop.svn.wordpress.org/trunk@10334 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-08 17:46:48 +00:00
Ryan Boren b3e9085058 OPML import fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10175 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 18:43:43 +00:00
Ryan Boren d12c9fa87e Update form action
git-svn-id: https://develop.svn.wordpress.org/trunk@10174 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 18:22:56 +00:00
Mark Jaquith 60c35316c1 Fix a few trailing spaces/tabs
git-svn-id: https://develop.svn.wordpress.org/trunk@10157 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 21:50:35 +00:00
Ryan Boren 7b0c368857 Don't import cat and tags with empty string for name. Check for WP_Error after term insertion. fixes #8474
git-svn-id: https://develop.svn.wordpress.org/trunk@10021 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-03 17:47:44 +00:00
Ryan Boren 04ac8afac0 Assign comment post ID when importing existing posts. Props tott. fixes #8458
git-svn-id: https://develop.svn.wordpress.org/trunk@10014 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-02 19:25:42 +00:00
Ryan Boren 8bc6952610 Make link-import and importer
git-svn-id: https://develop.svn.wordpress.org/trunk@9968 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 18:23:03 +00:00
Andrew Ozz 3407b4e674 Importers XHTML fixes, props sivel, fixes #8403
git-svn-id: https://develop.svn.wordpress.org/trunk@9933 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 02:12:36 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Ryan Boren fab4e5a68e Unused var fixes. Props DD32. see #8220
git-svn-id: https://develop.svn.wordpress.org/trunk@9716 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:10:35 +00:00
Ryan Boren dab986a9b0 Notice fixes from filosofo and Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9506 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 03:22:24 +00:00
Peter Westwood 7351b448ae validation fixes for the WordPress importer. Fixes #7982 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@9372 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 21:12:24 +00:00
Andrew Ozz 4d59069999 Fix button styling inconsistency on settings pages, props sivel, fixes #7975
git-svn-id: https://develop.svn.wordpress.org/trunk@9369 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 20:41:05 +00:00
Peter Westwood 674f89ae68 Syncronise the messages for Import/Export of WXR. Fixes #6557 props mtdewvirus.
git-svn-id: https://develop.svn.wordpress.org/trunk@9361 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-26 18:40:20 +00:00
Ryan Boren 0d090d27e0 Allow gzipped files for MT/TypePad import. Props mtdewvirus. fixes #7971
git-svn-id: https://develop.svn.wordpress.org/trunk@9358 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-26 17:08:40 +00:00
Ryan Boren 9e467a6850 Better error response when fetching attachments. Props DD32. see #7944
git-svn-id: https://develop.svn.wordpress.org/trunk@9327 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 18:22:43 +00:00
Ryan Boren c368483c2d Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9270 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-21 23:54:18 +00:00
Ryan Boren ec205359bc Suspend cache invalidation while importing posts with WP importer
git-svn-id: https://develop.svn.wordpress.org/trunk@9106 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 00:50:52 +00:00
Ryan Boren d2fa84c740 Try to preserve post IDs during import
git-svn-id: https://develop.svn.wordpress.org/trunk@9100 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 21:42:52 +00:00
Peter Westwood d830c032a2 Ensure that post meta is attached to the correct post when importing. Fixes #7707 props dougal.
git-svn-id: https://develop.svn.wordpress.org/trunk@8957 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-22 20:52:05 +00:00
Ryan Boren 341cede30b WXR Importer fix to resolve absolute urls without protocol and domain. fixes #7595
git-svn-id: https://develop.svn.wordpress.org/trunk@8799 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-03 18:34:20 +00:00
Peter Westwood 70dc6f6b85 Fix typo in textpattern importer. Fixes #7529 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@8658 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-16 20:41:20 +00:00
Peter Westwood ab17f7283c phpdoc for wp-admin. See #7496 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8645 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-14 06:30:38 +00:00
Ryan Boren 2272a1a950 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:36:14 +00:00
Ryan Boren 90961ebf15 gettext updates for cat2tag. Props msi08. fixes #7139
git-svn-id: https://develop.svn.wordpress.org/trunk@8279 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 23:49:22 +00:00
Ryan Boren c0a479e5b9 Grammar fix
git-svn-id: https://develop.svn.wordpress.org/trunk@8253 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 00:28:18 +00:00
Peter Westwood 0366c40414 Make the subject in "wp-cat2tag.php" translatable. Fixes #7137 props msi08.
git-svn-id: https://develop.svn.wordpress.org/trunk@8080 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-14 15:08:53 +00:00
Ryan Boren c2b68223db Tag to cat converter improvements from azaozz. see #6909
git-svn-id: https://develop.svn.wordpress.org/trunk@8077 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-13 20:23:29 +00:00
Ryan Boren 6cc11cbf1e Allow wp-content to exist outside of webroot. Props sambauers. see #6938
git-svn-id: https://develop.svn.wordpress.org/trunk@7999 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-27 17:55:24 +00:00
Ryan Boren d2b7cbe696 Export and import post excerpts. Props kartik_subbarao. fixes #5555
git-svn-id: https://develop.svn.wordpress.org/trunk@7965 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-20 22:22:21 +00:00
Ryan Boren 8d1274905e Show when a term is both a category and a tag, also when a child category is converted to a tag and then converted back, restore the child status, if the parent still exists. Props azaozz. fixes #6909
git-svn-id: https://develop.svn.wordpress.org/trunk@7897 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-05 17:15:35 +00:00
Peter Westwood f70f8d56cc Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-04 10:37:06 +00:00