See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Throttle is damaging the site ...

Please read http://drupal.org/node/65514.

If you set throttle on for "block" the menu and the different blocks are not shown anymore.

Seems to be a bug.

Disable little orange "Syndicate content" icon on pages

I've searched and searched for a way to rid various pages (blog and forum, in particular) of the little orange "Syndicate content" icon/link on the bottom/right of the page. I've looked in admin->themes, admin->settings->content_types, and admin->settings->rss_feed_settings but found nothing.

I don't mind tweaking the source files, but I was hoping for an "official" way to do this.

The default /archive date

So one of my "primary links" is http://www.site.org/archive where I have the calendar/archive block enabled.

When you clink that link, you get "No Posts Found". I had assumed that "/archive" would default to the current date, but that doesn't appear to be the case.

Is there a way to redirect /archive to /archive/2006/5/25 (or whatever the current day is)?

Thanks.

HTML Area

When i click the Inter/Modify button in the HTML Area tag it is just showing a blank form , where do i set the "picturepath" for the HTML Area module, so that i can insert pictures i my HTML Page, please help

Proposed module for controlling SSL use

Drupal lacks any organized method (that I am aware of) of controlling which pages can/must be accessed via SSL. Some modules (e.g. authorize_net in the upcoming E-Commerce release) hard-code certain behaviors, and a few various hacks have been proposed in the forums, but generally these approaches conflict with each other and lead to complexity and not using SSL when it should be (e.g. all user logins and registrations, admin pages with security-critical data (e.g. authorize_net merchant account passwords) or for that matter all admin pages, etc.).

I propose a simple module to handle this centrally, which I'll call sslcontrol for now. It has a settings page which lets the admin declare which pages should be SSL-protected just like declaring where blocks should appear. It also defines hook_sslcontrol(...) which lets modules declare that the current URL should be SSL-protected.

In sslcontrol_menu(), the module combines its own settings and the results of hook_sslcontrol() to decide if the current page should be protected. If so, and if the page is not already using SSL, it redirects to the SSL-equivalent page. If not, and if the page is using SSL, it redirects to the non-SSL-equivalent page. It would be an admin configuration error to define a POST-targeted page as requiring SSL when its submitting page is not, or vice versa, since you cannot redirect in that situation without generating a browser warning dialog.

"Submitted by" line missing on blog entries

So I've gone quasi-live on my first Drual site (projectwhitenoise.org), and I just noticed something I can't seem to fix.

Blog entries don't show a "Submitted by" line. I suppose this is because the blog page show's what user's blog you're looking at and that line might be redundant, but the date/time stamp is something I'd like displayed. Is it possible to enable this?

Thanks a bunch!

-- Sub Rosa

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core