Feed items

Commit 358204 by dries

Commit #358204 by Dries at 19:21
Drupal: /includes/graph.inc 1.4
- Patch #778354 by chx: fixed the world's most confusing typo.

Content Analysis

The Content Analysis module is an API designed to help modules that need to analyze content. The module enables a suite of content analyzers to provide multiple views into the content on your Drupal site or on any website. The current list of available analyzers are:

  • Quick SEO: Provides a quick and easy analysis of content to help your site rank better in the search engines for a specific keyword.
  • Scribe SEO: Provides advanced analysis of content to help your site rank better in the search engines. Also provides keyword extraction and guidance.
  • Readability: Grades content based on five popular automated readability tests for content
  • W3C Analyzer: Test content for W3C validation

The API enables modules to analyze:

  • nodes from the node edit form
  • any page on your Drupal site from a custom block form
  • any page on the web from an admin form
  • free form content from an admin form

Content Analysis is an API only and by itself provides no functionality. You only need it if you want to use a module that needs it or if you want to build your own content analyzer.

Commit 354646 by webchick

Commit #354646 by webchick at 15:54
Drupal: /web.config 1.1
#567072 by Heine: Ship Drupal 7 with a configuration file for IIS 7.

drush 6.x-3.0-rc3

Official release from CVS tag: DRUPAL-6--3-0-RC3
Last updated: April 6, 2010 - 13:25View usage statistics for this release

Download

Size

md5 hash

drush-6.x-3.0-rc3.tar.gz

159.24 KB

94aeb8b57b13799eaab215bb4113e8c9

Official release from CVS tag: DRUPAL-6--3-0-RC3
Last updated: April 6, 2010 - 13:25View usage statistics for this releaseChanges since DRUPAL-6--3-0-RC2:

Settings audit log

Ever wanted to know what changed in the {variable} table? Who changed it? What the old value was?
Well, this is the module for you.
Using a database level trigger and a log of the connection id of the current request, we can log all of this. This should allow a bunch of other modules to be written on top of this one to allow for rollbacks etc.
This module is currently Mysql only, but support for postgres and sqlite is on the TODO list. Anyone with strong fu in either of these databases is more than welcome to submit patches - I'll be giving out the commit bit liberally.
Module development sponsored by Zivtech LLC.

Form Tips


This module moves form descriptions into a tooltip link to the right of the label. It helps to clear up forms and provides a more streamlined admin experience.
The code for this module is currently hosted at GitHub:
http://github.com/psynaptic/formtips

Syndicate content