Commit Graph

31 Commits

Author SHA1 Message Date
Mike Little bee8734f21 Fixed several instances in WordPress where PHP Notices are not being handled correctly.
Fixes supplied by Aaron Jensen (aaron@visualprose.com).


git-svn-id: https://develop.svn.wordpress.org/trunk@559 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-30 00:55:19 +00:00
Mike Little 4efb6bb23a Missing querycount
git-svn-id: https://develop.svn.wordpress.org/trunk@558 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-25 00:46:52 +00:00
Matt Mullenweg ef9e036f4a Bug fix: http://wordpress.org/support/6/1084 .
Wrong variable used in previous update.


git-svn-id: https://develop.svn.wordpress.org/trunk@554 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-23 09:07:31 +00:00
Matt Mullenweg c08d7f6082 Only show comments and such if an individual post identifier is given.
git-svn-id: https://develop.svn.wordpress.org/trunk@553 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-23 08:41:40 +00:00
Mike Little 6fc9f0c212 Removed references to b2edit.php
git-svn-id: https://develop.svn.wordpress.org/trunk@514 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-03 22:11:42 +00:00
Matt Mullenweg 69c3c568ce If there is one hit on a search redirect to that post's permalink.
git-svn-id: https://develop.svn.wordpress.org/trunk@493 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-27 23:00:39 +00:00
Matt Mullenweg ae278e6d7e Fix for limits again.
git-svn-id: https://develop.svn.wordpress.org/trunk@474 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-26 19:21:04 +00:00
Matt Mullenweg 5a800c0917 Fix for limits.
git-svn-id: https://develop.svn.wordpress.org/trunk@473 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-26 17:28:30 +00:00
Matt Mullenweg 15bfb2b1fb Alpha functionality of new permalink structure as per previous discussions.
git-svn-id: https://develop.svn.wordpress.org/trunk@470 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-26 05:25:26 +00:00
Dougal Campbell 51053ed274 Fixed logic error when selecting posts by multiple author ids
git-svn-id: https://develop.svn.wordpress.org/trunk@404 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-02 13:56:14 +00:00
Dougal Campbell e2674bd615 Fixed code for selecting multiple authors via query params
git-svn-id: https://develop.svn.wordpress.org/trunk@403 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-01 20:58:44 +00:00
Dougal Campbell 8355b75335 Fixed typos
git-svn-id: https://develop.svn.wordpress.org/trunk@402 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-01 14:38:10 +00:00
Dougal Campbell 4cea6ed865 Added sanity checking to several query parameters
git-svn-id: https://develop.svn.wordpress.org/trunk@401 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-01 14:35:49 +00:00
Alex King 4e4cc84c13 made the search an 'AND' search (I think)
git-svn-id: https://develop.svn.wordpress.org/trunk@367 602fd350-edb4-49c9-b593-d223f7449a82
2003-09-11 18:26:49 +00:00
Mike Little 8ab54d6833 Fixed to use posts_per_rss. See http://wordpress.org/support/3/419
git-svn-id: https://develop.svn.wordpress.org/trunk@302 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-08 23:07:25 +00:00
Mike Little 5a0234aeda require -> require_once
b2config.php -> wp-config.php


git-svn-id: https://develop.svn.wordpress.org/trunk@212 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-12 22:42:48 +00:00
Mike Little a74f9ca065 Fix to showing too many posts when in days mode.
git-svn-id: https://develop.svn.wordpress.org/trunk@185 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-07 17:21:08 +00:00
Matt Mullenweg 41214251bd Fixed variable name conflict.
git-svn-id: https://develop.svn.wordpress.org/trunk@182 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-07 04:23:09 +00:00
Mike Little e89562de13 Fix remote SQL injection exploit.
"b2 0.6.2 and prior" allow sql injection in ./blog.header.php. $posts isn�t
convert to integer, so we can inject a sql in this variable. In MySQL 4.x
UNION and subselects can be used to obtain privileges.


git-svn-id: https://develop.svn.wordpress.org/trunk@153 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-04 00:14:49 +00:00
Mike Little 4bf26d95ba Removed erroneous require of wp-db
Added missing require of wp-db to b2config
Moved links tables tt b2config
Fixed definition of extra db vars


git-svn-id: https://develop.svn.wordpress.org/trunk@152 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-03 23:15:14 +00:00
Mike Little 0f0b756152 Fix to use ezsql
git-svn-id: https://develop.svn.wordpress.org/trunk@144 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-01 20:59:33 +00:00
Matt Mullenweg e95f55e8a3 Only display published entries.
git-svn-id: https://develop.svn.wordpress.org/trunk@142 602fd350-edb4-49c9-b593-d223f7449a82
2003-06-01 14:49:04 +00:00
Matt Mullenweg 49a87f1f0d ezSQL mods.
git-svn-id: https://develop.svn.wordpress.org/trunk@114 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-29 14:04:30 +00:00
Matt Mullenweg 5ae03f37dc Earlier path fix that was missed.
git-svn-id: https://develop.svn.wordpress.org/trunk@107 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-26 13:31:55 +00:00
Mike Little bb5ececb03 Fixed html headers
git-svn-id: https://develop.svn.wordpress.org/trunk@101 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-25 23:38:03 +00:00
Matt Mullenweg 184e3cd80c Old fix back.
git-svn-id: https://develop.svn.wordpress.org/trunk@98 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-25 21:20:59 +00:00
Matt Mullenweg ae319d220f New path system.
git-svn-id: https://develop.svn.wordpress.org/trunk@96 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-25 12:43:31 +00:00
Mike Little 6c3fc2a305 Removed $pathserver. Now use $siteurl everywhere.
git-svn-id: https://develop.svn.wordpress.org/trunk@83 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-24 21:50:22 +00:00
Matt Mullenweg e245337a5a Pingback fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@57 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-23 13:49:48 +00:00
Matt Mullenweg ee8991d497 Removed aggresive assumption.
git-svn-id: https://develop.svn.wordpress.org/trunk@52 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-23 12:39:05 +00:00
Matt Mullenweg c5b475e13b *** empty log message ***
git-svn-id: https://develop.svn.wordpress.org/trunk@3 602fd350-edb4-49c9-b593-d223f7449a82
2003-04-01 14:12:34 +00:00