rboren
|
346990432c
|
Add feed and feed_image options to wp_list_cats() and wp_list_authors().
git-svn-id: http://svn.automattic.com/wordpress/trunk@987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-23 04:45:27 +00:00 |
emc3
|
2458274082
|
Set a default background color (one of my pet peeves ;) )
git-svn-id: http://svn.automattic.com/wordpress/trunk@986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-22 17:15:13 +00:00 |
saxmatt
|
b4a43ce64d
|
Texturize kung-foo
git-svn-id: http://svn.automattic.com/wordpress/trunk@985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-22 01:34:32 +00:00 |
saxmatt
|
adbca5d4fc
|
New comment moderation code, for trackbacks and comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-21 08:31:33 +00:00 |
saxmatt
|
76dd5c2562
|
File not being used currently.
git-svn-id: http://svn.automattic.com/wordpress/trunk@983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-21 07:46:13 +00:00 |
saxmatt
|
a7cdf5c0d4
|
Generic update pinging. Needs review.
git-svn-id: http://svn.automattic.com/wordpress/trunk@982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-21 07:36:07 +00:00 |
saxmatt
|
277179d9a4
|
Improved wording on preview.
git-svn-id: http://svn.automattic.com/wordpress/trunk@981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-21 07:16:18 +00:00 |
saxmatt
|
ee0af1789d
|
Fix autop to not mess with pre blocks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-21 07:07:55 +00:00 |
rboren
|
8974c946a7
|
Introducing wp_list_authors() and friends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-19 16:20:49 +00:00 |
emc3
|
16e6fd76ea
|
Fixed bug that caused empty string options to receive a '0' value on update. This was breaking fileupload_allowedusers, for example.
git-svn-id: http://svn.automattic.com/wordpress/trunk@978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-16 17:36:56 +00:00 |
emc3
|
d71f97bb20
|
Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/
git-svn-id: http://svn.automattic.com/wordpress/trunk@977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-16 14:41:39 +00:00 |
rboren
|
32aebf5d7a
|
Make sure $req_uri is not empty before passing to strpos().
git-svn-id: http://svn.automattic.com/wordpress/trunk@976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-14 16:43:55 +00:00 |
rboren
|
5670d0e1ad
|
Use strpos() instead of preg_match() when searching for $req_uri at the head of the rewrite rule $match. This avoids regex compilation errors when $req_uri contains characters will special regex meaning. strpos() is also faster than preg_match().
git-svn-id: http://svn.automattic.com/wordpress/trunk@975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-14 13:33:03 +00:00 |
rboren
|
44f59de914
|
Fix wp_list_cats() argument handling.
git-svn-id: http://svn.automattic.com/wordpress/trunk@974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-12 23:51:16 +00:00 |
rboren
|
7270102622
|
Fix call to zeroise() in get_calendar(). Courtesy of harpshot.
http://wordpress.org/support/6/3218
git-svn-id: http://svn.automattic.com/wordpress/trunk@973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-12 03:36:16 +00:00 |
saxmatt
|
9410b1835c
|
Texturize missing some table block level tags.
git-svn-id: http://svn.automattic.com/wordpress/trunk@972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-11 16:38:54 +00:00 |
saxmatt
|
db4d716fbc
|
XFN profile.
git-svn-id: http://svn.automattic.com/wordpress/trunk@971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-11 16:38:25 +00:00 |
saxmatt
|
a1c7db8a54
|
Forgot label, formatting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-11 08:53:05 +00:00 |
saxmatt
|
75c8c3a72e
|
More options improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-11 08:51:50 +00:00 |
emc3
|
74638831a4
|
Need to explicitly set the $cat var, in case globals are turned off.
git-svn-id: http://svn.automattic.com/wordpress/trunk@968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-10 19:46:48 +00:00 |
saxmatt
|
684cb32ce0
|
cat parent not quoted in SQL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-10 15:40:55 +00:00 |
emc3
|
dda1e539d1
|
Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3)
git-svn-id: http://svn.automattic.com/wordpress/trunk@966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-09 20:23:57 +00:00 |
rboren
|
87c74b9c6e
|
More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/
git-svn-id: http://svn.automattic.com/wordpress/trunk@965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-09 03:55:01 +00:00 |
saxmatt
|
06fa93c297
|
Typo fixes from Cena.
git-svn-id: http://svn.automattic.com/wordpress/trunk@964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-08 08:49:21 +00:00 |
rboren
|
6f2c205b0b
|
rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-08 05:12:11 +00:00 |
rboren
|
699dcb6ac8
|
Converted overlooked reference to $siteurl to get_settings().
git-svn-id: http://svn.automattic.com/wordpress/trunk@962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-07 17:41:14 +00:00 |
saxmatt
|
3762000999
|
Allow underscores in post_name
git-svn-id: http://svn.automattic.com/wordpress/trunk@961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-06 17:14:24 +00:00 |
emc3
|
e0ad33fffe
|
Allow 'limit = 0' in Link Categories to hide a category.
git-svn-id: http://svn.automattic.com/wordpress/trunk@960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-05 21:35:14 +00:00 |
rboren
|
9c711968c3
|
Remove spurious $
git-svn-id: http://svn.automattic.com/wordpress/trunk@959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-05 07:26:38 +00:00 |
emc3
|
363afe64cd
|
Fixed posting problems when 'advanced controls' is the default writing option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-04 15:56:02 +00:00 |
saxmatt
|
a0867db6ed
|
Migration to get_settings and away from globals.
git-svn-id: http://svn.automattic.com/wordpress/trunk@957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-01 19:55:45 +00:00 |
saxmatt
|
b6aa1f6807
|
Migration to get_settings
git-svn-id: http://svn.automattic.com/wordpress/trunk@956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-03-01 06:13:32 +00:00 |
saxmatt
|
9e718aff7a
|
Migrating more of the global options to get_settings().
git-svn-id: http://svn.automattic.com/wordpress/trunk@955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-29 08:43:36 +00:00 |
saxmatt
|
9fc821da98
|
More options updates, not done, not entirely functional.
git-svn-id: http://svn.automattic.com/wordpress/trunk@954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-29 08:30:56 +00:00 |
saxmatt
|
15311feec8
|
Changed to more closely emulate Bloglines OPML, which seems to be the best guide I can find to how people are actually using OPML.
git-svn-id: http://svn.automattic.com/wordpress/trunk@953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-29 02:12:55 +00:00 |
michelvaldrighi
|
1947f04aac
|
added a timezone argument to get�_lastpost*()
git-svn-id: http://svn.automattic.com/wordpress/trunk@952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-28 17:51:41 +00:00 |
saxmatt
|
f6ca911ab9
|
Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-28 17:28:06 +00:00 |
saxmatt
|
f46175d614
|
Label on search form.
git-svn-id: http://svn.automattic.com/wordpress/trunk@950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-27 19:22:56 +00:00 |
saxmatt
|
87655b156e
|
Some new options and an option cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-27 05:48:00 +00:00 |
emc3
|
0f75194831
|
Tweaked test version of the_meta() a little
git-svn-id: http://svn.automattic.com/wordpress/trunk@948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 22:22:54 +00:00 |
emc3
|
a678815689
|
Added per-post custom metadata support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 22:21:33 +00:00 |
emc3
|
6df1e26f2c
|
Added per-post custom metadata support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 21:42:47 +00:00 |
saxmatt
|
8927968849
|
Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: http://svn.automattic.com/wordpress/trunk@945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 16:15:48 +00:00 |
michelvaldrighi
|
59da7f3f13
|
using gmt_offset option instead of time_difference from now on
git-svn-id: http://svn.automattic.com/wordpress/trunk@944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 16:14:52 +00:00 |
michelvaldrighi
|
80d1cba5f9
|
aliasing time_difference to gmt_offset in get_settings(), for great justice
git-svn-id: http://svn.automattic.com/wordpress/trunk@943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 16:14:10 +00:00 |
michelvaldrighi
|
9012cd8a44
|
rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything
git-svn-id: http://svn.automattic.com/wordpress/trunk@942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 16:13:05 +00:00 |
michelvaldrighi
|
b69088dea3
|
what an idiot, I had broken ?m=
git-svn-id: http://svn.automattic.com/wordpress/trunk@941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 16:08:12 +00:00 |
saxmatt
|
f080abc376
|
Fix for PHP5, formatting changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 15:18:16 +00:00 |
saxmatt
|
0174984f7f
|
Option fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 14:37:15 +00:00 |
michelvaldrighi
|
d31e7bcc4a
|
more GMT fixoragization
git-svn-id: http://svn.automattic.com/wordpress/trunk@938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2004-02-26 13:07:11 +00:00 |