.. |
images/smilies
|
…
|
|
js
|
Update to tinyMCE spellchecker 1.0.3.1
|
2007-03-07 04:26:26 +00:00 |
author-template.php
|
new function for escaping within attributes: attribute_escape()
|
2006-12-21 10:10:04 +00:00 |
bookmark-template.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
bookmark.php
|
trailing tabs and whitespace cleanup.
|
2007-02-27 15:24:54 +00:00 |
cache.php
|
trailing tabs and whitespace cleanup.
|
2007-02-27 15:24:54 +00:00 |
capabilities.php
|
Fix typo in read_pages conditional. Props McShelby. fixes #3705
|
2007-01-28 21:58:01 +00:00 |
category-template.php
|
user_trailingslashit filter for users who sometimes want trailing slashes only on certain URL types. fixes #3899
|
2007-03-10 06:18:43 +00:00 |
category.php
|
run get_categories filter on cached get_categories hits. fixes #3728
|
2007-01-31 05:57:54 +00:00 |
class-IXR.php
|
…
|
|
class-phpmailer.php
|
Trying out phpmailer for wp_mail(). fixes #3862
|
2007-02-25 20:23:25 +00:00 |
class-pop3.php
|
Upgrade class-pop3. Props Nazgul. fixes #3864
|
2007-02-25 18:19:21 +00:00 |
class-smtp.php
|
Trying out phpmailer for wp_mail(). fixes #3862
|
2007-02-25 20:23:25 +00:00 |
class-snoopy.php
|
…
|
|
classes.php
|
Don't cast to string if empty. Props donncha. fixes #3979
|
2007-03-16 22:00:43 +00:00 |
comment-template.php
|
nonce-protect comments by users with unfiltered_html cap to prevent xsrf/xss. fixes #3973 for trunk
|
2007-03-14 23:10:57 +00:00 |
comment.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
compat.php
|
…
|
|
cron.php
|
Make sure openssl is available. Props Robert Deaton and rob1n. fixes #3765
|
2007-03-07 04:16:06 +00:00 |
default-filters.php
|
nonce-protect comments by users with unfiltered_html cap to prevent xsrf/xss. fixes #3973 for trunk
|
2007-03-14 23:10:57 +00:00 |
deprecated.php
|
Tending the graveyard. Memento mori.
|
2007-01-23 09:15:17 +00:00 |
feed-atom-comments.php
|
trailing tabs and whitespace cleanup.
|
2007-02-27 15:24:54 +00:00 |
feed-atom.php
|
trailing tabs and whitespace cleanup.
|
2007-02-27 15:24:54 +00:00 |
feed-rdf.php
|
Relocate feed templates to wp-includes. fixes #3846
|
2007-02-23 02:50:05 +00:00 |
feed-rss.php
|
Relocate feed templates to wp-includes. fixes #3846
|
2007-02-23 02:50:05 +00:00 |
feed-rss2-comments.php
|
Comment feeds everywhere. Props mdawaffe and rob1n. fixes #2485
|
2007-02-24 07:33:29 +00:00 |
feed-rss2.php
|
Relocate feed templates to wp-includes. fixes #3846
|
2007-02-23 02:50:05 +00:00 |
feed.php
|
user_trailingslashit filter for users who sometimes want trailing slashes only on certain URL types. fixes #3899
|
2007-03-10 06:18:43 +00:00 |
formatting.php
|
Don't add http:// to relative links. Props donncha. fixes #4001
|
2007-03-21 00:29:40 +00:00 |
functions.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
general-template.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
gettext.php
|
trailing tabs and whitespace cleanup.
|
2007-02-27 15:24:54 +00:00 |
kses.php
|
…
|
|
l10n.php
|
If WPLANG is empty leave empty. fixes #3611
|
2007-01-18 17:40:05 +00:00 |
link-template.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
locale.php
|
Add RTL support to kubrick. Props Sewar. fixes #3953
|
2007-03-19 19:08:15 +00:00 |
pluggable.php
|
Add wp_mail_from filter. Props rob1n. fixes #2053
|
2007-03-18 23:16:14 +00:00 |
plugin.php
|
add and apply filter optimizations from FraT. fixes #3875
|
2007-02-28 01:09:20 +00:00 |
post-template.php
|
have wp_list_pages() default to menu_order sorting and only use post_title sorting as a secondary sort. props johnbillion. fixes #3924 for trunk.
|
2007-03-16 08:19:10 +00:00 |
post.php
|
Quote values heading to DB. Cast some ints.
|
2007-03-12 16:09:44 +00:00 |
query.php
|
Move some query var sanitization up to parse_query() and make sure the sanitized values are avilable via get_query_var().
|
2007-03-09 04:05:28 +00:00 |
registration-functions.php
|
Bad cut-and-paste.
|
2007-01-14 01:15:32 +00:00 |
registration.php
|
…
|
|
rewrite.php
|
Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
|
2007-03-07 05:29:15 +00:00 |
rss-functions.php
|
Bad cut-and-paste.
|
2007-01-14 01:15:32 +00:00 |
rss.php
|
Fix parse_w3cdtf. Props mortenf. fixes #3896
|
2007-03-07 17:04:03 +00:00 |
script-loader.php
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
|
2007-03-17 08:46:59 +00:00 |
streams.php
|
…
|
|
template-loader.php
|
…
|
|
theme.php
|
[5006] didn't take. props Nazgul for the spot. fixes #3866
|
2007-03-12 08:59:15 +00:00 |
user.php
|
More int casting, just to be safe.
|
2007-03-14 07:40:56 +00:00 |
vars.php
|
Fix typo. Props rob1n. fixes #4000
|
2007-03-20 03:18:44 +00:00 |
version.php
|
First cut at mysql utf-8 charset suport. Props to sehh, drupal, and textpattern. fixes #3517
|
2007-02-02 00:04:35 +00:00 |
wp-db.php
|
Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
|
2007-03-07 05:29:15 +00:00 |