Ryan Boren
|
0de39db9fd
|
Check for empty meta keys. Props Denis-de-Bernardy, markedwards. fixes #7953
git-svn-id: https://develop.svn.wordpress.org/trunk@10711 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 22:59:16 +00:00 |
|
Ryan Boren
|
d6978c424f
|
Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442
git-svn-id: https://develop.svn.wordpress.org/trunk@10708 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 22:28:45 +00:00 |
|
Ryan Boren
|
b5d7564f50
|
Add compat for mb_substr rather than mb_strcut. fixes #9055
git-svn-id: https://develop.svn.wordpress.org/trunk@10707 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 22:05:49 +00:00 |
|
Ryan Boren
|
5f5744e143
|
Allow comments_popup_link() for is_single and is_page. Props AaronCampbell, sivel. fixes #4832
git-svn-id: https://develop.svn.wordpress.org/trunk@10704 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 20:26:56 +00:00 |
|
Ryan Boren
|
3548fa79f9
|
Deprecate get_category_children(). Props filosofo. fixes #9007
git-svn-id: https://develop.svn.wordpress.org/trunk@10703 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 19:53:17 +00:00 |
|
Ryan Boren
|
8e9edf3e5a
|
Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
git-svn-id: https://develop.svn.wordpress.org/trunk@10702 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 19:41:18 +00:00 |
|
Ryan Boren
|
ee2a7bf311
|
Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
git-svn-id: https://develop.svn.wordpress.org/trunk@10697 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 19:24:48 +00:00 |
|
Peter Westwood
|
71502d6382
|
Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
git-svn-id: https://develop.svn.wordpress.org/trunk@10693 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 08:03:02 +00:00 |
|
Peter Westwood
|
a179893991
|
First pass of HTTP Proxy support. See #4011 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10692 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-04 07:28:39 +00:00 |
|
Ryan Boren
|
76a0466145
|
Add auth_cookie_expiration filter
git-svn-id: https://develop.svn.wordpress.org/trunk@10691 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-03 22:51:55 +00:00 |
|
Ryan Boren
|
91e3bd9358
|
Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
git-svn-id: https://develop.svn.wordpress.org/trunk@10688 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-03 18:37:25 +00:00 |
|
Ryan Boren
|
b68fd0794e
|
Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
git-svn-id: https://develop.svn.wordpress.org/trunk@10687 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-03 17:41:01 +00:00 |
|
Ryan Boren
|
0a4022978b
|
Add auth_redirect action
git-svn-id: https://develop.svn.wordpress.org/trunk@10685 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 23:42:28 +00:00 |
|
Ryan Boren
|
d268b67e84
|
Fix wp_authenticate_user hook
git-svn-id: https://develop.svn.wordpress.org/trunk@10683 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 22:25:55 +00:00 |
|
Peter Westwood
|
0560f26f76
|
Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10682 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 21:55:40 +00:00 |
|
Ryan Boren
|
5b4d3c536d
|
Add some error feedback to ajax comment moderation. see #9261
git-svn-id: https://develop.svn.wordpress.org/trunk@10681 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 21:48:37 +00:00 |
|
Andrew Ozz
|
bac97149c1
|
Fix typo, props sambauers
git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 00:28:52 +00:00 |
|
Ryan Boren
|
7a11e84775
|
Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
git-svn-id: https://develop.svn.wordpress.org/trunk@10676 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-01 19:57:37 +00:00 |
|
Peter Westwood
|
17b27fa618
|
Make the exit call explicit so that it works. Fixes #9248.
git-svn-id: https://develop.svn.wordpress.org/trunk@10672 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-28 09:30:46 +00:00 |
|
Ryan Boren
|
148083569f
|
phpdoc for fetch_feed(). Props rmmcue. see #9198
git-svn-id: https://develop.svn.wordpress.org/trunk@10671 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-28 01:50:47 +00:00 |
|
Peter Westwood
|
1a9d6601e2
|
Don't pass defaulted argument to checked(). Fixes #9032 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10670 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 22:15:14 +00:00 |
|
Ryan Boren
|
6ce7b43cbd
|
Display more theme info. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10668 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 21:22:49 +00:00 |
|
Ryan Boren
|
7062db47c2
|
Use SimplePie for widget and dashboard feeds. First cut. see #9198
git-svn-id: https://develop.svn.wordpress.org/trunk@10666 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 19:32:50 +00:00 |
|
Ryan Boren
|
8bab50a649
|
Fix inverted login in get_transient().
git-svn-id: https://develop.svn.wordpress.org/trunk@10665 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 19:21:41 +00:00 |
|
Peter Westwood
|
1a7364a396
|
Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
git-svn-id: https://develop.svn.wordpress.org/trunk@10661 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 17:54:47 +00:00 |
|
Peter Westwood
|
8b613d0854
|
Put search string into <title> of search results page. Fixes #9103 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@10660 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 17:46:13 +00:00 |
|
Peter Westwood
|
0477e4426d
|
Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@10658 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-27 17:01:59 +00:00 |
|
Ryan Boren
|
b5069e62f4
|
Hide theme details. See #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10655 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-26 07:54:33 +00:00 |
|
Ryan Boren
|
7fee5dee72
|
Revert get_calendar() changes from [10602]. Broke calendar links. see #8351
git-svn-id: https://develop.svn.wordpress.org/trunk@10646 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-25 17:09:29 +00:00 |
|
Ryan Boren
|
62accc75a9
|
wp_list_authors fixes. Props hailin. fixes #9229
git-svn-id: https://develop.svn.wordpress.org/trunk@10644 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-25 01:13:32 +00:00 |
|
Peter Westwood
|
7410e96063
|
Refactor the ssl blacklisting support info the individual test functions. Fixes #9078 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10642 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-24 19:37:02 +00:00 |
|
Andrew Ozz
|
fd98e9081c
|
Allow the dashboard widgets to be arranged in up to four columns. The number of columns can be selected from the Screen Options tab.
git-svn-id: https://develop.svn.wordpress.org/trunk@10641 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-24 02:37:22 +00:00 |
|
Peter Westwood
|
6ccd5c2540
|
Better Notice fixing and place a protective cast in the cookie handler. Fixes #9068 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10639 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 21:55:49 +00:00 |
|
Ryan Boren
|
54b8501261
|
Don't trigger wp_login_failed action for empty usernames or passwords.
git-svn-id: https://develop.svn.wordpress.org/trunk@10638 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 17:33:02 +00:00 |
|
Ryan Boren
|
0e7b3c3903
|
set_object_terms action. Props filosofo. fixes #9216
git-svn-id: https://develop.svn.wordpress.org/trunk@10637 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 17:13:52 +00:00 |
|
Andrew Ozz
|
90787e8823
|
Fix wp_tag_cloud 'RAND' when only one tag, props DD32, fixes #9214
git-svn-id: https://develop.svn.wordpress.org/trunk@10636 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 09:12:59 +00:00 |
|
Andrew Ozz
|
05d5a09814
|
Fix typo and add some documentation to script_loader
git-svn-id: https://develop.svn.wordpress.org/trunk@10635 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 08:47:49 +00:00 |
|
Ryan Boren
|
4fecb1a03d
|
Fix notice. Props sivel. fixes #9068
git-svn-id: https://develop.svn.wordpress.org/trunk@10633 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 06:40:03 +00:00 |
|
Ryan Boren
|
a6850c37ee
|
Remove extra new line after generator. fixes #9095
git-svn-id: https://develop.svn.wordpress.org/trunk@10630 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 05:24:14 +00:00 |
|
Peter Westwood
|
8500070897
|
Wrap the apply_filters call in a function_exists check as this can be called before it is defined. See #9205.
git-svn-id: https://develop.svn.wordpress.org/trunk@10626 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 10:09:30 +00:00 |
|
Peter Westwood
|
a79d06b51d
|
Add support for blocking all outbound HTTP requests. Improve HTTP Api phpdoc. Tidy up the poetry. Fixes #8927 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10625 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 09:58:47 +00:00 |
|
Ryan Boren
|
2e0c713ea8
|
Escape before passing to insert/update post. Props hailin. fixes #9199 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10620 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 00:35:42 +00:00 |
|
Peter Westwood
|
271e0f7742
|
Allow for the HTTP headers returned by WordPress to be filtered by a plugin. Fixes #9205 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10619 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 21:39:06 +00:00 |
|
Peter Westwood
|
cc6baace8f
|
Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for trunk prop filosofo
git-svn-id: https://develop.svn.wordpress.org/trunk@10617 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 17:22:18 +00:00 |
|
Andrew Ozz
|
b5e8ea9436
|
Fix regex in function rss_enclosure(), fixes #9192
git-svn-id: https://develop.svn.wordpress.org/trunk@10615 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 06:14:52 +00:00 |
|
Andrew Ozz
|
c4e96ccd38
|
Add CodePress syntax highlighting to Theme and Plugin editors (first run), props beaulebens, see #9173
git-svn-id: https://develop.svn.wordpress.org/trunk@10614 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 02:12:00 +00:00 |
|
Ryan Boren
|
34994fca8b
|
Force term ID to be an int. Props filosofo. fixes #9193
git-svn-id: https://develop.svn.wordpress.org/trunk@10613 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 23:31:46 +00:00 |
|
Ryan Boren
|
854a8d6341
|
Use _n(). Props nbachiyski. fixes #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10606 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 19:35:16 +00:00 |
|
Ryan Boren
|
37b231b542
|
Use mysql_real_escape_string() only in prepare(), insert(), and update(). escape() uses addslashes only. Add array support to escape(). see #9189
git-svn-id: https://develop.svn.wordpress.org/trunk@10604 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 19:05:12 +00:00 |
|
Ryan Boren
|
999851f2cb
|
Add expiration for transients
git-svn-id: https://develop.svn.wordpress.org/trunk@10603 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 02:23:11 +00:00 |
|
Ryan Boren
|
f90ad3f54d
|
Better archives and calendar queries. Props vladimir_kolesnikov. fixes #8351
git-svn-id: https://develop.svn.wordpress.org/trunk@10602 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 22:53:19 +00:00 |
|
Ryan Boren
|
843229bc36
|
Remove meta_value from selected fields. Props filosofo. fixes #9177
git-svn-id: https://develop.svn.wordpress.org/trunk@10600 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:19:20 +00:00 |
|
Ryan Boren
|
023dca55ec
|
Use group by for meta key queries. Props filosofo. fixes #9167 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10598 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:17:06 +00:00 |
|
Ryan Boren
|
e09712d208
|
Use real escape in environments that support it. see #5455
git-svn-id: https://develop.svn.wordpress.org/trunk@10597 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:01:57 +00:00 |
|
Andrew Ozz
|
c1eaa022ba
|
Don't block the Publish button after adding new category, fixes #9174
git-svn-id: https://develop.svn.wordpress.org/trunk@10596 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 18:49:47 +00:00 |
|
Ryan Boren
|
db9f12a3be
|
Include ID in get_users_of_blog() results. Props jeremyclarke and filosofo. fixes #9020
git-svn-id: https://develop.svn.wordpress.org/trunk@10595 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 18:42:18 +00:00 |
|
Ryan Boren
|
bc444b8594
|
Make can_compress_scripts a site option. Add site option wrappers for WP.
git-svn-id: https://develop.svn.wordpress.org/trunk@10593 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 23:38:11 +00:00 |
|
Ryan Boren
|
9341c41142
|
More theme preview tidying. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10592 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 22:32:42 +00:00 |
|
Ryan Boren
|
dfc5340e6a
|
Fix preview for theme installer. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10590 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 21:55:00 +00:00 |
|
Ryan Boren
|
bc924291b2
|
Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10584 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-17 05:03:29 +00:00 |
|
Ryan Boren
|
283843ddb1
|
Check for new version when visiting Tools->Upgrade. fixes #9108
git-svn-id: https://develop.svn.wordpress.org/trunk@10583 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-17 00:13:25 +00:00 |
|
Andrew Ozz
|
26cf5ed6a8
|
Revert to jQuery 1.2.6 until jQuery UI 1.7 is ready, see #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10581 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-16 22:02:07 +00:00 |
|
Ryan Boren
|
23af8f4060
|
discover_pingback_server_uri optimizations. Props DD32. fixes #8816
git-svn-id: https://develop.svn.wordpress.org/trunk@10579 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 20:56:54 +00:00 |
|
Peter Westwood
|
cebaec1ed5
|
Extend plugins_url to allow you to specify the plugin file you want to be relative to so slugs don't need to be hardcoded. Fixes #6341.
git-svn-id: https://develop.svn.wordpress.org/trunk@10578 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:50:45 +00:00 |
|
Peter Westwood
|
ab26eb60bc
|
If we have to generate people salts then make them 64 chars long. Fixes #8647 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10577 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:21:28 +00:00 |
|
Peter Westwood
|
7fe219e776
|
Introduce a simple mechanism for escaping shortcodes by doubling the [[]]. Fixes #6518 props tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@10576 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:01:14 +00:00 |
|
Peter Westwood
|
fbee65f20e
|
Add documentation to detail reasoning for default from address. See #5007 props pishmishy
git-svn-id: https://develop.svn.wordpress.org/trunk@10575 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 13:31:43 +00:00 |
|
Peter Westwood
|
306580c200
|
Use # as the delimiter for preg_match in rewrite rules to allow them to contain !. Fixes #7486 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10573 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 11:16:54 +00:00 |
|
Peter Westwood
|
101cdfa815
|
Expose the ability to find out if styles, scripts have already been queued. Fixes #6197 props jacobsantos
git-svn-id: https://develop.svn.wordpress.org/trunk@10572 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 11:04:42 +00:00 |
|
Peter Westwood
|
43cffc6a16
|
Set the correct header for non POST request to xmlrpc service. Fixes #9093 props joesphscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@10571 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 10:44:36 +00:00 |
|
Peter Westwood
|
3dfe6e23ab
|
Enhance wp_list_authors() to support more of the standard output options. Props jacobsantos see #4420.
git-svn-id: https://develop.svn.wordpress.org/trunk@10570 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 09:06:24 +00:00 |
|
Ryan Boren
|
7822f3aad9
|
Handle empty pairs in cookies. Props DD32. fixes #9101
git-svn-id: https://develop.svn.wordpress.org/trunk@10565 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:44:34 +00:00 |
|
Ryan Boren
|
38845db326
|
Disambiguate 'Approved' translation. Props nbachiyski. fixes #8638
git-svn-id: https://develop.svn.wordpress.org/trunk@10564 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:42:04 +00:00 |
|
Ryan Boren
|
3a82ccc318
|
Add cookies arg to defaults to avoid warnings. Props beaulebens. fixes #9049
git-svn-id: https://develop.svn.wordpress.org/trunk@10563 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:37:23 +00:00 |
|
Ryan Boren
|
d27d34793d
|
Handle links with parens in make_clickable(). Props filosofo. fixes #8300
git-svn-id: https://develop.svn.wordpress.org/trunk@10562 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 19:52:43 +00:00 |
|
Andrew Ozz
|
0b4692c400
|
Feed links: fix arg name, props nbachiyski, fixes #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10558 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 08:52:08 +00:00 |
|
Andrew Ozz
|
ab056a19be
|
Custom taxonomies support: quick edit, delete, show in the menu
git-svn-id: https://develop.svn.wordpress.org/trunk@10557 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 08:00:29 +00:00 |
|
Ryan Boren
|
0066076858
|
Add taxonomy argument to wp_tag_cloud()
git-svn-id: https://develop.svn.wordpress.org/trunk@10554 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 23:41:29 +00:00 |
|
Ryan Boren
|
a99acb3cfd
|
Rough first cut of theme browser/installer. Props DD32. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10553 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 23:10:11 +00:00 |
|
Ryan Boren
|
f135b8cabe
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10550 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:18:33 +00:00 |
|
Ryan Boren
|
9c4b03dc58
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10549 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:18:00 +00:00 |
|
Ryan Boren
|
3efaafdb54
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10548 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:15:57 +00:00 |
|
Ryan Boren
|
d468840ea9
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10547 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:11:13 +00:00 |
|
Ryan Boren
|
fc2ca88530
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10546 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:09:46 +00:00 |
|
Ryan Boren
|
8e33927ed1
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10545 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:00:30 +00:00 |
|
Ryan Boren
|
3d71d8a32a
|
Use right variable name. Props stringfold. fixes #9090 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10543 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 19:36:32 +00:00 |
|
Ryan Boren
|
5448fc8160
|
If no angle brackets, assume email address. Props donncha. fixes #9086 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10541 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 23:51:51 +00:00 |
|
Andrew Ozz
|
b3baf2224a
|
Documentation correction: absint(), props mdawaffe, fixes #9079
git-svn-id: https://develop.svn.wordpress.org/trunk@10540 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 21:17:44 +00:00 |
|
Andrew Ozz
|
db63b501d4
|
Make comment_karma accessible from normal comment API functions, props beaulebens, fixes #9085
git-svn-id: https://develop.svn.wordpress.org/trunk@10536 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 19:16:00 +00:00 |
|
Andrew Ozz
|
7e98d2b7f8
|
Documentation correction: is_active_widget(), props mdawaffe, fixes #9080
git-svn-id: https://develop.svn.wordpress.org/trunk@10535 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 15:22:08 +00:00 |
|
Andrew Ozz
|
bfe3dfd22d
|
Automatic fees links: better option name and grammar fix for translation comment, props Viper007Bond, fixes #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10534 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 14:36:14 +00:00 |
|
Ryan Boren
|
49a72a40f6
|
Add transient_* filter. see #9048
git-svn-id: https://develop.svn.wordpress.org/trunk@10533 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 06:26:46 +00:00 |
|
Ryan Boren
|
c85b18238a
|
Add some attribute_escape()s for good measure. see #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10532 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 22:59:54 +00:00 |
|
Andrew Ozz
|
d74690aa2e
|
Don't ask for confirmation when marking a comment as spam
git-svn-id: https://develop.svn.wordpress.org/trunk@10531 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 22:46:27 +00:00 |
|
Andrew Ozz
|
99b02478a9
|
Remove no-js.css, add the styles to admin-header instead
git-svn-id: https://develop.svn.wordpress.org/trunk@10529 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 13:50:35 +00:00 |
|
Andrew Ozz
|
8f2083b8da
|
Autosave post/page when pressing Control/Command+S in TinyMCE, props srobbin, fixes #9060
git-svn-id: https://develop.svn.wordpress.org/trunk@10528 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 18:37:47 +00:00 |
|
Andrew Ozz
|
2ffb3663e4
|
Reduce backtracking in autop, fixes #6877, see #8553
git-svn-id: https://develop.svn.wordpress.org/trunk@10527 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 16:08:02 +00:00 |
|
Andrew Ozz
|
c58b656d42
|
Add filter for local connection ssl verify to cron spawning, props sivel, see #8702
git-svn-id: https://develop.svn.wordpress.org/trunk@10526 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 15:26:16 +00:00 |
|
Andrew Ozz
|
c676499d51
|
Fix permalink editor for pages, hide "View Post" button while editing permalink, fixes #9040
git-svn-id: https://develop.svn.wordpress.org/trunk@10525 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 13:38:02 +00:00 |
|
Andrew Ozz
|
40a91afb5d
|
Fix PHP notices in HTTP API Cookies, props beaulebens, fixes #9068
git-svn-id: https://develop.svn.wordpress.org/trunk@10524 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 04:20:34 +00:00 |
|