Commit Graph

59 Commits

Author SHA1 Message Date
Peter Westwood bd084996dd Fix two more notices in the APP implementation. This time in the root /service page.
git-svn-id: https://develop.svn.wordpress.org/trunk@11812 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-13 20:52:41 +00:00
Peter Westwood 31387fd45c Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz.
git-svn-id: https://develop.svn.wordpress.org/trunk@11810 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-13 20:31:12 +00:00
Peter Westwood 19c135e0e6 Fix notice in APP server if no authentication credentials supplied.
git-svn-id: https://develop.svn.wordpress.org/trunk@11809 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-13 20:11:52 +00:00
Andrew Ozz d9f8c67f2f Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11749 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-30 13:39:34 +00:00
Ryan Boren 15539caf5e Use get_the_author_meta(). Props sivel. see #9393
git-svn-id: https://develop.svn.wordpress.org/trunk@11416 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-20 21:32:39 +00:00
Ryan Boren c4f78ad63a Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
git-svn-id: https://develop.svn.wordpress.org/trunk@11323 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-14 02:00:32 +00:00
Ryan Boren fc80cdec6b Remove vestiges of what_to_show. Props filosofo. fixes #9815
git-svn-id: https://develop.svn.wordpress.org/trunk@11318 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-13 22:28:56 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren 6c066a90d8 Limit get_lastpost* functions to post_type=post. Props Denis-de-Bernardy. fixes #9636
git-svn-id: https://develop.svn.wordpress.org/trunk@11108 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:42:30 +00:00
Ryan Boren 642871fbfa Always wp_authenticate in wp-app. Props wnorris. fixes #9320
git-svn-id: https://develop.svn.wordpress.org/trunk@10771 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-11 22:49:30 +00:00
Peter Westwood 00c4cb1765 Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@10751 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-09 22:35:20 +00:00
Peter Westwood c4a79bf9fb Add hooks to allow plugins to extend AtomPub support. Fixes #8827 props znarfor and josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@10750 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-09 22:17:56 +00:00
Ryan Boren e4901ad286 Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829
git-svn-id: https://develop.svn.wordpress.org/trunk@10727 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 02:07:55 +00:00
Peter Westwood fdd2cda556 Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for trunk props josephscott
git-svn-id: https://develop.svn.wordpress.org/trunk@10663 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 18:37:02 +00:00
Ryan Boren 73d1177638 Return correct edit link. Props josephscott. fixes #9147
git-svn-id: https://develop.svn.wordpress.org/trunk@10651 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 00:03:53 +00:00
Ryan Boren f33754255f Allow use of REMOTE_USER/REDIRECT_REMOTE_USER for authentication. Props yonosoytu. fixes #7361
git-svn-id: https://develop.svn.wordpress.org/trunk@9951 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 21:04:48 +00:00
Ryan Boren cffae5aabf Send correct status. Props yonosoytu. see #7361
git-svn-id: https://develop.svn.wordpress.org/trunk@9861 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 20:21:09 +00:00
Andrew Ozz 6c36e3ab4b Complete inline documentation for AtomPub, props jacobsantos, fixes #7777
git-svn-id: https://develop.svn.wordpress.org/trunk@8954 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-22 08:06:48 +00:00
Andrew Ozz 6b8432bbb8 Completion and fixes for wp-app, wp-login and xmlrpc inline documentation, props jacobsantos, fixes #7550
git-svn-id: https://develop.svn.wordpress.org/trunk@8952 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-22 05:15:41 +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 7a8e0e3917 Update AtomPub auth to use latest API
git-svn-id: https://develop.svn.wordpress.org/trunk@8390 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 17:27:27 +00:00
Peter Westwood 7a97c74168 Ensure that AtomPub does not auto-publish draft posts when they are edited. Fixes #7299 for trunk props redsweater.
git-svn-id: https://develop.svn.wordpress.org/trunk@8374 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-19 15:29:31 +00:00
Ryan Boren 497ea49a77 Send 403 if publishing is disabled. Props AlanJCastonguay. see #7157
git-svn-id: https://develop.svn.wordpress.org/trunk@8267 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 19:19:47 +00:00
Mark Jaquith a1e44c371c Pass AtomPub disabled messaged through translation. props josephscott. see #7157
git-svn-id: https://develop.svn.wordpress.org/trunk@8234 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-02 01:58:38 +00:00
Ryan Boren 9cf90ec524 More informative error message when remote publishing is disabled. Don't disable if upgrading. Props josephscott. see #7157
git-svn-id: https://develop.svn.wordpress.org/trunk@8202 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-26 22:39:57 +00:00
Ryan Boren af7b5ce1f3 Use ORIG_PATH_INFO, if available. Props singpolyma. fixes #6995
git-svn-id: https://develop.svn.wordpress.org/trunk@8031 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-02 20:38:39 +00:00
Ryan Boren e25996c368 File file level phpdoc from jacobsantos. see #7037
git-svn-id: https://develop.svn.wordpress.org/trunk@7991 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 15:50:15 +00:00
Ryan Boren e911cca913 Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933
git-svn-id: https://develop.svn.wordpress.org/trunk@7971 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 05:59:27 +00:00
Ryan Boren 06db41b417 Better phrasing. Props kichu and MtDewVirus. fixes #6259
git-svn-id: https://develop.svn.wordpress.org/trunk@7351 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-17 21:18:03 +00:00
Peter Westwood 4252c3d93a Use blog name in atom service document. Fixes #5667 props tvachon.
git-svn-id: https://develop.svn.wordpress.org/trunk@7301 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-14 20:01:08 +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 5ddb77af06 Fix the updated times when publishing/editing with APP. See #5680 props rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6645 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-23 20:25:08 +00:00
Peter Westwood e9e5223615 Ensure APP clients can update timestamps on publish. Fixes #5680 props tvachon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6635 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-18 07:59:09 +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 ec0a175f06 Some cap checks for app from josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6507 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 00:46:18 +00:00
Ryan Boren d042f2775b Don't show email.
git-svn-id: https://develop.svn.wordpress.org/trunk@6505 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 22:31:13 +00:00
Ryan Boren 50b1400ee5 Check attachment link when deleting.
git-svn-id: https://develop.svn.wordpress.org/trunk@6446 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 01:40:26 +00:00
Matt Mullenweg c750cbbf5f Allow numbers in content type to allow for types like 3gp. Fixes #5449. Hat tip: meledin, DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@6393 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-16 21:44:48 +00:00
Ryan Boren 3a8b2fcca3 Remove unused vars. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6364 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-06 19:49:33 +00:00
Peter Westwood fcd2063365 Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6339 602fd350-edb4-49c9-b593-d223f7449a82
2007-11-17 11:21:34 +00:00
Peter Westwood eac65e6815 Refactor atom support to share code. Fixes #5181 props rubys
git-svn-id: https://develop.svn.wordpress.org/trunk@6273 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-19 15:42:30 +00:00
Ryan Boren 770c20562c Eliminate , , and . see #5182
git-svn-id: https://develop.svn.wordpress.org/trunk@6229 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-12 21:12:34 +00:00
Peter Westwood 3c2cc79a46 Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@6195 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-06 06:55:24 +00:00
Ryan Boren 5917c5458c Add checks for WP_Error. Props filosofo. see #4809
git-svn-id: https://develop.svn.wordpress.org/trunk@6125 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-18 16:32:22 +00:00
Ryan Boren 9548887327 APP taxonomy fixes from rubys. fixes #4904
git-svn-id: https://develop.svn.wordpress.org/trunk@6032 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-04 17:09:57 +00:00
Ryan Boren 7a43c01e08 Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-03 23:32:58 +00:00
Ryan Boren e9391140a7 Strip lines that contain only whitespace down to newlines.
git-svn-id: https://develop.svn.wordpress.org/trunk@6025 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-03 23:19:20 +00:00
Mark Jaquith 2c6bb0bd0e Escape text titles in AtomParser. Props Sam Ruby. fixes #4892
git-svn-id: https://develop.svn.wordpress.org/trunk@6010 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-02 20:42:00 +00:00
Ryan Boren 9fb2ddc65f AtomPub fixes from Pete Lacey. fixes #4887
git-svn-id: https://develop.svn.wordpress.org/trunk@6004 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 19:32:54 +00:00