- Aug 07, 2017
-
-
eileen authored
We have a template for how to fix core files to support this hook properly. This commit points people to it.
-
- Aug 03, 2017
-
-
Sean Madsen authored
-
Sean Madsen authored
I tried using this code with the short name and it didn't work. When I changed my code to use my extension's long name, it worked.
-
Sean Madsen authored
-
Sean Madsen authored
- Add function signature - Better markdown formatting - Improve readbility of example code
-
- Aug 01, 2017
- Jul 31, 2017
-
-
Sean Madsen authored
The paragraph between the "Summary" heading and the next heading needs to be short because we use this paragraph when generating the hooks summary page.
-
- Jul 28, 2017
-
-
AllenShaw authored
-
- Jul 25, 2017
-
-
totten authored
-
totten authored
-
totten authored
To document the changes in CRM-20926, we need some kind of doc about the XML menu structure... which doesn't seem to exist. This change fixes some quirks in the `h_c_xmlMenu` doc and also adds a section for the XML. This revision is not exhausive, but it covers some common ones, and it's enough that we can add-in more.
-
totten authored
-
- Jul 12, 2017
-
-
ginkgofjg authored
-
- Jul 05, 2017
-
-
Sean Madsen authored
Run the following command to do so: ./bin/hook-summary.py
-
ginkgofjg authored
-
- Jul 03, 2017
-
-
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."
-
ginkgofjg authored
-
ginkgofjg authored
Removed scary warning that only applies to a single point release.
-
- Jun 30, 2017
-
-
Sean Madsen authored
- Now includes for hook_civicrm_inboundSMS
-
Sean Madsen authored
-
Seamus Lee authored
-
mickadoo authored
-
- Jun 28, 2017
-
-
Seamus Lee authored
-
- Jun 26, 2017
-
-
Sean Madsen authored
-
Sean Madsen authored
Done with: ./bin/tools generate:hook-list
-
Sean Madsen authored
- Keep the summary short - Use a separate "Notes" section for overflow
-
Sean Madsen authored
-
- Jun 25, 2017
-
-
Sean Madsen authored
-
Sean Madsen authored
This way MkDocs will be able to report errors for broken links Done with: perl -0777 -i -pe \ 's@(?<!!)\[([^\]]*)\]\((?!https?://)(?!mailto:)(/(?:(?:(?:/(?![\)#]))|[^/)#])(?!.md))+)/?(#[^)]*)?\)@[$1]($2.md$3)@gm' \ `find . -name '*.md'`
-
- Jun 24, 2017
-
-
Sean Madsen authored
-
- Jun 20, 2017
- Jun 17, 2017
-
-
Sean Madsen authored
-
Ron Painter authored
Made minor formatting changes to improve appearance of rendered file.
-
- Jun 15, 2017
-
-
Sean Madsen authored
* They have been moved to the CiviRules Guide: https://docs.civicrm.org/civirules/en/latest/ * Close #183
-
- Jun 14, 2017
-
-
Sean Madsen authored
Close #86
-
- Jun 13, 2017
-
-
kainuk authored
-
- May 31, 2017
-
-
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)`).
-
totten authored
-