- Jul 13, 2017
-
-
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.
-
- Jul 12, 2017
-
-
Sean Madsen authored
Developer Community - Add registration links & instructions
-
hollyhanks authored
-
Sean Madsen authored
Corrected hook definition.
-
ginkgofjg authored
-
Sean Madsen authored
Improve instructions for MySQL query logging
-
Sean Madsen authored
-
- Jul 08, 2017
-
-
Sean Madsen authored
civibuild.md - Split settings section. Add civibuild.conf.
-
Sean Madsen authored
Add link page on PR reviewing
-
- Jul 05, 2017
-
-
Sean Madsen authored
- Add details about how to do query logging to a table instead of a file. - Put instructions into steps in chronological order.
-
totten authored
We don't really need the two bulleted lists: * In context, the previous section should give hints about what this means. * If the context isn't clear enough, then the links provide more concrete description.
-
totten authored
-
totten authored
1. The title for section `civicrm.settings.php; settings.php; wp-config.php` is very long. Split the section -- a longer one which discusses `civicrm.settings.php` in more depth, and a shorter which discusses similar files briefly. 2. Add a section for `civibuild.conf`.
-
totten authored
-
Sean Madsen authored
Strict markdown standards for internal hyperlink URLs
-
Sean Madsen authored
Fixed misnamed hook
-
Sean Madsen authored
-
Sean Madsen authored
Run the following command to do so: ./bin/hook-summary.py
-
Sean Madsen authored
-
ginkgofjg authored
-
- Jul 03, 2017
-
-
Sean Madsen authored
Updated Joomla-specific notes.
-
ginkgofjg authored
Updated to reflect that a fix has been merged. Moved warning to the top where it is more likely to be useful. Also, seems more appropriate as a "note" than a "convention" or "tip."
-
Sean Madsen authored
Fixed funky formatting
-
ginkgofjg authored
-
Sean Madsen authored
Remove scary warning
-
ginkgofjg authored
Removed scary warning that only applies to a single point release.
-
- Jul 02, 2017
-
-
Sean Madsen authored
WIP: Add testing documentation
-
Sean Madsen authored
-
Sean Madsen authored
-
- Jul 01, 2017
-
-
Sean Madsen authored
Two recent SE questions have made me think that readers are missing this key set of installing CiviCRM with civibuild (instead of with the normal installation steps). I've added clarification here which I hope will prevent future users from stumbling on this step. ref: https://civicrm.stackexchange.com/questions/19294/how-to-create-entity-in-civicrm https://civicrm.stackexchange.com/questions/19194/unable-to-locate-folder-xml-under-the-civicrm-root-directory
-
- Jun 30, 2017
-
-
Sean Madsen authored
- Now includes for hook_civicrm_inboundSMS
-
Sean Madsen authored
CRM-20238 - Add documentation for hook_civicrm_inboundSMS
-
Sean Madsen authored
-
Effy Elden authored
Update inboundSMS Documenation as per updated CiviCRM Core PR #10347
-
Sean Madsen authored
Python script for hooks summary
-
Seamus Lee authored
-
mickadoo authored
-
mickadoo authored
-
- Jun 28, 2017
-
-
Seamus Lee authored
-
- Jun 27, 2017
-
-
Sean Madsen authored
Basics: File System -- Add section on composer, bower, packages
-