Matt Mullenweg
e67c2887e2
Lowercase attribute values.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@326 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-21 15:06:38 +00:00
Matt Mullenweg
05f2f39f4e
MAKE SURE EVERYTHING IS XHTML COMPLIANT!
...
git-svn-id: https://develop.svn.wordpress.org/trunk@325 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-21 15:05:25 +00:00
Matt Mullenweg
ab036c3513
Get siteurl when posting form.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@324 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-21 14:59:39 +00:00
Matt Mullenweg
5c9a79c506
Password protected posts!
...
git-svn-id: https://develop.svn.wordpress.org/trunk@323 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-20 22:59:20 +00:00
Matt Mullenweg
f34782e69d
Fix for autop to allow attributes on elements.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@322 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-20 22:12:31 +00:00
Dougal Campbell
c9b8524b98
Re-enabled sql inserts for all the options data
...
git-svn-id: https://develop.svn.wordpress.org/trunk@321 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 21:17:25 +00:00
Matt Mullenweg
9644898ff1
Temp fix for help links.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@320 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 19:39:58 +00:00
Dougal Campbell
334ce204e8
Added abspath to b2comments.php include, to facilitate running WP from a subdirectory
...
git-svn-id: https://develop.svn.wordpress.org/trunk@319 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 18:19:07 +00:00
Matt Mullenweg
35de498760
Renamed.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@318 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 17:01:21 +00:00
Dougal Campbell
ecaabac69d
Fixed some (but not all) bugs related to the 'Show X posts' functions
...
git-svn-id: https://develop.svn.wordpress.org/trunk@317 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 16:44:47 +00:00
Matt Mullenweg
93b689d422
Quicktag improvements, structure, spacing, styling, and accessibility.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@316 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 16:23:04 +00:00
Matt Mullenweg
dafb6efefc
Renamed quicktag files.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@315 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 15:15:37 +00:00
Matt Mullenweg
6060157994
Renamed to wp-admin.css.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@314 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 15:13:05 +00:00
Matt Mullenweg
e84918b538
Improved admin styling a bit. Removed tables, made smaller.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@313 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-15 15:12:25 +00:00
Alex King
fc6e343079
new quicktags, completely replaced b2quicktags.js, modified b2quicktags.php and added a JS var to b2edit.form.php
...
git-svn-id: https://develop.svn.wordpress.org/trunk@312 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-14 23:11:01 +00:00
Dougal Campbell
6fc065f22b
Added check for empty results when using 'Next' button in 'Show posts' area
...
git-svn-id: https://develop.svn.wordpress.org/trunk@311 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-14 16:23:42 +00:00
Dougal Campbell
719fd84654
Added optional floatval function for PHP < 4.2.0
...
git-svn-id: https://develop.svn.wordpress.org/trunk@310 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-14 15:13:20 +00:00
Matt Mullenweg
67abc2c1ea
Added documentation hooks.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@309 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-12 23:07:38 +00:00
michelvaldrighi
f8a932ae40
fixed: filters applied several times on the_title* functions
...
git-svn-id: https://develop.svn.wordpress.org/trunk@308 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-12 22:23:33 +00:00
michelvaldrighi
7b86e6791e
allow for a charset to be set with $admin_area_charset - default is iso-8859-15 (it's iso-8859-1 plus the euro sign)
...
git-svn-id: https://develop.svn.wordpress.org/trunk@307 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-12 20:35:53 +00:00
michelvaldrighi
374bf36d8e
rewrote convert_chars - hi again guys! :)
...
git-svn-id: https://develop.svn.wordpress.org/trunk@306 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-12 16:43:24 +00:00
Mike Little
c6693211df
Change from Alex King:
...
"I've changed the b2bookmarklet so that you can pass in "post_title" and "content"
to the bookmarklet through the URL.
I am using this to "post" to WordPress from tasks.
I think this is a good integration point for outside apps that want a lightweight way (not XML-RPC) to post to WordPress. "
git-svn-id: https://develop.svn.wordpress.org/trunk@305 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-10 22:55:01 +00:00
Mike Little
570b19567a
Geopositions code more compliant
...
git-svn-id: https://develop.svn.wordpress.org/trunk@304 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-10 22:31:26 +00:00
Mike Little
b87231d5b0
More help for link manager.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@303 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-09 23:10:16 +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
6e668e1fce
Fix bug with b2header and redefinition of get_helplink
...
git-svn-id: https://develop.svn.wordpress.org/trunk@301 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-08 22:14:03 +00:00
Matt Mullenweg
989355327a
Add slashes to titles.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@300 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-07 21:11:53 +00:00
Matt Mullenweg
467960096a
Support for titles.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@299 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-07 20:58:27 +00:00
Matt Mullenweg
eb88ccfeca
Decrease flood time threshhold.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@298 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-07 20:30:30 +00:00
Mike Little
915cb42dc2
Fixed SQL syntax error
...
git-svn-id: https://develop.svn.wordpress.org/trunk@297 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-07 06:49:17 +00:00
Mike Little
95b9f24803
Added help hooks.
...
Added gethelp_link() and helpWindow() functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@296 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-07 00:00:55 +00:00
Mike Little
c1691badef
Fixed call by reference warning. It's not needed.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@295 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-06 22:40:11 +00:00
Mike Little
b5701a52a3
Changes for new geourl functionality.
...
Example added to index.php.
Install and update done.
git-svn-id: https://develop.svn.wordpress.org/trunk@294 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-05 22:44:38 +00:00
Mike Little
7274da6d08
get_archives() now checks for results from query before trying to iterate through them.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@293 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-04 22:33:27 +00:00
Mike Little
b752a35c19
Added ability to output archives as options (just add select tag)
...
git-svn-id: https://develop.svn.wordpress.org/trunk@292 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-04 21:55:10 +00:00
Mike Little
7ccf3b372a
Added list_cats() options to dropdown_cats() sort order, post count, last date, etc.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@291 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-04 21:25:35 +00:00
Mike Little
2b146a0b27
Link settings now coming from options data.
...
config.php file now removed.
git-svn-id: https://develop.svn.wordpress.org/trunk@290 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 23:46:20 +00:00
Mike Little
fa6f874c3a
Added textarea rows as configurable option
...
git-svn-id: https://develop.svn.wordpress.org/trunk@289 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 23:45:11 +00:00
Mike Little
644c5d0ffb
Fixed bug with invisible categories. http://wordpress.org/support/2/395
...
git-svn-id: https://develop.svn.wordpress.org/trunk@288 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 22:31:06 +00:00
Mike Little
ceedd5d087
Accomodate lareger password field. http://wordpress.org/support/4/391
...
git-svn-id: https://develop.svn.wordpress.org/trunk@287 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 00:22:48 +00:00
Mike Little
0524b246a4
Added blog name to page title. http://wordpress.org/support/4/391
...
git-svn-id: https://develop.svn.wordpress.org/trunk@286 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 00:01:07 +00:00
Mike Little
16cd929e91
Widened password filed, added blog name to page title.
...
http://wordpress.org/support/4/391
git-svn-id: https://develop.svn.wordpress.org/trunk@285 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-03 00:00:22 +00:00
Mike Little
f3e54f37c6
Separated out html sanitise stuff from balance tags.
...
Also made it slightly more robust.
git-svn-id: https://develop.svn.wordpress.org/trunk@284 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-02 13:26:26 +00:00
Matt Mullenweg
c781ee2d85
Shouldn't send emails if there is no email for that author.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@283 602fd350-edb4-49c9-b593-d223f7449a82
2003-08-02 00:21:19 +00:00
Mike Little
5e25b738cf
Removed mysql direct calls
...
git-svn-id: https://develop.svn.wordpress.org/trunk@282 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-30 23:44:08 +00:00
Mike Little
210fd94760
no longer used
...
git-svn-id: https://develop.svn.wordpress.org/trunk@281 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-30 23:35:20 +00:00
Mike Little
b632dc08b9
Added admin configuration of link categories, added functons to use that.
...
Updated install and upgrade scripts
Added recently updated pre/append text
git-svn-id: https://develop.svn.wordpress.org/trunk@280 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-30 14:44:57 +00:00
Mike Little
34701fd7bb
Can now toggle visibility and move categories en masse
...
git-svn-id: https://develop.svn.wordpress.org/trunk@279 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-29 16:45:19 +00:00
Mike Little
c066de57fe
Fixed broken edit!
...
git-svn-id: https://develop.svn.wordpress.org/trunk@278 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-29 13:46:24 +00:00
Mike Little
b543ec6743
Oops take care of use_Adminlevels flag.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@277 602fd350-edb4-49c9-b593-d223f7449a82
2003-07-27 00:31:51 +00:00