WordPress/wp-admin
ryan 87c4f3a17f Strip lines that contain only whitespace down to newlines.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-03 23:19:20 +00:00
..
css jquery for widgets admin. Props filosofo. see #3824 2007-08-23 22:34:15 +00:00
images Missing image from earlier commit. 2007-08-17 13:34:26 +00:00
import Strip lines that contain only whitespace down to newlines. 2007-09-03 23:19:20 +00:00
includes Strip lines that contain only whitespace down to newlines. 2007-09-03 23:19:20 +00:00
js fix FF bug in write screen: post status change on reload. Props mdawaffe. fixes #4664 2007-07-24 21:40:58 +00:00
admin-ajax.php Don't die with type 2007-08-23 15:53:25 +00:00
admin-footer.php Gettext fixes from nbachiyski. fixes #4835 2007-08-28 18:57:55 +00:00
admin-header.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
admin.php Allow plugins to register importers. Props westi and Nazgul. fixes #4614 2007-08-23 23:09:03 +00:00
bookmarklet.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
categories.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
comment.php attribute_escape()s and int casts. see #4333 2007-05-25 09:41:04 +00:00
custom-header.php Make this more specific so it can be more easily overridden with CSS. 2007-07-10 04:38:27 +00:00
edit-category-form.php Set and get post cats to taxonomy. see #4189 2007-05-23 18:07:53 +00:00
edit-comments.php i18n fix from momo360modena and nbachiyski. fixes #4523 2007-08-21 00:35:55 +00:00
edit-form-advanced.php don't show Publish button when editing a future post. Props tellyworth. 2007-07-06 21:04:37 +00:00
edit-form-comment.php Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul. 2007-09-01 16:33:55 +00:00
edit-form.php attribute_escape()s and int casts. see #4333 2007-05-25 09:41:04 +00:00
edit-link-categories.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
edit-link-category-form.php Remove category parent dropdown from edit link category form since link categories are non-hierarchical. fixes #4896 2007-09-03 14:49:02 +00:00
edit-link-form.php Ending DIV was missing in edit-link-form.php. Props idle and Nazgul. fixes #4688 2007-08-01 16:14:46 +00:00
edit-page-form.php attribute_escape()s and int casts. see #4333 2007-05-25 09:41:04 +00:00
edit-pages.php Reorder post/page status dropdowns. Props mdawaffe. fixes #4848 2007-08-28 21:04:17 +00:00
edit-post-rows.php eol-style 2007-08-23 22:19:53 +00:00
edit.php Reorder post/page status dropdowns. Props mdawaffe. fixes #4848 2007-08-28 21:04:17 +00:00
export.php Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654 2007-08-21 18:27:45 +00:00
import.php correct logic grouping when reading importers. fixes #4763 2007-08-17 01:59:37 +00:00
index-extra.php Switch incoming links to use Google, fixes #4577 2007-08-17 11:08:00 +00:00
index.php Enable full translation of the Tags description. Fixes #4885 props nbachiyski. 2007-09-01 12:06:47 +00:00
install-helper.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
install.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
link-add.php Separate AJAX cat adder into post and link flavors. see #4189 2007-06-02 02:53:09 +00:00
link-category.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
link-import.php Sanitize cat_id, fixes #4691 2007-08-01 19:40:30 +00:00
link-manager.php bookmark sanitizer funcs and default filter cleanup. see #4546 2007-08-20 22:50:04 +00:00
link-parse-opml.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
link.php Separate AJAX cat adder into post and link flavors. see #4189 2007-06-02 02:53:09 +00:00
menu-header.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
menu.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
moderation.php Use doublequotes so line break works. Props Lloyd. fixes #4557 2007-06-28 23:08:23 +00:00
options-discussion.php Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674 2007-07-30 16:32:12 +00:00
options-general.php Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674 2007-07-30 16:32:12 +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 Don't tell users they have to update their .htaccess unless we're actually giving them something with which to update it. fixes #4706 2007-08-08 04:10:20 +00:00
options-privacy.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
options-reading.php XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709 2007-01-29 16:44:36 +00:00
options-writing.php Add some filtering. Props jhodgdon. see #4516 2007-08-31 23:55:56 +00:00
options.php Remove unused var. Props johnjosephbachir. fixes #4764 2007-09-03 20:06:27 +00:00
page-new.php Translate &raquo;. see #3401 2007-06-11 21:05:50 +00:00
page.php Display error message when attempting to edit post or page IDs that do not exist. Props Viper007Bond. fixes #4737 2007-08-15 22:31:19 +00:00
plugin-editor.php Prevent plugins from taking down the install when plugin edits results in a fatal error. fixes #3254 2007-02-14 06:15:05 +00:00
plugins.php First pass plugin update notification, see #4795 2007-08-22 10:48:48 +00:00
post-new.php Revert jcalendar date picker experiment. Save it for another day. fixes #4641 2007-07-17 19:26:03 +00:00
post.php Redirect back to post-new.php when doing a save and continue with empty post fields. fixes #4855 2007-08-29 17:24:42 +00:00
profile-update.php Enable RTE for new users. fixes #3485 2006-12-19 23:19:12 +00:00
profile.php Add ID's to profile edit form's fieldsets. fixes #4434 2007-06-12 21:52:50 +00:00
rtl.css RTL fixes from mani_monaj. fixes #4730 2007-08-13 15:36:26 +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 Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
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 new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
themes.php urlencode the theme name and stylesheet name in the activate links so as to support directories with + in the name. Fixes #3279. 2007-09-03 16:11:10 +00:00
update-links.php Consistently include wp-config.php. fixes #3349 2007-08-03 00:45:06 +00:00
upgrade.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
upload.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
user-edit.php use clean_url(). Nice catch, g30rg3x. see #4333 for trunk 2007-05-29 04:35:23 +00:00
users.php Add missing </em>. Props johnbillion. fixes #4479 2007-06-16 17:52:08 +00:00
widgets.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
wp-admin.css CSS fix for IE7 so that the login button is in the box. Fixed #4828 props intoxination. 2007-08-29 17:39:41 +00:00