azaozz
|
75850602a5
|
Detect when the server compresses output, see #8628
git-svn-id: http://svn.automattic.com/wordpress/trunk@10476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-01 09:45:24 +00:00 |
|
azaozz
|
22e8d0e0e5
|
Spawn cron with AJAX request, see #9005
git-svn-id: http://svn.automattic.com/wordpress/trunk@10474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-31 02:23:24 +00:00 |
|
ryan
|
ae50ab2d59
|
Lose hash check
git-svn-id: http://svn.automattic.com/wordpress/trunk@10473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-30 22:35:41 +00:00 |
|
ryan
|
07489f05e8
|
Pluggables phpdoc updates. Props filosofo. fixes #9001
git-svn-id: http://svn.automattic.com/wordpress/trunk@10469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-30 18:08:28 +00:00 |
|
azaozz
|
81610facb1
|
Ensure get_the_title() is escaped in feed links, props Viper007Bond, fixes #8878
git-svn-id: http://svn.automattic.com/wordpress/trunk@10467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-30 13:50:08 +00:00 |
|
ryan
|
94ac6098e2
|
wp_insert_comment action
git-svn-id: http://svn.automattic.com/wordpress/trunk@10465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 22:22:20 +00:00 |
|
ryan
|
94756368e6
|
Update rewrite phpdoc. Props filosofo. fixes #8998
git-svn-id: http://svn.automattic.com/wordpress/trunk@10464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 22:11:27 +00:00 |
|
westi
|
8855daf707
|
Much better handling of wp-login.php page load. See #8938 props wnorris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 21:30:16 +00:00 |
|
ryan
|
aea6896bf8
|
Use secure.gravatar.com for SSL avatar requests. fixes #8988 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 17:58:16 +00:00 |
|
ryan
|
d5ca3badae
|
Add missing preg delimiters. Props ridgerunner. fixes #8986 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 17:46:31 +00:00 |
|
azaozz
|
4d7ad21379
|
Make simple form validation and ajax-add new categories compatible with jQuery 1.3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@10457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-29 07:00:00 +00:00 |
|
westi
|
f02590c921
|
Don't show the error on normal login page loads. See #8938.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-28 22:11:49 +00:00 |
|
ryan
|
9bdf38f5c2
|
Don't count emoticons toward link total. Props tott. fixes #8627 #7821 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-28 21:12:57 +00:00 |
|
ryan
|
b2b22f66d2
|
Include only approved comments when determining page of comment. Props GregMulhauser. fixes #8973 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-28 18:43:08 +00:00 |
|
markjaquith
|
9b9508e187
|
Allow plugins to provide a canonical redirect_url even if WordPress does not provide its own. props wnorris. fixes #8975 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-28 08:47:42 +00:00 |
|
azaozz
|
df5d6a5cba
|
Remove events from categories chechboxes in quick edit to speed up page unload, see #8957
git-svn-id: http://svn.automattic.com/wordpress/trunk@10444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 14:23:39 +00:00 |
|
azaozz
|
0416475ebb
|
Load the minified versions of the scripts by default, define('SCRIPT_DEBUG', true); can be used to load the development versions
git-svn-id: http://svn.automattic.com/wordpress/trunk@10443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 13:24:44 +00:00 |
|
azaozz
|
f20f62b27d
|
Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884
git-svn-id: http://svn.automattic.com/wordpress/trunk@10442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 12:59:10 +00:00 |
|
azaozz
|
ccfc848be2
|
Fix non-critical bug in suggest.js and prepare it for minifying
git-svn-id: http://svn.automattic.com/wordpress/trunk@10441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 12:09:27 +00:00 |
|
azaozz
|
59a8511acd
|
jQuery 1.3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@10440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 09:33:53 +00:00 |
|
westi
|
a98d30864f
|
Make authentication more pluggable than ever before. See #8938 props wnorris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-24 22:38:19 +00:00 |
|
westi
|
7d59ed3ba4
|
Setup an initial value to avoid a Notice. See #8916 props wnorris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-24 22:22:36 +00:00 |
|
azaozz
|
038b556b23
|
Fix Thickbox positioning for browsers pretending to be IE6, props Denis-de-Bernardy, fixes #8933 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-24 11:58:21 +00:00 |
|
azaozz
|
bf911df6b2
|
Add classes to "edit_comment_link" and "edit_post_link", props yoavf, fixes #8945 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-24 09:35:12 +00:00 |
|
westi
|
4b3d6012aa
|
Make the IXR debug classy. See #8916 props wnorris
git-svn-id: http://svn.automattic.com/wordpress/trunk@10423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-23 22:30:23 +00:00 |
|
ryan
|
0982df4801
|
Don't limit query when descending hierarchy. Props filosofo. fixes #8832
git-svn-id: http://svn.automattic.com/wordpress/trunk@10416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-22 22:59:29 +00:00 |
|
westi
|
c9c4d306ef
|
PHPdoc updates. See €8805 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-22 21:17:52 +00:00 |
|
westi
|
fe07a83717
|
First pass compression support for the HTTP API. See #8674 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-22 21:16:11 +00:00 |
|
westi
|
f03329322c
|
Reduce code in mysql2date. Fixes #8166 props jacobsantos
git-svn-id: http://svn.automattic.com/wordpress/trunk@10408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-22 21:05:55 +00:00 |
|
azaozz
|
f254dfbbf3
|
Fix tags suggest for post quick edit and bulk edit
git-svn-id: http://svn.automattic.com/wordpress/trunk@10402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-22 12:24:25 +00:00 |
|
ryan
|
6dd933b120
|
Move delete_attachment action up. Props filosofo. fixes #8909
git-svn-id: http://svn.automattic.com/wordpress/trunk@10400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-21 21:19:22 +00:00 |
|
ryan
|
7d53481dcb
|
Silence charset not supported warnings
git-svn-id: http://svn.automattic.com/wordpress/trunk@10398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-21 20:28:51 +00:00 |
|
markjaquith
|
f19f65a5e5
|
Only redirect categories if one "cat" positive integer is specified. fixes #8784 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-21 19:47:51 +00:00 |
|
ryan
|
1761cba906
|
Remove update_user_cache(). Long dead.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-21 19:21:51 +00:00 |
|
ryan
|
cf3f91b0e6
|
Revert accidental bits. see #8708
git-svn-id: http://svn.automattic.com/wordpress/trunk@10386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-20 20:55:57 +00:00 |
|
ryan
|
ee73ce298c
|
Use guid instead of link for atom comment IDs. fixes #8708 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-20 20:55:03 +00:00 |
|
azaozz
|
ab30688c26
|
Ensure translations are loaded properly in TinyMCE when using the compressed version
git-svn-id: http://svn.automattic.com/wordpress/trunk@10384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-20 20:31:31 +00:00 |
|
azaozz
|
3949fb7e90
|
Add support for automatic feed links in themes, props Viper007Bond, see #8878
git-svn-id: http://svn.automattic.com/wordpress/trunk@10377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-19 05:04:58 +00:00 |
|
azaozz
|
6f0c0a1092
|
Fix incorrect quote style in wp_specialchars, props sambauers, see #8767
git-svn-id: http://svn.automattic.com/wordpress/trunk@10376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-19 04:40:12 +00:00 |
|
azaozz
|
d9917e53e8
|
Fix Press This tags input, fixes #8743
git-svn-id: http://svn.automattic.com/wordpress/trunk@10374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-18 00:56:15 +00:00 |
|
azaozz
|
b396079aa0
|
Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression
git-svn-id: http://svn.automattic.com/wordpress/trunk@10372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-17 14:08:15 +00:00 |
|
westi
|
23587f4c8e
|
Update phpdoc for get_gmt_from_date(). Fixes #8869 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-17 10:20:49 +00:00 |
|
azaozz
|
5ce5238272
|
Concatenated and compressed versions of the default TinyMCE scripts
git-svn-id: http://svn.automattic.com/wordpress/trunk@10369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-16 12:58:38 +00:00 |
|
azaozz
|
bc2485eed1
|
Stop notices when outputting concatenated scripts
git-svn-id: http://svn.automattic.com/wordpress/trunk@10368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-16 05:45:44 +00:00 |
|
azaozz
|
cc4580779e
|
Let plugins register footer scripts easier and add filters to the concatenating functions
git-svn-id: http://svn.automattic.com/wordpress/trunk@10367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-15 19:50:23 +00:00 |
|
azaozz
|
5342a53586
|
Fix image insertion in IE7
git-svn-id: http://svn.automattic.com/wordpress/trunk@10366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-15 16:17:46 +00:00 |
|
azaozz
|
7b2265e598
|
"Unstick" posts when deleting, fixes #8860
git-svn-id: http://svn.automattic.com/wordpress/trunk@10363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-15 00:47:56 +00:00 |
|
azaozz
|
3f7facfbe6
|
Add action hook in admin footer so plugins can output scripts there on specific pages only, props GamerZ, fixes #8859
git-svn-id: http://svn.automattic.com/wordpress/trunk@10362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-15 00:08:20 +00:00 |
|
ryan
|
b1806928e0
|
Don't return comment page links if paging is disabled. fixes #8824 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 23:06:46 +00:00 |
|
azaozz
|
38f231e2ca
|
jQuery 1.3 final
git-svn-id: http://svn.automattic.com/wordpress/trunk@10360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 21:55:26 +00:00 |
|
westi
|
d37f5eb754
|
update phpdoc to hilight return of WP_Error objects on failures. See #8620.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 21:40:41 +00:00 |
|
azaozz
|
3d495ac587
|
Remove unused var
git-svn-id: http://svn.automattic.com/wordpress/trunk@10358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 14:40:08 +00:00 |
|
azaozz
|
fc7d871678
|
Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628
git-svn-id: http://svn.automattic.com/wordpress/trunk@10357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 14:18:51 +00:00 |
|
azaozz
|
cc2b577fbe
|
Fix invalid HTML in get_search_form(), props jcraig90210, fixes #8851
git-svn-id: http://svn.automattic.com/wordpress/trunk@10356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 02:40:04 +00:00 |
|
azaozz
|
d7001aa719
|
Speed up wp_specialchars, props sambauers, see #8767
git-svn-id: http://svn.automattic.com/wordpress/trunk@10355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-13 15:18:37 +00:00 |
|
azaozz
|
b619cefe1d
|
Faster wp_clone function fix, props sambauers, fixes #8844 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-13 14:45:50 +00:00 |
|
azaozz
|
9166c049ad
|
jQuery 1.3RC2
git-svn-id: http://svn.automattic.com/wordpress/trunk@10352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-13 11:50:01 +00:00 |
|
ryan
|
4ebcf9c358
|
Run version_compare only once for wp_clone(). Props sambauers. fixes #8844 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-13 06:31:58 +00:00 |
|
azaozz
|
598f966edc
|
Fix comment action links after quick editing and reloading of page on enter while quick editing.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-13 01:31:19 +00:00 |
|
azaozz
|
1c9353ad2e
|
Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: http://svn.automattic.com/wordpress/trunk@10348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-12 13:43:17 +00:00 |
|
azaozz
|
05ed1d870d
|
Remove unused category parent settings from inline-edit-tax.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@10342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-10 14:09:06 +00:00 |
|
azaozz
|
1c20ec7120
|
Add CSS class to "comment-reply-link", props yoavf, fixes #8836
git-svn-id: http://svn.automattic.com/wordpress/trunk@10341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-10 10:21:28 +00:00 |
|
azaozz
|
4b9c34727c
|
Move handlers.js out of swfupload-all.js for better compatibility/easier editing
git-svn-id: http://svn.automattic.com/wordpress/trunk@10340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-10 09:29:39 +00:00 |
|
ryan
|
0858d9b0c2
|
Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689
git-svn-id: http://svn.automattic.com/wordpress/trunk@10339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-09 19:29:35 +00:00 |
|
azaozz
|
7cf1bbfcc7
|
TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer
git-svn-id: http://svn.automattic.com/wordpress/trunk@10337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-09 12:02:59 +00:00 |
|
ryan
|
80b08e3a29
|
Fix paginate comment link slashing. Props AntonShevchuk. fixes #8821 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-08 18:26:52 +00:00 |
|
ryan
|
2444331b6a
|
Clean comment link. Props nbachiyski. fixes #8405 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-08 04:31:08 +00:00 |
|
azaozz
|
bc871c819e
|
jQuery 1.3b2 and related changes (jquery.js is not minified to aid testing)
git-svn-id: http://svn.automattic.com/wordpress/trunk@10326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-07 05:02:40 +00:00 |
|
ryan
|
69914b0ae2
|
Faster smilies. Props johanee. fixes #6464
git-svn-id: http://svn.automattic.com/wordpress/trunk@10322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-06 18:20:47 +00:00 |
|
ryan
|
2e8544be9a
|
Fix URL checking and add phpdoc. Props jacobsantos. fixes #8787 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-06 17:29:24 +00:00 |
|
azaozz
|
33a8201a89
|
Fix parse error.not well formed on XMLRPC request, props josephscott, fixes #7794
git-svn-id: http://svn.automattic.com/wordpress/trunk@10318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-06 05:28:53 +00:00 |
|
azaozz
|
8d72414561
|
Fix ASC/DESC tag ordering by count, props mrmist, fixes #8609 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-06 00:34:31 +00:00 |
|
ryan
|
831a69f318
|
Default to empty array if sidebars_widgets is not set. Don't unset array_version if not set. fixes #8804 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-05 23:03:17 +00:00 |
|
ryan
|
578c4e7b61
|
Add support for custom headers in the IXR (XML-RPC) class. Props josephscott. fixes #8145
git-svn-id: http://svn.automattic.com/wordpress/trunk@10313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-05 21:32:04 +00:00 |
|
ryan
|
e634271853
|
And instead of or. Props mercurix. fixes #8787 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-05 18:42:02 +00:00 |
|
azaozz
|
6c528a14cb
|
Clean URL in recent comments widget, props danlee, fixes #8691 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-05 12:02:05 +00:00 |
|
azaozz
|
7cf9598d35
|
Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-05 11:19:53 +00:00 |
|
azaozz
|
ec1ca2236f
|
Latest version of the patch for refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767
git-svn-id: http://svn.automattic.com/wordpress/trunk@10298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-04 23:37:47 +00:00 |
|
azaozz
|
19848b9d90
|
Refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767
git-svn-id: http://svn.automattic.com/wordpress/trunk@10297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-04 22:25:50 +00:00 |
|
azaozz
|
970a1c8dc6
|
Pass the URL to the 'http_request_args' filter, props DD32, fixes #8780
git-svn-id: http://svn.automattic.com/wordpress/trunk@10294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-04 04:34:01 +00:00 |
|
azaozz
|
a750885c8e
|
Minify all js and add the non-minified files as .dev.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@10291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-02 15:08:58 +00:00 |
|
ryan
|
0e3e92e8b9
|
Pass ref in array to avoid warning. fixes #8766
git-svn-id: http://svn.automattic.com/wordpress/trunk@10289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-31 22:33:46 +00:00 |
|
ryan
|
0e8d3701eb
|
Remove debug. see #8757
git-svn-id: http://svn.automattic.com/wordpress/trunk@10287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-31 22:10:41 +00:00 |
|
ryan
|
8b349590bb
|
Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-31 22:09:57 +00:00 |
|
ryan
|
c7c9f46367
|
Chunked decoding fix from jacobsantos. fixes #8618
git-svn-id: http://svn.automattic.com/wordpress/trunk@10283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-31 03:02:53 +00:00 |
|
ryan
|
4acba68cbc
|
Chunked decode fixes. Don't return WP_Error for body. Props jacobsantos. see #8618
git-svn-id: http://svn.automattic.com/wordpress/trunk@10282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:53:35 +00:00 |
|
ryan
|
5eb5d3df7c
|
HTTP API debug and action for curl object. Props jacobsantos. see #8727
git-svn-id: http://svn.automattic.com/wordpress/trunk@10281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:45:51 +00:00 |
|
ryan
|
00c2c8c19f
|
Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:32:43 +00:00 |
|
ryan
|
d38dee6a4a
|
Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior. Props filosofo. fixes #8614 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:30:36 +00:00 |
|
ryan
|
a3becc9f3a
|
Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740
git-svn-id: http://svn.automattic.com/wordpress/trunk@10273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 20:09:40 +00:00 |
|
ryan
|
13dec849de
|
phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 19:47:59 +00:00 |
|
ryan
|
a0d817dd56
|
Fix link_before and after args. Props ev3rywh3re. fixes #8715 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 19:41:53 +00:00 |
|
ryan
|
66bd2ed3dc
|
Fix html doctype check. Props zekrap. fixes #8745 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 18:35:31 +00:00 |
|
azaozz
|
b54484f937
|
Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-27 12:18:38 +00:00 |
|
azaozz
|
15153dd5d6
|
Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-26 02:59:04 +00:00 |
|
azaozz
|
3838f4d157
|
Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-24 02:14:09 +00:00 |
|
ryan
|
5aaf5ac0ad
|
Allow overriding cat walker. Props AaronCampbell. fixes #8682 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-23 12:52:37 +00:00 |
|
ryan
|
f368711809
|
Fix selected for none and all. Props filosofo. fixes #8700 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-23 12:51:12 +00:00 |
|
ryan
|
5dd1a876b8
|
Update secret-key url. Props sivel. fixes #8687 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-22 23:00:13 +00:00 |
|
ryan
|
22a1c35cea
|
get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-22 19:33:09 +00:00 |
|