WordPress/wp-admin
2008-03-24 02:57:19 +00:00
..
css Uploader CSS tweaks from tellyworth. fixes #6367 2008-03-24 02:53:15 +00:00
images Spacing cleanups and fixes. Hat tip: azaozz. 2008-03-23 06:41:43 +00:00
import ngettext fixes from nbachiyski. fixes #6261 2008-03-19 16:00:09 +00:00
includes Gallery display enhancements from tellyworth. fixes #6368 2008-03-24 02:57:19 +00:00
js Add tabindex. See #6352. 2008-03-22 21:25:21 +00:00
admin-ajax.php Fix custom field add/update/delete. Props mdawaffe. fixes #6343 2008-03-22 08:15:48 +00:00
admin-footer.php max width fixes from azaozz. fixes #6051 2008-02-29 23:27:02 +00:00
admin-functions.php Mark files as deprecated. See #4960. 2008-03-21 09:29:22 +00:00
admin-header.php Fix IE conditional. Props mdawaffe. fixes #6327 2008-03-21 03:02:16 +00:00
admin.php Color scheme selector fixes from andy. see #6167 2008-03-12 00:12:34 +00:00
async-upload.php Add capability check to async-upload. Props xknown. fixes #5848 2008-02-13 23:16:11 +00:00
bookmarklet.php Remove trailing whites. 2008-03-02 20:17:30 +00:00
categories.php Spacing cleanups and fixes. Hat tip: azaozz. 2008-03-23 06:41:43 +00:00
comment.php Reduce dependency on inline style. Props mdawaffe. fixes #6228 2008-03-14 23:58:31 +00:00
custom-header.php Show custom header images in the media library. Props spikeyslam. fixes #6008 2008-02-26 21:07:15 +00:00
edit-attachment-rows.php pretty delete animation, fix squashed icons and use 80x60 thumbs, add rel attrs to attachment links inserted from uploader. Props andy. see #5911 2008-03-21 23:21:27 +00:00
edit-category-form.php Fix over-aggressive form validation. Props mdawaffe. fixes #6209 2008-03-18 19:20:18 +00:00
edit-comments.php Show previous search in comment search box 2008-03-20 20:28:17 +00:00
edit-form-advanced.php Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link. 2008-03-23 07:10:17 +00:00
edit-form-comment.php moderation.php is no more. All hail edit-comments.php?comment_status=moderated 2008-03-18 23:24:04 +00:00
edit-form.php Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz. 2008-03-15 22:57:47 +00:00
edit-link-categories.php Spacing cleanups and fixes. Hat tip: azaozz. 2008-03-23 06:41:43 +00:00
edit-link-category-form.php Fix over-aggressive form validation. Props mdawaffe. fixes #6209 2008-03-18 19:20:18 +00:00
edit-link-form.php Fix over-aggressive form validation. Props mdawaffe. fixes #6209 2008-03-18 19:37:31 +00:00
edit-page-form.php s/Post/Page/. Props Denis-de-Bernardy. fixes #6361 2008-03-23 16:38:30 +00:00
edit-pages.php Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link. 2008-03-23 07:10:17 +00:00
edit-post-rows.php Wrap comment bubbles in minimum width div to avoid chopping. Props mt. fixes #6207 2008-03-20 21:40:17 +00:00
edit-tag-form.php Fix over-aggressive form validation. Props mdawaffe. fixes #6209 2008-03-18 19:20:18 +00:00
edit-tags.php Spacing cleanups and fixes. Hat tip: azaozz. 2008-03-23 06:41:43 +00:00
edit.php Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link. 2008-03-23 07:10:17 +00:00
export.php Better description for WXR. Fixes #6093 props thenlich and MtDewVirus. 2008-03-09 22:14:49 +00:00
import.php Admin style tweaks from mt. fixes #5974 2008-02-24 02:07:51 +00:00
index-extra.php Dashboard widgets caching improvements from mdawaffe. see #5750 2008-02-21 21:20:09 +00:00
index.php Send plugins all the replacment strings. 2008-03-20 19:40:11 +00:00
install-helper.php Remove unused variables. Props DD32. see #5418 2007-12-06 06:37:30 +00:00
install.php install.php i18n and html fixes. Props nbachiyski. fixes #6221 2008-03-14 18:22:19 +00:00
link-add.php Enqueue XFN for link pages. Props mdawaffe. fixes #6217 2008-03-10 05:44:56 +00:00
link-category.php Fix menu parent for link category editor 2008-03-18 23:49:42 +00:00
link-import.php Reduce dependency on inline style. Props mdawaffe. fixes #6228 2008-03-14 23:58:31 +00:00
link-manager.php Bail out users who go to Manage - Links trying to add a link 2008-03-20 05:02:40 +00:00
link-parse-opml.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
link.php Enqueue XFN for link pages. Props mdawaffe. fixes #6217 2008-03-10 05:44:56 +00:00
media-upload.php Invisible ink delete links. See #5911. Also some old school colors, half-way done. 2008-03-10 21:49:08 +00:00
media.php Fix warning in media.php. Show sidemenu. Props andy. fixes #6206 2008-03-17 18:28:43 +00:00
menu-header.php Work harder to create the correct links for new top level menus. Fixes #4907 props DD32. 2008-03-07 14:48:10 +00:00
menu.php Show Add Link page when visiting Write from Mange->Links. Props MtDewVirus. fixes #6204 2008-03-13 23:51:32 +00:00
moderation.php Resurrect moderation.php as a redirect to edit-comments.php. 2008-02-25 19:29:30 +00:00
options-discussion.php Give the greylist and blacklist a little room to breathe! 2008-03-21 04:45:19 +00:00
options-general.php Add some missing timezone offsets. Fixes #6176 props sambauers. 2008-03-12 08:38:21 +00:00
options-head.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
options-misc.php Styling fixes for Options->Misc from mdawaffe. fixes #6202 2008-03-18 02:07:49 +00:00
options-permalink.php Remove extraneous slash. Props rnt. fixes #6158 2008-03-11 16:41:53 +00:00
options-privacy.php Change niceblue class name to form-table. Props filosofo and mt. fixes #5973 2008-02-24 04:33:10 +00:00
options-reading.php Strange for this to be the only question on the page (and with strange answers at that). Wash dishes? Wash dishes. 2008-03-17 03:45:05 +00:00
options-writing.php Reduce dependency on inline style. Props mdawaffe. fixes #6228 2008-03-14 23:58:31 +00:00
options.php Change niceblue class name to form-table. Props filosofo and mt. fixes #5973 2008-02-24 04:33:10 +00:00
page-new.php Remove raquo from buttons. Props filosofo. fixes #5938 2008-02-20 19:30:55 +00:00
page.php "Go back" link for admin-initiated post/page edits. e.g. do a search, edit a post, click the link to go back to the search. 2008-03-21 03:31:12 +00:00
plugin-editor.php Better plugin-deactivation array-fu from Denis-de-Bernardy. fixes #6332 2008-03-21 19:34:27 +00:00
plugins.php Right align actions on Plugins page. Fixes #6337 props mt. 2008-03-21 22:01:29 +00:00
post-new.php Remove drafts from Write page. 2008-03-14 07:07:46 +00:00
post.php "Go back" link for admin-initiated post/page edits. e.g. do a search, edit a post, click the link to go back to the search. 2008-03-21 03:31:12 +00:00
profile.php Fix profile submenu highlight. Make is_profile_page a constant so that register globals can't manipulate it. see #5736 2008-01-31 22:03:48 +00:00
rtl.css RTL fixes from mani_monaj and RanYanivHartstein. see #6296 #6365 2008-03-24 02:51:51 +00:00
setup-config.php Change niceblue class name to form-table. Props filosofo and mt. fixes #5973 2008-02-24 04:33:10 +00:00
sidebar.php Reduce dependency on inline style. Props mdawaffe. fixes #6228 2008-03-14 23:58:31 +00:00
theme-editor.php Reduce dependency on inline style. Props mdawaffe. fixes #6228 2008-03-14 23:58:31 +00:00
themes.php Visual and English tweaks throughout. 2008-03-11 07:23:07 +00:00
update-links.php Consistently include wp-config.php. fixes #3349 2007-08-03 00:45:06 +00:00
update.php Deactivate plugins during plugin update. Props DD32. see #6262 2008-03-21 23:02:00 +00:00
upgrade-functions.php Mark files as deprecated. See #4960. 2008-03-21 09:29:22 +00:00
upgrade.php urlencode the goback url to preserve any parameters. Fixes #5753 props DD32. 2008-02-28 21:57:49 +00:00
upload.php Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link. 2008-03-23 07:10:17 +00:00
user-edit.php Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz. 2008-03-15 22:57:47 +00:00
users.php Fix over-aggressive form validation. Props mdawaffe. fixes #6209 2008-03-18 19:20:18 +00:00
widgets.php Fix multi-widget addition with JS disabled. Props mdawaffe. see #6239 2008-03-17 23:25:05 +00:00
wp-admin.css Have titles show cursor. Hat tip: Noel. 2008-03-23 07:32:58 +00:00