Andrew Ozz
|
3a686005a6
|
Bring back "Add link category" form
git-svn-id: https://develop.svn.wordpress.org/trunk@9526 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 17:44:58 +00:00 |
Ryan Boren
|
0c77660388
|
Bump version
git-svn-id: https://develop.svn.wordpress.org/trunk@9525 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 17:38:43 +00:00 |
Ryan Boren
|
6b21746eea
|
Set perms when making plugin dirs. see #7395
git-svn-id: https://develop.svn.wordpress.org/trunk@9524 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 17:35:58 +00:00 |
Ryan Boren
|
742c91322a
|
Support installation of plugins living in a subdir in svn. Props DD32. fixes #7395
git-svn-id: https://develop.svn.wordpress.org/trunk@9523 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 17:07:45 +00:00 |
Mark Jaquith
|
ded4fe72b8
|
Massive get_comment_link() performance improvements for posts with a lot of comments. props Viper007Bond. fixes #7956
git-svn-id: https://develop.svn.wordpress.org/trunk@9522 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 07:09:20 +00:00 |
Mark Jaquith
|
3090404b64
|
stripslashes() on plugin-install.php stuff
git-svn-id: https://develop.svn.wordpress.org/trunk@9521 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 06:47:35 +00:00 |
Andrew Ozz
|
baac11eb10
|
Fixes for choose tag from tag cloud and reply to comment from admin
git-svn-id: https://develop.svn.wordpress.org/trunk@9520 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 01:44:10 +00:00 |
Andrew Ozz
|
88370af289
|
Do not hide "Quick Edit" link after saving from QE, fixes #8060
git-svn-id: https://develop.svn.wordpress.org/trunk@9519 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 23:48:29 +00:00 |
Andrew Ozz
|
2dde47a9f2
|
Add "Choose from popular tags" to the tags postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@9518 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 23:15:59 +00:00 |
Peter Westwood
|
c6bed34239
|
aesthetic | cleanup. Fixes #8042 props regulatethis.
git-svn-id: https://develop.svn.wordpress.org/trunk@9517 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 22:10:49 +00:00 |
Mark Jaquith
|
d9b39736ba
|
Always set home_root in the rewrite rules. Dreamhost does not set the path for some reason. Props Joe Taiabjee
git-svn-id: https://develop.svn.wordpress.org/trunk@9516 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 21:58:30 +00:00 |
Ryan Boren
|
0623c49a93
|
Notice fixes from Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9515 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 20:16:54 +00:00 |
Ryan Boren
|
313f3f75fb
|
Use an array for query parameters
git-svn-id: https://develop.svn.wordpress.org/trunk@9514 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 18:18:30 +00:00 |
Ryan Boren
|
0351527a97
|
Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9513 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 17:12:43 +00:00 |
Ryan Boren
|
d09db8dc26
|
Fix core update checking. Don't check on every page load.
git-svn-id: https://develop.svn.wordpress.org/trunk@9512 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 17:12:03 +00:00 |
Ryan Boren
|
c3f6773b5b
|
Add caching to get_comments(). see #8057
git-svn-id: https://develop.svn.wordpress.org/trunk@9511 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 16:44:55 +00:00 |
Andrew Ozz
|
f4f88befc6
|
Make postboxes easier to drop in the left column
git-svn-id: https://develop.svn.wordpress.org/trunk@9510 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 14:18:46 +00:00 |
Andrew Ozz
|
7d45802347
|
Preview fixes: different method of showing previews for published posts, now uses the proper templates. Fixes #8052
git-svn-id: https://develop.svn.wordpress.org/trunk@9509 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 13:00:12 +00:00 |
Ryan Boren
|
9f54a77081
|
Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
git-svn-id: https://develop.svn.wordpress.org/trunk@9508 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 03:37:30 +00:00 |
Ryan Boren
|
00b5111693
|
Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
git-svn-id: https://develop.svn.wordpress.org/trunk@9507 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 03:31:19 +00:00 |
Ryan Boren
|
dab986a9b0
|
Notice fixes from filosofo and Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9506 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 03:22:24 +00:00 |
Andrew Ozz
|
1ac8dd147f
|
RTL CSS for 2.7, props mani_monaj, see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@9505 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 02:50:16 +00:00 |
Ryan Boren
|
6f0b606518
|
Localization for wp-mail. Props filosofo. fixes #8051
git-svn-id: https://develop.svn.wordpress.org/trunk@9504 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 23:35:34 +00:00 |
Ryan Boren
|
c2d2f01baa
|
Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051
git-svn-id: https://develop.svn.wordpress.org/trunk@9503 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 23:25:11 +00:00 |
Ryan Boren
|
063265cf03
|
Verbump
git-svn-id: https://develop.svn.wordpress.org/trunk@9502 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 20:26:00 +00:00 |
Ryan Boren
|
9db325beab
|
Use only one enclosure type. Props hailin. fixes #8017
git-svn-id: https://develop.svn.wordpress.org/trunk@9501 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 20:19:38 +00:00 |
Ryan Boren
|
8c0707aaec
|
Bump script loader version for quicktags.
git-svn-id: https://develop.svn.wordpress.org/trunk@9500 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 19:47:55 +00:00 |
Andrew Ozz
|
550fffaafb
|
Add slash to the path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
git-svn-id: https://develop.svn.wordpress.org/trunk@9499 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 19:16:29 +00:00 |
Andrew Ozz
|
48df999a95
|
Fix Screen Options in IE, fixes #8045
git-svn-id: https://develop.svn.wordpress.org/trunk@9498 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 18:56:49 +00:00 |
Andrew Ozz
|
97d9b36c2c
|
Fix path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
git-svn-id: https://develop.svn.wordpress.org/trunk@9497 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 18:21:00 +00:00 |
Andrew Ozz
|
43765e96e1
|
Fix typo in wp-admin.css, props 112502, fixes #8046
git-svn-id: https://develop.svn.wordpress.org/trunk@9496 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 18:00:08 +00:00 |
Andrew Ozz
|
eaa36ee402
|
Fix quick editing of last page in Edit Pages, props yoshi, fixes #8044
git-svn-id: https://develop.svn.wordpress.org/trunk@9495 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 17:37:20 +00:00 |
Ryan Boren
|
0bd6d820f0
|
Version bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9494 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 17:20:16 +00:00 |
Ryan Boren
|
20addd1346
|
IF copy fails, chmod target to 0644 and try again
git-svn-id: https://develop.svn.wordpress.org/trunk@9493 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 17:16:41 +00:00 |
Mark Jaquith
|
6f5222b2a5
|
Fix small typo in last commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@9492 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 07:07:39 +00:00 |
Mark Jaquith
|
34fed9014b
|
Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording.
git-svn-id: https://develop.svn.wordpress.org/trunk@9491 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 07:06:36 +00:00 |
Ryan Boren
|
3934806865
|
Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9490 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:44:48 +00:00 |
Ryan Boren
|
c108a2cec6
|
Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9489 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:36:52 +00:00 |
Ryan Boren
|
5ae2b7fd3e
|
Warning fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9488 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:31:06 +00:00 |
Ryan Boren
|
182ba5805a
|
Remove unused gzipcompression option
git-svn-id: https://develop.svn.wordpress.org/trunk@9487 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:27:42 +00:00 |
Ryan Boren
|
9c1e9910e0
|
Don't descend into single post title for the home page. see #3805
git-svn-id: https://develop.svn.wordpress.org/trunk@9486 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:22:36 +00:00 |
Ryan Boren
|
2ed35e776e
|
Use get_option instead of get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@9485 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:10:18 +00:00 |
Ryan Boren
|
81a0168123
|
link_before and link_after for wp_list_pages(). Props thee17. fixes #8041
git-svn-id: https://develop.svn.wordpress.org/trunk@9484 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 06:07:39 +00:00 |
Andrew Ozz
|
6b2d5e1cee
|
Fix js error on dashboard when no comments in Recent Comments module
git-svn-id: https://develop.svn.wordpress.org/trunk@9483 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 00:14:49 +00:00 |
Ryan Boren
|
e670c2ac8e
|
Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9482 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 00:00:59 +00:00 |
Ryan Boren
|
0b0632ccf1
|
Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9481 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 23:52:49 +00:00 |
Peter Westwood
|
ab7836e072
|
Translation fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@9480 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 22:32:57 +00:00 |
Peter Westwood
|
fbd3dc396c
|
Notice Fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@9479 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 22:24:42 +00:00 |
Ryan Boren
|
8fbdb995dc
|
Verbump
git-svn-id: https://develop.svn.wordpress.org/trunk@9478 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 21:43:25 +00:00 |
Ryan Boren
|
61b65f4465
|
Warning fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9477 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 21:40:35 +00:00 |