WordPress/wp-admin
saxmatt c1f391ae7e Better redirect cleaning.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-05 16:22:31 +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 Pages update and tweaks. 2004-10-05 08:27:13 +00:00
admin-header.php Input cleanup 2004-10-05 06:59:13 +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 Input cleanup 2004-10-05 06:59:13 +00:00
categories.php Cosmetic tweaks. 2004-10-05 07:13:51 +00:00
edit-comments.php Fix GUID generation 2004-10-05 07:36:50 +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 Pages update and tweaks. 2004-10-05 08:27:13 +00:00
edit-pages.php Pages update and tweaks. 2004-10-05 08:27:13 +00:00
edit.php Input cleanup 2004-10-05 06:59:13 +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 Cosmetic tweaks. 2004-10-05 07:13:51 +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 Better redirect cleaning. 2004-10-05 16:22:31 +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 Better redirect cleaning. 2004-10-05 16:22:31 +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 Fix GUID generation 2004-10-05 07:36:50 +00:00
upgrade-schema.php Very minor bugfix - extra "," 2004-10-05 09:04:53 +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 Pages update and tweaks. 2004-10-05 08:27:13 +00:00