.. |
images
|
Browse Happy :)
|
2005-08-27 19:18:26 +00:00 |
import
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
admin-db.php
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
|
2005-07-09 01:27:46 +00:00 |
admin-footer.php
|
Move pings out-of-band to speed up posting. Props to Owen. fixes #1644
|
2005-09-02 16:56:28 +00:00 |
admin-functions.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
admin-header.php
|
Don't rewrite to relative URLs.
|
2005-09-12 22:42:32 +00:00 |
admin.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
bookmarklet.php
|
Cap migration.
|
2005-07-17 19:29:55 +00:00 |
categories.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
edit-comments.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
edit-form-advanced.php
|
Move JS below edit form, fixes #1555
|
2005-08-23 07:46:33 +00:00 |
edit-form-ajax-cat.php
|
Add category_exists() and wp_create_category().
|
2005-09-10 18:44:05 +00:00 |
edit-form-comment.php
|
Clap on Clap off
|
2005-08-18 01:51:59 +00:00 |
edit-form.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
edit-page-form.php
|
Fixes #972 for 1.6
|
2005-08-30 23:06:04 +00:00 |
edit-pages.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
edit.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
execute-pings.php
|
Fix typo.
|
2005-09-10 18:39:40 +00:00 |
import-b2.php
|
Update includes in import files, fixes #1427
|
2005-07-02 23:39:29 +00:00 |
import-blogger.php
|
Move images
|
2005-08-27 19:10:56 +00:00 |
import-greymatter.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-livejournal.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-mt.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-rss.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-textpattern.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import.php
|
New import system. Very rough draft.
|
2005-08-21 07:03:23 +00:00 |
index.php
|
Order scheduled posts by date.
|
2005-09-12 18:55:23 +00:00 |
install-helper.php
|
|
|
install.php
|
Use wp_mail instead of mail. Props to tliebig. fixes #1642
|
2005-09-02 17:12:58 +00:00 |
link-add.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
link-categories.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
link-import.php
|
Use wp_remote_fopen to fetch remote OPML. Props Cypher, davidhouse. fixes #1491
|
2005-09-08 21:01:54 +00:00 |
link-manager.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
link-parse-opml.php
|
|
|
list-manipulation.js
|
Fix for IE from Michael, fixes #1634
|
2005-09-10 09:16:32 +00:00 |
list-manipulation.php
|
On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
|
2005-08-31 02:39:17 +00:00 |
menu-header.php
|
Fix menu annoyance. Clean up themes.php code.
|
2005-09-05 23:33:10 +00:00 |
menu.php
|
New import system. Very rough draft.
|
2005-08-21 07:03:23 +00:00 |
moderation.php
|
Missing that cool fade feel.
|
2005-09-13 00:52:22 +00:00 |
options-discussion.php
|
Adding personal options
|
2005-08-07 19:23:41 +00:00 |
options-general.php
|
Adding personal options
|
2005-08-07 19:23:41 +00:00 |
options-head.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
options-misc.php
|
Adding personal options
|
2005-08-07 19:23:41 +00:00 |
options-permalink.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
options-personal-update.php
|
Minor tweaks
|
2005-08-08 03:28:37 +00:00 |
options-personal.php
|
Add missing fieldset tag. Props idansof. fixes #1589
|
2005-09-08 20:57:52 +00:00 |
options-reading.php
|
Adding personal options
|
2005-08-07 19:23:41 +00:00 |
options-writing.php
|
Adding personal options
|
2005-08-07 19:23:41 +00:00 |
options.php
|
Minor tweaks
|
2005-08-08 03:28:37 +00:00 |
page-new.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
plugin-editor.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
plugins.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
post.php
|
Fix page edit redirect.
|
2005-09-08 20:38:30 +00:00 |
profile-update.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
profile.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
setup-config.php
|
|
|
sidebar.php
|
Cap migration.
|
2005-07-17 19:29:55 +00:00 |
templates.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
theme-editor.php
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
|
2005-08-08 01:13:22 +00:00 |
themes.php
|
Fix menu annoyance. Clean up themes.php code.
|
2005-09-05 23:33:10 +00:00 |
update-links.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
upgrade-functions.php
|
A few CSS polishes
|
2005-07-23 06:22:48 +00:00 |
upgrade-schema.php
|
Make link category ID types consistent.
|
2005-09-07 03:37:24 +00:00 |
upgrade.php
|
DB escape fields inserted into usermeta table. Hide errors when dropping old columns from user table.
|
2005-06-14 23:22:55 +00:00 |
upload.php
|
Missing translation
|
2005-08-10 06:50:20 +00:00 |
user-edit.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
users.php
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
2005-09-14 00:03:02 +00:00 |
wp-admin.css
|
Better names and typo.
|
2005-09-06 06:58:02 +00:00 |