Ryan Boren
|
90d7668a03
|
Setup admin's role during install. Props: Owen Winkler. fixes #1505
git-svn-id: https://develop.svn.wordpress.org/trunk@2707 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-13 19:55:05 +00:00 |
Ryan Boren
|
3c68ad0b0f
|
Move menus from levels to capabilities.
git-svn-id: https://develop.svn.wordpress.org/trunk@2705 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-13 16:04:14 +00:00 |
Ryan Boren
|
d77f5373ec
|
Roles update + UI from Owen.
git-svn-id: https://develop.svn.wordpress.org/trunk@2704 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-12 15:53:13 +00:00 |
Ryan Boren
|
19ab84315c
|
Role/capability system. Round one. Props: Owen Winkler
git-svn-id: https://develop.svn.wordpress.org/trunk@2703 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-11 22:39:50 +00:00 |
Matt Mullenweg
|
810e0018f4
|
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.
git-svn-id: https://develop.svn.wordpress.org/trunk@2702 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-09 01:27:46 +00:00 |
Matt Mullenweg
|
5bd6027fbd
|
Drafts clean up.
git-svn-id: https://develop.svn.wordpress.org/trunk@2701 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-08 22:59:15 +00:00 |
Ryan Boren
|
b3f7bd726c
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
git-svn-id: https://develop.svn.wordpress.org/trunk@2699 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-05 20:47:22 +00:00 |
Ryan Boren
|
bcb1e84446
|
wp_delete_user()
git-svn-id: https://develop.svn.wordpress.org/trunk@2698 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-04 22:03:42 +00:00 |
Ryan Boren
|
37f40b7935
|
register_activation_hook() and register_deactivation_hook(). Let's try these on.
git-svn-id: https://develop.svn.wordpress.org/trunk@2697 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-04 21:53:26 +00:00 |
Ryan Boren
|
01fef613ff
|
wp_insert_category(), wp_update_category(), wp_delete_category().
git-svn-id: https://develop.svn.wordpress.org/trunk@2695 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-03 19:26:51 +00:00 |
Matt Mullenweg
|
b5675c3c05
|
Ugly escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@2692 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-03 17:42:11 +00:00 |
Ryan Boren
|
12d6518279
|
Fix ID in confirmdeletecomment.
git-svn-id: https://develop.svn.wordpress.org/trunk@2691 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-03 17:34:55 +00:00 |
Matt Mullenweg
|
60ce1eb0d9
|
Update includes in import files, fixes #1427
git-svn-id: https://develop.svn.wordpress.org/trunk@2687 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-02 23:39:29 +00:00 |
Matt Mullenweg
|
83538ff38b
|
Make it a page
git-svn-id: https://develop.svn.wordpress.org/trunk@2664 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-27 18:16:16 +00:00 |
Ryan Boren
|
706c897f32
|
Comment updating cleanup. Add get_comment(), edit_comment(), get_comment_to_edit(), and wp_update_comment().
git-svn-id: https://develop.svn.wordpress.org/trunk@2662 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-26 19:55:12 +00:00 |
Ryan Boren
|
9e63ebda78
|
Return post_ID from write_post() and pass it along when doing a save and continue redirect. Props: CŽedric
git-svn-id: https://develop.svn.wordpress.org/trunk@2654 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-19 23:44:22 +00:00 |
Ryan Boren
|
68571f0e05
|
Page editing form cleaning and repair.
git-svn-id: https://develop.svn.wordpress.org/trunk@2652 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-19 03:07:16 +00:00 |
Ryan Boren
|
2b50612117
|
Add get_post_to_edit() and get_default_post_to_edit(). More post.php cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@2651 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-19 02:51:48 +00:00 |
Ryan Boren
|
67846fb123
|
Consolidate post update code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2650 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-19 01:33:38 +00:00 |
Ryan Boren
|
15dc0c3307
|
Consolidate post creation code into wp_insert_post().
git-svn-id: https://develop.svn.wordpress.org/trunk@2647 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-18 19:08:38 +00:00 |
Ryan Boren
|
656c1c1f03
|
Don't need to include blog header when you've got wp().
git-svn-id: https://develop.svn.wordpress.org/trunk@2646 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-17 00:59:58 +00:00 |
Matt Mullenweg
|
8820dc2c4c
|
Add a default About page on install.
git-svn-id: https://develop.svn.wordpress.org/trunk@2645 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-16 09:05:06 +00:00 |
Ryan Boren
|
80f1695619
|
Straighten out user_id/user_ID conflict. Don't make user_id global in get_currentuserinfo() because it stomps on the local user_id in user-edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@2644 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-16 06:27:30 +00:00 |
Ryan Boren
|
c93f379092
|
Set display_name only if the user table still containts id_mode. This prevents multiple upgrades from stomping display_name.
git-svn-id: https://develop.svn.wordpress.org/trunk@2643 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-16 06:14:07 +00:00 |
Ryan Boren
|
125542ecab
|
DB escape fields inserted into usermeta table. Hide errors when dropping old columns from user table.
git-svn-id: https://develop.svn.wordpress.org/trunk@2641 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-14 23:22:55 +00:00 |
Matt Mullenweg
|
afc06a6f56
|
New schmancy posting interface
git-svn-id: https://develop.svn.wordpress.org/trunk@2639 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-14 07:31:36 +00:00 |
Matt Mullenweg
|
cd3fcfab4c
|
Let's be a little more discrete ;)
git-svn-id: https://develop.svn.wordpress.org/trunk@2638 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-13 09:06:30 +00:00 |
Matt Mullenweg
|
f6ef88773f
|
User data migration should be complete
git-svn-id: https://develop.svn.wordpress.org/trunk@2636 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-13 08:32:44 +00:00 |
Matt Mullenweg
|
8d1546d25f
|
More user fixups
git-svn-id: https://develop.svn.wordpress.org/trunk@2634 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-13 00:05:41 +00:00 |
Matt Mullenweg
|
47d80615b5
|
More user updates
git-svn-id: https://develop.svn.wordpress.org/trunk@2632 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-12 23:14:52 +00:00 |
Matt Mullenweg
|
1165caab60
|
Beginning of user system overhaul, TODO: update all code that deals with user data
git-svn-id: https://develop.svn.wordpress.org/trunk@2631 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-12 20:49:13 +00:00 |
Matt Mullenweg
|
bc9032534e
|
Planning waaay ahead, all INTs should match.
git-svn-id: https://develop.svn.wordpress.org/trunk@2629 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-12 07:05:07 +00:00 |
Matt Mullenweg
|
a94ad3b4da
|
Adding profile update hook, fixes #1434
git-svn-id: https://develop.svn.wordpress.org/trunk@2628 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-10 23:33:58 +00:00 |
Matt Mullenweg
|
5a7601b50c
|
Allow filtering of options
git-svn-id: https://develop.svn.wordpress.org/trunk@2624 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-10 08:51:40 +00:00 |
Matt Mullenweg
|
a2fa5d6a70
|
Better headers for CGI enviroments
git-svn-id: https://develop.svn.wordpress.org/trunk@2623 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-09 00:17:43 +00:00 |
Matt Mullenweg
|
7e42be87ae
|
http://mosquito.wordpress.org/view.php?id=1351 - Hat tip: Dangerous Dougal
git-svn-id: https://develop.svn.wordpress.org/trunk@2605 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-13 21:47:39 +00:00 |
Matt Mullenweg
|
202758f35d
|
http://mosquito.wordpress.org/view.php?id=1347 - Hat tip: Skippy the Salacious
git-svn-id: https://develop.svn.wordpress.org/trunk@2604 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-13 21:45:51 +00:00 |
Matt Mullenweg
|
2f8b416e93
|
Addding check_admin_referer hook
git-svn-id: https://develop.svn.wordpress.org/trunk@2595 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-09 18:26:53 +00:00 |
Matt Mullenweg
|
fe818f8ebf
|
Usability hooks into wp.org
git-svn-id: https://develop.svn.wordpress.org/trunk@2594 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-09 11:37:36 +00:00 |
Matt Mullenweg
|
b916bca219
|
Better config include in admin - http://mosquito.wordpress.org/view.php?id=1307
git-svn-id: https://develop.svn.wordpress.org/trunk@2592 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-09 11:06:45 +00:00 |
Matt Mullenweg
|
394f51ddad
|
Remove reference to old wiki - http://mosquito.wordpress.org/view.php?id=1317
git-svn-id: https://develop.svn.wordpress.org/trunk@2590 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-09 11:01:12 +00:00 |
Matt Mullenweg
|
0a7ec26175
|
Fix for http://mosquito.wordpress.org/view.php?id=1306
git-svn-id: https://develop.svn.wordpress.org/trunk@2587 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-07 00:08:27 +00:00 |
Matt Mullenweg
|
9648173c70
|
Use CURL if available, possible fix for http://mosquito.wordpress.org/view.php?id=1166
git-svn-id: https://develop.svn.wordpress.org/trunk@2581 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-03 07:52:11 +00:00 |
Ryan Boren
|
017d679aa4
|
Correctly set comment and ping status when publishing from advanced edit page. http://mosquito.wordpress.org/view.php?id=877 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2574 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-24 04:19:19 +00:00 |
Ryan Boren
|
c2ca4a6f4e
|
Mark 'All options' for translation. http://mosquito.wordpress.org/view.php?id=1281 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2573 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-23 17:36:33 +00:00 |
Ryan Boren
|
1592d90958
|
Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1272 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2570 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-22 00:16:48 +00:00 |
Ryan Boren
|
eec22c6ac1
|
gettext check_admin_referer() error message.
git-svn-id: https://develop.svn.wordpress.org/trunk@2569 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-21 06:49:17 +00:00 |
Ryan Boren
|
deeb4fbc98
|
Make greymatter importer less ugly.
git-svn-id: https://develop.svn.wordpress.org/trunk@2565 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-20 23:02:30 +00:00 |
Ryan Boren
|
9c3448ff19
|
Update greymatter importer to use wpdb. Needs testing, but it can't be more broken than before. :-)
git-svn-id: https://develop.svn.wordpress.org/trunk@2564 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-20 22:30:23 +00:00 |
Matt Mullenweg
|
ce64ce057d
|
Rolling back auto-save
git-svn-id: https://develop.svn.wordpress.org/trunk@2559 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-20 19:19:07 +00:00 |
Matt Mullenweg
|
34f8f74d36
|
More sanitization cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@2557 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-20 04:06:37 +00:00 |
Ryan Boren
|
9d8f012f32
|
Bail if the theme does not exist.
git-svn-id: https://develop.svn.wordpress.org/trunk@2553 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-19 21:41:35 +00:00 |
Matt Mullenweg
|
a1ac3e7120
|
It was a Wednesday. (?!) Hat tip: Lucas Larson
git-svn-id: https://develop.svn.wordpress.org/trunk@2552 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-19 17:24:05 +00:00 |
Matt Mullenweg
|
399e9acf58
|
Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222
git-svn-id: https://develop.svn.wordpress.org/trunk@2548 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-19 03:35:48 +00:00 |
Matt Mullenweg
|
f7c0f0c76c
|
Firefox fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@2544 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-19 02:16:57 +00:00 |
Matt Mullenweg
|
fd7604a25c
|
The Codex is ready
git-svn-id: https://develop.svn.wordpress.org/trunk@2539 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-18 16:05:33 +00:00 |
Matt Mullenweg
|
f26e7d7e0d
|
Don't show delete button if there's nothing to delete
git-svn-id: https://develop.svn.wordpress.org/trunk@2537 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-16 18:47:37 +00:00 |
Matt Mullenweg
|
61ebee5445
|
Initial auto-save checkin code from DarkCryst. No bug reports on it yet! Several known issues, including deleting cookies, moving the restore button, and other behavior probs.
git-svn-id: https://develop.svn.wordpress.org/trunk@2536 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-16 16:31:38 +00:00 |
Matt Mullenweg
|
71883b64a8
|
Better sub-menu styling. Should fix http://mosquito.wordpress.org/view.php?id=1138
git-svn-id: https://develop.svn.wordpress.org/trunk@2533 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-13 23:41:13 +00:00 |
Matt Mullenweg
|
68f6927368
|
Strip slashes in blog name for email from:
git-svn-id: https://develop.svn.wordpress.org/trunk@2532 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-13 23:25:48 +00:00 |
Ryan Boren
|
7f2c7afd0f
|
When editing posts, don't automatically change the post author to the current user. http://mosquito.wordpress.org/view.php?id=911 Props: dwc
git-svn-id: https://develop.svn.wordpress.org/trunk@2528 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-13 16:30:09 +00:00 |
Ryan Boren
|
1c623ee737
|
Weekly archives fixes. http://mosquito.wordpress.org/view.php?id=1217
git-svn-id: https://develop.svn.wordpress.org/trunk@2526 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-10 20:07:46 +00:00 |
Ryan Boren
|
2e7c387207
|
Make get_postdata() use get_post(). Label get_postdata() as deprecated. Remove the one remaining call to get_postdata().
git-svn-id: https://develop.svn.wordpress.org/trunk@2524 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-09 17:25:47 +00:00 |
Ryan Boren
|
e40774a349
|
Remove HERE document. xgettext doesn't like it. http://mosquito.wordpress.org/view.php?id=1221 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2521 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-09 04:32:38 +00:00 |
Ryan Boren
|
36639a2b71
|
Active plugins array sanity check. If the array isn't an array, reset it.
git-svn-id: https://develop.svn.wordpress.org/trunk@2514 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-04 02:48:18 +00:00 |
Ryan Boren
|
e2826065e4
|
More category cache cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@2504 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-31 05:25:54 +00:00 |
Ryan Boren
|
6abd89a643
|
Don't set auto-set post slug until published. http://mosquito.wordpress.org/view.php?id=1073 Props: coffee2code
git-svn-id: https://develop.svn.wordpress.org/trunk@2496 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 19:24:37 +00:00 |
Ryan Boren
|
3e484233f4
|
Check for failed socket open in update-links. http://mosquito.wordpress.org/view.php?id=1025 Props: ColdForged
git-svn-id: https://develop.svn.wordpress.org/trunk@2495 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 16:58:30 +00:00 |
Ryan Boren
|
bb00ba2e95
|
If home changes, write rewrite rules to new location. http://mosquito.wordpress.org/view.php?id=1143
git-svn-id: https://develop.svn.wordpress.org/trunk@2494 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 16:36:08 +00:00 |
Ryan Boren
|
57fe641ff1
|
Don't throw 'typed only once' error when both password entries are blank. http://mosquito.wordpress.org/view.php?id=1178
git-svn-id: https://develop.svn.wordpress.org/trunk@2489 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 14:48:49 +00:00 |
Ryan Boren
|
56b9394fb8
|
Tweak to 2487.
git-svn-id: https://develop.svn.wordpress.org/trunk@2488 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 05:39:23 +00:00 |
Ryan Boren
|
28ff7f84e1
|
Use private, install/upgrade safe version of get_option() in upgrade-functions.php. Fixes http://mosquito.wordpress.org/view.php?id=1165
git-svn-id: https://develop.svn.wordpress.org/trunk@2487 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 05:34:30 +00:00 |
Ryan Boren
|
82d89d8d7c
|
Add paging to Manage->Posts. http://mosquito.wordpress.org/view.php?id=1177
git-svn-id: https://develop.svn.wordpress.org/trunk@2481 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-28 02:34:16 +00:00 |
Ryan Boren
|
8480784cda
|
Localize email messages. http://mosquito.wordpress.org/view.php?id=1168 Props: slebog
git-svn-id: https://develop.svn.wordpress.org/trunk@2477 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-25 21:41:45 +00:00 |
Matt Mullenweg
|
3a0af0fb6a
|
Quicktag enhancements
git-svn-id: https://develop.svn.wordpress.org/trunk@2476 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-24 01:26:22 +00:00 |
Ryan Boren
|
faed798153
|
Gracefully handle the lack of themes in get_page_templates(). http://mosquito.wordpress.org/view.php?id=1153 Props: donncha
git-svn-id: https://develop.svn.wordpress.org/trunk@2474 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-23 01:14:05 +00:00 |
Ryan Boren
|
dfd9ce1390
|
strtotime needs to now that the time string is in GMT. http://mosquito.wordpress.org/view.php?id=1075
git-svn-id: https://develop.svn.wordpress.org/trunk@2471 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-22 17:33:05 +00:00 |
Ryan Boren
|
135a0fc62d
|
Don't double encode options. http://mosquito.wordpress.org/view.php?id=1151 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2470 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-22 06:34:23 +00:00 |
Ryan Boren
|
7287678885
|
Change wording. gettext href so translators can link to translated resource. http://mosquito.wordpress.org/view.php?id=1140 Props: firefly4wp and MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2469 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-22 04:52:50 +00:00 |
Ryan Boren
|
61efa3844d
|
i18n fix. http://mosquito.wordpress.org/view.php?id=1136 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2463 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-22 00:17:55 +00:00 |
Ryan Boren
|
5604f11a02
|
Fix row alternation in IE. http://mosquito.wordpress.org/view.php?id=1139 Props: MC_incubus and EricMeyer
git-svn-id: https://develop.svn.wordpress.org/trunk@2460 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-21 23:58:49 +00:00 |
Ryan Boren
|
b3bf4ec4da
|
Add slug for default category. http://mosquito.wordpress.org/view.php?id=1092
git-svn-id: https://develop.svn.wordpress.org/trunk@2459 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-21 16:53:42 +00:00 |
Ryan Boren
|
b9f4e3308d
|
Compare full name of plugin files rather than only the last 10 chars. http://mosquito.wordpress.org/view.php?id=1124 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2458 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-21 04:18:16 +00:00 |
Matt Mullenweg
|
5b52ad1017
|
Use installing variable (from Donncha)
git-svn-id: https://develop.svn.wordpress.org/trunk@2455 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-17 23:34:06 +00:00 |
Ryan Boren
|
7fa77a3e96
|
Level 1 users cannot edit or delete published posts. http://mosquito.wordpress.org/view.php?id=1004
git-svn-id: https://develop.svn.wordpress.org/trunk@2452 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-17 03:38:28 +00:00 |
Ryan Boren
|
5f1d5e0b2d
|
Replace dateYMDhour with user_registered. http://mosquito.wordpress.org/view.php?id=1121 Props: Andy Skelton
git-svn-id: https://develop.svn.wordpress.org/trunk@2451 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-16 22:53:33 +00:00 |
Ryan Boren
|
49ad85de58
|
Trim user info when adding new user. http://mosquito.wordpress.org/view.php?id=1110 Props: gzfelix
git-svn-id: https://develop.svn.wordpress.org/trunk@2449 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-16 21:09:11 +00:00 |
Ryan Boren
|
184d9bec2d
|
Don't try to read a zero length file. http://mosquito.wordpress.org/view.php?id=1116 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2448 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-15 22:25:40 +00:00 |
Ryan Boren
|
4e9c8577c4
|
More localization fixes. http://mosquito.wordpress.org/view.php?id=1113 Props: SteveAgl
git-svn-id: https://develop.svn.wordpress.org/trunk@2446 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-15 16:38:59 +00:00 |
Ryan Boren
|
1c3f859147
|
String localization fixes. http://mosquito.wordpress.org/view.php?id=1112 Props: SteveAgl
git-svn-id: https://develop.svn.wordpress.org/trunk@2445 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-15 16:35:13 +00:00 |
Ryan Boren
|
a21f267454
|
Don't let users who cannot publish edit published posts, even their own. Make consistent use of user_can_create_post(). http://mosquito.wordpress.org/view.php?id=1004 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2441 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-14 00:48:11 +00:00 |
Ryan Boren
|
84c0b48441
|
Do not require password update when changing profile. http://mosquito.wordpress.org/view.php?id=1101 Props: idanso
git-svn-id: https://develop.svn.wordpress.org/trunk@2439 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-13 17:29:33 +00:00 |
Ryan Boren
|
af3b90cc1e
|
Change login noun to Username. http://mosquito.wordpress.org/view.php?id=1088 Props: Albert
git-svn-id: https://develop.svn.wordpress.org/trunk@2437 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-13 17:06:18 +00:00 |
Ryan Boren
|
df3fb34a70
|
Introducing wp_redirect(), first cut. http://mosquito.wordpress.org/view.php?id=592 Props: Toby Simmons
git-svn-id: https://develop.svn.wordpress.org/trunk@2436 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-13 16:36:09 +00:00 |
Ryan Boren
|
7d9a069059
|
Fix number formatting in dashboard stats for numbers > 999. http://mosquito.wordpress.org/view.php?id=1074 Hat tip: dougal
git-svn-id: https://develop.svn.wordpress.org/trunk@2433 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-11 16:53:16 +00:00 |
Ryan Boren
|
57f958a020
|
Mark strings for translation. http://mosquito.wordpress.org/view.php?id=1033 Hat tip: slebog
git-svn-id: https://develop.svn.wordpress.org/trunk@2432 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-11 03:41:04 +00:00 |
Ryan Boren
|
d8cb7841fb
|
Fix timestamp editing. http://mosquito.wordpress.org/view.php?id=1022
git-svn-id: https://develop.svn.wordpress.org/trunk@2429 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-10 09:50:26 +00:00 |
Ryan Boren
|
06b50ae8f5
|
Don't make post slug sticky until the post is published. http://mosquito.wordpress.org/view.php?id=531
git-svn-id: https://develop.svn.wordpress.org/trunk@2426 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-10 03:01:45 +00:00 |
Matt Mullenweg
|
f8035ec6b4
|
Allowing more hooks into authentication - Hat tip: http://dev.webadmin.ufl.edu/~dwc/2005/03/02/authentication-plugins/
git-svn-id: https://develop.svn.wordpress.org/trunk@2425 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-09 22:49:42 +00:00 |
Ryan Boren
|
bfb799b850
|
Obey default pingback setting. http://mosquito.wordpress.org/view.php?id=945
git-svn-id: https://develop.svn.wordpress.org/trunk@2413 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-07 00:01:57 +00:00 |
Ryan Boren
|
a250e4f8ab
|
Fix strtotime warning. http://mosquito.wordpress.org/view.php?id=981
git-svn-id: https://develop.svn.wordpress.org/trunk@2412 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-06 05:48:41 +00:00 |
Ryan Boren
|
bab84dcf8e
|
Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1033
git-svn-id: https://develop.svn.wordpress.org/trunk@2411 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-05 18:31:59 +00:00 |
Ryan Boren
|
44a6b4cd7b
|
Localize default post, category, and comment. Remove unnecessary addslashes/stripslashes. Validate admin email address. http://mosquito.wordpress.org/view.php?id=994 Props: slebog and nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2409 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-05 02:27:08 +00:00 |
Matt Mullenweg
|
196315a23f
|
"Version" CSS so people reload on upgrading.
git-svn-id: https://develop.svn.wordpress.org/trunk@2406 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-04 19:43:30 +00:00 |
Matt Mullenweg
|
93e4071c2e
|
Pre-emptive link to support
git-svn-id: https://develop.svn.wordpress.org/trunk@2405 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-04 19:34:21 +00:00 |
Matt Mullenweg
|
cb11e9a992
|
Missing closing bracket. Hat tip: Lucas.
git-svn-id: https://develop.svn.wordpress.org/trunk@2404 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-03 19:27:39 +00:00 |
Ryan Boren
|
16afe16dbe
|
Fix edit page menu highlighting. http://mosquito.wordpress.org/view.php?id=799 Hat tip: mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2401 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-02 16:30:00 +00:00 |
Ryan Boren
|
8eb5fc62f0
|
Remove extra line breaks. http://mosquito.wordpress.org/view.php?id=1002
git-svn-id: https://develop.svn.wordpress.org/trunk@2400 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-02 15:42:59 +00:00 |
Ryan Boren
|
b0f67bf998
|
Localize time format. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: https://develop.svn.wordpress.org/trunk@2393 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-28 04:45:58 +00:00 |
Ryan Boren
|
d38853b93a
|
Localize date formats. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: https://develop.svn.wordpress.org/trunk@2392 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-28 03:27:19 +00:00 |
Ryan Boren
|
fe0c277b19
|
gettext install and upgrade. http://mosquito.wordpress.org/view.php?id=994 From nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2391 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-27 23:09:58 +00:00 |
Ryan Boren
|
a06446a1b4
|
Give first post a slug. http://mosquito.wordpress.org/view.php?id=987 Props: MaThIbUs
git-svn-id: https://develop.svn.wordpress.org/trunk@2386 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-26 20:46:12 +00:00 |
Ryan Boren
|
97c3e10671
|
Strip slashes from theme name. Encode special chars in theme name. http://mosquito.wordpress.org/view.php?id=978 and http://mosquito.wordpress.org/view.php?id=953
git-svn-id: https://develop.svn.wordpress.org/trunk@2385 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-26 06:38:18 +00:00 |
Matt Mullenweg
|
473ae1ef71
|
Patch from Carthik
git-svn-id: https://develop.svn.wordpress.org/trunk@2383 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-25 23:09:14 +00:00 |
Ryan Boren
|
946e39cea1
|
Add callback API to add_menu_page(). Fix some menu bugs. http://mosquito.wordpress.org/view.php?id=975 Reviewed by Owen.
git-svn-id: https://develop.svn.wordpress.org/trunk@2381 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-25 16:11:27 +00:00 |
Ryan Boren
|
ffad6205f9
|
Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2377 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-25 00:20:48 +00:00 |
Ryan Boren
|
2fc5869568
|
Fix bulk link operations. http://mosquito.wordpress.org/view.php?id=949
git-svn-id: https://develop.svn.wordpress.org/trunk@2376 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-24 18:59:52 +00:00 |
Ryan Boren
|
33fc094664
|
Fix sidebar. http://mosquito.wordpress.org/view.php?id=912
git-svn-id: https://develop.svn.wordpress.org/trunk@2375 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-24 18:47:21 +00:00 |
Ryan Boren
|
a818b4e6a2
|
Preserve entity encoding in plugin editor. http://mosquito.wordpress.org/view.php?id=957 Props: coffee2code
git-svn-id: https://develop.svn.wordpress.org/trunk@2372 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-24 18:13:02 +00:00 |
Matt Mullenweg
|
32ad736a23
|
Wrong order - http://mosquito.wordpress.org/view.php?id=928
git-svn-id: https://develop.svn.wordpress.org/trunk@2368 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-21 05:58:09 +00:00 |
Matt Mullenweg
|
b2c3f16f34
|
Missing ID - http://mosquito.wordpress.org/view.php?id=933
git-svn-id: https://develop.svn.wordpress.org/trunk@2367 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-21 05:53:09 +00:00 |
Ryan Boren
|
9dc9b14994
|
Plugin option pages aren't displayed. http://mosquito.wordpress.org/view.php?id=902
git-svn-id: https://develop.svn.wordpress.org/trunk@2362 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-17 16:05:45 +00:00 |
Matt Mullenweg
|
6b67558aeb
|
Semi-colon semi-bug
git-svn-id: https://develop.svn.wordpress.org/trunk@2352 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-15 23:25:59 +00:00 |
Matt Mullenweg
|
872f826316
|
Two small tweaks before release
git-svn-id: https://develop.svn.wordpress.org/trunk@2346 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-15 03:32:43 +00:00 |
Matt Mullenweg
|
5561bc063c
|
Icon is broken
git-svn-id: https://develop.svn.wordpress.org/trunk@2343 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-15 00:48:36 +00:00 |
Matt Mullenweg
|
91c0d70f55
|
Tidy spacing a little
git-svn-id: https://develop.svn.wordpress.org/trunk@2337 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 23:25:16 +00:00 |
Matt Mullenweg
|
f25a8f36ed
|
Send content-type header - http://mosquito.wordpress.org/view.php?id=874
git-svn-id: https://develop.svn.wordpress.org/trunk@2335 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 20:08:29 +00:00 |
Matt Mullenweg
|
8e8b13594c
|
Redirect to the right place - http://mosquito.wordpress.org/view.php?id=510
git-svn-id: https://develop.svn.wordpress.org/trunk@2333 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 09:46:08 +00:00 |
Ryan Boren
|
35b685cb65
|
Load comments-popup template through the index.
git-svn-id: https://develop.svn.wordpress.org/trunk@2332 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 09:17:23 +00:00 |
Matt Mullenweg
|
62bdfa854b
|
More upload fixes - http://mosquito.wordpress.org/view.php?id=696
git-svn-id: https://develop.svn.wordpress.org/trunk@2331 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 07:13:38 +00:00 |
Matt Mullenweg
|
f54c645796
|
http://mosquito.wordpress.org/view.php?id=810
git-svn-id: https://develop.svn.wordpress.org/trunk@2329 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 07:06:52 +00:00 |
Matt Mullenweg
|
ef80505704
|
http://mosquito.wordpress.org/view.php?id=772
git-svn-id: https://develop.svn.wordpress.org/trunk@2328 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 07:04:16 +00:00 |
Matt Mullenweg
|
03dce26a1e
|
Highlight current theme - http://mosquito.wordpress.org/view.php?id=868
git-svn-id: https://develop.svn.wordpress.org/trunk@2325 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 05:36:54 +00:00 |
Matt Mullenweg
|
2072c977d7
|
Remove 1=1 clause
git-svn-id: https://develop.svn.wordpress.org/trunk@2324 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 05:16:48 +00:00 |
Matt Mullenweg
|
a5fec00554
|
Don't let there be duplicate post_names
git-svn-id: https://develop.svn.wordpress.org/trunk@2323 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:51:14 +00:00 |
Matt Mullenweg
|
5e087090d8
|
No bad HTML when there's quotes in options.
git-svn-id: https://develop.svn.wordpress.org/trunk@2322 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:39:17 +00:00 |
Matt Mullenweg
|
ed8a84e4cd
|
html_type to allow for true XHTML.
git-svn-id: https://develop.svn.wordpress.org/trunk@2321 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:36:57 +00:00 |
Matt Mullenweg
|
b2041fc4d0
|
Friendlier file names in theme editor - http://mosquito.wordpress.org/view.php?id=598
git-svn-id: https://develop.svn.wordpress.org/trunk@2319 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:24:25 +00:00 |
Matt Mullenweg
|
eac6ef3906
|
Allow RSS language - http://mosquito.wordpress.org/view.php?id=367
git-svn-id: https://develop.svn.wordpress.org/trunk@2318 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:17:12 +00:00 |
Matt Mullenweg
|
f2f1c3083e
|
More presave filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@2317 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 04:05:19 +00:00 |
Matt Mullenweg
|
f96e769401
|
Clearer message if we can't write the .htaccess file - http://mosquito.wordpress.org/view.php?id=694
git-svn-id: https://develop.svn.wordpress.org/trunk@2315 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 03:22:25 +00:00 |
Matt Mullenweg
|
6a37d5e580
|
Remove unused options.
git-svn-id: https://develop.svn.wordpress.org/trunk@2314 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 03:20:29 +00:00 |
Matt Mullenweg
|
bb8f038992
|
Removal of changes.xml bloat.
git-svn-id: https://develop.svn.wordpress.org/trunk@2313 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 03:11:23 +00:00 |
Matt Mullenweg
|
3c85ef13dd
|
Consistent instructions for non-apache servers - http://mosquito.wordpress.org/view.php?id=403
git-svn-id: https://develop.svn.wordpress.org/trunk@2310 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 00:51:43 +00:00 |
Matt Mullenweg
|
c4a202338e
|
Set closed for nonbools when blank - http://mosquito.wordpress.org/view.php?id=550
git-svn-id: https://develop.svn.wordpress.org/trunk@2308 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 00:04:58 +00:00 |
Matt Mullenweg
|
4d7f88149a
|
Be nicer to alpha geeks - http://mosquito.wordpress.org/view.php?id=300
git-svn-id: https://develop.svn.wordpress.org/trunk@2307 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-13 23:58:45 +00:00 |
Ryan Boren
|
c377b8c526
|
Wrong arguments for user_can_edit_user() in wp-admin/edit.php. http://mosquito.wordpress.org/view.php?id=865 Hat tip: Agent Orange
git-svn-id: https://develop.svn.wordpress.org/trunk@2298 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-13 19:30:34 +00:00 |
Ryan Boren
|
941a2e7c07
|
Copy searchform and images when creating site theme from default theme. http://mosquito.wordpress.org/view.php?id=852
git-svn-id: https://develop.svn.wordpress.org/trunk@2293 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 19:34:50 +00:00 |
Matt Mullenweg
|
2857c03307
|
Show updated time, not post time. - http://mosquito.wordpress.org/view.php?id=682
git-svn-id: https://develop.svn.wordpress.org/trunk@2291 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 09:32:00 +00:00 |
Matt Mullenweg
|
0c1b494001
|
When in advanced view it means the boxes are unchecked
git-svn-id: https://develop.svn.wordpress.org/trunk@2290 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 09:25:54 +00:00 |
Matt Mullenweg
|
fd66fc02c6
|
Enclosure cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@2288 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 08:58:10 +00:00 |
Matt Mullenweg
|
2f20c8331b
|
Make a lil bit clearer - http://mosquito.wordpress.org/view.php?id=400
git-svn-id: https://develop.svn.wordpress.org/trunk@2287 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 08:03:56 +00:00 |
Matt Mullenweg
|
55396da6b7
|
Be nicer to memory
git-svn-id: https://develop.svn.wordpress.org/trunk@2286 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 07:50:13 +00:00 |
Matt Mullenweg
|
ef5cc6da58
|
Missing plugin call
git-svn-id: https://develop.svn.wordpress.org/trunk@2285 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 07:41:29 +00:00 |
Matt Mullenweg
|
e7b06f0133
|
menu tweak - http://mosquito.wordpress.org/view.php?id=255
git-svn-id: https://develop.svn.wordpress.org/trunk@2279 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 02:00:56 +00:00 |
Matt Mullenweg
|
600e35ca33
|
http://mosquito.wordpress.org/view.php?id=431
git-svn-id: https://develop.svn.wordpress.org/trunk@2278 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 01:50:27 +00:00 |
Donncha O Caoimh
|
686692cfdf
|
Removed a leftover debug print_r
git-svn-id: https://develop.svn.wordpress.org/trunk@2276 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 22:45:49 +00:00 |
michelvaldrighi
|
11e064638b
|
adding flexibility to the Manage Posts table, ad two hooks to manipulate it described on hackers@ ML
git-svn-id: https://develop.svn.wordpress.org/trunk@2275 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 17:58:11 +00:00 |
Ryan Boren
|
e4840e63d3
|
Remove extra paren. http://mosquito.wordpress.org/view.php?id=853
git-svn-id: https://develop.svn.wordpress.org/trunk@2273 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 06:49:07 +00:00 |
Matt Mullenweg
|
56e1b57ff5
|
http://mosquito.wordpress.org/view.php?id=586
git-svn-id: https://develop.svn.wordpress.org/trunk@2271 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 03:51:13 +00:00 |
Matt Mullenweg
|
f08d90e62e
|
http://mosquito.wordpress.org/view.php?id=483
git-svn-id: https://develop.svn.wordpress.org/trunk@2268 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 03:32:24 +00:00 |
Matt Mullenweg
|
a03193c753
|
Use new user_can_edit_user function.
git-svn-id: https://develop.svn.wordpress.org/trunk@2267 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 03:12:27 +00:00 |
Matt Mullenweg
|
7cba629abd
|
Fix confusing wording - http://mosquito.wordpress.org/view.php?id=481
git-svn-id: https://develop.svn.wordpress.org/trunk@2266 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 03:05:05 +00:00 |
Matt Mullenweg
|
09a5bc663a
|
Blogger import fix - http://mosquito.wordpress.org/view.php?id=365
git-svn-id: https://develop.svn.wordpress.org/trunk@2265 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 02:44:38 +00:00 |
Matt Mullenweg
|
ff4bdeb94a
|
http://mosquito.wordpress.org/view.php?id=522
git-svn-id: https://develop.svn.wordpress.org/trunk@2264 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 02:27:45 +00:00 |
Matt Mullenweg
|
2703339d74
|
Fix later
git-svn-id: https://develop.svn.wordpress.org/trunk@2259 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 02:00:38 +00:00 |
Matt Mullenweg
|
d0c7d85ee5
|
Excellent spam moderation patch from CarLBanks - http://mosquito.wordpress.org/view.php?id=835
git-svn-id: https://develop.svn.wordpress.org/trunk@2258 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:52:19 +00:00 |
Matt Mullenweg
|
be4d5e36f2
|
Confirmation on user delete
git-svn-id: https://develop.svn.wordpress.org/trunk@2257 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:43:13 +00:00 |
Matt Mullenweg
|
9b55bd6c62
|
Don't show email errors for people who don't have it.
git-svn-id: https://develop.svn.wordpress.org/trunk@2256 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:31:23 +00:00 |
Matt Mullenweg
|
2b57bde9f9
|
Deal with timezone diff correctly
git-svn-id: https://develop.svn.wordpress.org/trunk@2253 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:21:43 +00:00 |
Matt Mullenweg
|
36fd8a98c3
|
http://mosquito.wordpress.org/view.php?id=833
git-svn-id: https://develop.svn.wordpress.org/trunk@2249 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:01:31 +00:00 |
Matt Mullenweg
|
0e99dc1bf5
|
Better error checking
git-svn-id: https://develop.svn.wordpress.org/trunk@2248 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 00:59:50 +00:00 |
Matt Mullenweg
|
5dba6232ff
|
More consistent results
git-svn-id: https://develop.svn.wordpress.org/trunk@2244 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 00:38:20 +00:00 |
Ryan Boren
|
78266ae933
|
Suppress safe mode restriction warnings.
git-svn-id: https://develop.svn.wordpress.org/trunk@2243 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-08 08:01:59 +00:00 |
Ryan Boren
|
ea3809cba3
|
Set umask to 0 when creating site theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@2242 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-08 07:50:24 +00:00 |
Ryan Boren
|
f87c05180b
|
s///. http://mosquito.wordpress.org/view.php?id=832
git-svn-id: https://develop.svn.wordpress.org/trunk@2235 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-07 02:06:57 +00:00 |
Ryan Boren
|
1dd5e44500
|
Plugin page hooks. Props: morganiq. http://mosquito.wordpress.org/view.php?id=785 http://mosquito.wordpress.org/view.php?id=797
git-svn-id: https://develop.svn.wordpress.org/trunk@2234 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-07 01:15:06 +00:00 |
Ryan Boren
|
58d52dba17
|
Fix display of moderation update messages. Props to morganiq. http://mosquito.wordpress.org/view.php?id=820
git-svn-id: https://develop.svn.wordpress.org/trunk@2233 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-06 20:49:26 +00:00 |
Ryan Boren
|
bd9b765b38
|
Mark string for translation. Props: ortus. http://mosquito.wordpress.org/view.php?id=779
git-svn-id: https://develop.svn.wordpress.org/trunk@2226 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 20:59:56 +00:00 |
Ryan Boren
|
dc1767afe4
|
s/comment_status/comment_approved/. Bug 807. Hat tip: gbhugo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2224 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 18:32:57 +00:00 |
Matt Mullenweg
|
74519bb04e
|
Where did those spaces go?
git-svn-id: https://develop.svn.wordpress.org/trunk@2222 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 05:50:09 +00:00 |
Matt Mullenweg
|
c04ff4672e
|
Clearer wording - http://mosquito.wordpress.org/view.php?id=812
git-svn-id: https://develop.svn.wordpress.org/trunk@2220 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 05:34:19 +00:00 |
Matt Mullenweg
|
294a80c2b0
|
Update rewrite rules on delete - http://wordpress.org/support/topic.php?id=22562
git-svn-id: https://develop.svn.wordpress.org/trunk@2219 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 05:32:36 +00:00 |
Matt Mullenweg
|
bb3599318d
|
A little reorg
git-svn-id: https://develop.svn.wordpress.org/trunk@2218 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 04:53:19 +00:00 |
Matt Mullenweg
|
a7e018dda7
|
Big buttons for login and registration, more robust registration and password recovery.
git-svn-id: https://develop.svn.wordpress.org/trunk@2215 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-05 02:19:00 +00:00 |
Matt Mullenweg
|
57791e2976
|
First user should have a registration date.
git-svn-id: https://develop.svn.wordpress.org/trunk@2214 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-04 23:52:56 +00:00 |
Matt Mullenweg
|
5080f0d435
|
Be a little more forward-looking
git-svn-id: https://develop.svn.wordpress.org/trunk@2213 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-04 22:55:11 +00:00 |
Matt Mullenweg
|
c1a3f8b7a9
|
Don't show spam in list
git-svn-id: https://develop.svn.wordpress.org/trunk@2211 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-03 19:13:11 +00:00 |
Dougal Campbell
|
575a6151ff
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@2207 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 13:58:14 +00:00 |
Matt Mullenweg
|
8099c0076a
|
Don't show template dropdown if there's only one: http://mosquito.wordpress.org/view.php?id=530
git-svn-id: https://develop.svn.wordpress.org/trunk@2203 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 10:44:53 +00:00 |
Matt Mullenweg
|
97cc254675
|
Yay for IE
git-svn-id: https://develop.svn.wordpress.org/trunk@2202 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 10:39:50 +00:00 |
Matt Mullenweg
|
768c5f8c1b
|
Tweaks to the dashboard planet display
git-svn-id: https://develop.svn.wordpress.org/trunk@2201 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 10:36:59 +00:00 |
Matt Mullenweg
|
f365442290
|
We didn't know how big it'd get :)
git-svn-id: https://develop.svn.wordpress.org/trunk@2200 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 09:41:06 +00:00 |
Matt Mullenweg
|
1832211054
|
Adding support for a proxy-specific RBL that has shown to be extremely effective
git-svn-id: https://develop.svn.wordpress.org/trunk@2199 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 08:40:44 +00:00 |
michelvaldrighi
|
31ba3d15e0
|
Fix for bug #559, capitalisation issue
git-svn-id: https://develop.svn.wordpress.org/trunk@2194 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 11:03:45 +00:00 |
Matt Mullenweg
|
6611d8e688
|
Preserve GUIDs in imports
git-svn-id: https://develop.svn.wordpress.org/trunk@2193 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 10:04:01 +00:00 |
Matt Mullenweg
|
5a91190427
|
Dashboard and option tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@2192 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 09:52:36 +00:00 |
Ryan Boren
|
daef7f8d21
|
get_home_path() fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@2186 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 06:59:44 +00:00 |
Matt Mullenweg
|
2e3009c374
|
Old variable would mysteriously crash some configs.
git-svn-id: https://develop.svn.wordpress.org/trunk@2180 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 01:51:05 +00:00 |
Ryan Boren
|
8b95197691
|
Remove support for 'all' queries and for poststart and postend.
git-svn-id: https://develop.svn.wordpress.org/trunk@2179 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-01 01:49:51 +00:00 |