Matt Mullenweg
|
a313d7adfb
|
Fixes #1837 timestamp funkiness
git-svn-id: https://develop.svn.wordpress.org/trunk@3074 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 09:56:41 +00:00 |
|
Matt Mullenweg
|
1932ae4455
|
Add charset and such, fixes #1831
git-svn-id: https://develop.svn.wordpress.org/trunk@3073 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 09:45:13 +00:00 |
|
Matt Mullenweg
|
c9c0ad10dd
|
Slight pretty-upping, fixes #1798
git-svn-id: https://develop.svn.wordpress.org/trunk@3072 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 09:42:44 +00:00 |
|
Matt Mullenweg
|
eb6572f681
|
Real default category, fixes #1873
git-svn-id: https://develop.svn.wordpress.org/trunk@3070 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 08:58:16 +00:00 |
|
Ryan Boren
|
3098fe172e
|
Don't return false from get_settings() when installing. Use update_option() when setting the blog title and admin email so that the cache is kept in sync. fixes #1869
git-svn-id: https://develop.svn.wordpress.org/trunk@3067 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 06:51:09 +00:00 |
|
Matt Mullenweg
|
6666f2ac8f
|
Fixes #1825 again so people can't demote themselves
git-svn-id: https://develop.svn.wordpress.org/trunk@3064 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 04:56:05 +00:00 |
|
Matt Mullenweg
|
8d259b4562
|
Really shouldn't be shown.
git-svn-id: https://develop.svn.wordpress.org/trunk@3063 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 04:54:03 +00:00 |
|
Matt Mullenweg
|
899d70bbbd
|
More eol-style: native
git-svn-id: https://develop.svn.wordpress.org/trunk@3062 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 04:43:57 +00:00 |
|
Matt Mullenweg
|
d245e9e07d
|
Update all to eol-style: native, also fixes #1645
git-svn-id: https://develop.svn.wordpress.org/trunk@3061 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 04:40:18 +00:00 |
|
Matt Mullenweg
|
92390480d7
|
Debug string?
git-svn-id: https://develop.svn.wordpress.org/trunk@3059 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 04:21:44 +00:00 |
|
Matt Mullenweg
|
9bfb0e35dd
|
Documentation link, fixes #1652
git-svn-id: https://develop.svn.wordpress.org/trunk@3058 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 03:13:32 +00:00 |
|
Matt Mullenweg
|
dd35ddfe28
|
Moderation and comment_author_link, fixes #1019
git-svn-id: https://develop.svn.wordpress.org/trunk@3055 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 02:45:53 +00:00 |
|
Ryan Boren
|
f10f98f0a7
|
Cleanup options save.
git-svn-id: https://develop.svn.wordpress.org/trunk@3054 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-12 09:36:20 +00:00 |
|
Matt Mullenweg
|
7b012be984
|
Better link for date formatting, fixes #1419
git-svn-id: https://develop.svn.wordpress.org/trunk@3050 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:19:49 +00:00 |
|
Matt Mullenweg
|
3d4af53c47
|
Send a header as well as a meta, fixes #857
git-svn-id: https://develop.svn.wordpress.org/trunk@3043 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:31:59 +00:00 |
|
Matt Mullenweg
|
a5c87098b9
|
Image FUNction, fixes #1797
git-svn-id: https://develop.svn.wordpress.org/trunk@3042 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:27:58 +00:00 |
|
Matt Mullenweg
|
4b6a074982
|
Add HTTPS support, fixes #1372
git-svn-id: https://develop.svn.wordpress.org/trunk@3041 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:21:28 +00:00 |
|
Matt Mullenweg
|
0aea367865
|
Be nicer to people without http
git-svn-id: https://develop.svn.wordpress.org/trunk@3040 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:13:30 +00:00 |
|
Ryan Boren
|
4daed6d8b9
|
Remove redundant lines. Props johnjosephbachir. fixes #1774
git-svn-id: https://develop.svn.wordpress.org/trunk@3036 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 00:32:15 +00:00 |
|
Ryan Boren
|
6204cb5e82
|
Don't loop over empty list. Props Mark Jaquith. fixes #1827
git-svn-id: https://develop.svn.wordpress.org/trunk@3032 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:36:50 +00:00 |
|
Ryan Boren
|
8ca220554a
|
Add radio button for our default permalink structure. Add got_mod_rewrite(). Props Mark Jaquith. fixes #1840
git-svn-id: https://develop.svn.wordpress.org/trunk@3029 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:25:39 +00:00 |
|
Ryan Boren
|
7b5bed4809
|
Delete link fix from donncha. fixes #1862
git-svn-id: https://develop.svn.wordpress.org/trunk@3027 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 16:52:12 +00:00 |
|
Ryan Boren
|
2077dcaf16
|
Options fixes from donncha. fixes #1859
git-svn-id: https://develop.svn.wordpress.org/trunk@3023 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 18:15:55 +00:00 |
|
Ryan Boren
|
c6a3cc3249
|
TinyMCE accesskeys from skeltoac. fixes #1854
git-svn-id: https://develop.svn.wordpress.org/trunk@3020 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 08:44:48 +00:00 |
|
Ryan Boren
|
1412706873
|
Handle the lack of curl. From skeltoac. fixes #1855
git-svn-id: https://develop.svn.wordpress.org/trunk@3016 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 21:55:01 +00:00 |
|
Ryan Boren
|
609383477a
|
TinyMCE tweaks from skeltoac. fixes #1852
git-svn-id: https://develop.svn.wordpress.org/trunk@3015 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 19:17:08 +00:00 |
|
Ryan Boren
|
c72a1f461e
|
Object caching, round one.
git-svn-id: https://develop.svn.wordpress.org/trunk@3011 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 21:56:03 +00:00 |
|
Matt Mullenweg
|
096d59d425
|
Not used anymore.
git-svn-id: https://develop.svn.wordpress.org/trunk@3010 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 19:16:34 +00:00 |
|
Matt Mullenweg
|
0cdc68d776
|
Style tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3008 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 09:46:28 +00:00 |
|
Ryan Boren
|
1aeea064c8
|
Don't trackbacks from draft post. Props markjaquith. fixes #1801
git-svn-id: https://develop.svn.wordpress.org/trunk@3002 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 07:10:15 +00:00 |
|
Ryan Boren
|
5679c4dd36
|
Order cats by name. Props davidhouse. fixes #1780
git-svn-id: https://develop.svn.wordpress.org/trunk@3000 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 06:48:41 +00:00 |
|
Ryan Boren
|
6f6ef95a3a
|
Remove redudant line. Props johnjosephbachir. fixes #1781
git-svn-id: https://develop.svn.wordpress.org/trunk@2999 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 06:44:51 +00:00 |
|
Ryan Boren
|
1cda7496ef
|
Add ids to timestamp fields. Props nmoog. fixes #1796
git-svn-id: https://develop.svn.wordpress.org/trunk@2998 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 06:21:50 +00:00 |
|
Ryan Boren
|
2d9644a536
|
Really move image-uploading.php to inline-uploading.php
git-svn-id: https://develop.svn.wordpress.org/trunk@2997 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 05:43:01 +00:00 |
|
Ryan Boren
|
c244bfd360
|
Show Role in profile and user edit. Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster. fixes #1825
git-svn-id: https://develop.svn.wordpress.org/trunk@2995 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:58:52 +00:00 |
|
Ryan Boren
|
1fb12a1eaa
|
Rename image-uploading to inline-uploading. Props skeltoac. fixes #1834
git-svn-id: https://develop.svn.wordpress.org/trunk@2994 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:40:43 +00:00 |
|
Ryan Boren
|
3ed89b9e86
|
TinyMCE 2.0RC4 Props skeltoac. fixes #1830
git-svn-id: https://develop.svn.wordpress.org/trunk@2993 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:30:11 +00:00 |
|
Ryan Boren
|
f9d2c24acd
|
Admin nicename setup incorrectly. Props Mark Jaquith fixes #1839
git-svn-id: https://develop.svn.wordpress.org/trunk@2992 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:16:59 +00:00 |
|
Matt Mullenweg
|
71db5228c7
|
Prettier boxes
git-svn-id: https://develop.svn.wordpress.org/trunk@2990 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 01:57:59 +00:00 |
|
Matt Mullenweg
|
39a79f3e63
|
Icon for notices and small tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@2989 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 00:37:51 +00:00 |
|
Matt Mullenweg
|
114d19b144
|
Redirect to new permalink if slug changes. Fixes #1068
git-svn-id: https://develop.svn.wordpress.org/trunk@2988 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-05 22:57:56 +00:00 |
|
Matt Mullenweg
|
5e3e5445e9
|
Bad grammar. Fixes #1766
git-svn-id: https://develop.svn.wordpress.org/trunk@2987 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-05 22:55:04 +00:00 |
|
Ryan Boren
|
efe9f2fbcf
|
Don't show publish button when post is already published. Props: Mark Jaquith fixes #1813
git-svn-id: https://develop.svn.wordpress.org/trunk@2981 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-04 02:51:59 +00:00 |
|
Ryan Boren
|
573e9a1bcb
|
wp_handle_upload() and image upload improvements from Andy. fixes #1806
git-svn-id: https://develop.svn.wordpress.org/trunk@2979 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-01 21:28:03 +00:00 |
|
Ryan Boren
|
5fc5164297
|
Create gmt_offset option for fresh installs. Fallout from [2966]. fixes #1803
git-svn-id: https://develop.svn.wordpress.org/trunk@2974 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-29 05:32:39 +00:00 |
|
Ryan Boren
|
7ffc6d0838
|
Put the preview anchors on the h2. Props: markjaquith fixes #1765
git-svn-id: https://develop.svn.wordpress.org/trunk@2973 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-29 01:52:56 +00:00 |
|
Ryan Boren
|
6eacdcf924
|
Give a little love to the bookmarklet.
git-svn-id: https://develop.svn.wordpress.org/trunk@2972 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-28 08:43:23 +00:00 |
|
Ryan Boren
|
ea4ebf21a9
|
Let wp_insert_post() figure out the GMT date.
git-svn-id: https://develop.svn.wordpress.org/trunk@2971 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-28 04:37:06 +00:00 |
|
Ryan Boren
|
6fcc709db0
|
Let wp_insert_post() figure out the GMT date.
git-svn-id: https://develop.svn.wordpress.org/trunk@2970 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-28 04:36:24 +00:00 |
|
Ryan Boren
|
471552766e
|
Create upload dirs with same perms as wp-content. fixes #1784 #1726
git-svn-id: https://develop.svn.wordpress.org/trunk@2967 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-28 01:12:54 +00:00 |
|