WordPress/wp-admin
2004-12-14 09:22:21 +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 Just a little code cleanup and case normalization. http://mosquito.wordpress.org/view.php?id=360 2004-12-14 09:22:21 +00:00
admin-header.php Support for hidden custom fields (custom fields that start with _) 2004-12-09 04:12:20 +00:00
admin.php Move all auth stuff into functions. 2004-12-14 03:00:55 +00:00
bookmarklet.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
categories.php Just a little code cleanup and case normalization. http://mosquito.wordpress.org/view.php?id=360 2004-12-14 09:22:21 +00:00
edit-comments.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
edit-form-advanced.php Remove inline style. 2004-12-14 09:05:44 +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 Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
edit-pages.php String i18n. Bug 505. Patch from nbachiyski. 2004-11-29 19:46:20 +00:00
edit.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +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 Better dc:date handling: http://mosquito.wordpress.org/view.php?id=478 2004-12-14 08:58:11 +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 Move all auth stuff into functions. 2004-12-14 03:00:55 +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 Using modern variables. 2004-12-14 07:55:26 +00:00
link-add.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
link-categories.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
link-import.php Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support. 2004-10-19 03:03:06 +00:00
link-manager.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
link-parse-opml.php Cleaning up some includes. 2004-04-27 23:17:16 +00:00
menu-header.php add_menu_page(), add_submenu_page(), add_management_page(). 2004-11-26 01:50:37 +00:00
menu.php Rationalize menu access levels. Submenus should have an access level greater than or equal to its parent. Require level 8 for all file editing pages. 2004-12-08 22:32:49 +00:00
moderation.php HTML error. 2004-12-11 08:24:04 +00:00
options-discussion.php Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support. 2004-10-19 03:03:06 +00:00
options-general.php UTC is GMT updated for leap seconds. :) 2004-12-13 16:46:34 +00:00
options-head.php Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support. 2004-10-19 03:03:06 +00:00
options-misc.php Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support. 2004-10-19 03:03:06 +00:00
options-permalink.php More HTML error fixes. 2004-12-12 06:31:01 +00:00
options-reading.php Change "Front Page" to "Pages". Bug 481. 2004-11-27 00:58:39 +00:00
options-writing.php More HTML error fixes. 2004-12-12 06:31:01 +00:00
options.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
page-new.php Improvements to page handling. Move form to own page, put under "Write", ambiguiate language, and fix redirect. 2004-11-16 19:29:51 +00:00
plugin-editor.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
plugins.php Correct i18n string markup. Bug 502. Patch from nbachiyski. 2004-11-29 17:28:53 +00:00
post.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
profile.php Move all auth stuff into functions. 2004-12-14 03:00:55 +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 Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
templates.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
theme-editor.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
themes.php Number specifiers for i18n. 2004-11-28 05:48:22 +00:00
upgrade-functions.php Automatically trigger DB upgrade. 2004-10-08 19:49:58 +00:00
upgrade-schema.php Page/subpage URIs. 2004-10-06 02:18:37 +00:00
upgrade.php Enclosure support moved to functions.php - it now scans the content 2004-10-18 12:09:20 +00:00
upload.php More name cleanups 2004-11-18 23:55:08 +00:00
user-edit.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
users.php Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries. 2004-12-12 20:41:19 +00:00
wp-admin.css Remove inline style. 2004-12-14 09:05:44 +00:00