Skip to content
Snippets Groups Projects
  1. Jun 15, 2017
    • dvhirst's avatar
      Revise for Legacy OS - Docker Toolbox · 54e57f70
      dvhirst authored
      Identify two environments:  Docker for Windows / Mac / Linux and Legacy
      OS (Windows 7, 8.1, 10 Home Premium).  Provide docker run commeands for
      each environment.
      54e57f70
  2. Jun 14, 2017
  3. Jun 13, 2017
  4. Jun 12, 2017
  5. Jun 07, 2017
  6. May 31, 2017
    • totten's avatar
      hook_civicrm_* - Fix various parameter names · 316fc894
      totten authored
      This updates the docs to ensure that hook parameters exactly match the names
      in the code.
      
      Prior to 4.7.19, the names of hook-parameters didn't really matter (as long
      as they were in the right order).  In 4.7.19, the names took on extra
      significance because Symfony-based listeners use objects and fields (e.g.
      `$event->firstParam`) instead of ordered params (`function($firstParam)`).
      316fc894
    • totten's avatar
      symfony.md - More copy-edits · 081e0b15
      totten authored
      081e0b15
  7. May 30, 2017
  8. May 26, 2017
  9. May 25, 2017
  10. May 15, 2017
  11. May 13, 2017
  12. May 12, 2017
  13. May 11, 2017
  14. May 10, 2017
  15. May 03, 2017
  16. Apr 29, 2017
  17. Apr 27, 2017
  18. Apr 26, 2017
  19. Apr 25, 2017
    • totten's avatar
      filesystem.md - Document programmatic lookup · e93e94b3
      totten authored
      I've seen a incidents where an extension developer tries to hardcode paths
      (based on their knowledge/understanding of the file-structure).  This is
      usually a bad idea, so I'd like to expose the programmatic way as part of
      the docs.
      e93e94b3
Loading