Skip to content
  1. May 26, 2008
  2. May 08, 2008
  3. May 05, 2008
  4. Apr 23, 2008
  5. Apr 20, 2008
    • Moshe Weitzman's avatar
      #157140 by moshe weitzman. major patch to let site admin specify which content... · de475380
      Moshe Weitzman authored
      #157140 by moshe weitzman. major patch to let site admin specify which content types should act like a wiki (i.e. any group member may edit). See the new 'content types' fieldset on the admin/og/og page ... Requires a visit to update.php which will rebuild your node access table. I have a little code shuffling to do still so you might want to wait until next commit before trying this. Also implements #111836 which changed how we do node access grants.
      de475380
  6. Apr 12, 2008
  7. Mar 30, 2008
  8. Mar 09, 2008
  9. Mar 06, 2008
  10. Mar 02, 2008
  11. Feb 28, 2008
  12. Jan 04, 2008
  13. Dec 28, 2007
  14. Dec 02, 2007
  15. Oct 12, 2007
  16. Oct 02, 2007
  17. Sep 28, 2007
  18. Sep 27, 2007
  19. Sep 13, 2007
  20. Sep 06, 2007
  21. Sep 04, 2007
  22. Aug 09, 2007
  23. Aug 02, 2007
    • Moshe Weitzman's avatar
      major enhancements to views integration. 'posts in specified group' filter and... · 04898388
      Moshe Weitzman authored
      major enhancements to views integration. 'posts in specified group' filter and the analogous argument now accept strings like 3,4,7 and 3+4+7. like taxonomy urls, this elects posts that are in all those groups are any of those groups. also added a filter and an argument which accept substrings on group titles so you can see all nodes belonging to groups with the word 'marketing' in them. this fulfills some of the needs for subgroups.
      04898388
  24. Aug 01, 2007
  25. Jul 03, 2007
    • Moshe Weitzman's avatar
      several unrelated commits. sorry about that. i was offline and unable to commit while developing. · 2bfffab6
      Moshe Weitzman authored
      defer sending of notification emails until cron time. this speeds up posting for big groups with lots of email subscribers. the job_queue module is required for this feature. if not present, notifications are sent in real time (just like before this change).
      
      remove 'website' as a field for groups. in order to get this back, add 'website' to your node type(s) that behave as groups. i left the website field in the og table. sites that want to preserve this data need to migrate it to their new field.
      
      added an og_requirements() which gently warns if og access control is disabled and if job_queue.module is disabled.
      2bfffab6
  26. Jun 23, 2007
  27. May 23, 2007
  28. Apr 26, 2007
  29. Mar 26, 2007
  30. Mar 25, 2007
    • Moshe Weitzman's avatar
      significant Views improvements. · 23c6686e
      Moshe Weitzman authored
      - New filter which restricts nodes to the current group (picg). Useful for group specific block Views
      - Add Summary handling to OG: group nid argument
      - Set group context automatically when using the og provided arguments and filters. You no longer need to do this in PHP arg handling
      
      2 minor bug fixes
      - improve opml generating
      - avoid outputting help text when $section is NULL in hook_help()
      23c6686e
  31. Mar 20, 2007
  32. Feb 22, 2007