twentyGOLEM/wp-admin
ryan 69d3f2df59 Preserve page hierarchy. Props takayukister. fixes #4025
git-svn-id: http://svn.automattic.com/wordpress/trunk@5245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-04-12 01:34:15 +00:00
..
images
import Preserve page hierarchy. Props takayukister. fixes #4025 2007-04-12 01:34:15 +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 Bit twiddling. Add type bitfield to categories table. see #3723 2007-04-05 21:16:02 +00:00
admin-footer.php
admin-functions.php Fixed sorting -- uasort() instead of usort(). 2007-04-07 19:06:33 +00:00
admin-header.php Add admin_xml_ns action to <html> in the admin header. Props jhodgdon. fixes #4077 2007-04-04 23:54:47 +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 JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +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
custom-fields.js
custom-header.php Ryan slays the dragon. (Some of these return WP_Error objects.) 2007-03-23 02:05:29 +00:00
dbx-admin-key.js JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +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 This fixes the broken paginate_links on the comments and users page, however the way this function works is rather awkward and should be redone. There is far too much complexity for what it's trying to do. 2007-04-10 07:38:36 +00:00
edit-form-advanced.php Move inline styles to wp-admin.css. see #4068 2007-04-05 02:03:40 +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 Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
edit-page-form.php Kill the slow-loading iframe in favor of a popup link 2007-03-31 22:02:19 +00:00
edit-pages.php
edit.php Add missing the_title filter. Props jhodgdon. fixes #4019 2007-03-23 23:06:45 +00:00
export.php Add menu_order and page_name to WP import/export. Props takaykister. fixes #4024 2007-04-07 16:36:10 +00:00
import.php Import cleanup and optimizations. 2007-04-07 15:46:09 +00:00
index-extra.php
index.php Add private posts to Recent Posts for those who can read them. Props molecularbear. fixes #3877 2007-04-06 03:33:21 +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 Link filters from jhodgdon. fixes #3595 2007-03-10 01:13:49 +00:00
link-manager.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
link-parse-opml.php
link.php
menu-header.php
menu.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
moderation.php gettext date formats. Props rob1n and yskin. fixes #3863 2007-03-07 01:25:17 +00:00
options-discussion.php
options-general.php Some grammar fixes in options-general.php. Props jonnylamb and foolswisdom. fixes #3749 2007-03-29 02:43:10 +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 Now tag pretty permalinks should work, and support custom tag bases. 2007-03-31 09:19:32 +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
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
rtl.css Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068 2007-04-06 00:38:30 +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 Standardize on 'url' for fetching the blog's url. Props rob1n. fixes #3623 2007-03-07 03:05:41 +00:00
update-links.php
upgrade-functions.php Allow siteurl and home to be defined as constants in wp-config, bypassing the DB. Props filosofo and charleshooper. fixes #4003 2007-03-23 17:45:40 +00:00
upgrade-schema.php Bit twiddling. Add type bitfield to categories table. see #3723 2007-04-05 21:16:02 +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 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-rtl.css
upload.css
upload.js JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +00:00
upload.php This fixes the broken paginate_links on the comments and users page, however the way this function works is rather awkward and should be redone. There is far too much complexity for what it's trying to do. 2007-04-10 07:38:36 +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
wp-admin.css Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068 2007-04-06 00:38:30 +00:00
xfn.js