Skip to content
  1. Jan 11, 2012
  2. Dec 04, 2011
  3. Nov 25, 2011
  4. Oct 04, 2011
  5. Sep 30, 2011
  6. Sep 20, 2011
  7. Sep 19, 2011
  8. Jun 23, 2011
  9. Apr 18, 2011
  10. Apr 17, 2011
  11. Feb 27, 2011
  12. Feb 25, 2011
  13. Feb 06, 2011
  14. Dec 25, 2010
  15. Dec 18, 2010
  16. Dec 05, 2010
  17. Nov 14, 2010
  18. Nov 11, 2010
  19. Nov 01, 2010
    • Marco Villegas's avatar
      bug #890404 by Agileware, marvil07: Avoid array_merge_recursive() on... · 508ce350
      Marco Villegas authored
      bug #890404 by Agileware, marvil07: Avoid array_merge_recursive() on hook_votingapi_results_alter() function.
      
      New aggregation functions for votingapi cache table were assuming there
      will be only one tag, that's now fixed.
      
      In the onthe side, we are now avoiding use array_merge_recursive() and
      instead, add the values directly to the $cache array
      fix aggregation functions for positives/negatives so they calculate all tags results instead of only one tag result
      
      This patch also move the logic again to the
      hook_votingapi_results_alter() function.
      508ce350
  20. Oct 23, 2010
  21. Oct 22, 2010
  22. Aug 18, 2010
  23. Aug 09, 2010
  24. Aug 02, 2010
  25. Jul 25, 2010
  26. Jul 24, 2010
  27. Jul 03, 2010
  28. Jul 02, 2010
  29. Jun 29, 2010
    • Marco Villegas's avatar
      feature #660258 by marvil07, franz, dixon_: Expose widgets as views fields. · 982dd003
      Marco Villegas authored
      This add support for the three vud_* submodules in the following way:
      
      - vud_node: let you add a vud_node widget on a node view showing one
                  widget per row.
      - vud_comment: let you add a vud_comment widget on a comment view showing
                     one widget per row.
      - vud_term: let you add vud_term widgets on a node view showing one
                  vud_term table per row. this is because vud_term vote tag
                  depend on one nid.
      6.x-2.0-beta2
      982dd003
    • Marco Villegas's avatar
      task #821048 by marvil07: Make widgets easy to theme. · 6ae1673e
      Marco Villegas authored
      - update vud_widget arguments on hook_theme().
      - we do not have standard theme overwrite so, generalizing a pseudo
        theming function for widgets and votes: vud_pseudo_theming(), to reuse
        it on both proxy functions. We do that in this way:
        - let modules modify variables passed to the template
        - and then provide template suggestions by hand. so, stop providing
          function suggestions at theme calls, now we are using a mimic of
          template suggestions. we are not using direct theme templates because
          is not possible to decide dinamically the path where the template is
          located(in contrast with function names and template names).
        - for this change create and implement hook_template_suggestions() on vud_* modules
      - no more need to use implement hook_theme() on vud_* modules.
      - fix: define vud_votes theme hook once at vud.theme.inc
      - remove vud_theme_functions() an update theme calls accordingly
      - document all this changes!
      6ae1673e