ryan
|
fbcbedc4f0
|
Default avatar selector. Props Viper007Bond. see #6802
git-svn-id: http://svn.automattic.com/wordpress/trunk@7879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-05-03 00:56:16 +00:00 |
ryan
|
45302a3d9a
|
Add populate_options action. Props RanYanivHartstein. fixes #6854
git-svn-id: http://svn.automattic.com/wordpress/trunk@7848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-04-28 19:55:00 +00:00 |
ryan
|
4680f8f084
|
Add length arg to wp_generate_password() and lengthen secret. Props tellyworth. fixes #6146 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-04-24 00:19:09 +00:00 |
ryan
|
feb0644005
|
Use constant instead of DB option for setting autosave_interval. Props mdawaffe. fixes #6075
git-svn-id: http://svn.automattic.com/wordpress/trunk@7165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-06 06:07:53 +00:00 |
ryan
|
fbd4ce39d8
|
Remove cruft
git-svn-id: http://svn.automattic.com/wordpress/trunk@7154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-04 17:08:39 +00:00 |
ryan
|
af95d56dc9
|
Comment bubble count fixes from mdawaffe. fixes #6090
git-svn-id: http://svn.automattic.com/wordpress/trunk@7153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-04 17:07:47 +00:00 |
matt
|
0456afb16d
|
New functions for attachment image display, fixes #6086. Hat tip: tellyworth.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-04 04:21:37 +00:00 |
ryan
|
241d5fb011
|
Set autosave_interval for fresh installs. DEfault to 60 if autosave_interval is not set. see #6075
git-svn-id: http://svn.automattic.com/wordpress/trunk@7148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-04 00:41:49 +00:00 |
matt
|
bb22054028
|
Creating intermediate sizes, better thumbnails, and other image improvements. Hat tip: tellyworth.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-03-03 04:17:37 +00:00 |
ryan
|
7c8c648554
|
Don't save translated role names to the DB. Instead, translate them on the fly. fixes #3442 #5537
git-svn-id: http://svn.automattic.com/wordpress/trunk@6916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-19 20:28:54 +00:00 |
ryan
|
4d82268ee7
|
Declare wpdb and wp_queries as global. Props jhodgdon. see #5860
git-svn-id: http://svn.automattic.com/wordpress/trunk@6896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-18 17:33:40 +00:00 |
ryan
|
5ed843d6d8
|
Support ordering for term relationships. Props andy. fixes #5857
git-svn-id: http://svn.automattic.com/wordpress/trunk@6851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-14 17:17:57 +00:00 |
ryan
|
8bbf359295
|
Add comment_date_gmt key to comments table. Optimize _wp_get_comment_list() query. fixes #5785
git-svn-id: http://svn.automattic.com/wordpress/trunk@6825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-13 19:15:30 +00:00 |
matt
|
d9738d6cfb
|
Allow uploads outside of the WP path and custom URLs for the same.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-11 06:35:24 +00:00 |
ryan
|
36a651ef92
|
get_avatar(). see #5775
git-svn-id: http://svn.automattic.com/wordpress/trunk@6748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-07 06:07:12 +00:00 |
ryan
|
8fecb97b09
|
Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773
git-svn-id: http://svn.automattic.com/wordpress/trunk@6736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-05 23:29:59 +00:00 |
ryan
|
ed5224f393
|
Enum to varchar. fixes #4778
git-svn-id: http://svn.automattic.com/wordpress/trunk@6732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-05 21:05:56 +00:00 |
ryan
|
b67bbb9e4e
|
Add key on comment_approved,comment_date to speed up last comment modified queries. fixes #5773
git-svn-id: http://svn.automattic.com/wordpress/trunk@6729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-05 18:04:17 +00:00 |
ryan
|
7f4d8b2f27
|
New dashboard from mdawaffe. see #5750
git-svn-id: http://svn.automattic.com/wordpress/trunk@6705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-02-02 07:57:51 +00:00 |
ryan
|
7b16e3616c
|
Pluggable random password generator from pishmishy. fixes #5401
git-svn-id: http://svn.automattic.com/wordpress/trunk@6385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-12-15 05:31:16 +00:00 |
ryan
|
2283075a92
|
Remove unused variables. Props DD32. see #5418
git-svn-id: http://svn.automattic.com/wordpress/trunk@6363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-12-06 06:37:30 +00:00 |
westi
|
e026d1dfa2
|
Move all calls to mysql_ functions to withiWPDB so that t we don't expect any mysql stuff when we are using a custo$wpdb class. Fixes #5127
props ComputerGuru.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-06 08:40:54 +00:00 |
westi
|
6d2459f689
|
Add string descriptions to the translations of the user roles. Fixes #5102 props RanYanivHartstein
git-svn-id: http://svn.automattic.com/wordpress/trunk@6178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-30 10:09:31 +00:00 |
ryan
|
c8077169aa
|
Add user_nicename key to users table. fixes #4937
git-svn-id: http://svn.automattic.com/wordpress/trunk@6075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 18:13:56 +00:00 |
markjaquith
|
95b86a22f5
|
Don't re-add the deprecated new_users_can_blog option. Props Nazgul. fixes #4923
git-svn-id: http://svn.automattic.com/wordpress/trunk@6055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-07 01:44:24 +00:00 |
markjaquith
|
98a92950a3
|
Deprecate option_can_override, option_type, option_width, option_height, option_description, option_admin_level from options table. Props Nazgul. fixes #4390
git-svn-id: http://svn.automattic.com/wordpress/trunk@6039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 19:20:53 +00:00 |
markjaquith
|
8c454d7909
|
Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674
git-svn-id: http://svn.automattic.com/wordpress/trunk@5825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-30 16:32:12 +00:00 |
markjaquith
|
7f44512c5d
|
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
git-svn-id: http://svn.automattic.com/wordpress/trunk@5707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 16:24:28 +00:00 |
ryan
|
2f09416258
|
Trim empty lines. Nothing but newline.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 02:25:30 +00:00 |
ryan
|
f24ed6715f
|
Fix schema formatting to appease dbDelta. see #4189
git-svn-id: http://svn.automattic.com/wordpress/trunk@5551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-05-25 22:57:52 +00:00 |
ryan
|
770613e763
|
Admin includes reorg. see #4334
git-svn-id: http://svn.automattic.com/wordpress/trunk@5542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-05-25 07:16:21 +00:00 |