Commit Graph

5066 Commits

Author SHA1 Message Date
rob1n 238e8f18ec Fix stupid error on my part. Props abbaanthony. fixes #4208
git-svn-id: https://develop.svn.wordpress.org/trunk@5347 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 02:28:06 +00:00
rob1n d25ce6fc4b Filter dashboard URL's. fixes #2177
git-svn-id: https://develop.svn.wordpress.org/trunk@5346 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 22:37:37 +00:00
rob1n e1863b22cc Check basename(). see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5345 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 21:00:54 +00:00
rob1n c12eb84474 Automattically deactivate Automattic Widgets, if activated. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5344 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 20:53:29 +00:00
rob1n 68ae6680ea Move widgets' JS into the <head> of widgets.php. Should fix text/rss widget controls. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5343 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 20:16:26 +00:00
Ryan Boren 97bf7944c2 Fix widget control registration where id is not passed in.
git-svn-id: https://develop.svn.wordpress.org/trunk@5341 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-28 17:04:16 +00:00
Ryan Boren 386eb41adf Fix edit comment links
git-svn-id: https://develop.svn.wordpress.org/trunk@5340 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-28 16:45:47 +00:00
Ryan Boren af32dce26a Create widget id from widget name when id not specified.
git-svn-id: https://develop.svn.wordpress.org/trunk@5338 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-28 06:08:27 +00:00
Ryan Boren f6f5f61311 Kick widgets init from init hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@5336 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-28 00:35:47 +00:00
Ryan Boren 91e1cb92ec Some widgets gettext.
git-svn-id: https://develop.svn.wordpress.org/trunk@5334 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-28 00:29:27 +00:00
rob1n 510a57a763 Don't double encode gzip output if gzip is already set in php.ini. Props
welcomb. fixes #4205


git-svn-id: https://develop.svn.wordpress.org/trunk@5333 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 20:55:05 +00:00
Matt Mullenweg 7b24d7882d Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@5331 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 05:30:23 +00:00
Matt Mullenweg 56f7ecd7d8 Link that URL!
git-svn-id: https://develop.svn.wordpress.org/trunk@5330 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 05:23:53 +00:00
Ryan Boren d9f2285155 Use the right field name ya idjit.
git-svn-id: https://develop.svn.wordpress.org/trunk@5329 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 04:34:44 +00:00
Ryan Boren b9b37cd426 Consult global comment in get_comment(). Don't show empty edit links.
git-svn-id: https://develop.svn.wordpress.org/trunk@5328 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 03:51:36 +00:00
rob1n 6e54a62f24 Whoops, forgot widgets-rtl.css.
git-svn-id: https://develop.svn.wordpress.org/trunk@5327 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 02:39:22 +00:00
rob1n 5ca855b43a Use non-GMT date. fixes #3034
git-svn-id: https://develop.svn.wordpress.org/trunk@5326 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 00:56:12 +00:00
rob1n ef92dec9ba Add Firefox bookmarking instructions. Props abelcheung. fixes #4203
git-svn-id: https://develop.svn.wordpress.org/trunk@5325 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 00:55:11 +00:00
rob1n 9b3becf6ea Widgets RTL CSS, and a few little widget bugfixes. Props Sewar. fixes #4185
git-svn-id: https://develop.svn.wordpress.org/trunk@5324 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 00:51:19 +00:00
rob1n d8062bbc62 Add id attribute where it's only name. fixes #3696
git-svn-id: https://develop.svn.wordpress.org/trunk@5323 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 00:47:01 +00:00
Matt Mullenweg 0ec4ef6a75 I think this got accidentally reverted.
git-svn-id: https://develop.svn.wordpress.org/trunk@5322 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 22:17:13 +00:00
Ryan Boren 004f9d7d27 Fix text and rss widget registration. fixes #4204 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5320 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 17:49:11 +00:00
Ryan Boren 09d31c8edb Add dropdown option to archives and categories widgets. Props Joseph Scott. fixes #4194 for 2.2
git-svn-id: https://develop.svn.wordpress.org/trunk@5319 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 17:17:30 +00:00
rob1n 2d6c38c7cf Links widget fixes from Otto42. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5317 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 03:43:59 +00:00
rob1n 7a6aba312d WordPress.com -> .org and change widgetize link to Automattic's site for now. We still need to make a Codex page, just to make it more "WordPressy."
Props foolswisdom. fixes #4200


