Wordpress/wp-admin
Matt Mullenweg 92390480d7 Debug string?
git-svn-id: https://develop.svn.wordpress.org/trunk@3059 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:21:44 +00:00
..
images Prettier boxes 2005-11-06 01:57:59 +00:00
import Handle the lack of curl. From skeltoac. fixes #1855 2005-11-08 21:55:01 +00:00
admin-db.php Debug string? 2005-11-13 04:21:44 +00:00
admin-footer.php Move pings out-of-band to speed up posting. Props to Owen. fixes #1644 2005-09-02 16:56:28 +00:00
admin-functions.php Image FUNction, fixes #1797 2005-11-11 01:27:58 +00:00
admin-header.php TinyMCE tweaks from skeltoac. fixes #1852 2005-11-08 19:17:08 +00:00
admin.php Add kses_init_filters(). Call it when running importers. 2005-10-05 23:58:16 +00:00
bookmarklet.php Give a little love to the bookmarklet. 2005-10-28 08:43:23 +00:00
categories.php On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634 2005-08-31 02:39:17 +00:00
edit-comments.php Remove redundant lines. Props johnjosephbachir. fixes #1774 2005-11-11 00:32:15 +00:00
edit-form-advanced.php TinyMCE tweaks from skeltoac. fixes #1852 2005-11-08 19:17:08 +00:00
edit-form-ajax-cat.php Add admin-db include. Props donncha. fixes #1751 2005-10-12 17:04:27 +00:00
edit-form-comment.php Clap on Clap off 2005-08-18 01:51:59 +00:00
edit-form.php Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML 2005-08-08 01:13:22 +00:00
edit-link-form.php Consolidate link forms into edit-link-form 2005-09-19 00:47:58 +00:00
edit-page-form.php TinyMCE tweaks from skeltoac. fixes #1852 2005-11-08 19:17:08 +00:00
edit-pages.php On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634 2005-08-31 02:39:17 +00:00
edit.php Don't loop over empty list. Props Mark Jaquith. fixes #1827 2005-11-10 23:36:50 +00:00
execute-pings.php Don't trackbacks from draft post. Props markjaquith. fixes #1801 2005-11-06 07:10:15 +00:00
import-b2.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
import-greymatter.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
import-livejournal.php Use wpdb->escape instead of addslashes to prepare DB bound data. 2005-07-05 20:47:22 +00:00
import-mt.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
import-rss.php Use wpdb->escape instead of addslashes to prepare DB bound data. 2005-07-05 20:47:22 +00:00
import-textpattern.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
import.php New import system. Very rough draft. 2005-08-21 07:03:23 +00:00
index.php Order scheduled posts by date. 2005-09-12 18:55:23 +00:00
inline-uploading.php Delete link fix from donncha. fixes #1862 2005-11-10 16:52:12 +00:00
install-helper.php Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now. 2004-05-24 08:22:18 +00:00
install.php Add HTTPS support, fixes #1372 2005-11-11 01:21:28 +00:00
link-add.php Re-add xfn flag. 2005-09-19 02:50:42 +00:00
link-categories.php On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634 2005-08-31 02:39:17 +00:00
link-import.php Use wp_remote_fopen to fetch remote OPML. Props Cypher, davidhouse. fixes #1491 2005-09-08 21:01:54 +00:00
link-manager.php Consolidate link forms into edit-link-form 2005-09-19 00:47:58 +00:00
link-parse-opml.php Cleaning up some includes. 2004-04-27 23:17:16 +00:00
list-manipulation.js Fix for IE from Michael, fixes #1634 2005-09-10 09:16:32 +00:00
list-manipulation.php admin-db is needed for wp_delete_category 2005-10-09 01:59:02 +00:00
menu-header.php Fix menu annoyance. Clean up themes.php code. 2005-09-05 23:33:10 +00:00
menu.php New import system. Very rough draft. 2005-08-21 07:03:23 +00:00
moderation.php Moderation and comment_author_link, fixes #1019 2005-11-13 02:45:53 +00:00
options-discussion.php Cleanup options save. 2005-11-12 09:36:20 +00:00
options-general.php Documentation link, fixes #1652 2005-11-13 03:13:32 +00:00
options-head.php Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML 2005-08-08 01:13:22 +00:00
options-misc.php Cleanup options save. 2005-11-12 09:36:20 +00:00
options-permalink.php Add radio button for our default permalink structure. Add got_mod_rewrite(). Props Mark Jaquith. fixes #1840 2005-11-10 23:25:39 +00:00
options-personal-update.php Minor tweaks 2005-08-08 03:28:37 +00:00
options-personal.php Cleanup options save. 2005-11-12 09:36:20 +00:00
options-reading.php Cleanup options save. 2005-11-12 09:36:20 +00:00
options-writing.php Cleanup options save. 2005-11-12 09:36:20 +00:00
options.php Cleanup options save. 2005-11-12 09:36:20 +00:00
page-new.php Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML 2005-08-08 01:13:22 +00:00
plugin-editor.php Bad grammar. Fixes #1766 2005-11-05 22:55:04 +00:00
plugins.php Actually remove deleted plugins from the active plugin list. This has been broken for ever. fixes #1709 2005-10-05 23:19:48 +00:00
post.php Put the preview anchors on the h2. Props: markjaquith fixes #1765 2005-10-29 01:52:56 +00:00
profile-update.php Link love. Add get_link(), get_link_to_edit(), add_link(), edit_link(), wp_insert_link(), wp_update_link(), wp_delete_link() 2005-09-18 19:44:14 +00:00
profile.php Show Role in profile and user edit. Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster. fixes #1825 2005-11-06 03:58:52 +00:00
setup-config.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
sidebar.php Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742 2005-10-12 18:21:15 +00:00
templates.php Bad grammar. Fixes #1766 2005-11-05 22:55:04 +00:00
theme-editor.php Bad grammar. Fixes #1766 2005-11-05 22:55:04 +00:00
themes.php Fix menu annoyance. Clean up themes.php code. 2005-09-05 23:33:10 +00:00
update-links.php Use wpdb->escape instead of addslashes to prepare DB bound data. 2005-07-05 20:47:22 +00:00
upgrade-functions.php DB versioning. fixes #1791 2005-10-27 22:04:12 +00:00
upgrade-schema.php Add HTTPS support, fixes #1372 2005-11-11 01:21:28 +00:00
upgrade.php Send a header as well as a meta, fixes #857 2005-11-11 01:31:59 +00:00
user-edit.php Show Role in profile and user edit. Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster. fixes #1825 2005-11-06 03:58:52 +00:00
users.php User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification(). 2005-09-14 00:03:02 +00:00
wp-admin.css TinyMCE accesskeys from skeltoac. fixes #1854 2005-11-09 08:44:48 +00:00