Commit Graph

195 Commits

Author SHA1 Message Date
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
Ryan Boren b5a1a0e113 array_shift() error fixes from DD32. fixes #6499 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7713 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-16 23:09:51 +00:00
Ryan Boren d12d1c803b Make MT post status lower case when importing. Props jgbishop. fixes #6656 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7649 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-14 16:26:21 +00:00
Ryan Boren fdc05b24f6 Prepare DB queries in more places. Props filosofo. see #6644
git-svn-id: https://develop.svn.wordpress.org/trunk@7645 602fd350-edb4-49c9-b593-d223f7449a82
2008-04-14 16:13:25 +00:00
Ryan Boren ad508b0252 Init categories array. Props tellyworth. fixes #6411
git-svn-id: https://develop.svn.wordpress.org/trunk@7546 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-27 07:20:53 +00:00
Ryan Boren 4dcc023818 ngettext fixes from nbachiyski. fixes #6261
git-svn-id: https://develop.svn.wordpress.org/trunk@7397 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 16:00:09 +00:00
Peter Westwood 4ddacfb0ed Import mt tags/keywords. See #4472 props shacker.
git-svn-id: https://develop.svn.wordpress.org/trunk@7326 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-15 23:16:28 +00:00
Matt Mullenweg cea513fab1 Don't timeout while importing WXR. Fixes #6089. Hat tip: tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@7152 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-04 04:33:40 +00:00
Ryan Boren 1c147fc27a Make punctuation consistent. Props hervada. fixes #5880
git-svn-id: https://develop.svn.wordpress.org/trunk@7125 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-01 20:54:00 +00:00
Ryan Boren afc003cd20 Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: https://develop.svn.wordpress.org/trunk@7104 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-29 17:09:44 +00:00
Ryan Boren 3a7052f8df Make punctuation consistent. Props hervada and lloydbudd. fixes #5880
git-svn-id: https://develop.svn.wordpress.org/trunk@7072 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-27 22:05:50 +00:00
Ryan Boren f006ee406e Tagging terminology cleanup from lloydudd. fixes #6020
git-svn-id: https://develop.svn.wordpress.org/trunk@7071 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-27 21:47:52 +00:00
Peter Westwood b76a914593 Generate random passwords for users created during import. Fixes #5837 props pishmishy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7065 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-27 18:45:40 +00:00
Ryan Boren f3b2ffc10d Grammar fixes from takayukister and thenlich. fixes #5992
git-svn-id: https://develop.svn.wordpress.org/trunk@7026 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-25 19:13:21 +00:00
Ryan Boren b23e1089bb Change niceblue class name to form-table. Props filosofo and mt. fixes #5973
git-svn-id: https://develop.svn.wordpress.org/trunk@7000 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-24 04:33:10 +00:00
Ryan Boren 6e73f36982 Admin styling updates from mt. fixes #5940
git-svn-id: https://develop.svn.wordpress.org/trunk@6950 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-21 00:27:23 +00:00
Ryan Boren ea73b4aa17 Remove raquo from buttons. Props filosofo. fixes #5938
git-svn-id: https://develop.svn.wordpress.org/trunk@6943 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-20 19:30:55 +00:00
Peter Westwood 5515989e0a Add translations. Fixes #5877 props hervada.
git-svn-id: https://develop.svn.wordpress.org/trunk@6870 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-16 12:54:10 +00:00
Ryan Boren f1bcc40f30 Add post_password to export. Props Nazgul. fixes #4376
git-svn-id: https://develop.svn.wordpress.org/trunk@6753 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 19:22:59 +00:00
Ryan Boren 3a18b96c9b Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 06:47:27 +00:00
Peter Westwood 4f1971cfdb Switch from abs(intval()) to absint(). See #4762.
git-svn-id: https://develop.svn.wordpress.org/trunk@6682 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-29 18:48:38 +00:00
Ryan Boren ff5ae86309 More explicit statement of requirements. fixes #5220
git-svn-id: https://develop.svn.wordpress.org/trunk@6607 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-14 04:38:02 +00:00
Peter Westwood 484a39a5b0 Ensure that we preserve GUIDs when importing from RSS. Fixes #5589 props peterjanes.
git-svn-id: https://develop.svn.wordpress.org/trunk@6593 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-10 21:27:08 +00:00
Ryan Boren f98aa55625 Init tags array. Props fitzrev. fixes #5468
git-svn-id: https://develop.svn.wordpress.org/trunk@6565 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-06 08:43:20 +00:00
Ryan Boren 791a7d7191 Unused var cleanup. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6551 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-04 19:36:34 +00:00
Ryan Boren d633240113 Defer comment counting. Props tellyworth. fixes #5557
git-svn-id: https://develop.svn.wordpress.org/trunk@6532 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-01 17:03:52 +00:00
Ryan Boren 49883447a3 Importer refactoring from tellyworth. fixes #5522
git-svn-id: https://develop.svn.wordpress.org/trunk@6477 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 06:20:34 +00:00
Ryan Boren 6d13a7f175 Add import_done actions
git-svn-id: https://develop.svn.wordpress.org/trunk@6472 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 01:10:29 +00:00
Ryan Boren d20eeb048b Use __ngettext() for plurals. Props darkdragon. see #4865
git-svn-id: https://develop.svn.wordpress.org/trunk@6430 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 17:05:06 +00:00