Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 12, 2017
  3. Jul 05, 2017
  4. Jun 25, 2017
  5. Jun 16, 2017
  6. Jun 14, 2017
  7. May 12, 2017
  8. Apr 20, 2017
  9. Mar 30, 2017
  10. Jan 18, 2017
    • totten's avatar
      Update debugging.md · bd6f9399
      totten authored
       * Cleanup syntax of `define()`s. Add another.
       * Add `angularDebug=1` / `crm-ui-debug`.
       * Add more ways to clear the cache.
       * Consolidate discussions of xdebug (for all other/undocumented/external)
      bd6f9399
  11. Jan 14, 2017
  12. Jan 13, 2017
Loading