Peter Westwood
0d0bb6aad8
phpdoc for formatting functions. See #5638 props scohoust.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8662 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-17 11:29:43 +00:00
Peter Westwood
73bcc94ddf
alt attibutes for get_avatar(). Fixes #7523 props Speedboxer.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8661 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-17 11:23:49 +00:00
Peter Westwood
120a3d3cf1
remove_all_{actions|filters}. Fixes #7216 props filosofo and santosj.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8660 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-17 11:15:38 +00:00
Andrew Ozz
d852afb9e9
Disable fsockopen for 12 hours if it fails. Props jacobsantos, fixes #7514
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8654 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-16 05:38:57 +00:00
Ryan Boren
e621a3239a
Image default options for size, alignment and link type. Props tellyworth. fixes #7520
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8653 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-15 15:40:35 +00:00
Ryan Boren
257fd97f4c
Always use '&' as arg separator when building the body. fixes #7522
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8648 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-14 22:54:43 +00:00
Ryan Boren
b8c683da8d
Notice fix. see #7509
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8647 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-14 20:36:09 +00:00
Ryan Boren
197fc1d118
Notice fixes. Props DD32. see #7509
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8646 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-14 17:00:37 +00:00
Ryan Boren
93f3f4cdb5
Adds checking for fsockopen to check for WP_DEBUG and silently drop warnings. Adds streams_set_timeout to fsockopen to help prevent long waits. Props santosj. see #7514
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8644 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 23:37:42 +00:00
Ryan Boren
21400530e1
get_post_class() from mdawaffe. see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8643 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 23:26:14 +00:00
Ryan Boren
6992ce6781
Initialize classes array. see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8642 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 21:59:52 +00:00
Ryan Boren
812ff9b44f
Add more classes to post_class(). see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8641 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 21:58:06 +00:00
Ryan Boren
198e2f10e0
phpdoc fix up for post_class(). see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8639 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 19:10:44 +00:00
Ryan Boren
47194e9cd7
Add post_class() template function for emitting standard classes for post div. see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8638 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 19:09:08 +00:00
Ryan Boren
2b8caf9a1f
Add sticky_class() template tag. see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8637 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 18:21:52 +00:00
Ryan Boren
c53da5a523
Make sure timestamps are not 0000 when publishing. Props techcookies. fixes #6527
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8636 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 16:01:01 +00:00
Peter Westwood
a8a591310f
Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8635 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 05:53:48 +00:00
Peter Westwood
35716061ac
Fix bugs in chunked encoding handling. See #4779 props santosj.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8634 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 05:09:59 +00:00
Peter Westwood
ca850a4456
HTTP API improvements. Implements chunked transfer decoding. Moves plugin update checker over to api. see #4779 props santosj.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8630 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 21:21:11 +00:00
Ryan Boren
935afabf92
Quote array indexes. Props wet. fixes #7502
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8629 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 21:13:25 +00:00
Peter Westwood
da46c93af9
Refactor template location code to reduce duplication.
...
Also make it easier for theme authors to pull in seperate files into templates while making theme overrideable. See #7492 .
git-svn-id: https://develop.svn.wordpress.org/trunk@8624 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 20:18:05 +00:00
Ryan Boren
3d1b545642
comment_approved can be zero, so check with isset instead of empty. fixes #7446
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8622 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 16:23:47 +00:00
Peter Westwood
5f78702356
Add syndication frequency recommendations to rss2 feeds. See #3513 props _ck_.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8619 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 20:50:41 +00:00
Mark Jaquith
5a8b37fdc9
Do not prepend /archives/ et al to category/tag URLs unless category/tag slug is missing. fixes #7490 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8616 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 20:17:07 +00:00
Andrew Ozz
b9a1481317
Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8614 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 04:02:24 +00:00
Ryan Boren
9c42d17153
Pass tag name when using shortcodes. Props Viper007Bond. fixes #6606
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8613 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 04:00:33 +00:00
Ryan Boren
da4e0eca48
Separate Large and Full image sizes. Props tellyworth. fixes #7151
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8612 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 03:54:26 +00:00
Peter Westwood
036af45075
Final phpdoc for functions. Fixes #5639 props jacobsantos.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8608 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-10 20:31:49 +00:00
Peter Westwood
a6e4e79f3a
phpdoc for general functions. See #5639 props jacobsantos.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8606 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-10 16:45:50 +00:00
Ryan Boren
cad55202be
jQuery UI 1.5.2
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8601 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:50:15 +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
13d16e176d
phpdoc for functions.php. Props jacobsantos. fixes #5639
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8598 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 04:51:51 +00:00
Ryan Boren
7d958a43d1
Automatic upgrade, first cut. see #5560
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8595 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 22:49:35 +00:00
Mark Jaquith
36275a8b99
Fix braces so user_trailingslashit gets the correct information passed in canonical redirect code. props xorax. fixes #7483 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8593 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 17:43:44 +00:00
Peter Westwood
010f5ed7b2
Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8589 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 17:05:10 +00:00
Peter Westwood
4bff225e94
Ensure fsockopen HTTP requests have Content-length and Content-type headers. See #4779 props DD32.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8588 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 16:28:07 +00:00
Ryan Boren
4ea763f026
Update since tags. Props santosj. fixes #5625
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8587 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 04:15:03 +00:00
Ryan Boren
5fb79ce141
Fix issues with fsockopen transport. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8586 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 00:02:11 +00:00
Ryan Boren
7d0bd55969
Plugin uninstall hooks from santosj. fixes #5625
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8585 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 23:39:27 +00:00
Ryan Boren
695197e232
Fixes cURL for Cron in non-blocking mode. Props santosj. fixes #7481 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8584 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 22:57:16 +00:00
Ryan Boren
b5e5eb7b91
Fix Copy and Paste bug in cURL transport based. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8583 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 22:56:21 +00:00
Ryan Boren
ea522c10c9
Fix Text/Diff includes. Props codestyling. fixes #7391 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8581 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 21:02:07 +00:00
Ryan Boren
eb3daa5799
Check the headers for the transfer-encoding for chunked. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8578 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 21:57:25 +00:00
Mark Jaquith
c046d09fbd
Whitespacing/coding standards cleanup for category.php
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8575 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 21:06:14 +00:00
Mark Jaquith
0649bb45b1
Whitespacing/coding standards cleanup for category-template.php
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8574 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 21:01:46 +00:00
Mark Jaquith
fc79b3fc69
Whitespacing/coding standards cleanup for capabilities.php
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8573 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 20:50:30 +00:00
Mark Jaquith
3cab99fbd2
Cast to array when using foreach(). Props santosj (and thanks for your perseverance!). fixes #2784
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8572 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 20:31:54 +00:00
Ryan Boren
3937bd9530
Fix variable name typo. Props ionfish. fixes #7471 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8570 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 17:24:10 +00:00
Ryan Boren
f70269ff48
Fix tag cloud links. Props DD32. see #6015
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8569 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 15:53:39 +00:00
Ryan Boren
07bd0bd9cf
Strip tags from summary. Props dsader. fixes #7375 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8567 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 15:49:58 +00:00