CHANGELOG.txt 1.3 KB

123456789101112131415161718192021222324252627
  1. 7.x-1.0-beta1
  2. ==============
  3. - #1312596 by Rob Loach: Clean up the module file structure.
  4. - #1307312 by Rob Loach: Remove troubleshooting interface as we now have tests.
  5. - #1230284 by zhgenti, David_Rothstein | dboulet: Use form_load_include()
  6. instead of module_load_include() to fix form submits.
  7. - #1306780 by David_Rothstein: Private fields should allow administrators view
  8. access.
  9. - #1298966 by David_Rothstein: Fix static caching in tests.
  10. - #1298966 by Gabor Hojtsy: Initial tests.
  11. - #1279712 by David_Rothstein, Jeff Noyes, Stellina McKinney, Gabor Hojtsy:
  12. Revamp Field Permissions user interface to make it more intuitive.
  13. - #1141330 by David_Rothstein: Fix Field Permissions support with Views.
  14. - #1073284 by joelstein, Rob Loach: Administrator permissions for new fields.
  15. 7.x-1.0-alpha1
  16. ==============
  17. - #1063162 by jide, Rob Loach: Field Permissions not accessible for some fields.
  18. - #965110 by Danic: Move Field Permissions UI to Reports.
  19. - #965094 by Danic, Rob Loach: Group Title and Description in modules page.
  20. - #1043522 by erikwebb: Permissions administration link wrong on Edit Field page.
  21. - Small documentation changes.
  22. - Added support for create field permission.
  23. - Every permission type can be enabled independently.
  24. - Sync code base from 6.x-1.0 release.
  25. - Fix node revisions table name.