Commit Graph

35 Commits

Author SHA1 Message Date
saxmatt 42df6fbd9a Now select categories from new table and such.
git-svn-id: http://svn.automattic.com/wordpress/trunk@574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-07 08:59:05 +00:00
saxmatt bc2c6dad9a Beta multiple category support. Major style changes. You can now add, delete, edit categories through the admin interface.
git-svn-id: http://svn.automattic.com/wordpress/trunk@572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-05 09:41:27 +00:00
saxmatt cbccab200c Alpha 2 multiple category support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-05 01:44:42 +00:00
mikelittle ed973decee Removed $querycount. Added $wpdb->querycount
git-svn-id: http://svn.automattic.com/wordpress/trunk@569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-05 01:24:02 +00:00
mikelittle a5ab0fc858 Fixed several instances in WordPress where PHP Notices are not being handled correctly.
Fixes supplied by Aaron Jensen (aaron@visualprose.com).


git-svn-id: http://svn.automattic.com/wordpress/trunk@559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-30 00:55:19 +00:00
mikelittle 3e120068f9 Missing querycount
git-svn-id: http://svn.automattic.com/wordpress/trunk@558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-25 00:46:52 +00:00
saxmatt 451de48541 Bug fix: http://wordpress.org/support/6/1084 .
Wrong variable used in previous update.


git-svn-id: http://svn.automattic.com/wordpress/trunk@554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-23 09:07:31 +00:00
saxmatt f33ef28bfc Only show comments and such if an individual post identifier is given.
git-svn-id: http://svn.automattic.com/wordpress/trunk@553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-23 08:41:40 +00:00
mikelittle 603f2e440c Removed references to b2edit.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 22:11:42 +00:00
saxmatt 34483fbd59 If there is one hit on a search redirect to that post's permalink.
git-svn-id: http://svn.automattic.com/wordpress/trunk@493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-27 23:00:39 +00:00
saxmatt 8395b77e6d Fix for limits again.
git-svn-id: http://svn.automattic.com/wordpress/trunk@474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 19:21:04 +00:00
saxmatt 5f5a61efdc Fix for limits.
git-svn-id: http://svn.automattic.com/wordpress/trunk@473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 17:28:30 +00:00
saxmatt d9c1f28844 Alpha functionality of new permalink structure as per previous discussions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 05:25:26 +00:00
emc3 aaeaaa0c45 Fixed logic error when selecting posts by multiple author ids
git-svn-id: http://svn.automattic.com/wordpress/trunk@404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-02 13:56:14 +00:00
emc3 e50c87cc4f Fixed code for selecting multiple authors via query params
git-svn-id: http://svn.automattic.com/wordpress/trunk@403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-01 20:58:44 +00:00
emc3 c8bc513d23 Fixed typos
git-svn-id: http://svn.automattic.com/wordpress/trunk@402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-01 14:38:10 +00:00
emc3 ad7545eff1 Added sanity checking to several query parameters
git-svn-id: http://svn.automattic.com/wordpress/trunk@401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-01 14:35:49 +00:00
alex_t_king 3bdc9c5bc2 made the search an 'AND' search (I think)
git-svn-id: http://svn.automattic.com/wordpress/trunk@367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-11 18:26:49 +00:00
mikelittle 0b12a1a923 Fixed to use posts_per_rss. See http://wordpress.org/support/3/419
git-svn-id: http://svn.automattic.com/wordpress/trunk@302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-08 23:07:25 +00:00
mikelittle fc41175af3 require -> require_once
b2config.php -> wp-config.php


git-svn-id: http://svn.automattic.com/wordpress/trunk@212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-12 22:42:48 +00:00
mikelittle 4f9744cb80 Fix to showing too many posts when in days mode.
git-svn-id: http://svn.automattic.com/wordpress/trunk@185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-07 17:21:08 +00:00
saxmatt 6e08cdf772 Fixed variable name conflict.
git-svn-id: http://svn.automattic.com/wordpress/trunk@182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-07 04:23:09 +00:00
mikelittle 1aebecad96 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: http://svn.automattic.com/wordpress/trunk@153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 00:14:49 +00:00
mikelittle 3b1ee8f5ab 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: http://svn.automattic.com/wordpress/trunk@152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-03 23:15:14 +00:00
mikelittle cacc4ed4fd Fix to use ezsql
git-svn-id: http://svn.automattic.com/wordpress/trunk@144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 20:59:33 +00:00
saxmatt 96459f6958 Only display published entries.
git-svn-id: http://svn.automattic.com/wordpress/trunk@142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 14:49:04 +00:00
saxmatt d37d5204a9 ezSQL mods.
git-svn-id: http://svn.automattic.com/wordpress/trunk@114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-29 14:04:30 +00:00
saxmatt 0c41ba8305 Earlier path fix that was missed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-26 13:31:55 +00:00
mikelittle b7aa3cdd7d Fixed html headers
git-svn-id: http://svn.automattic.com/wordpress/trunk@101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-25 23:38:03 +00:00
saxmatt cc77c8a815 Old fix back.
git-svn-id: http://svn.automattic.com/wordpress/trunk@98 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-25 21:20:59 +00:00
saxmatt 91de6b846c New path system.
git-svn-id: http://svn.automattic.com/wordpress/trunk@96 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-25 12:43:31 +00:00
mikelittle debf2f7147 Removed $pathserver. Now use $siteurl everywhere.
git-svn-id: http://svn.automattic.com/wordpress/trunk@83 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-24 21:50:22 +00:00
saxmatt 1f74b4d30c Pingback fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@57 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-23 13:49:48 +00:00
saxmatt 05ea50a8c9 Removed aggresive assumption.
git-svn-id: http://svn.automattic.com/wordpress/trunk@52 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-23 12:39:05 +00:00
saxmatt b43564cb29 *** empty log message ***
git-svn-id: http://svn.automattic.com/wordpress/trunk@3 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-04-01 14:12:34 +00:00