From 8c3a2db3803ccaa3572f0bf061ca7faf62f13fca Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Mon, 31 Aug 2009 21:28:37 -0700 Subject: Fix typo in description --- modules/rss/module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rss') diff --git a/modules/rss/module.info b/modules/rss/module.info index 81ee7848..48375da1 100644 --- a/modules/rss/module.info +++ b/modules/rss/module.info @@ -1,3 +1,3 @@ name = "RSS" -description = "Provide a RSS feeds" +description = "Provides RSS feeds" version = 1 -- cgit v1.2.3 From 2bc73e2e36fefc3c1ee1b8e97e686c6729e58dcb Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Mon, 31 Aug 2009 21:51:57 -0700 Subject: Fix XSS vectors in HTML attributes (mostly t() calls) --- .../views/admin_block_recent_comments.html.php | 2 +- modules/comment/views/admin_comments.html.php | 2 +- modules/comment/views/comment.html.php | 2 +- modules/comment/views/comments.html.php | 2 +- modules/exif/views/exif_sidebar.html.php | 2 +- .../gallery/views/admin_advanced_settings.html.php | 2 +- .../views/admin_block_photo_stream.html.php | 4 +-- modules/gallery/views/admin_modules.html.php | 2 +- modules/gallery/views/admin_themes.html.php | 12 +++---- modules/gallery/views/after_install.html.php | 2 +- .../gallery/views/after_install_loader.html.php | 2 +- modules/gallery/views/l10n_client.html.php | 2 +- modules/gallery/views/move_browse.html.php | 2 +- modules/gallery/views/permissions_form.html.php | 42 +++++++++++----------- modules/gallery/views/simple_uploader.html.php | 2 +- modules/rss/views/feed.mrss.php | 10 +++--- modules/search/views/search_link.html.php | 2 +- modules/user/views/admin_users.html.php | 10 +++--- modules/user/views/admin_users_group.html.php | 6 ++-- modules/user/views/login.html.php | 2 +- modules/watermark/views/admin_watermarks.html.php | 6 ++-- themes/admin_default/views/admin.html.php | 2 +- themes/default/views/page.html.php | 4 +-- themes/default/views/photo.html.php | 2 +- 24 files changed, 63 insertions(+), 63 deletions(-) (limited to 'modules/rss') diff --git a/modules/comment/views/admin_block_recent_comments.html.php b/modules/comment/views/admin_block_recent_comments.html.php index dc3975e0..2afa5bf8 100644 --- a/modules/comment/views/admin_block_recent_comments.html.php +++ b/modules/comment/views/admin_block_recent_comments.html.php @@ -4,7 +4,7 @@
  • "> " class="gAvatar" - alt="author_name()) ?>" + alt="author_name()) ?>" width="32" height="32" /> created) ?> diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 588c3ebc..f5970ae1 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -122,7 +122,7 @@ has_thumb()): ?> <?= html::purify($item->title) ?>thumb_width, $item->thumb_height, 75) ?> /> diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 1d0786cb..ce4e197d 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -4,7 +4,7 @@ " class="gAvatar" - alt="author_name()) ?>" + alt="author_name()) ?>" width="40" height="40" /> diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index 1e45c946..b7ebdf3a 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -18,7 +18,7 @@ " class="gAvatar" - alt="author_name()) ?>" + alt="author_name()) ?>" width="40" height="40" /> diff --git a/modules/exif/views/exif_sidebar.html.php b/modules/exif/views/exif_sidebar.html.php index ee528613..60c0e1d4 100644 --- a/modules/exif/views/exif_sidebar.html.php +++ b/modules/exif/views/exif_sidebar.html.php @@ -1,5 +1,5 @@ -id}") ?>" title="" +id}") ?>" title="for_html_attr() ?>" class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all"> diff --git a/modules/gallery/views/admin_advanced_settings.html.php b/modules/gallery/views/admin_advanced_settings.html.php index 4235e8f8..c3595da5 100644 --- a/modules/gallery/views/admin_advanced_settings.html.php +++ b/modules/gallery/views/admin_advanced_settings.html.php @@ -24,7 +24,7 @@ module_name/" . html::clean($var->name)) ?>" class="gDialogLink" - title=" $var->name, "module_name" => $var->module_name)) ?>"> + title=" $var->name, "module_name" => $var->module_name))->for_html_attr() ?>"> value): ?> value) ?> diff --git a/modules/gallery/views/admin_block_photo_stream.html.php b/modules/gallery/views/admin_block_photo_stream.html.php index a50836ad..1b9d8ff5 100644 --- a/modules/gallery/views/admin_block_photo_stream.html.php +++ b/modules/gallery/views/admin_block_photo_stream.html.php @@ -2,9 +2,9 @@
    • - id") ?>" title="title) ?>"> + id") ?>" title="title)->for_html_attr() ?>"> width, $photo->height, 72) ?> - src="thumb_url() ?>" alt="title) ?>" /> + src="thumb_url() ?>" alt="title)->for_html_attr() ?>" />
    • diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index 168e20d0..9cf03cb3 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -27,6 +27,6 @@ - "/> + for_html_attr() ?>"/> diff --git a/modules/gallery/views/admin_themes.html.php b/modules/gallery/views/admin_themes.html.php index dc13a6a0..0aac4717 100644 --- a/modules/gallery/views/admin_themes.html.php +++ b/modules/gallery/views/admin_themes.html.php @@ -16,7 +16,7 @@

      " - alt="name ?>" /> + alt="name) ?>" />

      name ?>

      description ?> @@ -30,9 +30,9 @@ site) continue ?>

      - " class="gDialogLink" title=" $info->name)) ?>"> + " class="gDialogLink" title=" $info->name))->for_html_attr() ?>"> " - alt="name ?>" /> + alt="name) ?>" />

      name ?>

      description ?> @@ -54,7 +54,7 @@

      " - alt="name ?>" /> + alt="name) ?>" />

      name ?>

      description ?> @@ -68,9 +68,9 @@ admin) continue ?>

      - " class="gDialogLink" title=" $info->name)) ?>"> + " class="gDialogLink" title=" $info->name))->for_html_attr() ?>"> " - alt="name ?>" /> + alt="name) ?>" />

      name ?>

      description ?> diff --git a/modules/gallery/views/after_install.html.php b/modules/gallery/views/after_install.html.php index b77a1707..897946a2 100644 --- a/modules/gallery/views/after_install.html.php +++ b/modules/gallery/views/after_install.html.php @@ -13,7 +13,7 @@

      id}") ?>" - title="" + title="for_html_attr() ?>" id="gAfterInstallChangePasswordLink" class="gButtonLink ui-state-default ui-corners-all">