Downloads
Download tar.gz
43.59 KB
MD5: ca535faf234367bb230eacdba247dd3a
SHA-1: a67ab45a25bd451d114470e66bdc280a989e9835
SHA-256: cacd8684141f178be30065e726b209ddc0f2e72b65b98c8fb7c716539efbe02d
Download zip
52.54 KB
MD5: 90b6e2825a24c8ad4f78530702668fc0
SHA-1: aae28791e36a20a7df50c67f0a0a7ca38b46e719
SHA-256: 6de87c4c8787cb59547e4ca902f5674ac15c695885f8fc5bb57a3803c89b60b1
Release notes
Changes since DRUPAL-6--1-1:
- Adding breadcrumb for function parent file and moving line number next to code.
- #385090 allow more directories to files
- #412192 by Darren Oh. Replace short tags in template files
- #452310 by Dave Reid. {api_branch}.directory field should be a TEXT field, not VARCHAR(255), and change to directories
- #397524 by Darren Oh. Fix error on files without extensions.
- Redo file URLs to have a constant length. Fixes #500290 and is closer for #179062.
- #107220 by smk-ka. OpenSearch support.
- #406382 by jcnventura. Add support for excluding directories.
- Fixing bad doc coment.
- #515980 by Darren Oh. Use correct directory separator.
- #514404. Use filter module’s linebreak filter.
- #213120. Don't process \@.
- #246080. URLs should be links.
- HTML cleanup
- Revert non-pcre @ escaping handling.
- Update tests for new paths
- Use double dashes for directory separator since dashes are reasonably common.
- URL filter should only be executed once.
- Fix more regexp delimiters.
- Fix more regexp delimiters.
- Do not convert single newlines to linebreaks.
- Remove leftover constant.
- New input format for linking to API objects. And 404 search.
- disp-width is not too useful.
- Make autocomplete faster.
- Move autocomplete data to a static file.
- #527070 typo
- Sure, we can have a larger arbitrary limit.
- #101308 by chx. Comments.
- Add sorting to jQuery autocomplete library.