-
Issue #1582760: No longer prevent non-tree ER fields in Field UI. - provide a default value for the provider.
-
Removed old version of drush plugin.
-
Issue #1565324 by fgm: Support multiple source directories in Class Grapher. - upstream sync from OSInet php_lib - PSR0 restructuring - support multiple base paths - better Libraries 7.x-2.x support - better Drush option handling
-
Issue 1553294 by fgm: Differentiate between inheritance and implementation. - implementation relationships are now dotted, with an empty head. - display implicit symbols in gray to make them stand out.
-
ssue #1553010 by fgm: removed dsm() in classified_notifications_deliver().
-
Issue #1553292: Differentiate between engine and userland classes/interfaces. - symbols defined in php core or extensions are labeled as such. - refactored logging to a separate injected class.
-
First working version. - can plot D8, except 4 Symfony classes breaking grammar_parser.
-
Issue #1531170 by fgm: Allow selecting the provider for each treefield. - Fixed misues of behavior listing and field info by draggable_views handler.
-
Issue #1545368 by fgm: Forbid cardinality != 1 for treefields.
-
Issue 1543226 by fgm: Tree_Provider_Simple tests failed for lack of postUpdate: refactor. - added post* methods to Tree_Provider interface. - refactored provider classes to rely on an abstract class implementing Tree_Provider.