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
Andrew Ozz
c4d5fd7ce9
Revert 8562
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8564 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 00:44:40 +00:00
Andrew Ozz
b07aca4429
Stop fatal error in post revisions when setting the include path is disabled. Props santosj, for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8562 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 23:56:52 +00:00
Ryan Boren
17bc095dd1
Fix notice about body not having chunk formatting. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8560 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 22:22:07 +00:00
Ryan Boren
9ac24840ea
Allow merging of similarly named text domains. Props sambauers. fixes #7376 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8556 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 21:28:50 +00:00
Ryan Boren
ace1dbc33e
Use get_term_by() instead of is_term() to query slug. see #6593
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8555 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 21:07:59 +00:00
Ryan Boren
c7ac46fe86
Fix chunked decoding. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8549 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 17:01:49 +00:00
Ryan Boren
f43f8fcc29
Streams transport fixes from jacobsantos. fixes #7456 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8548 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 16:33:20 +00:00
Peter Westwood
5260a37685
Allow the default more string to be translated. Fixes #7449 props Viper007Bond.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8547 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 06:40:44 +00:00
Ryan Boren
742aa7d933
Sticky Posts, firct cut. see #7457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8546 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 05:48:21 +00:00
Ryan Boren
973a10982b
Suppress fopen errors if WP_DEBUG is not enabled. Props jacobsantos. fixes #7456 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8545 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 05:45:34 +00:00
Ryan Boren
89223e4a84
Fix reversed encoding. Props DD32. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8544 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 04:14:55 +00:00
Ryan Boren
b370c7862c
XML-RPC comments API. see #7446
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8543 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 22:29:37 +00:00
Peter Westwood
0d522c3898
Plugin Install GSOC project first code drop. Props DD32 see #6015 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8540 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 21:01:09 +00:00
Ryan Boren
6cf0ede185
Cast to array to avoid warning. Props santosj. fixes #7222 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8538 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 20:34:45 +00:00
Ryan Boren
2b63884467
Don't use wp_guess_url(). Caused big problems. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8537 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 19:19:05 +00:00
Ryan Boren
72e2ee06bb
Tests for whether is an array or an object before running http_build_query() on . Props santosj. fixes #7460 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8536 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 19:12:26 +00:00
Ryan Boren
d64f028b60
Return response in foreach loop and remove debugging line. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8535 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 18:45:44 +00:00
Ryan Boren
ab2239137f
Don't call curl_setopt() if safe_mode is enabled. Props ionfish and Po0ky. fixes #7458 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8534 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 17:03:05 +00:00
Ryan Boren
6a5662b4a5
Cycle through available transports trying each one. Props jacobsantos. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8533 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 16:28:12 +00:00
Ryan Boren
0f4aac8854
Use wp_guess_url() for determining the cron URL. Props jacobsantos. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8529 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-03 21:07:21 +00:00
Ryan Boren
53de042ebd
Timeout in WP_Http_Streams::request causes Fatal error abort. Props wet. fixes #7465 see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8528 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-03 21:01:28 +00:00
Ryan Boren
5e982913b6
Allow IRIs. Props guillep2k. fixes #4570
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8525 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-02 17:32:25 +00:00
Ryan Boren
df0af53a86
Fixes process headers for fopen header return, fixes HTTP extension response array. Also adds Curl implementation and allows for it to be used when using headers. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8524 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 23:13:48 +00:00
Ryan Boren
4caa408fac
Fixes process headers for fopen header return, fixes HTTP extension response array. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8523 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 22:31:57 +00:00
Ryan Boren
b7d7804240
Various http fixes from santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8522 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 21:24:03 +00:00
Ryan Boren
2a1795ae26
Initial cURL support. Doc and non-blocking mode fixes. Props santosj. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8520 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 18:44:40 +00:00
Ryan Boren
0e54a9ce6b
Formatting changes and non-blocking mode. Props DD32. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8519 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 16:36:50 +00:00
Ryan Boren
dca0f147b2
Formatting and phpdoc cleanups from DD32. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8518 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 05:45:13 +00:00
Andrew Ozz
8138570a20
When not using image captions, IE may add caption null, for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8517 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 05:10:27 +00:00
Ryan Boren
086b9294b9
HTTP POST and REQUEST API from jacobsantos. see #4779
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8516 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 05:00:07 +00:00
Ryan Boren
cf2daaf071
Don't run get_plugins() on every admin page load. Use cron for async update plugin requests. see #7372
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8514 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 04:26:32 +00:00
Andrew Ozz
0b3c278d63
Make sure meta is added to the post, not a revision.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8513 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 03:50:20 +00:00
Andrew Ozz
90e3261fd9
Latest TinyMCE, has new load options and bugfixes.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8512 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-31 04:01:30 +00:00
Ryan Boren
22497fb74f
Add prohphylactic addlashes when evaling query. Props xknown.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8510 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 17:17:38 +00:00
Andrew Ozz
b12c2edcf0
Allow comma-separated post_status values in WP_Query. Props markjaquith, fixes #7423 for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8504 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 08:16:56 +00:00
Peter Westwood
c8c3da8f81
Allow a plugin to change the filter the magpie user agent string. Fixes #7085 props JohnLamansky.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8503 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 07:04:57 +00:00
Peter Westwood
29d888d397
Allow a plugin to add attributes to the next and previous posts links. Fixes #7434 props JohnLamansky.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8502 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 07:01:03 +00:00
Peter Westwood
16e673b165
Switch to get_theme_root()
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8498 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 06:26:59 +00:00
Peter Westwood
8b8928d5ac
Look for template files in the stylesheet folder as well as the template folder for inheriting themes. Fixes #7086 props ionfish.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8497 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 06:21:14 +00:00
Ryan Boren
a9751a9ee9
Walker improvements from hailin. fixes #7353
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8494 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 22:50:57 +00:00
Ryan Boren
3437da6843
Don't apply checkboxes to invisible comments.Props mdawaffe. fixes #7433 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8492 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 22:16:39 +00:00
Ryan Boren
319051a7fa
Fix gravatars for infinite comments. Props mdawaffe. fixes #7432 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8490 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 22:14:53 +00:00
Peter Westwood
0737fd60d5
Make lost password admin notification pluggable. Fixes #7430 props error.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8489 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 20:21:34 +00:00
Peter Westwood
f698dfbb3b
Pass $leavename to filters in get_permalink. Fixes #7421 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8487 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 19:52:44 +00:00
Ryan Boren
3b56605062
Allow dots in theme dirs when previewing. fixes #7482 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8485 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 17:03:00 +00:00
Ryan Boren
6c433a5dce
Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8480 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-28 23:58:24 +00:00
Ryan Boren
79da5c32a9
Pass context to get_edit_post_link filter. Props mdawaffe. fixes #7424 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8478 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-28 23:39:15 +00:00
Ryan Boren
8aaca8d367
No need to order results. Props dbuser123. see #7415
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8469 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-27 16:58:35 +00:00
Andrew Ozz
bf798dda32
Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8463 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-26 19:56:08 +00:00
Ryan Boren
c798e2041d
Add macFFBgHack.png. fixes #6573 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8457 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-25 22:42:31 +00:00
Ryan Boren
6fbbcbfb6e
Check both slug and name when determining if is_term(). fixes #6593 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8433 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-24 19:28:40 +00:00
Ryan Boren
ee18970580
Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8420 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 18:56:17 +00:00
Ryan Boren
28ae8ab3dc
Pass to wp_title filter. Props Viper007Bond. fixes #7382
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8415 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 16:44:06 +00:00
Peter Westwood
a619cbba87
Mark kses callbacks as private. Fixes #7363 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8410 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 08:36:15 +00:00
Andrew Ozz
595c17fc10
Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.7
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8406 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 05:12:57 +00:00
Ryan Boren
eb99bdcadf
Use WP_LANG_DIR. fixes #7378 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8404 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 21:09:30 +00:00
Ryan Boren
797a3c335d
Add timezone var to IXR_date. Add timezone back to getIso(). Comment WP specific additions. see #7227
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8403 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 19:53:03 +00:00
Andrew Ozz
f577a436c0
Gears integration update in anticipation of Safari support. Fixes #7371 for 2.6.1
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8395 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 04:03:36 +00:00
Ryan Boren
09f42ecdc0
Don't allow empty term names. Props scohoust. fixes #7336 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8393 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 21:53:32 +00:00
Andrew Ozz
e5655cff31
kses - don't use create_function in preg_replace_callback. Fixes #7363 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8387 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 05:11:00 +00:00
Andrew Ozz
11bac00854
kses - properly escape non-Unicode entities. Fixes #6583 . Props schiller.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8386 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 03:21:09 +00:00
Andrew Ozz
a9868e9fd5
Take first attribute and ignore later duplicate attributes. Fixes #6602 for trunk. Props schiller.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8384 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 01:12:49 +00:00
Andrew Ozz
124ca7ff00
Prevent adjacent hyphens in a HTML/XML comment. Fixes #6642 for trunk. Props schiller.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8382 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 00:32:43 +00:00
Ryan Boren
4cd1b1c3a0
Make get_edit_post_link() and get_edit_comment_link() SSL aware. Props robertaccettura. fixes #7359 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8380 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-20 04:46:59 +00:00
Ryan Boren
78d7917be7
Resurrect 7615. see #7227
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8378 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-19 19:01:35 +00:00
Ryan Boren
686e7e79aa
Revert accidental bits that snuck in with [8376]. see #7227
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8377 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-19 19:00:56 +00:00
Ryan Boren
9ba30a1b30
IXR 0.71. Props jacobsantos. fixes #7227
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8376 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-19 17:56:35 +00:00
Ryan Boren
2be6bcf255
Don't return if is_string(). Proceed to check if is_serialized(). fixes #7347 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8372 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-18 16:43:23 +00:00
Ryan Boren
5000a39eb0
Image sideload and wp_upload_dir() fixes from noel. fixes #7342 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8369 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-18 03:19:12 +00:00
Mark Jaquith
80f79a7fed
Better solution for #4536 . Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8365 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-17 19:41:48 +00:00
Ryan Boren
a118de6487
Fix is_term query prepare() so that tag slugs that percent signs in them don't break. fixes #6867 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8363 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-17 16:59:40 +00:00
Peter Westwood
5b2a4bb837
Invalidate the plugin update cache if plugins are deleted. Fixes #7304 for trunk.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8359 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 21:53:32 +00:00
Andrew Ozz
491b47b300
Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8358 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 21:36:17 +00:00
Andrew Ozz
35b0176876
fixes #7311 for trunk.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8356 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 20:34:46 +00:00
Ryan Boren
55ee349c2e
Derive the upload url from the upload path if no url given. fixes #7308 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8352 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 16:49:22 +00:00
Ryan Boren
da0277cebd
Add jquery dependency to admin-forms. Props 082net. fixes #7321 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8347 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 16:16:45 +00:00
Peter Westwood
cb056bbf1c
Update the version number for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8344 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 07:17:06 +00:00
Ryan Boren
71c6b81617
Typo fix from robertdimarco. fixes #7297 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8341 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-15 16:21:26 +00:00
Ryan Boren
fcd681da15
plugins_url()
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8334 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-15 00:10:07 +00:00
Ryan Boren
b8824f4057
phpdoc for site_url() and friends
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8333 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-14 23:39:11 +00:00
Ryan Boren
ff4142320f
Bumpage
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8331 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-14 17:27:19 +00:00
Ryan Boren
87ea4a1d8d
RTL support for Press This. Props RanYanivHartstein. see #7289
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8328 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 17:57:23 +00:00
Ryan Boren
8e25c6694a
RTL for Press This. Props RanYanivHartstein. see #7289 #6616
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8326 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 16:26:16 +00:00
Ryan Boren
20611718e2
Workaround PHP parse_url() bug. Props azaozz. fixes #7288
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8324 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 05:16:54 +00:00
Ryan Boren
3becff10c3
Press This: properly add and load press-this-ie.css, cleanup of the bookmarklet code. Props azaozz. see #6813
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8323 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 04:57:01 +00:00
Ryan Boren
be46d3e59b
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8322 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-12 18:04:41 +00:00
Ryan Boren
9cac41c84a
Run plugin checks both admin and blog side. Props DD32 and mdawaffe. fixes #7265
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8317 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 22:04:03 +00:00
Ryan Boren
be517f46d7
Press This: Fix inserting the selection in the editor and stripping of paragraphs when saving, IE CSS styling fixes, fix continuous linking in editor. Props noel and azaozz. see #6813
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8316 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 20:27:50 +00:00
Ryan Boren
afd113dcf2
Rename wp_caption shortcode to caption. Allow themes to disable captioning. Use dashes instead of underscores in class names. Props azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8313 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 15:59:14 +00:00
Ryan Boren
822ae638e1
Don't LIMIT updates to 1. Props hailin. fixes #7272
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8311 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 01:49:06 +00:00
Ryan Boren
bea854ed2e
Reduce size of Press This bookmarklet. see #7261
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8308 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 16:54:32 +00:00
Ryan Boren
83e091f297
Fix image resizing inside captions, add edit alt field to the advanced tab. Props azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8307 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 16:39:14 +00:00
Ryan Boren
261e73a0ff
Media Uploader improvements from azaozz: Improves the insert external image dialog, redirects to the gallery tab after "Save all changes" is clicked, shows the "Order" fields on the closed tabs, where they are easier to use, and only in the Gallery. see #7274
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8304 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 03:49:52 +00:00
Ryan Boren
0fba0a6d4a
Introduce content_url(). Don't prepend base url to content url in script loader. see #6938 #7001
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8301 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 17:24:36 +00:00
Ryan Boren
22635c32c2
Prevent category looping. Props tellyworth. fixes #7267
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8299 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 04:57:18 +00:00
Ryan Boren
6b75258ab7
Hands off pre tags. Props nbachiyski. fixes #7056
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8298 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 04:52:27 +00:00
Ryan Boren
435710f599
Install styling from azaozz. fixes #7266
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8297 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 04:33:31 +00:00
Ryan Boren
304340a9b0
Fix quotes in captions. Props azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8290 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 23:38:53 +00:00
Ryan Boren
f0f5316a1d
Use dash instead of underscore for CSS names. Props azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8289 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 23:37:56 +00:00
Ryan Boren
62ada88df8
Fix get_links_list deprecation doc. Props Otto42. fixes #6879
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8285 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 17:38:12 +00:00
Ryan Boren
ef48901e65
Don't replace spaces with nbsp. This breaks wrapping. Props MtDewVirus. fixes #7259
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8281 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 00:14:06 +00:00
Ryan Boren
7d39052d9e
Return base dir and url from wp_upload_dir(). Props DD32. fixes #6762
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8280 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 23:53:54 +00:00
Ryan Boren
8887dcc0a2
Notice fixes from jacobsantos. fixes #7255
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8266 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 14:21:47 +00:00
Ryan Boren
3cbb31b495
Don't split in the middle of a UTF-8 character. Props nbachiyski. fixes #7254
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8264 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 21:14:47 +00:00
Ryan Boren
57532d83dd
Don't try to match rewrite rules against AtomPub requests. Props josephscott. fixes #7249
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8263 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 17:33:39 +00:00
Ryan Boren
7040784e97
Bump version for gallery. Props nbachiyski. fixes #6988
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8262 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 16:41:47 +00:00
Ryan Boren
ecf41b5b88
Make sure attachment meta data is an array. Props nbachiyski. fixes #7252
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8261 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 16:40:15 +00:00
Ryan Boren
7dccf2c37c
Image caption fixes from azaozz: captions are properly created in tables and in lists, all tags are properly removed when deleting a caption, the align buttons can be used to align the captions. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8260 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 16:38:37 +00:00
Ryan Boren
cd8d510b27
Fix wp_get_attachment_thumb_url() tumbnail back compat. Props DD32. fixes #7242
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8257 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 16:15:29 +00:00
Ryan Boren
99fdb4ee9e
Gears and styling updates for Press This from azaozz. see #6813
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8256 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 16:12:31 +00:00
Ryan Boren
5162696748
Bumpage
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8254 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 06:12:24 +00:00
Ryan Boren
ac50ccc1a2
Allow underscore and dash in theme dirs when previewing. fixes #7236
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8252 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 23:10:28 +00:00
Ryan Boren
5ffc4fbcef
Use searchform.php for search widget, if available. Props ionfish. fixes #5567
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8250 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 17:03:37 +00:00
Ryan Boren
93240aef3b
Add med buttons to TinyMCE fullscreen. Props azaozz. fixes #7232
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8248 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 15:55:45 +00:00
Ryan Boren
64f744edc9
pre_update_option_* filter from DD32. fixes #7233
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8247 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 15:51:53 +00:00
Ryan Boren
e1d642299e
phpdoc for feed.php from jacobsantos. fixes #5636
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8246 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 15:23:22 +00:00
Ryan Boren
7b03393372
Image caption fixes from azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8245 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-03 05:11:00 +00:00
Ryan Boren
cc267eee8a
Use true swfupload version
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8243 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-02 23:16:39 +00:00
Ryan Boren
45ac770299
Image captions from azaozz. see #6812
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8239 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-02 18:41:11 +00:00
Ryan Boren
e0f44cba0c
Account for term exclusion filter when creating cache key. Props filosofo. fixes #7213
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8225 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-01 15:54:58 +00:00
Ryan Boren
5bb069702e
Use WP_CONTENT_URL in wp_upload_dir(). Props sambauers. fixes #7206
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8216 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-30 03:33:05 +00:00
Ryan Boren
12c069a943
phpdoc updates from jacobsantos. see #5639
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8215 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-30 03:23:44 +00:00
Mark Jaquith
93aa40cbff
Enable tag auto-suggest for multiple tags at once (without having to hit enter and send each one "down below"). fixes #5580
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8214 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-30 00:04:22 +00:00
Mark Jaquith
cab4a6a625
Silently add /index.php/ to category_base and tag_base for blogs using PATHINFO permalinks. fixes #4536
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8213 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-29 08:20:25 +00:00
Mark Jaquith
817cb02671
make get_alloptions() consistent with get_option() WRT tag_base untrailingslashit()ing
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8212 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-29 07:44:32 +00:00
Ryan Boren
b980b3f310
Set auth cookie for plugins directory to support direct load plugin files that call auth_redirect(). see #7001
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8209 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 22:54:21 +00:00
Ryan Boren
203257fd4d
Bumpity bump bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8207 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 19:47:28 +00:00
Ryan Boren
20e5ea1578
Bump script loader versions for jQuery UI 1.5.1
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8206 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 19:44:13 +00:00
Ryan Boren
fbeba9a88a
jQuery UI 1.5.1
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8205 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 19:41:56 +00:00
Ryan Boren
d8d5181c77
TinyMCE 3.1.1 from azaozz. fixes #7191
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8204 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 16:13:27 +00:00
Ryan Boren
80c836b58a
phpdoc updates for post.php from jacobsantos. fixes #3982
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8203 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-27 15:32:57 +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
dd23b72d1c
Fix date() warning on Windows. Props ozh. fixes #7186
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8199 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-26 18:34:28 +00:00
Ryan Boren
1d3ec18c2d
Only use SSL for login POST links if SSL logins are forced. Clear old cookies. see #7001
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8197 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-26 16:40:04 +00:00
Ryan Boren
99fd205707
phpdoc for shortcodes from jacobsantos. fixes #7184
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8196 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-26 15:55:33 +00:00
Ryan Boren
f920c9bcaf
Test for feature instead of browser to fix TB positioning for browsers pretending to be IE6. Props azaozz. fixes #6676
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8194 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-25 16:58:27 +00:00
Ryan Boren
f7524dfd14
SSL touchups for tiny_mce_config. fixes #6759
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8193 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-25 16:55:16 +00:00
Ryan Boren
99e1ad77bc
Edit image fixes from azaozz: : new link not created if the image has class "aligncenter" in Safari; recalculates the demo image size properly and applies any inline styles to it; if relative link is added, it's converted to absolute; "Unknown error" in IE6. see #6811
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8191 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-25 16:30:28 +00:00
Ryan Boren
3f0d3c8055
SSL fixes. see #7001
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8190 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 22:19:27 +00:00
Ryan Boren
29dcc51d1f
Insert image fixes from azaozz. fixes #7177
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8189 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 21:59:06 +00:00
Mark Jaquith
91eeb5ff47
Don't call loop_end hook if we don't have any posts. props Denis-de-Bernardy and DD32. fixes #6769 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8188 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 19:58:54 +00:00
Ryan Boren
ed29b5321f
Typo fixes from mark8barnes and AndrewFrazier. fixes #7174
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8187 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 18:52:52 +00:00
Ryan Boren
1e8fc2ce19
Disambiguate column. Props voxpelli. fixes #7073
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8185 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 17:49:24 +00:00
Ryan Boren
2a3fcecdc1
Grammar fix from Viper007Bond. fixes #7172
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8184 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 17:45:33 +00:00
Ryan Boren
edcde97e0f
Add exclude_category argument to wp_list_bookmarks(). Props ionfish. fixes #6808
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8183 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 17:44:30 +00:00
Ryan Boren
ce2dafe0e5
wp_guess_url() and install styling fixes from sambauers. fixes #7129 see #4732
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8182 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 17:36:21 +00:00
Ryan Boren
86bfd4952f
Remove default feed function when adding new function to hook. fixes #6970
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8179 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-24 00:29:04 +00:00
Ryan Boren
672ca87116
Respect post_ID update when doing multiple add meta AJAX requests. Props mdawaffe. fixes #7170 see #6457
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8177 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 23:25:15 +00:00
Ryan Boren
64b5e801d0
Don't get post ancestors if post not found. Props Sam_a. fixes #6953
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8173 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 21:50:19 +00:00
Ryan Boren
120044cec3
widget_links_args filter from ionfish. fixes #7024
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8171 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 17:21:14 +00:00
Ryan Boren
5757d74348
Autosave when Preview is clicked. Props azaozz and DanCoulter. fixes #6682
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8170 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 16:05:10 +00:00
Ryan Boren
69ce37d463
Mark string that cannot be gettexted. Props nbachiyski. fixes #7074
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8168 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 15:40:43 +00:00
Ryan Boren
94bd9ef781
Edit image updates from azaozz. see #6811
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8167 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-23 15:26:03 +00:00
Ryan Boren
026ecf9198
Beta1
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8165 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-22 20:45:07 +00:00
Ryan Boren
ef20031e40
phpdoc updates from jacobsantos. see #7038
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8164 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-22 20:23:23 +00:00
Peter Westwood
97d67b7f80
Minor phpdoc fixups.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@8149 602fd350-edb4-49c9-b593-d223f7449a82
2008-06-20 20:56:40 +00:00