westi
|
cd36d71ed9
|
Merge updated pomo code. Includes new NOOP_Translations class see #10971 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-21 07:06:55 +00:00 |
|
ryan
|
0273adeb65
|
Tweak embed settings. Props Viper007Bond. see #10337
git-svn-id: http://svn.automattic.com/wordpress/trunk@12076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-20 21:28:35 +00:00 |
|
ryan
|
4f3eab3de3
|
Strip nulls
git-svn-id: http://svn.automattic.com/wordpress/trunk@12072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-20 18:52:37 +00:00 |
|
azaozz
|
81b2167be3
|
Fix replying to comments from admin, props josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@12071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-20 17:45:12 +00:00 |
|
westi
|
93b71da3bc
|
Update version info in phpDoc for _admin_notice_post_locked() see #10729.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-20 17:02:22 +00:00 |
|
ryan
|
6f5c3fb7cf
|
Start roughing in GUU. see #10973
git-svn-id: http://svn.automattic.com/wordpress/trunk@12066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-20 16:11:59 +00:00 |
|
azaozz
|
7927c2f6c6
|
Pull thumbnail scripts out of Posts screens too. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 21:51:16 +00:00 |
|
markjaquith
|
d9ed18b720
|
pull thumbnail scripts out of Page admin pages. see #10928. props scribu, gracious even in reversion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 21:46:10 +00:00 |
|
westi
|
a2e61f480c
|
Display a smaller filename in the theme editor urls and make theme files editable again. Fixes #10974.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 21:39:04 +00:00 |
|
ryan
|
ce94d9ca5c
|
Improve sanitize_post() performance. Perform raw filtering only once. Add filter check to eliminate double filtering. Props johanee. fixes #10972 see #10801
git-svn-id: http://svn.automattic.com/wordpress/trunk@12062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 21:28:44 +00:00 |
|
markjaquith
|
22518cefe2
|
Revert to old options table storage of rewrite_rules. Transient object caches would silently regenerate rewrite_rules without giving plugins a chance to readd endpoints. fixes #10981
git-svn-id: http://svn.automattic.com/wordpress/trunk@12061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 21:10:46 +00:00 |
|
azaozz
|
76f6b9706e
|
Merge set-post-thumbnail-handler.js with post.js, move Post Thumbnail meta-box to /includes/meta-boxes.php, see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 20:23:35 +00:00 |
|
markjaquith
|
d3f3b6bed1
|
Only show Use for thumbnail link for image attachments. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 16:36:21 +00:00 |
|
ryan
|
5891de3455
|
Make get_adjacent_post work with custom post_types. Props prettyboymp. fixes #10717
git-svn-id: http://svn.automattic.com/wordpress/trunk@12058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 16:31:20 +00:00 |
|
markjaquith
|
557a8d242c
|
Allow pages to have thumbnails too. Props scribu. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 14:44:17 +00:00 |
|
azaozz
|
7e9d95d543
|
Separate fields for image alt and image caption in the uploader.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-19 05:09:41 +00:00 |
|
markjaquith
|
529cc9244b
|
Delete post thumbnail relationships for deleted attachments. props scribu. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 13:58:44 +00:00 |
|
westi
|
5f9ac8a5fd
|
Ensure we always have author info to check capabilities with. Fixes notice on Add new post page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 12:06:39 +00:00 |
|
westi
|
04638ecd6f
|
Remove duplicated create_function calls an use a private _search_terms_tidy function instead for tidying up the post/page searching when looking to attach orphans to a parent post or page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 11:50:59 +00:00 |
|
azaozz
|
9783a2415a
|
Properly escape filename when sending to editor, props hakre sivel, fixes #10252
git-svn-id: http://svn.automattic.com/wordpress/trunk@12051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 06:14:16 +00:00 |
|
azaozz
|
d0b8296e23
|
Smoooth animations for comment move to trash and undo, see #4529
git-svn-id: http://svn.automattic.com/wordpress/trunk@12050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 05:59:03 +00:00 |
|
azaozz
|
a9f80b1937
|
Bring WP_Dependencies::dequeue() in line with WP_Dependencies::enqueue(), props chrisbliss18, fixes #9870
git-svn-id: http://svn.automattic.com/wordpress/trunk@12049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-18 05:51:30 +00:00 |
|
westi
|
d303a241d1
|
Ensure that Title is always set for plugin data as it was before. see #8964.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-17 17:01:07 +00:00 |
|
ryan
|
087e3d2376
|
Use array_intersect_assoc()
git-svn-id: http://svn.automattic.com/wordpress/trunk@12047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-17 16:20:52 +00:00 |
|
markjaquith
|
169c14b225
|
Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
git-svn-id: http://svn.automattic.com/wordpress/trunk@12046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-17 05:18:29 +00:00 |
|
markjaquith
|
57b5a0cc30
|
Fix wp_list_comments() ol/ul/div logic oversight. props junsuijin. fixes #10742
git-svn-id: http://svn.automattic.com/wordpress/trunk@12045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 21:47:35 +00:00 |
|
westi
|
c26e33b939
|
Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers. See #8964 props strider72.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 21:07:00 +00:00 |
|
westi
|
995ff3cd3c
|
Restore the functionality of the theme_root filter. See #10467.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 20:45:32 +00:00 |
|
ryan
|
bf96c01551
|
Associate subdirector of whitespace trims trailing whites with pinking shears.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 20:26:21 +00:00 |
|
markjaquith
|
83c2393f43
|
Director of Whitespace rules default-filters.php with an iron fist
git-svn-id: http://svn.automattic.com/wordpress/trunk@12041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 17:27:45 +00:00 |
|
markjaquith
|
95a814ffe6
|
Remove redundant !empty() checks. props filosofo. see #10960
git-svn-id: http://svn.automattic.com/wordpress/trunk@12040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 14:47:04 +00:00 |
|
markjaquith
|
1310ecbd1c
|
Add wp-post-image CSS class to post images. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 14:27:04 +00:00 |
|
markjaquith
|
83364a9737
|
Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 14:20:35 +00:00 |
|
markjaquith
|
2fa9ebab8f
|
Remove close TB call that was removed earlier. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 13:58:10 +00:00 |
|
markjaquith
|
af407e7e3f
|
Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12036 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 12:57:16 +00:00 |
|
markjaquith
|
0dc4500e09
|
Allow theme devs to change attrs (like CSS class) of thumbnail images. props scribu. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 12:31:48 +00:00 |
|
markjaquith
|
398bfcd57d
|
Do not do a canonical redirect for negated author query strings. fixes #10960
git-svn-id: http://svn.automattic.com/wordpress/trunk@12034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-15 09:13:38 +00:00 |
|
westi
|
40e0b16615
|
Page Templates now have there full path specified so no need to prepend WP_CONTENT_DIR. Fixes #10953 props sivel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 20:46:09 +00:00 |
|
ryan
|
144618f797
|
Strip commas and spaces from charset. Props Jose Carlos Norte
git-svn-id: http://svn.automattic.com/wordpress/trunk@12032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 16:21:28 +00:00 |
|
markjaquith
|
17039e3294
|
Do not close media thickbox after thumbnail is selected, in case uploads are in progress. see #10928
git-svn-id: http://svn.automattic.com/wordpress/trunk@12031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 08:42:32 +00:00 |
|
azaozz
|
72666a5458
|
Fix tags and categories postboxes in PressThis
git-svn-id: http://svn.automattic.com/wordpress/trunk@12030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 07:30:10 +00:00 |
|
azaozz
|
c790ebcdd9
|
Remove remains from the old bookmarklet code
git-svn-id: http://svn.automattic.com/wordpress/trunk@12029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 05:53:49 +00:00 |
|
markjaquith
|
0a665944e8
|
Add set_user_role action hook. props jamescollins, usermrpapa. fixes #10716
git-svn-id: http://svn.automattic.com/wordpress/trunk@12028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-14 02:30:51 +00:00 |
|
ryan
|
18f11f1fbc
|
Use oEmbed for youtube. Props Viper007Bond. see #10337
git-svn-id: http://svn.automattic.com/wordpress/trunk@12027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 22:36:24 +00:00 |
|
ryan
|
9dbf6545f0
|
Request only as many incoming links and we'll display. Props niallkennedy. fixes #10685
git-svn-id: http://svn.automattic.com/wordpress/trunk@12026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 22:04:54 +00:00 |
|
markjaquith
|
d86259fcb1
|
Introducing register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user. props apeatling. fixes #10467
git-svn-id: http://svn.automattic.com/wordpress/trunk@12025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 19:06:35 +00:00 |
|
ryan
|
410d1e28d8
|
Bump db version
git-svn-id: http://svn.automattic.com/wordpress/trunk@12024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 18:50:16 +00:00 |
|
ryan
|
410fcc2e42
|
Embeds. Props Viper007Bond. see #10337
git-svn-id: http://svn.automattic.com/wordpress/trunk@12023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 17:04:22 +00:00 |
|
azaozz
|
b2966fba30
|
Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-13 10:02:42 +00:00 |
|
azaozz
|
efa493655e
|
Show the login form in a popup when autosave hits the login grace period, fixes #10704
git-svn-id: http://svn.automattic.com/wordpress/trunk@12021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-11 11:26:59 +00:00 |
|