Ryan Boren
|
c1543ec4e6
|
Add option defaults. Add arg to get_user_option() to avoid querying options table if user option is missing. see #8229
git-svn-id: https://develop.svn.wordpress.org/trunk@9871 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-25 18:33:04 +00:00 |
|
Mark Jaquith
|
3b9b10645f
|
Remove manual santization of redirect URLs (handled in wp_redirect())
git-svn-id: https://develop.svn.wordpress.org/trunk@9779 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-19 06:32:10 +00:00 |
|
Ryan Boren
|
42524ceea5
|
Key screen meta off of page hook. fixes #8246
git-svn-id: https://develop.svn.wordpress.org/trunk@9735 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-17 19:16:26 +00:00 |
|
Andrew Ozz
|
57a1c6f31e
|
CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-17 18:01:00 +00:00 |
|
Ryan Boren
|
0b9dc12a17
|
i18n plurals fixes from nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9668 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-13 20:59:32 +00:00 |
|
Andrew Ozz
|
521d3c0998
|
Consolidate six more js files
git-svn-id: https://develop.svn.wordpress.org/trunk@9631 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-12 09:35:50 +00:00 |
|
Ryan Boren
|
7f00d29121
|
Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@9620 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-11 22:40:16 +00:00 |
|
Andrew Ozz
|
d998d37ac0
|
Set search button class to .button
git-svn-id: https://develop.svn.wordpress.org/trunk@9563 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-07 23:12:39 +00:00 |
|
Andrew Ozz
|
b5a79bce8d
|
Display warning when bulk deleting posts, pages, attachments, comments, etc.
git-svn-id: https://develop.svn.wordpress.org/trunk@9560 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-07 03:13:50 +00:00 |
|
Ryan Boren
|
f4e050164d
|
screen_meta() fixes. Show Help on more pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@9557 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-06 22:21:27 +00:00 |
|
Andrew Ozz
|
7b2d2b7a11
|
Help tab
git-svn-id: https://develop.svn.wordpress.org/trunk@9545 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-06 08:13:50 +00:00 |
|
Ryan Boren
|
6aa04979e1
|
Move notices below h2
git-svn-id: https://develop.svn.wordpress.org/trunk@9533 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 20:30:26 +00:00 |
|
Andrew Ozz
|
394968b4e1
|
Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-27 01:22:24 +00:00 |
|
Peter Westwood
|
16375fdc5a
|
unique search input ids.
git-svn-id: https://develop.svn.wordpress.org/trunk@9341 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-25 18:43:33 +00:00 |
|
Andrew Ozz
|
0e845af695
|
New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-24 18:25:46 +00:00 |
|
Mark Jaquith
|
8f702da770
|
Screen Options tab, rough draft
git-svn-id: https://develop.svn.wordpress.org/trunk@9319 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-24 10:29:07 +00:00 |
|
Mark Jaquith
|
202c2fc0be
|
Covering our XSS bases
git-svn-id: https://develop.svn.wordpress.org/trunk@9233 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-17 20:06:22 +00:00 |
|
Mark Jaquith
|
377ad4f01d
|
Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-17 20:02:03 +00:00 |
|
Andrew Ozz
|
c15e06e42a
|
HTML validation fixes, props Viper007Bond
git-svn-id: https://develop.svn.wordpress.org/trunk@9223 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-17 03:49:43 +00:00 |
|
Ryan Boren
|
36508586aa
|
Remove pagenow from search form actions. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9122 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-11 00:12:37 +00:00 |
|
Ryan Boren
|
fb452b28e4
|
Function to prep 's' for display on admin pages that don't run WP_Query(). Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9074 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-03 03:06:43 +00:00 |
|
Andrew Ozz
|
3664763817
|
Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-03 00:13:12 +00:00 |
|
Ryan Boren
|
a90dbc6f4d
|
Restore search boxes. CSS to-do. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9069 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-02 18:03:45 +00:00 |
|
Andrew Ozz
|
8550854e9a
|
Move Page Options button to the header
git-svn-id: https://develop.svn.wordpress.org/trunk@9054 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-02 01:32:27 +00:00 |
|
Ryan Boren
|
8f62bd766a
|
h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9032 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-29 22:06:23 +00:00 |
|
Andrew Ozz
|
3562ad77b6
|
Add table footers and action selects at the bottom
git-svn-id: https://develop.svn.wordpress.org/trunk@9028 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-29 09:26:21 +00:00 |
|
Andrew Ozz
|
56df9ace2d
|
Move posts filter above tablenav
git-svn-id: https://develop.svn.wordpress.org/trunk@9018 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-28 12:29:19 +00:00 |
|
Andrew Ozz
|
7895e38ccf
|
Move and adjust "Page Options" box
git-svn-id: https://develop.svn.wordpress.org/trunk@9016 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-28 04:11:27 +00:00 |
|
Ryan Boren
|
aceb2047b4
|
Remove per page search boxes
git-svn-id: https://develop.svn.wordpress.org/trunk@8984 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-25 21:54:14 +00:00 |
|
Andrew Ozz
|
36c04753fb
|
Batch editing, first cut, see #6815
git-svn-id: https://develop.svn.wordpress.org/trunk@8973 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-25 13:42:34 +00:00 |
|
Andrew Ozz
|
e66bb35982
|
Bulk delete: only delete when Apply button is clicked, move Advanced Options to separate form
git-svn-id: https://develop.svn.wordpress.org/trunk@8948 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-22 03:27:48 +00:00 |
|
Ryan Boren
|
09cb6eeebb
|
Consolidate column header code. Add column hiding to taxonomy pages (incomplete). see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8923 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-18 05:41:45 +00:00 |
|
Ryan Boren
|
e97af14335
|
Column hiding for links. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8888 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-14 06:51:42 +00:00 |
|
Andrew Ozz
|
0bfa8da71c
|
Fix the position of the search field on all admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@8867 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-11 18:54:05 +00:00 |
|
Andrew Ozz
|
f6231a0146
|
Fix double css class in link-manager.php, props Simek, fixes #7702
git-svn-id: https://develop.svn.wordpress.org/trunk@8844 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-08 03:58:33 +00:00 |
|
Ryan Boren
|
96af4719ae
|
Label colonectomy
git-svn-id: https://develop.svn.wordpress.org/trunk@8839 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-06 06:56:56 +00:00 |
|
Peter Westwood
|
1a98aec97c
|
Better admin search boxes.
git-svn-id: https://develop.svn.wordpress.org/trunk@8827 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 23:19:08 +00:00 |
|
Andrew Ozz
|
3a66322199
|
Don't overwrite $link object in link-manager.php
git-svn-id: https://develop.svn.wordpress.org/trunk@8771 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 08:58:30 +00:00 |
|
Ryan Boren
|
fa0b44817d
|
Add edit and delete links to the Content->Links rows. Add get_edit_bookmark_link(). Add caching for individual bookmarks. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8758 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 22:04:12 +00:00 |
|
Ryan Boren
|
f284661233
|
Merge crazyhorse management pages. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8682 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-20 04:06:36 +00:00 |
|
Peter Westwood
|
ab17f7283c
|
phpdoc for wp-admin. See #7496 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8645 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-14 06:30:38 +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
|
f70f8d56cc
|
Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 10:37:06 +00:00 |
|
Ryan Boren
|
f74903d3c2
|
Shift-click to select a range of checkboxes. Props mdawaffe. fixes #6541 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7745 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 22:23:02 +00:00 |
|
Mark Jaquith
|
4c1079ba0a
|
Bail out users who go to Manage - Links trying to add a link
git-svn-id: https://develop.svn.wordpress.org/trunk@7412 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 05:02:40 +00:00 |
|
Ryan Boren
|
e3b2cd3fc4
|
Remove unneeded js include. Props mdawaffe. fixes #6287
git-svn-id: https://develop.svn.wordpress.org/trunk@7386 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 19:41:09 +00:00 |
|
Ryan Boren
|
beef336baf
|
Add title attribute to edit link link. see #6082
git-svn-id: https://develop.svn.wordpress.org/trunk@7363 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-17 23:40:55 +00:00 |
|
Ryan Boren
|
872d374ece
|
Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: https://develop.svn.wordpress.org/trunk@7304 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 23:58:31 +00:00 |
|
Matt Mullenweg
|
b94a95a10c
|
Make deletes hover red, rawr.
git-svn-id: https://develop.svn.wordpress.org/trunk@7184 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-07 18:35:24 +00:00 |
|
Ryan Boren
|
6d7441c26e
|
Remove trailing whites.
git-svn-id: https://develop.svn.wordpress.org/trunk@7130 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-02 20:17:30 +00:00 |
|