Posted by jhodgdon on February 18, 2012 at 1:14am
| Download | Size | md5 hash |
|---|---|---|
| api-6.x-1.7.tar.gz | 88.43 KB | 92796bf65c234f9fc78e658f9ae79e9c |
| api-6.x-1.7.zip | 111.52 KB | 5fc00e0dcaa1e5b6c117803cf664e1a6 |
Last updated: February 18, 2012 - 01:15
Release notes
Updates in this release
The changes since version 6.x-1.6 are as follows. [Note: this is exactly the same as the 6.x-1.7-beta2 release.]
MAJOR CHANGE
The API module has been converted to use the Drupal Queue module instead of Job Queue to set up its "parse this file" jobs. So, if you upgrade to this version, you will need to install/enable the Drupal Queue module first, then update the API module (and run update.php), then disable the Job Queue module (unless you are using it for some other reason) (issue and followup issue to fix a bug in the original change).
New features
- Allow files in a top-level directory starting with "." to be scanned/parsed (issue and follow-up bug fix issue)
- Display parsing status on the admin page (issue)
- Allow reset of parsing queue from admin page and drush (part of this issue)
User interface updates and bug fixes
- Links to listing pages (functions, classes, topics, etc.) are now only generated if the listing page has something on it (issue)
- Bold formatting on lists was being too aggressive (issue)
- Links between branches/versions weren't working for class methods (issue)
- Move the lists of calling functions and implementing hooks to separate pages, for faster page loading on big API sites (issue)
- Change the way line numbers are generated for files (they weren't lining up right in all cases) (issue)
- Fix switch-branch links on search results page (issue)
- Fix auto-complete for the case where there is a search block and a search form in the body of the page (issue)
Other bug fixes and programmer-interest changes
- Use less memory during parsing/cron (issue)
- Disabling and then re-enabling the module resulted in a PHP warning (issue)
- Miscellaneous code refactoring, additional tests, moving page functions into api.page.inc, consolidating several page generating functions (issue, another issue, another issue)