Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 151.31 KB
MD5: 36bb98ff75f037b9ce08589bd27eff54
SHA-1: 61495303111353556b5c9db861680f945129f6ac
SHA-256: 6b5c159277fc324aafc23085d02c30e7a3dbc3584c3baed9e1c4f60aa3d0ba86
Download zip 179.98 KB
MD5: 3b7f4a5460378ba79134aaa964effe74
SHA-1: e0ec3a4cbbf962f683d027c6020dbb18433c15dd
SHA-256: abfa4abeeaa7277145e7413a543c3d9998ae2225ed8886abbbbb2dc189ca03e6

Release notes

Changes since 7.x-1.1:

1. Bug fix: The parsing code had a problem when encountering two closures (which amount to unnamed functions) in the same file during parsing, which would cause a fatal database error. That is fixed -- unnamed objects are now not saved as documentation objects. (There was a vendor file in 8.x that triggered this problem.)

2. Feature: YAML, CSS, and a few additional file types/extensions are now parsed/displayed as plain-text files.

3. Feature: You can now exclude directories from parsing by regular expression. This was done because Drupal 8.x core has a lot of vendor test files that we don't need to parse/display on api.drupal.org. These can now be excluded using the regular expression |/vendor/.*[Tt]est|

4. Minor stuff:
- The Overview page now shows the node cleanup counts along with the other queue counts.
- There is a drush command to show the status
- PHP 5.3 is listed as a requirement in the .info file (Grammar Parser requires it)
- During update.php update hooks, if all files are reparsed, the parsing queue is cleaned out too

Created by: jhodgdon
Created on: 7 Nov 2012 at 16:33 UTC
Last updated: 13 Nov 2013 at 00:33 UTC
New features
Bug fixes
Unsupported

Other releases