April 2006 Archives by subject
Starting: Sat Apr 1 05:27:12 GMT 2006
Ending: Sat Apr 29 09:21:26 GMT 2006
Messages: 83
- [wp-svn] [3672] trunk/wp-admin/admin-functions.php: More
informative delete category dialog.
m at wordpress.org
- [wp-svn] [3673] trunk/wp-admin/setup-config.php: Make setup-config
purtier.
m at wordpress.org
- [wp-svn] [3674] trunk/wp-admin/page.php: Redirect if no action is
set.
m at wordpress.org
- [wp-svn] [3675] trunk/wp-admin/categories.php: Add braces in case
our belt gives out after a large meal.
m at wordpress.org
- [wp-svn] [3676] trunk: WP_Locale.
m at wordpress.org
- [wp-svn] [3677] trunk/wp-admin: AJAXify user addition.
m at wordpress.org
- [wp-svn] [3678] trunk/wp-admin: Some optimization of the post query.
m at wordpress.org
- [wp-svn] [3679] trunk/wp-admin: Get all error messages with
get_error_messages().
m at wordpress.org
- [wp-svn] [3680] trunk/wp-admin/users.js: AJAXify user addition.
m at wordpress.org
- [wp-svn] [3681] trunk/wp-includes/template-functions-general.php:
Don't texturize home.
m at wordpress.org
- [wp-svn] [3682] trunk/wp-includes/classes.php: Do a therapuetic
double strip on HTTP_IF_MODIFIED_SINCE since we code in an
imperfect world.
m at wordpress.org
- [wp-svn] [3683] trunk/wp-admin/post.php: Redirect if no action
given.
m at wordpress.org
- [wp-svn] [3684] trunk/wp-admin: List manip improvements from
mdawaffe.
m at wordpress.org
- [wp-svn] [3685] trunk: Remove use of deprecated variables,
don't show bookmarklet form to unrecognized browser.
m at wordpress.org
- [wp-svn] [3686] trunk/wp-includes/functions-formatting.php:
texturize fix from that Andy guy.
m at wordpress.org
- [wp-svn] [3687] trunk/wp-admin/templates.php: Spelling fix from
nbachiyski.
m at wordpress.org
- [wp-svn] [3688] trunk/wp-admin/admin-functions.php: Control those
newlines.
m at wordpress.org
- [wp-svn] [3689] trunk/wp-includes/functions-compat.php:
ob_end_clean() in printr().
m at wordpress.org
- [wp-svn] [3690] trunk/wp-admin/upgrade-schema.php: Add ID to
composite key.
m at wordpress.org
- [wp-svn] [3691] trunk/wp-includes: List filters from David House.
m at wordpress.org
- [wp-svn] [3692] trunk/wp-admin/upgrade-functions.php: Accommodate
multi-blog setups that share user tables by checking to see
if the admin user already exists during install.
m at wordpress.org
- [wp-svn] [3693] trunk/wp-admin/admin-functions.php: Remove this
artificial limit, it messes up posting with seldom-used categories
m at wordpress.org
- [wp-svn] [3694] trunk/wp-includes/template-functions-links.php:
Paging fixes.
m at wordpress.org
- [wp-svn] [3695] trunk/wp-admin: New SACK and DBX releases and some
list manip fixes from mdawaffe.
m at wordpress.org
- [wp-svn] [3696] trunk/wp-includes/template-functions-links.php:
Removed unused var.
m at wordpress.org
- [wp-svn] [3697] trunk/wp-includes: Formatting and eol fixes.
m at wordpress.org
- [wp-svn] [3698]
trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js:
Mac users deserve their own backwards popup layout.
m at wordpress.org
- [wp-svn] [3699] trunk/wp-admin/edit.php: Fixed edit comment links.
m at wordpress.org
- [wp-svn] [3700] trunk/wp-admin/admin-db.php: Use
default_link_category.
m at wordpress.org
- [wp-svn] [3701] trunk/wp-includes: walk_tree broken, fixes #2608
m at wordpress.org
- [wp-svn] [3702] trunk/wp-includes/pluggable-functions.php: Split on
'; ' not '; '.
m at wordpress.org
- [wp-svn] [3703] trunk/wp-includes: Thwart the browser cache by
versioning tinyMCE.
m at wordpress.org
- [wp-svn] [3704] trunk/wp-includes: Move page walkers to classes.
m at wordpress.org
- [wp-svn] [3705] trunk/wp-admin: Add wp_revoke_user() and
WP_User::remove_all_caps() to help those doing multi blog stuff.
m at wordpress.org
- [wp-svn] [3706] trunk/wp-includes: Default category lists to
hierarchical.
m at wordpress.org
- [wp-svn] [3707] trunk/wp-includes/template-functions-bookmarks.php:
Default show description option to off for bookmarks list, for now.
m at wordpress.org
- [wp-svn] [3708] trunk/wp-includes/template-functions-links.php:
Make sure permalinks for draft pages use query string style
since the slug might not be set yet.
m at wordpress.org
- [wp-svn] [3709] trunk/wp-includes: We like big inputs.
m at wordpress.org
- [wp-svn] [3710] trunk/wp-admin: Escape single quotes in options.php.
m at wordpress.org
- [wp-svn] [3711] trunk: Move theme functions to theme.php.
m at wordpress.org
- [wp-svn] [3712] trunk/wp-includes: Move url_to_postid() to
rewrite.php.
m at wordpress.org
- [wp-svn] [3713] trunk/wp-includes: Move clean_url() to
functions-formatting.php.
m at wordpress.org
- [wp-svn] [3714] trunk: Reorg comment functions.
m at wordpress.org
- [wp-svn] [3715] trunk/wp-includes/classes.php: Don't forget to pass
args.
m at wordpress.org
- [wp-svn] [3716] trunk/wp-includes: Remove comment_count_cache.
m at wordpress.org
- [wp-svn] [3717] trunk/wp-includes: Move htmlentities2 to
functions-formatting.php.
m at wordpress.org
- [wp-svn] [3718] trunk/wp-admin/link-manager.php: Make categories
clickable, just like on the posts screen
m at wordpress.org
- [wp-svn] [3719] trunk/wp-admin/import/mt.php: What an oogly
importer.
m at wordpress.org
- [wp-svn] [3720] trunk/wp-admin/edit-comments.php: Improve the
comment browsing UI a bit
m at wordpress.org
- [wp-svn] [3721] trunk/wp-admin: A better comment delete button
m at wordpress.org
- [wp-svn] [3722] trunk/wp-admin: Unification of how we display
comments in various parts of the admin section
m at wordpress.org
- [wp-svn] [3723] trunk/wp-includes/comment-template.php: Tidy
comment_author_url_link just like we do on the bookmarks page
m at wordpress.org
- [wp-svn] [3724] trunk/wp-admin: Save a few lines of code,
don't show 0 in month list
m at wordpress.org
- [wp-svn] [3725] trunk/wp-admin/wp-admin.css: More consistent
padding in IE and FF, smoother display
m at wordpress.org
- [wp-svn] [3726] trunk/wp-admin/page-new.php: Show message on
publish rather than sitting dumbly.
m at wordpress.org
- [wp-svn] [3727] trunk/wp-admin/edit-pages.php: Navigation doesn't
work, just show all pages.
m at wordpress.org
- [wp-svn] [3728] trunk/wp-admin: Cleaner category count display
m at wordpress.org
- [wp-svn] [3729] trunk/wp-admin/edit-link-form.php: Better use of
visual space when editing/adding links
m at wordpress.org
- [wp-svn] [3730] trunk/wp-includes: Updating eol-style native.
m at wordpress.org
- [wp-svn] [3731] trunk/wp-login.php: Shorten key and action name to
avoid long links that break in mail clients.
m at wordpress.org
- [wp-svn] [3732] trunk/wp-login.php: Assume an action of resetpass
if key is given.
m at wordpress.org
- [wp-svn] [3733] trunk/wp-admin: Change number of comments awaiting
moderation in menu when number changes.
m at wordpress.org
- [wp-svn] [3734] trunk/wp-admin/upgrade-functions.php: Make sure we
have links to iterate over.
m at wordpress.org
- [wp-svn] [3735] trunk/wp-admin/admin-header.php: Always load list
manip js when editing.
m at wordpress.org
- [wp-svn] [3736] trunk/wp-admin/edit-comments.js: Add file.
m at wordpress.org
- [wp-svn] [3737] branches/2.0/wp-admin: Ref checks.
m at wordpress.org
- [wp-svn] [3738] branches/2.0/wp-admin/upgrade.php: Only flush cache
if the DB is out-of-date.
m at wordpress.org
- [wp-svn] [3739] branches/2.0/wp-includes/pluggable-functions.php:
Split on '; ' not '; '.
m at wordpress.org
- [wp-svn] [3740] trunk/wp-includes: Add some prophylactic int casts
and quoting.
m at wordpress.org
- [wp-svn] [3741] branches/2.0/wp-includes/vars.php: Remove smilies
sort.
m at wordpress.org
- [wp-svn] [3742] branches/2.0/wp-includes/functions-formatting.php:
ent2ncr optimization.
m at wordpress.org
- [wp-svn] [3743] branches/2.0/wp-includes/cache.php: Disable cache
by default.
m at wordpress.org
- [wp-svn] [3744] branches/2.0/wp-includes/functions.php:
update_option() action fix.
m at wordpress.org
- [wp-svn] [3745] branches/2.0/wp-includes/functions.php: Fix
backreferences in mysql2date().
m at wordpress.org
- [wp-svn] [3746]
branches/2.0/wp-includes/template-functions-general.php:
Don't texturize home.
m at wordpress.org
- [wp-svn] [3747] branches/2.0/wp-includes/functions-formatting.php:
texturize fix from that Andy guy.
m at wordpress.org
- [wp-svn] [3748] branches/2.0/wp-admin/admin-functions.php: Remove
this artificial limit,
it messes up posting with seldom-used categories
m at wordpress.org
- [wp-svn] [3749] trunk/wp-admin: Remove those naughty flushes.
m at wordpress.org
- [wp-svn] [3750] trunk/wp-includes/template-functions-post.php: Fix
page depth, again.
m at wordpress.org
- [wp-svn] [3751] trunk/wp-includes: Div balance across more.
m at wordpress.org
- [wp-svn] [3752] branches/2.0/wp-includes/classes.php: Don't try to
do paging for single page queries.
m at wordpress.org
- [wp-svn] [3753] trunk/wp-includes/registration-functions.php:
Return user ID if email exists.
m at wordpress.org
- [wp-svn] [3754] trunk/wp-admin/admin-functions.php: add-a-hook
m at wordpress.org
Last message date:
Sat Apr 29 09:21:26 GMT 2006
Archived on: Sat Apr 29 09:21:29 GMT 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).