scribu
|
ed884411fe
|
List-table Class Names: Consistency's Revenge. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16171 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 21:09:27 +00:00 |
|
Peter Westwood
|
c4633bbd54
|
The big renaming of the list-table class files.
See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16128 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 09:19:50 +00:00 |
|
Andrew Nacin
|
0180091a56
|
Fix nested HTML in submit_button(). fixes #15257, see #15064.
git-svn-id: https://develop.svn.wordpress.org/trunk@16097 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-30 06:14:15 +00:00 |
|
Mark Jaquith
|
d65cdf4ba8
|
Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@16061 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-28 21:56:43 +00:00 |
|
Ryan Boren
|
7f1de33932
|
Hide more meta boxes by default. fixes #14212
git-svn-id: https://develop.svn.wordpress.org/trunk@15976 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-26 17:14:31 +00:00 |
|
Andrew Nacin
|
2a7cb746de
|
Introduce require_list_table(), rework get_list_table() calls, split default-list-tables into individual files. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15955 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 02:57:43 +00:00 |
|
Andrew Nacin
|
cd50525faa
|
Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772.
git-svn-id: https://develop.svn.wordpress.org/trunk@15938 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-23 19:49:25 +00:00 |
|
Ryan Boren
|
f2dbc7d273
|
Fix media dialog keyPress handling. Props mdawaffe. fixes #14394
git-svn-id: https://develop.svn.wordpress.org/trunk@15918 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-22 19:23:00 +00:00 |
|
Andrew Nacin
|
19f0fffed4
|
Remove debug cruft in [15844].
git-svn-id: https://develop.svn.wordpress.org/trunk@15845 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-19 07:59:26 +00:00 |
|
Andrew Nacin
|
22ba9295bf
|
Introduce show_in_menu for register_post_type. Allows post types to be a submenu. Accepts boolean and also a parent base. With help from duck_. fixes #14145.
git-svn-id: https://develop.svn.wordpress.org/trunk@15844 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-19 07:58:02 +00:00 |
|
Andrew Nacin
|
fb4e38b0e7
|
Pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@15843 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-19 07:48:22 +00:00 |
|
scribu
|
0911aa3e1a
|
Use submit_button() in more places. See #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@15830 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-17 18:24:34 +00:00 |
|
scribu
|
baa3e083c7
|
Introduce submit_button(). Props markjaquith for initial patch. See #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@15810 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-14 19:58:06 +00:00 |
|
Andrew Nacin
|
2e864d29ad
|
Pass screen context to favorite_actions filter. props whoismanu, fixes #15117.
git-svn-id: https://develop.svn.wordpress.org/trunk@15802 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-14 09:53:04 +00:00 |
|
scribu
|
eb59a85d22
|
Add WP_List_Table columns before all others. Fixes #15075
git-svn-id: https://develop.svn.wordpress.org/trunk@15764 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-09 09:39:16 +00:00 |
|
Ryan Boren
|
9ee8b20f30
|
First pass of user admin. Network admin and screen cleanups. see #14696
git-svn-id: https://develop.svn.wordpress.org/trunk@15746 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-07 19:34:18 +00:00 |
|
Andrew Nacin
|
842f61b71e
|
Apply [15661] to the edit-tags.php screens. fixes #14959. see #14886 for current_screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@15664 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-26 09:34:09 +00:00 |
|
Andrew Nacin
|
7639bd04c7
|
Prevent the $title global from being stomped. Caused by merger of manage_columns_prefs() into screen_meta() in [15653]. see #14952, see #14776. The global is apparent cruft as the function doesn't use it.
git-svn-id: https://develop.svn.wordpress.org/trunk@15662 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-26 09:16:38 +00:00 |
|
Andrew Nacin
|
6aea75f676
|
Add a post type class to screen icons. props jfarthing84 for initial patch. see #14959.
git-svn-id: https://develop.svn.wordpress.org/trunk@15661 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-26 08:51:34 +00:00 |
|
scribu
|
861c929165
|
Column headers revamp:
* undeprecate get_column_headers()
* undeprecate get_hidden_columns()
* in WP_List_Table, rename get_column_headers() to get_column_info()
* remove $taxonomy argument from single_row()
* merge manage_columns_prefs() into screen_meta()
Fixes #14952. Fixes #14776.
git-svn-id: https://develop.svn.wordpress.org/trunk@15653 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-24 13:35:06 +00:00 |
|
Andrew Nacin
|
9494e4ce7e
|
Phpdoc argument/@param cleanups. props duck_, see #14783.
git-svn-id: https://develop.svn.wordpress.org/trunk@15590 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-07 11:21:11 +00:00 |
|
Ryan Boren
|
22bd5efd46
|
Hide more meta boxes by default. fixes #14212
git-svn-id: https://develop.svn.wordpress.org/trunk@15555 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-31 18:27:59 +00:00 |
|
scribu
|
76ac1c93a8
|
Introduce get_list_table(). See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15528 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-25 00:51:44 +00:00 |
|
scribu
|
1c4aeef40e
|
replace $table with $wp_list_table. See #14651
git-svn-id: https://develop.svn.wordpress.org/trunk@15519 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-22 11:22:46 +00:00 |
|
scribu
|
b96c92620d
|
use is_a() instead of is_object() in screen_meta(). See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15518 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-22 01:50:34 +00:00 |
|
scribu
|
c5c084c42f
|
Small, subtle fixes. See #14596
git-svn-id: https://develop.svn.wordpress.org/trunk@15493 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-12 00:15:31 +00:00 |
|
scribu
|
fb9394167f
|
Ajaxify list-type screens in the admin. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15491 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-11 21:54:51 +00:00 |
|
Ryan Boren
|
01508edfac
|
Favorite action for network admin. see #14435
git-svn-id: https://develop.svn.wordpress.org/trunk@15489 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-02 19:07:03 +00:00 |
|
Andrew Nacin
|
494f898c39
|
screen_options() for 'show on screen' should look for show_ui post types, not public.
git-svn-id: https://develop.svn.wordpress.org/trunk@15339 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-27 08:38:06 +00:00 |
|
Andrew Nacin
|
73b2b7c164
|
Make Categories/Tags columns on edit.php properly aware of post types. Also ensure AJAX add-tag on edit-tags.php is given the post type. fixes #14061 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15336 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-27 01:05:53 +00:00 |
|
Ryan Boren
|
494ee995b5
|
Use get_current_user() and get_current_user_id() instead of global . Props filofo. see #13934 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@15315 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-24 15:01:29 +00:00 |
|
Dion Hulse
|
e263911f0e
|
Fix typos in r15278. Caused by fat fingers.
git-svn-id: https://develop.svn.wordpress.org/trunk@15280 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 05:48:30 +00:00 |
|
Dion Hulse
|
309a88827b
|
Coding standards clean-up of admin template.php. No logic changes. Removal of multiple spaces, addition of whitespace, addition of ;, s/"/'/g where appropriate, case changes of constants, removal of $output = '..'; echo $output.
git-svn-id: https://develop.svn.wordpress.org/trunk@15278 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 05:32:01 +00:00 |
|
Ryan Boren
|
9968a51d0d
|
Differentiate between edit and new via an action field for the screen. Fix favorite_actions(). fixes #13876
git-svn-id: https://develop.svn.wordpress.org/trunk@15253 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-14 19:33:04 +00:00 |
|
Andrew Nacin
|
95256b14b9
|
Don't use deprecated functions. props koopersmith, fixes #13854.
git-svn-id: https://develop.svn.wordpress.org/trunk@15242 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-13 06:20:51 +00:00 |
|
Andrew Nacin
|
825032bbf6
|
Provide context for screen options plural labels. fixes #13369.
git-svn-id: https://develop.svn.wordpress.org/trunk@15201 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:56:14 +00:00 |
|
Andrew Nacin
|
a052939dfc
|
Revert accidental commit. see [15199], see #13369
git-svn-id: https://develop.svn.wordpress.org/trunk@15200 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:48:04 +00:00 |
|
Andrew Nacin
|
0ed6a9bbb2
|
Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130.
git-svn-id: https://develop.svn.wordpress.org/trunk@15199 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:44:54 +00:00 |
|
Peter Westwood
|
537fcf4970
|
Improve phpDoc for add_settings_section. Fixes #13801 props frankieroberto.
git-svn-id: https://develop.svn.wordpress.org/trunk@15180 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 20:21:43 +00:00 |
|
Ryan Boren
|
9537ce264c
|
Set the screen for add-tag ajax requests. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15178 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 16:52:25 +00:00 |
|
Ryan Boren
|
d599a6ca65
|
Make set_current_screen() taxonomy aware. Use current_screen when setting up table headers for edit-tags.php. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15175 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-08 15:34:42 +00:00 |
|
Andrew Nacin
|
6f57a1a3ec
|
s/echos/echoes/ in phpdoc. props demetris, fixes #13742.
git-svn-id: https://develop.svn.wordpress.org/trunk@15148 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-06 05:16:32 +00:00 |
|
Mark Jaquith
|
b8f92556c3
|
Fix the Author links from Edit Pages screen. props duck_. fixes #13665
git-svn-id: https://develop.svn.wordpress.org/trunk@15085 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 00:26:49 +00:00 |
|
Mark Jaquith
|
cb6f66977e
|
Do proper caps check when processing bulk edited posts, and hide the checkbox on the Page edit page for users who lack permissions. props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@15032 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 15:49:13 +00:00 |
|
Andrew Nacin
|
d70faa9a43
|
Fix nonce check for updating custom fields. fixes #13586.
git-svn-id: https://develop.svn.wordpress.org/trunk@15028 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-28 04:09:08 +00:00 |
|
Andrew Nacin
|
7de9be3c08
|
Separate out multiple _ajax_nonce fields on post forms. Yay, validation. fixes #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14933 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-26 04:55:21 +00:00 |
|
Ryan Boren
|
cd201ff6b2
|
Post and page help. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14929 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-26 03:36:04 +00:00 |
|
Ryan Boren
|
aec821c651
|
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@14924 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-26 02:42:15 +00:00 |
|
Andrew Nacin
|
1bedd5e11a
|
Generalize some strings. Also tidy the discussions meta box, which will stay as "page" as that is referring to the HTML page, not post/page/book etc. see #13539
git-svn-id: https://develop.svn.wordpress.org/trunk@14904 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-25 19:47:22 +00:00 |
|
Ryan Boren
|
51e11b64d6
|
Allow searching custom post types when attaching media. Props markoheijnen. fixes #13229
git-svn-id: https://develop.svn.wordpress.org/trunk@14869 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-25 02:18:07 +00:00 |
|