DB Export, Edit MYSQL Row as Text and Import

Component type

module

Maintenance status

Development status

Component created

Component changed

A good name for this script is:
Poorman's PhpMyAdmin ;)

Intro

This is a tiny php command line script that :
- exports a mysql row into a text file via php's var_export. We have 1. mysql row that becomes 2. a PHP array , that becomes 3. string dump of the array (some array elements are unserialized prior to the string export)

- allows for editing via a text editor

- can import back to the database the edited string dump

Currently we support only the editing of context's module mysql table rows - the "context" table.

Semiclean

Component type

module

Maintenance status

Development status

Downloads

18303

Component created

Component changed

Semiclean fixes broken crons by clearing the cron semaphore from the database when a previous cron execution fails.

If you run cron manually from the Update status page and get the message, "Cron run failed.", you may be a future Semiclean user.

Chain Menu Access API

Component type

module

Maintenance status

Development status

Downloads

124441

Component created

Component changed

Chain Menu Access API is has no functionality on its own — install it only if another module requests it.

The remainder of this page is directed towards module developers:

Chain Menu Access API allows your module to chain its own menu access callback functions into other modules' menu router entries.

Internal Links

Component type

module

Maintenance status

Development status

Downloads

17306

Component created

Component changed

The Internal Links module, Intlinks, is a simple set (currently two) of input filters which modify the output of internal, root-relative links in any text input format for which they are enabled. The title filter allows you to have the node titles of linked content automatically inserted into the link as the HTML "title" attribute, with "node/123" -type href paths converted to URL aliases, too. It is especially useful for streamlining the editorial workflow and improving SEO.

iTweak Links

Component type

module

Maintenance status

Development status

Downloads

1410

Component created

Component changed

Many Drupal modules add their links to the so called "link" area that follows each node and each comment. Link area usually contains such items as "reply", "subscribe", "bookmark", etc. With many modules the links become crowded, cluttered and disorganized.

With iTweak Links you can beautify the links area. iTweak Links module can:

  • remove some links
  • reorder links
  • group selected links into drop-down submenus
  • change selected links text, title, class (optionally using tokens)
  • turn links into buttons (customized by user theme or using included iTweak Links CSS)

The module is currently in development stage. There is no configuration GUI yet. All settings are hard-coded in the module's code, though it is one PHP data structure that defines all transformations. Brave ones are encouraged to customize that structure to their needs. Others - see Roadmap for what are the ideas for the future and have patience, or sponsor further development.

WordPress XML for Feeds

Component type

module

Maintenance status

Development status

Downloads

1322

Component created

Component changed

About

The WordPress XML for Feeds module exposes WordPress-specific data in WXR files (that's "WordPress eXtended RSS") to the Feeds module. It also includes the WordPress Importer module (a features-package), which imports WXR files using Feeds and the WordPress XML parser.