Skip to content
Snippets Groups Projects
  1. Mar 27, 2012
  2. Mar 26, 2012
  3. Mar 23, 2012
  4. Mar 22, 2012
  5. Mar 09, 2012
  6. Jan 26, 2012
  7. Oct 27, 2011
  8. Oct 09, 2011
  9. Oct 05, 2011
  10. Sep 23, 2011
  11. Aug 15, 2011
  12. Aug 02, 2011
  13. Aug 01, 2011
  14. Jul 25, 2011
  15. Jul 06, 2011
  16. Apr 30, 2011
  17. Apr 26, 2011
  18. Apr 20, 2011
  19. Mar 08, 2011
  20. Feb 25, 2011
  21. Feb 22, 2011
  22. Jan 30, 2011
  23. Jan 29, 2011
  24. Jan 28, 2011
  25. Jan 20, 2011
  26. Dec 26, 2010
    • Amitai Burstein's avatar
      Sync from github: · 359a26e5
      Amitai Burstein authored
      2910c554 list_number was renmaed to list_integer.
      d4b82e15 Check db_field_exists.
      0b135fc8 Fix wrong assertion of upgrade path -- all working now.
      fd15e942 Add a workaround to load entity classes, as for some reason they stopped
      451efcce Fix global roles not created on module install, and add a test assertion
      d99cf55b Remove redunent and unused class.
      4b52d514 EntiyDB calss is now called Entity.
      c1e48132 Remove un-needed files[] from .info
      f1a75918 Fix a failing test, as og_enabled() became to strict.
      55ce70a4 More codning standarts fixes on script.
      234cc7f8 Assert the OG6 scenario. there are still 2 fails, related to the resutls
      814cbd0e Add the scenario trascript to the script.
      3db2f8c0 Tests still don't pass, but upgrade happens, by not allowing to upgrade
      79a64d16 Had to enable comments and taxonomy module in D6 for the upgrade path to
      4177f1aa Disable OG moduel in D6.
      68e59e11 Add dblog module, as it doesn't work otherwise.
      96cd7b49 Add drupal-6 dump to be used in upgrade path tests.
      b8ce0114 Add missing scenario.
      e5c7d626 Fix coding standarts.
      68209eab Merge remote branch 'yakoub/master' into upgrade-test
      1988b3f2 follow up #1001376 by sven.lauer, Amitaibu: Added og_views_field_formatt
      d4725ba3 by yakkoub: Add script to generate D6 database with OG content.
      7.x-1.0-alpha1
      359a26e5
  27. Dec 15, 2010
    • Amitai Burstein's avatar
      Sync with github commits: · 32895bc4
      Amitai Burstein authored
      f09d7a26 Assert Xpath, and replace FIXME with TODO.
      650a4118 Remove todo, as issue solved in Entity API.
      f60a9db2 Fix typo in comment.
      ef53f27d #998246 by idiotprayer: Fixed Fix og_node_links() for content types.
      0aa3dc14 #975702 by sven.lauer, Amitaibu: Fixed 6.x to 7.x update hook gets executed on a fresh 7.x install.
      716b6bc8 Add todo for token support.
      7b83e3ce Remove check for token moudle.
      0ad8787d Replace D6 code with a todo.
      f9a7174a Merge branch 'master' of github.com:amitaibu/og
      4afe8e5a Prevent notices if data isn't passed to og_context_create_group().
      3ed67314 Fix wsod on upgrade path. The fact that we rename d6 tables required some workarounds to make sure the new schema is installed properly.
      4011bf87 First stab at adding script to generate OG6 content, to be able to test upgrade path.
      98350c4e Merge branch 'master' of github.com:amitaibu/og
      a0b9ee98 Fix failling tests as entity now has entity_feature. Also cleanup a bit variable names.
      f13a0979 Move field creation to hook_install.
      1e258968 #990634 Reported by DamienMcKenna: Changed Move og.module into main project directory.
      d3c179fb Merge branch 'master' of github.com:amitaibu/og
      281da6e0 #990626 by the greenman: Fixed og_field_widget_error() does not quite work.
      5d929d05 Revmove commented debug function.
      5a2519f8 Remove the form clone, as it's too paranoid.
      2f485b32 Fix field access doesn't handle field edit correctly.
      ea193a50 The node-link view was a bad idea, it's easier to get better results using Panels.
      e7676ca6 Add redirect back to original page in node-link.
      5cca2989 Remove hack, and see if we can get og_audience attached to views' dummy objects.
      1d8f5886 Field access was too stricted with non-members.
      4c558622 Add default view for og_node_link.
      23172d84 Fix WSOD in argument handler.
      66682d79 Remove obsolete define.
      46772cf4 First stab at Organic groups field group audience.
      fac74c58 Temporary fix for test until Entity API reset cache after save.
      5fc2c600 First stab at default access field tests -- still doesn't pass.
      be1e6db1 Fix tests, and fix operation form 'edit' to 'update'.
      9932adf6 First stab at og field access tests.
      fd1da2ec Remove TODOs from test comments.
      ea529d5e Prevent WSOD when permission name is wrong.
      d57372ce Replace 'display' with 'view modes', to crete instances correctly. Now tests really pass \!
      629dcfb3 Fix instance labels.
      8f352440 Simplefy og_create_field().
      97ab9743 Assert all groups were registered in {node_access}.
      b78fce9f Grant access when needed to *all* group IDs.
      4afb7fd6 Test "Strict private" variable enabled or disabled.
      b37956b5 Fix typo in comment.
      db95e5d1 Test group content access, one time when the group is set to be public, and one time private.
      81a53361 Add test - Group with access field and group content with different definition from the group.
      4896a1f4 Fix use of wrong field -- og-access tests now pass.
      8c8efdcf First stab at group content access tests.
      0153c135 Rebuild node access, so tests are now passing.
      d6219086 More work on fixing tests.
      38ffc4fc Unset our temporary property.
      82987f44 First stab at og-access tests. Tests still don't pass.
      8b27ddde Reported by the greenman - don't ignore strict private variable.
      0ea92b99 Fix translate group test.
      8df3351c First - none working- stab the node translate group test.
      d5ca5dc3 Document hook_og_invalidate_cache() -- which is used instead of an alter function.
      c66b7adf Fix og roles test, and add missing static cache to invalidate cache.
      f1f6e893 First stab at fixing role permissions tests.
      15423378 Assert user registration to new group.
      a3b85d82 Move comments to better place in test.
      b1cea8df Move comments to better place in test.
      f2be88ae Fix CRUD tests, that now pass.
      1c9d8082 Prevent notice in og_entity_label().
      9f8d4a27 Extend group field test. currently doesn't pass.
      ebfda114 Uncomment test.
      10e4dce2 First stab at overhaul of group crud tests.
      63ce0211 #967686 by Amitaibu: Fixed Fix OG update permission.
      13e6f490 REmove hardcoded group id.
      16365e3d Add group manager details.
      31321a9d Use listing API to show people in group.
      178a1a9f #911256 by the greenman: Fixed Adding user to a group fails.
      482fe40e Add one line comment to og_field_attach_form().
      cf73bd9d Simplefy code readbility by using terninary instead of if..else
      8454117d Use single function to invalidate cache.
      63b724e8 Update api files and create api.php file for og-context.
      9a7b3f9c Fix testing group delete.
      3b611d0c Fix WSOD for using wronf field name.
      5d64ed36 Use OO delete instead of procedural.
      d6da047c Use OO save instead of procedural.
      5f97d6c0 Add group-from-node relationship.
      308abd1a Add group id to list convert in CTools.
      ad087e08 Add 'is group/group content' CTools access plugin.
      8b0e5963 Add Plugin to provide access control based upon group's entity type.
      25458809 Comment out a view field change, and add todo.
      4c9df610 Use select list instead of radio buttons for fields.
      ce4949ff Fix wrong function names in og_ui test.
      7e5987f2 More fixes to test to prevent WSOD.
      f32a0540 Fix wsod in tests due to wrong module name.
      39d4aa43 Follow up - Rename tests name.
      6b308426 Rename tests name.
      f789b04d Add a missing break.
      35adbf52 Objects are passed by reference, so clone the .
      bbf05b0c Fix wrong function names and signatures in OG gid access.
      f8e42af0 Use group as object, not array.
      93159e74 Fix function names.
      8249d9c7 First stab at CTools arguments.
      7d22b1e8 First stab at adding group context.
      abf47aac First stab at adding CTools plugins.
      32895bc4
  28. Nov 17, 2010
  29. Nov 03, 2010
  30. Oct 06, 2010
  31. Oct 02, 2010
  32. Sep 01, 2010
Loading