Skip to content
  1. Nov 03, 2008
  2. Sep 22, 2008
  3. Jul 31, 2008
  4. Jul 02, 2008
  5. Jun 23, 2008
  6. May 27, 2008
  7. May 21, 2008
  8. May 05, 2008
  9. Apr 25, 2008
  10. Apr 23, 2008
  11. Apr 22, 2008
  12. Apr 21, 2008
  13. Apr 20, 2008
    • Moshe Weitzman's avatar
      #157140 by moshe weitzman. major patch to let site admin specify which content... · 8df5259b
      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.
      8df5259b
  14. Apr 16, 2008
  15. Mar 19, 2008
  16. Mar 14, 2008
  17. Mar 02, 2008
  18. Feb 28, 2008
  19. Feb 26, 2008
  20. Jan 04, 2008
  21. Oct 15, 2007
  22. Jul 03, 2007
    • Moshe Weitzman's avatar
      a few unrelated changes. sorry - i was offline and unable to commit as i went. · 8b179ddd
      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.
      8b179ddd
  23. Feb 28, 2007
  24. Dec 06, 2006
  25. Nov 17, 2006
  26. Nov 15, 2006
  27. Oct 30, 2006
    • Moshe Weitzman's avatar
      major commit. group home page is now powered by a View (as in Views.module).... · a48ef886
      Moshe Weitzman authored
      major commit. group home page is now powered by a View (as in Views.module). Views and Views_RSS modules are now required. A 'river of news' View is included, but 'Group by Content Type' is not (yet). Admins can now make own View to customize to taste. Soon, a group manager will choose own View ... No database change, so little risk in trying this out.
      a48ef886
  28. Sep 27, 2006
  29. Jun 18, 2006
  30. Jun 16, 2006
  31. May 17, 2006
  32. Apr 19, 2006
  33. Apr 17, 2006
  34. Apr 15, 2006
  35. Mar 28, 2006
  36. Mar 01, 2006
  37. Dec 07, 2005
  38. Jun 27, 2005
    • Moshe Weitzman's avatar
      - added a 'new groups' block. this block and the subscribers block are now... · 81013a75
      Moshe Weitzman authored
      - added a 'new groups' block. this block and the subscribers block are now configurable as to the max number of items that they display.
      - added 'my groups' block
      
      each group may now decide if it wants to be listed on the 'list of groups' page and block. this commit added the 'directory' column to the og table. you will need to re-save your groups or run a SQL statement to set this field to 0 if you want hidden groups. a byproduct of this change is that all group home pages are now accessible (as they once were). The content on those pages is shown/hidden according to your 'visibility' settings. once again, you might want to re-save existing groups which were INVITE ONLY. that will make their home pages accessible to non-subscribers.
      
      changed 'register' field to a checkbox on aadmin/settings/og page
      
      fix: groups which don't choose otherwise follow any change in site default theme
      81013a75
  39. Jun 10, 2005