Skip to content
  1. Feb 25, 2011
  2. Oct 03, 2010
  3. Sep 19, 2010
    • Frodo Looijaard's avatar
      Make it possible to display more than one editview at once. · 061fd92a
      Frodo Looijaard authored
      Resolve a bug which nested divs after submitting changes
      
      There were several things which made displaying more than one editview in
      one page buggy up until now:
        * id's were used that were not unique across editviews
        * Due to this, the submit URL was not picked up properly
        * Due to this, messages might appear at unexpected places
      
      After submitting a change through AJAX calls, you got one more level of
      divs for this form. Though you did not really see this in your browser,
      with these new changes this led to trouble.
      061fd92a
  4. Sep 12, 2010
    • Frodo Looijaard's avatar
      Make the determination of the type of view currently displayed stronger. · ee52865e
      Frodo Looijaard authored
      This solves problems where, especially for a block editview, you would
      suddenly lose the commit/delete buttons after changing a row.
      
      This works as follows:
        * The URL the Javascript posts to now ends on the editview type
          (instead of ending on /editview_submit it now ends on
           editview_submit_editview_compressed or editview_submit_editview_table)
        * In hook_menu, both URLs map to the same function editview_render_node,
          but it gets an argument to determine the view type
        * editview_node gets a third optional argument, again with the view type
        * If the view is reloaded after a post, the type property is not set.
          We set it by hand from this additional argument.
        * The old code fragment which fudged the type property is removed, as
          this made some assumptions that did not work out
      ee52865e
  5. Aug 29, 2010
  6. Aug 23, 2010
  7. Aug 16, 2010
  8. May 06, 2009
  9. Nov 25, 2008
  10. Jan 29, 2008
  11. Jun 18, 2007
  12. Feb 20, 2007
  13. Nov 27, 2006
  14. Nov 02, 2006
  15. Oct 30, 2006