WordPress/wp-admin
2004-10-04 08:49:45 +00:00
..
admin-footer.php Axing of geo stuff, major cleanups on permalink options, style tweaks. 2004-09-15 15:09:39 +00:00
admin-functions.php Do not attemp to load marker data from a non-existent htaccess. Bug 308. 2004-09-27 02:32:51 +00:00
admin-header.php Moved visit link from menu to header, adjusted CSS to match and to also handle overflow better. 2004-09-14 10:17:12 +00:00
auth.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
bookmarklet.php Fix by Michael Leuchtenburg so that bookmarklet respects pingback setting. 2004-09-20 09:37:30 +00:00
categories.php New submenu system. 2004-08-22 23:24:50 +00:00
edit-comments.php Fix boulk comment delete. Bug 291. Patch from ringmaster. 2004-09-18 05:56:28 +00:00
edit-form-advanced.php More new_users_can_blog fixes, including to the registration form and resolution to http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000280 2004-09-16 10:26:39 +00:00
edit-form-comment.php Abstract quicktag code and don't show if it's Safari. 2004-09-09 17:51:33 +00:00
edit-form.php Initial functionality so level 1 users may be allowed to publish or just post drafts. 2004-09-14 12:41:09 +00:00
edit-page-form.php Fix static page editing. 2004-09-10 01:32:20 +00:00
edit-pages.php New submenu system. 2004-08-22 23:24:50 +00:00
edit.php Use superglobals for m and s. Bug 321. Hat tip: christoph. 2004-09-28 01:22:35 +00:00
import-b2.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
import-blogger.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
import-greymatter.php Add lastentry to the list of vars to reset. Fix from 2fargon for bug 00002222. 2004-08-17 18:42:22 +00:00
import-livejournal.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
import-mt.php Require upgrade-functions.php so that call to upgrade_all() does not fail. Reported by shelleyp, fixed by 2fargon. 2004-08-30 23:39:02 +00:00
import-rss.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
import-textpattern.php Escape content and title before inserting into the DB. http://wordpress.org/support/2/12153 2004-09-04 08:03:20 +00:00
index.php Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db. 2004-02-26 16:15:48 +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 added From: header to the mail notification 2004-09-23 11:42:40 +00:00
link-add.php New submenu system. 2004-08-22 23:24:50 +00:00
link-categories.php Massive options cleanup and another step of cleaning up the upgrade/install. 2004-09-05 00:24:28 +00:00
link-import.php Massive options cleanup and another step of cleaning up the upgrade/install. 2004-09-05 00:24:28 +00:00
link-manager.php Massive options cleanup and another step of cleaning up the upgrade/install. 2004-09-05 00:24:28 +00:00
link-parse-opml.php Cleaning up some includes. 2004-04-27 23:17:16 +00:00
menu.php Some file editor improvements. New: Recently edited and editor sidebar. 2004-09-22 06:33:54 +00:00
moderation.php Delete all them suckers. 2004-09-08 08:30:18 +00:00
options-discussion.php Kitten's emergent registration / comment whitelisting patch. 2004-10-04 08:49:45 +00:00
options-general.php Initial functionality so level 1 users may be allowed to publish or just post drafts. 2004-09-14 12:41:09 +00:00
options-head.php Remove optiongroups table. 2004-09-04 22:09:21 +00:00
options-misc.php Axing of geo stuff, major cleanups on permalink options, style tweaks. 2004-09-15 15:09:39 +00:00
options-permalink.php Remove extra slashes from permalink structure. 2004-09-18 05:49:10 +00:00
options-reading.php Massive options cleanup and another step of cleaning up the upgrade/install. 2004-09-05 00:24:28 +00:00
options-writing.php Axing of geo stuff, major cleanups on permalink options, style tweaks. 2004-09-15 15:09:39 +00:00
options.php The two flags "default_ping_status" and "default_comment_status" weren't being 2004-09-17 13:05:06 +00:00
plugins.php fix for #317: part one, avoid activating the same plugin twice 2004-09-26 18:12:12 +00:00
post.php Do not sanitize an empty title. 2004-09-18 05:38:47 +00:00
profile.php Massive options cleanup and another step of cleaning up the upgrade/install. 2004-09-05 00:24:28 +00:00
quicktags.js fixed bug #279, and fixed datetime to make it a proper w3cdtf string 2004-09-14 16:35:58 +00:00
setup-config.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
sidebar.php Fixed invalid XHTML in sidebar.php 2004-06-11 19:28:30 +00:00
templates.php Some file editor improvements. New: Recently edited and editor sidebar. 2004-09-22 06:33:54 +00:00
theme-editor.php Some file editor improvements. New: Recently edited and editor sidebar. 2004-09-22 06:33:54 +00:00
themes.php Revert to default theme if active theme is broken. 2004-09-16 18:09:32 +00:00
upgrade-functions.php convert trackbacks and pingbacks to use comment_type 2004-09-27 13:52:46 +00:00
upgrade-schema.php Kitten's emergent registration / comment whitelisting patch. 2004-10-04 08:49:45 +00:00
upgrade.php Install and upgrade refactoring complete. 2004-09-05 01:22:17 +00:00
upload.php Security: Clean up user inputs before using. 2004-10-02 00:46:30 +00:00
user-edit.php Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116. 2004-08-08 20:38:19 +00:00
users.php Use mb_mail_send if available. 2004-10-04 07:44:04 +00:00
wp-admin.css New login system. 2004-10-04 06:23:53 +00:00