Downloads
Download tar.gz
95.66 KB
MD5: 83ff3d90bbc67a873295ffc117f7f30f
SHA-1: 99b97e168e141b8246ff9ba65696cd1b57506f53
SHA-256: c3e3705089675bcf4c630ae1a9e1fa1c36a4a16fe3645484de55f26b514a7375
Download zip
118.71 KB
MD5: 6e933753c1e1340e3c492cb3c9934366
SHA-1: 6dc6891422bbce2bb1126d3bd04a0f345ce794d8
SHA-256: 71f680ab56b7207584e2efa2d5fb8f72d825ea2063240376e97cc7c6cca401d3
Release notes
Changes since 6.x-1.7
User interface updates
- Added a Projects listing page (issue)
- More links are made in code, and there are corresponding "references" pages: hook invocations, theme invocations, and string callbacks (issue, second issue)
- Module/theme .info files are displayed (issue)
- Text files are displayed better (issue)
- Paths are displayed on file pages and Files listing page (issue, second issue)
- Code no longer displays PHP open/close tags (issue)
- Added display of built-in/undefined classes and interfaces in class hierarchies on class pages (issue)
- Pruned class hierarchy display on class page to only display direct ancestors, siblings, and direct children (issue)
- Override information is displayed on class member function, property, and constant pages, instead of just on the class listing page (issue)
Bug fixes
- Fix bug in function that marks individual files for reparse (issue)
- Fix code formatting within lists (issue)
- Be more careful about pattern matching when displaying page with possible hook implementations (issue, second issue)
- Make @addtogroup work with the same characters as @defgroup (issue)
- In-code links for class methods understand PHP syntax better (issue, second issue)
- Fix bug where an overriding method without documentation was not displaying its own code (issue)
- Fix bugs in links in the signatures section at top of functions pages (issue)
- Fix bug with apostrophes and quotes in @link links (issue)
- Fix infinite recursion bug displaying class page with overridden properties (issue)