Commit Graph

19825 Commits

Author SHA1 Message Date
saxmatt f014d377f5 Fixed missing tr
git-svn-id: http://svn.automattic.com/wordpress/trunk@175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-06 21:44:16 +00:00
saxmatt 67b6947894 Ampersand fixer should be called outside of the texturize loop.
git-svn-id: http://svn.automattic.com/wordpress/trunk@174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-06 21:19:30 +00:00
saxmatt f9ed08d4c8 $post conflict.
git-svn-id: http://svn.automattic.com/wordpress/trunk@173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-05 21:47:18 +00:00
saxmatt 22d5889475 $url to $tb_url fix from Dougal.
git-svn-id: http://svn.automattic.com/wordpress/trunk@172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-05 19:57:26 +00:00
mikelittle cab1c1b3e7 Removed erroneous require of wp-db its now in b2config
git-svn-id: http://svn.automattic.com/wordpress/trunk@171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 21:24:13 +00:00
mikelittle e10068e83d Test we have some posts to avoid foreach error.
Capitalisation of WordPress


git-svn-id: http://svn.automattic.com/wordpress/trunk@170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 21:21:14 +00:00
saxmatt f232508e3d Unecessary queries.
git-svn-id: http://svn.automattic.com/wordpress/trunk@169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 21:11:15 +00:00
saxmatt 1d67fa97e6 Wrong filename and typo in title. Thanks Mike :).
git-svn-id: http://svn.automattic.com/wordpress/trunk@168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 21:07:20 +00:00
saxmatt 6df6bcd5e2 Upgrade script.
git-svn-id: http://svn.automattic.com/wordpress/trunk@167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 20:05:58 +00:00
saxmatt 4cb49de3d8 Forgot post_status.
git-svn-id: http://svn.automattic.com/wordpress/trunk@166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 20:04:47 +00:00
saxmatt dc8d5836cf New database fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 19:55:33 +00:00
saxmatt 167c3e4c1b Altered with new database fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 19:55:21 +00:00
saxmatt e8ba6971ab Version up.
git-svn-id: http://svn.automattic.com/wordpress/trunk@163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 19:36:53 +00:00
saxmatt 2768a4eab3 New comment status code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 19:36:35 +00:00
saxmatt a2b5bf6171 Version change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 19:03:13 +00:00
saxmatt 2ff38fe8d6 Check if pings are allowed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 18:50:21 +00:00
saxmatt 8f107092d9 Check for comment status.
git-svn-id: http://svn.automattic.com/wordpress/trunk@159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 18:17:48 +00:00
saxmatt d9ef79d24d Typo in title. Speling rox.
git-svn-id: http://svn.automattic.com/wordpress/trunk@158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 17:42:41 +00:00
saxmatt 2c22aa86d4 Comments off is now faded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 17:40:05 +00:00
saxmatt 37d1bf52e2 Don't show the comment form if comments are closed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 17:32:14 +00:00
saxmatt 5a28e9a345 Markup fixes. Removed weblogs.com updater by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 17:12:41 +00:00
saxmatt 97a6e33103 Multiviews.
git-svn-id: http://svn.automattic.com/wordpress/trunk@154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-04 16:47:19 +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 73c4f8cfad Check for no links returned stops error
git-svn-id: http://svn.automattic.com/wordpress/trunk@151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-03 22:42:13 +00:00
mikelittle 6a80aa6395 Updated admin levels to match page requirements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-03 22:29:11 +00:00
mikelittle 8b549dcb12 Fixed admin level security problem.
Plus an user -> a user


git-svn-id: http://svn.automattic.com/wordpress/trunk@149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-03 00:08:51 +00:00
mikelittle 6362196c2b Fixed old auto-toggle always on bug.
git-svn-id: http://svn.automattic.com/wordpress/trunk@148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-02 22:20:27 +00:00
mikelittle b815af0035 Fix to use ezsql
git-svn-id: http://svn.automattic.com/wordpress/trunk@147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 21:50:43 +00:00
mikelittle e08dbbefab fixed mismatched quotes in popup comment link
git-svn-id: http://svn.automattic.com/wordpress/trunk@146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 21:00:30 +00:00
mikelittle 2710d0b09f Fix to use ezsql
Also brought into line with inline comments code.


git-svn-id: http://svn.automattic.com/wordpress/trunk@145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 20:59:56 +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 290ac10686 New status fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 14:49:30 +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 183c6c718f Time should update when editing a draft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 14:02:17 +00:00
saxmatt b70dc9bbcb Added new status fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 13:26:54 +00:00
saxmatt 0874f806c8 ezSQL updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 12:10:47 +00:00
saxmatt cd24189c47 Padding on lists.
git-svn-id: http://svn.automattic.com/wordpress/trunk@138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 12:08:53 +00:00
saxmatt de71fcebbc Updated author functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:57:50 +00:00
saxmatt c5ef3792cf ezSQL update.
git-svn-id: http://svn.automattic.com/wordpress/trunk@136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:52:47 +00:00
saxmatt ab32f497af Added labels.
git-svn-id: http://svn.automattic.com/wordpress/trunk@135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:43:30 +00:00
saxmatt 733d6f3b7c Removed background from input fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:43:03 +00:00
saxmatt a18d531876 Clipped convert_chars, it's too slow and most people won't notice. We need to do the conversion on insert rather than display.
git-svn-id: http://svn.automattic.com/wordpress/trunk@133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:30:13 +00:00
saxmatt 1700bba60e Fixed bug requiring you to relogin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 11:05:36 +00:00
saxmatt d99666150e For alternating rows.
git-svn-id: http://svn.automattic.com/wordpress/trunk@131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 10:16:39 +00:00
saxmatt a4ba40f8f1 Redid HTML, cleaned up interface, ezSQL, order by name by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 10:16:04 +00:00
saxmatt faeb3b3cf8 Use local header graphic.
git-svn-id: http://svn.automattic.com/wordpress/trunk@129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 09:30:29 +00:00
saxmatt 47f89f2ac6 Uses ezSQL, added "status", tested. Works great!
git-svn-id: http://svn.automattic.com/wordpress/trunk@128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 09:01:04 +00:00
saxmatt b1e7828f4e ezSQL update.
git-svn-id: http://svn.automattic.com/wordpress/trunk@127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 08:06:11 +00:00
saxmatt beeb7bcd65 New b2profile, no tables, all CSS, all the time.
git-svn-id: http://svn.automattic.com/wordpress/trunk@126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 08:05:56 +00:00