git-svn-id: https://develop.svn.wordpress.org/trunk@5316 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 02:13:18 +00:00
rob1n 7a30348f90 Firefox uses Alt+Shift for access keys. Props johnbillion. fixes #4193
git-svn-id: https://develop.svn.wordpress.org/trunk@5315 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 02:02:59 +00:00
rob1n 10566f45a4 Require once only. Props masquerade. fixes #4192
git-svn-id: https://develop.svn.wordpress.org/trunk@5313 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 04:41:12 +00:00
rob1n b724739d74 Housekeeping -- a misspelling.
git-svn-id: https://develop.svn.wordpress.org/trunk@5312 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 03:14:11 +00:00
rob1n 8028b4b6bf Variable name fix. Props filosofo. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5310 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 03:02:28 +00:00
rob1n 272ad77beb Add admin_xml_ns to upload.php's <html>, since it doesn't use admin-header.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@5309 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 00:56:22 +00:00
rob1n a40b296021 Allow number_format to be internationalized. Props nbachiyski. fixes #3677
git-svn-id: https://develop.svn.wordpress.org/trunk@5308 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 00:49:57 +00:00
rob1n 2b3f6e3070 Housekeeping -- clean out debug calls.
git-svn-id: https://develop.svn.wordpress.org/trunk@5307 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 23:58:51 +00:00
rob1n 69e811bb7c Add ODT to allowed file types. Props Nazgul. fixes #4136
git-svn-id: https://develop.svn.wordpress.org/trunk@5304 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 23:28:39 +00:00
rob1n 215dca2430 Add unfiltered_upload cap, and allow for admins. Props Nazgul. fixes #4136
git-svn-id: https://develop.svn.wordpress.org/trunk@5303 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 23:27:20 +00:00
rob1n b0e84dde88 get_edit_*_link() functions. fixes #4153
git-svn-id: https://develop.svn.wordpress.org/trunk@5302 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 23:21:56 +00:00
Ryan Boren 78226c0f85 Update widgets to latest bits. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5301 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 21:36:17 +00:00
Ryan Boren 774a35bbec widgets.php be doubling down. Once is enough.
git-svn-id: https://develop.svn.wordpress.org/trunk@5300 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 18:41:42 +00:00
Ryan Boren d2cf3bbe0b Set eol-style on new files.
git-svn-id: https://develop.svn.wordpress.org/trunk@5299 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 18:40:02 +00:00
rob1n ffc63c60e3 Widgets for 2.3. fixes #4186
git-svn-id: https://develop.svn.wordpress.org/trunk@5297 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 01:05:17 +00:00
Ryan Boren 01dad3491e Fix variable collission in _get_cat_children. see #3985
git-svn-id: https://develop.svn.wordpress.org/trunk@5295 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-23 20:28:38 +00:00
rob1n 7aca30b768 has_excerpt() template tag. fixes #4177 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5293 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-22 04:25:47 +00:00
Ryan Boren 35d6ed5ebf Use GMT in XML-RPC dateCreated fields. Props Joseph Scott. fixes #4158 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5292 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-22 03:07:34 +00:00
rob1n c2bb150496 Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5290 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-20 03:52:41 +00:00
Ryan Boren c883733d72 2.3-alpha
git-svn-id: https://develop.svn.wordpress.org/trunk@5288 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-19 04:05:39 +00:00
rob1n 0eb151d441 Rename app.php to wp-app.php and change references. fixes #4168
git-svn-id: https://develop.svn.wordpress.org/trunk@5286 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-19 03:03:31 +00:00
rob1n baff4f7040 Replace deprecated get_settings() calls with get_option(). Props johnbillion. fixes #4167
git-svn-id: https://develop.svn.wordpress.org/trunk@5285 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-19 02:53:19 +00:00
rob1n 642b38246b Cast substr()'s to int before passing through mktime() to prevent warning. Props josephscott. fixes #4166
git-svn-id: https://develop.svn.wordpress.org/trunk@5284 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-19 02:49:19 +00:00
Ryan Boren e2094a4e19 Add url_to_postid filter. Props Alex King. fixes #4160
git-svn-id: https://develop.svn.wordpress.org/trunk@5283 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-18 22:51:54 +00:00
Ryan Boren b749fb0711 Revert [5275] - [5277]. Fix it later. see #4153
git-svn-id: https://develop.svn.wordpress.org/trunk@5282 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-17 23:00:35 +00:00
Ryan Boren 767e7aa881 XML-RPC fixes to allow for empty/zero settings in various fields. Props Joseph Scott. fixes #4156
git-svn-id: https://develop.svn.wordpress.org/trunk@5281 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-17 22:00:00 +00:00