Skip to content
  1. Feb 25, 2011
  2. Dec 02, 2009
  3. Dec 01, 2009
  4. Aug 05, 2009
  5. May 31, 2009
  6. Mar 05, 2009
    • Jeremy Epstein's avatar
      - Change wrapper modules to be disabled by default, and to be required to be · 03c0816d
      Jeremy Epstein authored
        manually installed after installing category. This is due to difficulties
        with having the wrapper files present when installing Drupal.
      - Include .install files in wrapper install / uninstall script.
      - Make the 'category' and 'container' node types get their default status /
        commenting / theme settings configured properly at install time.
      03c0816d
  7. Feb 07, 2009
    • Jeremy Epstein's avatar
      - #368034 by sabalaskey: _taxonomy_get_tid_from_term() missing from taxonomy · 02e6f639
      Jeremy Epstein authored
        wrapper, and needed by some contrib modules.
      02e6f639
    • Jeremy Epstein's avatar
      - #306506 by gestahl: fix call to undefined function · 79c2d2e3
      Jeremy Epstein authored
        category_display_cont_load() in category_rss_item().
      79c2d2e3
    • Jeremy Epstein's avatar
    • Jeremy Epstein's avatar
      - #286198: fix bug causing array_intersect() and related error messages to · 144c0d4d
      Jeremy Epstein authored
        appear when previewing a container (and category?).
      144c0d4d
    • Jeremy Epstein's avatar
      - #368037 by sabalaskey: add taxonomy_select_nodes() and · 837687dd
      Jeremy Epstein authored
        taxonomy_render_nodes() functions to the taxonomy wrapper, apparently some
        contrib modules depend on them.
      837687dd
    • Jeremy Epstein's avatar
      - Show 'none' in the 'types' column on 'admin/content/category', when a · 103c8899
      Jeremy Epstein authored
        container has no assigned node types defined.
      - Output the name of each container on 'admin/content/category' as a link.
      - For the message on 'admin/content/types/_type_' indicating that a node type
        is a container and cannot be changed, properly use format_plural().
      - fix all AJAX forms to use form_set_cache() instead of cache_set(), in
        conformance with the updates introduced in Drupal 6.4 core.
      - New feature for category_menu: allow admins to choose the menu in which to
        populate auto-generated menu links for each container. If admins choose
        'default', then the normal book-module-style behaviour still applies, i.e.
        menu links are put into a 'hidden' menu called 'category-toc-_cnid_'.
        NOTE: this requires a database update. New update.php function included.
      - Fixed important bug where category_menu generated menu links were never
        getting saved properly on insert, only on update. Needed to call
        category_get_parents() (from _category_menu_map_save_category()) with
        reset parameter set to TRUE, to clear a static var cache.
      - category_display TOC listings are now working correctly. Yay! Introduced a
        new _category_menu_tree_all_data() function to make this possible. TOC
        depth is now being honoured, and all paths of the tree are being traversed
        to the specified depth. _category_menu_tree_all_data() is a modification of
        menu_tree_all_data(), and it maintains its own cache (which is cleared when
        saving affected categories/containers).
      103c8899
  8. Jul 22, 2008
  9. Jul 21, 2008
  10. Jul 19, 2008