Heine

  • home
  • drupal
  • drupal core commits
  • about
Home › Drupal Core Commits

Commit 232934 by dries

- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.

--- modules/aggregator/aggregator.admin.inc     2009/06/29 14:24:56     1.33
+++ modules/aggregator/aggregator.admin.inc     2009/07/03 05:12:25     1.34
@@ -241,6 +241,7 @@
   $form['remote'] = array(
     '#type' => 'textfield',
     '#title' => t('OPML Remote URL'),
+    '#maxlength' => 1024,
     '#description' => t('Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.'),
   );
   $form['refresh'] = array(

No votes yet
  • Drupal Core
  • Download patch

Recent posts

  • Unserializing user-supplied data, a bad idea
  • Planet Drupal past and current
  • Help! - Cannot access a global variable.
  • Why is my module's update hook not listed on update.php's selection form?
  • How do I add a class to a link generated with l()
more

Security reviews

  • Afraid custom code makes your site vulnerable?
  • You don't really trust that module you just downloaded from Drupal.org?

Sleep better after a security review.

Tags

Captcha CSRF Drupal embed Input Format modx OpenID Performance Planet Drupal rants Security Varnish
more tags
  • home
  • drupal
  • drupal core commits
  • about

Copyright © 2010 by Heine Deelstra. All rights reserved.