Skip to content
Snippets Groups Projects
  1. Aug 18, 2017
  2. Aug 09, 2017
  3. Aug 08, 2017
  4. Aug 06, 2017
  5. Aug 01, 2017
  6. Jul 25, 2017
  7. Jul 24, 2017
  8. Jul 20, 2017
  9. Jul 13, 2017
    • totten's avatar
      debugging.md - Remove misleading link · 53291880
      totten authored
      The doc mentions the page "Administer => System Settings => Cleanup Caches and Update Paths" as a way to clear caches. This is half-true: it does clear `templates_c` and the `civicrm_cache` table, but there are other things that it doesn't touch. (Compare `CRM_Admin_form_Setting_UpdateConfigBackend::postProcess` with the `CRM_Core_Invoke::rebuildMenuAndCaches`.)
      
      IMHO, `UpdateConfigBackend::postProcess` should be patched to just do a general system flush (`civicrm_api3('System', 'flush', array())`) -- but (for now) the page is misleading and we shouldn't direct people there.
      53291880
  10. Jul 12, 2017
  11. Jul 05, 2017
  12. Jun 25, 2017
  13. Jun 24, 2017
    • Sean Madsen's avatar
      Re-organize PhpStorm testing docs · 9bf49f94
      Sean Madsen authored
      Move them into the dedicated page on PhpStorm. Why? Tim has expressed
      some concern about the potential difficulty (and slippery slope) of
      starting to maintain IDE-specific docs. I like the PhpStorm page, but I
      can see where he's coming from to a certain extent. As such, I think it
      will be a good compromise if we can keep all the IDE-specific stuff as
      consolidated as possible.
      9bf49f94
  14. Jun 23, 2017
  15. Jun 17, 2017
Loading