Skip to content
  1. Jul 29, 2008
  2. Jul 28, 2008
  3. Jul 19, 2008
  4. Jul 18, 2008
    • Sam Boyer's avatar
      Critical fix to plugin handling: client modules adding certain plugin types... · d16bbb89
      Sam Boyer authored
      Critical fix to plugin handling: client modules adding certain plugin types via the panels_include_directory() method were only half functioning.
      
      Due to a foolish way of handling the module name in the first-round implementation of panels_include_directory(), module name information was not being properly recorded in plugins that needed it (layout plugins, esp.). The method of handling module name strings has been changed to resolve this problem.
      d16bbb89
  5. Jul 14, 2008
  6. Jul 11, 2008
  7. Jul 09, 2008
  8. Jul 08, 2008
  9. Jun 18, 2008
  10. Jun 13, 2008
  11. Jun 05, 2008
  12. Jun 03, 2008
  13. Jun 02, 2008
  14. May 31, 2008
  15. May 30, 2008
  16. May 27, 2008
  17. May 25, 2008
  18. May 24, 2008
  19. May 23, 2008
  20. May 19, 2008
    • Sam Boyer's avatar
      forgot to finish updating the name changes on panels_allowed_layouts to... · 9651f93e
      Sam Boyer authored
      forgot to finish updating the name changes on panels_allowed_layouts to display_edit.inc; also, inadvertently left a static command intended purely for debugging panels_allowed_layouts when it was first committed.
      9651f93e
    • Sam Boyer's avatar
      panels_pane_access() is now the primary handler for the overall panels pane... · 00c91dac
      Sam Boyer authored
      panels_pane_access() is now the primary handler for the overall panels pane access logic. Depending on settings in the $display object and the content_type of the pane being checked, panels_pane_access() now  may or may not check $display->pane->access, any visibility check callbacks defined by the content type, and can use (what amounts to, but is not exactly) AND or OR logic in evaluating these.
      00c91dac
  21. May 18, 2008
    • Sam Boyer's avatar
      MASSIVE update. Updated, rewrote, and pretty thoroughly debugged the entire... · 32f9ff27
      Sam Boyer authored
      MASSIVE update. Updated, rewrote, and pretty thoroughly debugged the entire add/edit pane config system. Also made the system capable of handling the new expansions to content_type definitions. Numerous other small related changes as well, too many to describe here. Worth noting is that, for the moment, all rendering of pane content previews in the display edit form is disabled; it's a bad idea in the first place, but I was also running into too many infinite recursion errors.
      32f9ff27
    • Sam Boyer's avatar
      Bug in panels_display_edit()* fixed: comma-delimited imploded pane pid arrays... · aed58987
      Sam Boyer authored
      Bug in panels_display_edit()* fixed: comma-delimited imploded pane pid arrays were coming through to the submit handler with extra commas and causing E_STRICT warnings; source of the problem was storing them  a 'hidden' FAPI field instead of a 'value' field; evidently the former is run through some sort of filter (why? it's HIDDEN!). Remainder is mostly doxy updates, plus a few notes about deprecated functions to be removed.
      aed58987
    • Sam Boyer's avatar
      Changes to new show/hide pane buttons to accomodate using two images instead... · 05fb0b7d
      Sam Boyer authored
      Changes to new show/hide pane buttons to accomodate using two images instead of one; also chose a clear way of handling the nomenclature. Remainder of changes are small doxy updates.
      05fb0b7d