ryan
|
1c731faf20
|
XMLRPC changes from Joseph.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-06 01:44:23 +00:00 |
|
ryan
|
09d45db3f7
|
Make DB_COLLATE blank by default so that MySQL will choose the default collation for the charset. #3517
git-svn-id: http://svn.automattic.com/wordpress/trunk@4867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-05 21:37:47 +00:00 |
|
ryan
|
1d054e4894
|
Disambiguate queries. Props mhyk25. fixes #3747
git-svn-id: http://svn.automattic.com/wordpress/trunk@4866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-05 21:29:39 +00:00 |
|
ryan
|
cab399a6ae
|
Typo fix from charleshooper. fixes #3743
git-svn-id: http://svn.automattic.com/wordpress/trunk@4865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-03 00:56:23 +00:00 |
|
ryan
|
86f90f6c3d
|
Check page ID only if is_page. fixes #3049
git-svn-id: http://svn.automattic.com/wordpress/trunk@4863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-02 16:38:26 +00:00 |
|
ryan
|
16c4e7b986
|
More XMLRPC updates from Joseph Scott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-02 07:43:59 +00:00 |
|
matt
|
cd7c0164e9
|
Filter for tweaking scripts srcs that go through the script loader.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-02 06:12:18 +00:00 |
|
ryan
|
ce0f8b4a66
|
First cut at mysql utf-8 charset suport. Props to sehh, drupal, and textpattern. fixes #3517
git-svn-id: http://svn.automattic.com/wordpress/trunk@4860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-02 00:04:35 +00:00 |
|
ryan
|
af10b7443f
|
Cache user id instead of full user object in the userlogins cache. Props charleshooper. fixes #3716
git-svn-id: http://svn.automattic.com/wordpress/trunk@4859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-02 00:00:36 +00:00 |
|
markjaquith
|
36491e0980
|
make sure nothing going into the object cache is being passed by reference. fixes #3726
git-svn-id: http://svn.automattic.com/wordpress/trunk@4856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 09:16:15 +00:00 |
|
markjaquith
|
12e9cabfb7
|
Introduce Notoptions and Alloptions caching, so that all options (and previously attempted Notoptions) are read from the cache in one go. Should reduce cache misses to zero or close to it. fixes #3726
git-svn-id: http://svn.automattic.com/wordpress/trunk@4855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 08:53:08 +00:00 |
|
ryan
|
bf37dbf24f
|
Use get_users_of_blog() for wp_getAuthors
git-svn-id: http://svn.automattic.com/wordpress/trunk@4854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 07:28:12 +00:00 |
|
ryan
|
7179a94a0d
|
s/table_prefix/prefix/
git-svn-id: http://svn.automattic.com/wordpress/trunk@4853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 07:26:13 +00:00 |
|
ryan
|
73a225e4e6
|
Add get_users_of_blog()
git-svn-id: http://svn.automattic.com/wordpress/trunk@4852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 01:19:36 +00:00 |
|
ryan
|
e71e25d354
|
XMLRPC API updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-02-01 00:34:33 +00:00 |
|
markjaquith
|
7130a2b1c8
|
run get_categories filter on cached get_categories hits. fixes #3728
git-svn-id: http://svn.automattic.com/wordpress/trunk@4848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-31 05:57:54 +00:00 |
|
markjaquith
|
690c3604cf
|
get_post() should check post cache before page cache. fixes #3724
git-svn-id: http://svn.automattic.com/wordpress/trunk@4847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-31 03:43:02 +00:00 |
|
ryan
|
a8b506e705
|
Set charset for MCE. Props nbachiyski. fixes #3574
git-svn-id: http://svn.automattic.com/wordpress/trunk@4845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-31 02:07:21 +00:00 |
|
ryan
|
771e8bdb8d
|
Add pre_option_* filter that allows plugins to short-circuit fetches.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-30 18:34:18 +00:00 |
|
markjaquith
|
b4671adb74
|
Prevent a missing wp-cron.php from causing an infinite loop. Props jan. fixes #3713
git-svn-id: http://svn.automattic.com/wordpress/trunk@4834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-30 13:06:56 +00:00 |
|
ryan
|
9bc0cc241e
|
More XML-RPC API enhancements from Joseph Scott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-30 03:09:58 +00:00 |
|
ryan
|
1ec4dd0209
|
Revert accidental commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-30 01:46:05 +00:00 |
|
ryan
|
f8c689b4f0
|
Remove notoptions caching. Multile rewrite_rules options were being created. See #3692 #2268
git-svn-id: http://svn.automattic.com/wordpress/trunk@4831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-30 01:43:39 +00:00 |
|
markjaquith
|
a4355820c5
|
minor CSS consistency fix by whooami. fixes #3532
git-svn-id: http://svn.automattic.com/wordpress/trunk@4830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-29 19:14:33 +00:00 |
|
markjaquith
|
d8b1ff5d95
|
XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709
git-svn-id: http://svn.automattic.com/wordpress/trunk@4828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-29 16:44:36 +00:00 |
|
ryan
|
effc238853
|
Fix typo in read_pages conditional. Props McShelby. fixes #3705
git-svn-id: http://svn.automattic.com/wordpress/trunk@4825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-28 21:58:01 +00:00 |
|
ryan
|
92fa5d6830
|
Move to js dir.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-28 21:14:54 +00:00 |
|
markjaquith
|
c08e55fc61
|
Make <!--more--> regex non-greedy. Props Curloso and Viper007Bond. fixes #3698
git-svn-id: http://svn.automattic.com/wordpress/trunk@4821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 23:31:42 +00:00 |
|
markjaquith
|
7873820f8c
|
Have add_option() for options whose non-existence has been cached clear that cached non-existence before adding the option. Nice catch by Westi. fixes #3692
git-svn-id: http://svn.automattic.com/wordpress/trunk@4820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 23:06:46 +00:00 |
|
markjaquith
|
bc7b2b7606
|
Oops, two locations where this filter is called. fixes #3693
git-svn-id: http://svn.automattic.com/wordpress/trunk@4818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 22:57:29 +00:00 |
|
markjaquith
|
fc719cc97b
|
Pass correct var to wp_create_file_in_uploads hook. props spikeyslam. fixes #3693
git-svn-id: http://svn.automattic.com/wordpress/trunk@4817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 22:56:32 +00:00 |
|
matt
|
489dd25c9d
|
Bringing in the jquery goodness
git-svn-id: http://svn.automattic.com/wordpress/trunk@4816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 18:45:54 +00:00 |
|
matt
|
dd97383500
|
Several of these projects seem dead. Linking IRC channel. Hat tip: scoop0901
git-svn-id: http://svn.automattic.com/wordpress/trunk@4815 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-27 18:26:16 +00:00 |
|
ryan
|
d162935209
|
WP XML-RPC API enhancements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-26 20:05:53 +00:00 |
|
ryan
|
15b6168787
|
Update to prototype 1.5.0 and scriptaculous 1.7.0. Fix some AJAXy bits. Props mdawaffe. fixes #3645 #3676 #3519
git-svn-id: http://svn.automattic.com/wordpress/trunk@4813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-26 03:41:17 +00:00 |
|
markjaquith
|
246602968a
|
Link to TinyMCE css file with http scheme on all server setups. Props MichaelH and Andy. fixes #3646
git-svn-id: http://svn.automattic.com/wordpress/trunk@4812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-26 02:57:07 +00:00 |
|
markjaquith
|
f7bf2c25ac
|
Prevent plugins that generate PHP fatal errors from being activated. ticket #3254
git-svn-id: http://svn.automattic.com/wordpress/trunk@4811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 20:45:20 +00:00 |
|
markjaquith
|
b0d10c7ad5
|
Template Name: regex fixup by gjorgensen. fixes #3674
git-svn-id: http://svn.automattic.com/wordpress/trunk@4809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 19:42:30 +00:00 |
|
markjaquith
|
2df3bc064b
|
Do not pass comma-formatted numbers to __ngettext(). Props nbachiyski. fixes #3663
git-svn-id: http://svn.automattic.com/wordpress/trunk@4808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 19:29:30 +00:00 |
|
ryan
|
720df5dcf9
|
Cast categoryId to string to be compliant. fixes #3662
git-svn-id: http://svn.automattic.com/wordpress/trunk@4807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 18:27:47 +00:00 |
|
ryan
|
54cfb25317
|
Expose page_status in XML-RPC API.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 18:22:05 +00:00 |
|
matt
|
a53887fc7f
|
This is what I get for commiting remotely, should fix currently known issues with atom 1.0
git-svn-id: http://svn.automattic.com/wordpress/trunk@4805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 08:48:18 +00:00 |
|
matt
|
4296c78d54
|
Missed a file and an easy mistake.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 08:37:26 +00:00 |
|
matt
|
bb65c4f410
|
Beta Atom 1.0 support
git-svn-id: http://svn.automattic.com/wordpress/trunk@4803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 08:02:18 +00:00 |
|
ryan
|
06e9886777
|
Make some date/time formats translateable. Props teknoseyir and nbachiyski. fixes #3661
git-svn-id: http://svn.automattic.com/wordpress/trunk@4802 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 02:08:54 +00:00 |
|
ryan
|
858ba5eaa8
|
Remove redundant check. Props Mittineague. fixes #3665
git-svn-id: http://svn.automattic.com/wordpress/trunk@4801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 02:03:55 +00:00 |
|
ryan
|
33d8407781
|
Don't output ul when title_li is empty. Props m0n5t3r. fixes #3664
git-svn-id: http://svn.automattic.com/wordpress/trunk@4800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 02:02:21 +00:00 |
|
ryan
|
8f58b134c2
|
TinyMCE 2.0.9. fixes #3564
git-svn-id: http://svn.automattic.com/wordpress/trunk@4799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 01:20:47 +00:00 |
|
markjaquith
|
a741e0d350
|
Cache the non-existence of options to prevent redundant queries. props davidhouse. fixes #2268
git-svn-id: http://svn.automattic.com/wordpress/trunk@4798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-25 00:12:08 +00:00 |
|
ryan
|
ed4186b15f
|
Fix wp_create_thumbnail filter. Props filosofo. fixes #3654
git-svn-id: http://svn.automattic.com/wordpress/trunk@4796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-01-24 07:17:14 +00:00 |
|