twentyGOLEM/wp-admin
ryan fe1178d848 Keep the old tables in the schema until everything is converted. see #4189
git-svn-id: http://svn.automattic.com/wordpress/trunk@5516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-05-22 20:59:00 +00:00
..
images Make H2's in the admin wrap nice, and some CSS cleanup. Props JeremyVisser. fixes #4119 2007-05-10 02:52:22 +00:00
import Some fixes for the Textpattern importer. 2007-05-11 03:54:56 +00:00
admin-ajax.php Dynamically refill comment list when a comment is deleted. Props mdawaffe. fixes #4038 2007-03-27 21:20:16 +00:00
admin-db.php Very rough initial commit of taxonomy for everyone's hacking pleasure. There be dragons. see #4189 2007-05-22 05:12:38 +00:00
admin-footer.php Get rid of stray space. 2007-05-14 03:28:10 +00:00
admin-functions.php Very rough initial commit of taxonomy for everyone's hacking pleasure. There be dragons. see #4189 2007-05-22 05:12:38 +00:00
admin-header.php Just use bloginfo(). Props jhodgdon. fixes #3903 2007-04-14 00:16:38 +00:00
admin.php
bookmarklet.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
cat.js AJAXcat fixes and FF workaround from mdawaffe. fixes #3895 2007-04-17 20:56:41 +00:00
categories.js Fix encoding of cats added over AJAX. Props mdawaffe. fixes #3676 2007-03-27 23:51:26 +00:00
categories.php And that's a wrap, folks. 2007-04-09 16:15:50 +00:00
comment.php Link that URL! 2007-04-27 05:23:53 +00:00
custom-fields.js
custom-header.php Add nonce to avoid AYS when restoring image header. 2007-05-15 16:47:15 +00:00
dbx-admin-key.js AJAXcat fixes and FF workaround from mdawaffe. fixes #3895 2007-04-17 20:56:41 +00:00
edit-category-form.php
edit-comments.js Fix list JS when marking comment as spam. Props mdawaffe. fixes #4038 2007-03-27 23:49:15 +00:00
edit-comments.php Fix accidental typo. fixes #4300 2007-05-21 22:58:22 +00:00
edit-form-advanced.php Add id attribute where it's only name. fixes #3696 2007-04-27 00:47:01 +00:00
edit-form-comment.php Take out duplicate ID. Props JeremyVisser. fixes #3432 2007-04-10 23:44:58 +00:00
edit-form.php
edit-link-form.php Add id attribute where it's only name. fixes #3696 2007-04-27 00:47:01 +00:00
edit-page-form.php Add id attribute where it's only name. fixes #3696 2007-04-27 00:47:01 +00:00
edit-pages.php Add clearer to edit-pages.php. Props Nazgul. fixes #4210 2007-05-01 01:19:19 +00:00
edit.php Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet. 2007-04-27 05:30:23 +00:00
export.php Add encoding to WXR exports, and clean up HTML comments. 2007-04-12 23:53:36 +00:00
import.php Import cleanup and optimizations. 2007-04-07 15:46:09 +00:00
index-extra.php Fix stupid error on my part. Props abbaanthony. fixes #4208 2007-04-30 02:28:06 +00:00
index.php Allow number_format to be internationalized. Props nbachiyski. fixes #3677 2007-04-25 00:49:57 +00:00
install-helper.php
install-rtl.css
install.css
install.php
link-add.php Remove old notice. Props johnbillion. fixes #2576 2007-03-07 17:07:33 +00:00
link-import.php Handle local and remote blogroll imports. Props apokalyptik. fixes #4243 for 2.3 2007-05-10 21:21:54 +00:00
link-manager.php Use correct var. Props charismabiz. fixes #4246 for 2.3 2007-05-10 21:08:13 +00:00
link-parse-opml.php
link.php
menu-header.php
menu.php Make sure Widgets menu comes after Themes. see #4169 2007-05-06 20:36:11 +00:00
moderation.php Show post name and bring organization in line with the edit comments page. 2007-05-14 03:41:03 +00:00
options-discussion.php
options-general.php Don't set URL options if WP_HOME and or WP_SITEURL are defined. Props filosofo. fixes #4199 2007-05-05 00:19:25 +00:00
options-head.php Removing superfluous <br /> from Options-General. Props johnbillion. fixes #3929 for trunk. 2007-03-16 08:10:02 +00:00
options-misc.php s/bookmark/link/. Props JeremyVisser. fixes #3718 2007-03-07 01:35:39 +00:00
options-permalink.php Add id attribute where it's only name. fixes #3696 2007-04-27 00:47:01 +00:00
options-privacy.php
options-reading.php
options-writing.php s/bookmark/link/. Props MichaelH. fixes #3648 2007-03-07 01:30:53 +00:00
options.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
page-new.php
page.php Kill the slow-loading iframe in favor of a popup link 2007-03-31 22:02:19 +00:00
plugin-editor.php
plugins.php Don't die because of output by badly-written plugins upon activation. Props masquerade. fixes #4127 2007-04-11 03:23:23 +00:00
post-new.php Don't reference old-style "levels," as they apparently used to call them back in the day. 2007-05-04 04:18:59 +00:00
post.php Kill the slow-loading iframe in favor of a popup link 2007-03-31 22:02:19 +00:00
profile-update.php
profile.php Add id attribute where it's only name. fixes #3696 2007-04-27 00:47:01 +00:00
rtl.css Add RTL css for #tagdiv. Props Sewar. fixes #4140 2007-04-13 03:29:43 +00:00
setup-config.php People are confusing the part they should edit with the part they shouldn't, so let's make the example values a little more self-evident. 2007-03-08 18:31:46 +00:00
sidebar.php
templates.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
theme-editor.php
themes.php Knowing the version of the theme is pretty useless in this context, it's clutter. 2007-05-09 17:14:23 +00:00
update-links.php
upgrade-functions.php Cast to array to avoid warning. 2007-05-10 16:32:11 +00:00
upgrade-schema.php Keep the old tables in the schema until everything is converted. see #4189 2007-05-22 20:59:00 +00:00
upgrade.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
upload-functions.php trim() question marks *after* concatenating the string. fixes #4134 2007-04-14 00:11:47 +00:00
upload-rtl.css
upload.css Fix inline uploader page links. Props mdawaffe. fixes #4217 for 2.3 2007-05-01 23:33:44 +00:00
upload.js
upload.php Fix inline uploader page links. Props mdawaffe. fixes #4217 for 2.3 2007-05-01 23:33:44 +00:00
user-edit.php Fix Back to Authors and Users link. fixes #4102 2007-04-06 23:09:02 +00:00
users.js
users.php Change the message when registration isn't enabled to reflect that. Props markjaquith. fixes #3640 2007-03-29 02:30:57 +00:00
widgets-rtl.css Whoops, forgot widgets-rtl.css. 2007-04-27 02:39:22 +00:00
widgets.css Fix widget admin layout for IE7. Props Denis-de-Bernardy. fixes #4264 for 2.3 2007-05-19 17:24:25 +00:00
widgets.php Doh. fixes #4292 2007-05-19 23:44:37 +00:00
wp-admin.css Make H2's in the admin wrap nice, and some CSS cleanup. Props JeremyVisser. fixes #4119 2007-05-10 02:52:22 +00:00
xfn.js