rob1n
|
429613b2cc
|
Add support to wp-mail.php for quoted-printable Content-Transfer-Encoding. Props Nazgul. fixes #2460
git-svn-id: https://develop.svn.wordpress.org/trunk@5188 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-06 02:57:46 +00:00 |
|
rob1n
|
28066a110c
|
Add stripos() for compatibility for PHP < 5. This will be needed for a patch later, I think.
git-svn-id: https://develop.svn.wordpress.org/trunk@5187 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-06 02:54:12 +00:00 |
|
rob1n
|
335777c369
|
Add DBX to link-add.php. Props Nazgul. fixes #3922
git-svn-id: https://develop.svn.wordpress.org/trunk@5186 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-06 00:56:28 +00:00 |
|
rob1n
|
d560f89eb4
|
Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5185 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-06 00:38:30 +00:00 |
|
Ryan Boren
|
8a8e57b000
|
Bit twiddling. Add type bitfield to categories table. see #3723
git-svn-id: https://develop.svn.wordpress.org/trunk@5184 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-05 21:16:02 +00:00 |
|
rob1n
|
5d754bf617
|
Add RTL support for new view-link class. see #4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5183 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-05 04:54:54 +00:00 |
|
rob1n
|
8044a5fec7
|
Move inline styles to wp-admin.css. see #4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5182 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-05 02:03:40 +00:00 |
|
rob1n
|
42414763e8
|
Add admin_xml_ns action to <html> in the admin header. Props jhodgdon. fixes #4077
git-svn-id: https://develop.svn.wordpress.org/trunk@5181 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 23:54:47 +00:00 |
|
rob1n
|
ea7193714d
|
Fix typo. Props Nazgul. fixes #4083
git-svn-id: https://develop.svn.wordpress.org/trunk@5180 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 23:35:37 +00:00 |
|
Ryan Boren
|
c81341f3ee
|
Category listing speedups. see #3985
git-svn-id: https://develop.svn.wordpress.org/trunk@5179 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 22:32:24 +00:00 |
|
Ryan Boren
|
93cdc6deac
|
Cache category hierarchy to make cat listing faster. Phase 1. see #3985
git-svn-id: https://develop.svn.wordpress.org/trunk@5178 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 20:44:45 +00:00 |
|
rob1n
|
8a155e75f5
|
Add exit hook to wp_delete_link(). Props kevinB. fixes #4078
git-svn-id: https://develop.svn.wordpress.org/trunk@5177 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 04:25:44 +00:00 |
|
rob1n
|
99aba2a91c
|
Fix typo. Props johnbillion. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5176 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-04 00:58:55 +00:00 |
|
Ryan Boren
|
75fdbf0f87
|
Cast to int after escaping. Props Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@5173 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-03 07:11:13 +00:00 |
|
Mark Jaquith
|
aa82383dc6
|
Fix category_name=foo WP_Queries. fixes #4069
git-svn-id: https://develop.svn.wordpress.org/trunk@5171 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-02 19:40:15 +00:00 |
|
Matt Mullenweg
|
3be1be3815
|
Because of the next we should always do a reset.
git-svn-id: https://develop.svn.wordpress.org/trunk@5170 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-02 07:46:05 +00:00 |
|
Matt Mullenweg
|
0b78f9638c
|
Fixes bottlenecks found in filter system using xdebug + kcachegrind. merge_filters was being called 1000+ times.
git-svn-id: https://develop.svn.wordpress.org/trunk@5169 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-02 07:03:38 +00:00 |
|
rob1n
|
a499d35043
|
Localize admin tag form and classic theme's tag output. Props nbachiyski. fixes #4031
git-svn-id: https://develop.svn.wordpress.org/trunk@5168 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 19:42:06 +00:00 |
|
Ryan Boren
|
b11b72c851
|
i18n for quicktags.js. Props Nazgul. fixes #3958
git-svn-id: https://develop.svn.wordpress.org/trunk@5167 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 16:06:19 +00:00 |
|
Ryan Boren
|
8be342b294
|
Translate APP and XMLRPC errors. Props nbachiyski. fixes #3997
git-svn-id: https://develop.svn.wordpress.org/trunk@5166 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 15:59:50 +00:00 |
|
rob1n
|
d57de9f654
|
Add CSS class in if it's not empty when there's no comments. fixes #2180
git-svn-id: https://develop.svn.wordpress.org/trunk@5165 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 15:57:13 +00:00 |
|
rob1n
|
616570aadc
|
Run the post titles through the the_title filter. fixes #3366
git-svn-id: https://develop.svn.wordpress.org/trunk@5164 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 15:40:50 +00:00 |
|
Matt Mullenweg
|
f600a397d1
|
Don't forget the tag_cache
git-svn-id: https://develop.svn.wordpress.org/trunk@5163 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 08:44:10 +00:00 |
|
Matt Mullenweg
|
3d7bc44610
|
Use category_exists instead of a direct query.
git-svn-id: https://develop.svn.wordpress.org/trunk@5162 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 22:38:51 +00:00 |
|
Matt Mullenweg
|
6030d299e9
|
Move it to the more intuitive right side of the page, with the rest of the activation links
git-svn-id: https://develop.svn.wordpress.org/trunk@5161 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 22:15:58 +00:00 |
|
Matt Mullenweg
|
d5776af750
|
Make most of the buttons a map, helps the write page load faster.
git-svn-id: https://develop.svn.wordpress.org/trunk@5160 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 22:12:35 +00:00 |
|
Matt Mullenweg
|
93e33032b6
|
Kill the slow-loading iframe in favor of a popup link
git-svn-id: https://develop.svn.wordpress.org/trunk@5159 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 22:02:19 +00:00 |
|
rob1n
|
f4ec57d876
|
Add exit hook to wp_delete_post(). Props kevinB. fixes #4055
git-svn-id: https://develop.svn.wordpress.org/trunk@5158 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 21:41:08 +00:00 |
|
rob1n
|
c37bf4c8d5
|
Add exit hooks to wp_insert_category(). Props kevinB. fixes #4056
git-svn-id: https://develop.svn.wordpress.org/trunk@5157 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 21:33:33 +00:00 |
|
rob1n
|
47ebdc76c7
|
Deactivate All Plugins feature. fixes #3498
git-svn-id: https://develop.svn.wordpress.org/trunk@5156 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 20:56:54 +00:00 |
|
rob1n
|
00915234c2
|
attribute_escape() the OPML feed's title. fixes #4061
git-svn-id: https://develop.svn.wordpress.org/trunk@5155 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 20:15:10 +00:00 |
|
rob1n
|
a6aecd4f7d
|
Add classic theme's functions.php. Good eyes, Otto42. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5154 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 19:52:59 +00:00 |
|
rob1n
|
5a4c2c68ad
|
Add link rating to wp_list_bookmarks(). fixes #3916
git-svn-id: https://develop.svn.wordpress.org/trunk@5153 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 19:43:49 +00:00 |
|
rob1n
|
fa0b7d4690
|
Take out useless preg_match()'s and ignore directories starting with ".". Props m0n5t3r. fixes #4047
git-svn-id: https://develop.svn.wordpress.org/trunk@5152 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 19:30:18 +00:00 |
|
rob1n
|
158614b4aa
|
Add widget support (if plugin is available) to default themes. Props Otto42. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5151 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 16:57:50 +00:00 |
|
Matt Mullenweg
|
a059392772
|
Now tag pretty permalinks should work, and support custom tag bases.
git-svn-id: https://develop.svn.wordpress.org/trunk@5150 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 09:19:32 +00:00 |
|
Matt Mullenweg
|
570a74e818
|
All the query stuff we need for tag= URLs to work.
git-svn-id: https://develop.svn.wordpress.org/trunk@5149 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 06:16:12 +00:00 |
|
Matt Mullenweg
|
4e3b757f81
|
Don't dupe categories when adding new ones, use the existing ID.
git-svn-id: https://develop.svn.wordpress.org/trunk@5148 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 05:22:10 +00:00 |
|
Matt Mullenweg
|
06e885f4b1
|
Show tags on permalink pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@5147 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 05:21:47 +00:00 |
|
rob1n
|
424cdf9b88
|
Fix double header when WP importer file upload fails. Props takayukister. fixes #4033
git-svn-id: https://develop.svn.wordpress.org/trunk@5146 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 03:55:22 +00:00 |
|
rob1n
|
78ed2a6eca
|
Add https:// support to script loader. Props abtime. fixes #4046
git-svn-id: https://develop.svn.wordpress.org/trunk@5145 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 02:47:23 +00:00 |
|
rob1n
|
362760a485
|
Add missing the_title filter call. Props jhodgdon. fixes #4050
git-svn-id: https://develop.svn.wordpress.org/trunk@5144 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-30 23:46:17 +00:00 |
|
rob1n
|
d7d36ff890
|
Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5143 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 04:08:54 +00:00 |
|
rob1n
|
44bb2a71f1
|
PHPdoc for plugin.php. Props Martin10. fixes #3852
git-svn-id: https://develop.svn.wordpress.org/trunk@5142 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:45:34 +00:00 |
|
rob1n
|
8cc9f714a6
|
Some grammar fixes in options-general.php. Props jonnylamb and foolswisdom. fixes #3749
git-svn-id: https://develop.svn.wordpress.org/trunk@5141 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:43:10 +00:00 |
|
rob1n
|
b152f83924
|
Update the PHP version and the Codex link for importing in readme.html. Props MichaelH. fixes #3998
git-svn-id: https://develop.svn.wordpress.org/trunk@5140 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:37:26 +00:00 |
|
rob1n
|
ea98d87af3
|
Change the message when registration isn't enabled to reflect that. Props markjaquith. fixes #3640
git-svn-id: https://develop.svn.wordpress.org/trunk@5139 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:30:57 +00:00 |
|
rob1n
|
8f07a4c509
|
Add back in a question mark. Props foolswisdom. fixes #3143
git-svn-id: https://develop.svn.wordpress.org/trunk@5138 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:24:25 +00:00 |
|
rob1n
|
3b6010f155
|
Fix months in wp_title(). fixes #4043
git-svn-id: https://develop.svn.wordpress.org/trunk@5137 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 02:06:16 +00:00 |
|
rob1n
|
fcb2f9db91
|
Add get_sidebar action to get_sidebar(). fixes #1445
git-svn-id: https://develop.svn.wordpress.org/trunk@5136 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 01:45:29 +00:00 |
|