- Mar 31, 2018
-
-
Michael McAndrew authored
Add health warning about running Docker on OSX
-
- Mar 27, 2018
- Mar 26, 2018
-
-
totten authored
This is a significant revision of the PHPUnit documentation. This specifically: * Adds concrete examples of writing tests in various styles (`CiviUnitTestCase`, `CiviEndToEndTestCase`, `civix`) * Adds reference documentation for classes/traits/interfaces provided by Civi's test library * Imports key information from Testapalooza docs (#389)
-
totten authored
-
Sean Madsen authored
Corrected civix generate:custom-xml
-
andrewpthompson authored
Changed `civix generate:custom-data` to `civix generate:custom-xml` as the former is incorrect. Also corrected grammar in subheading "Extending a subtype".
-
- Mar 25, 2018
- Mar 24, 2018
-
-
Sean Madsen authored
Remove bold from headers
-
ayduns authored
-
Sean Madsen authored
Update the list of Pre and Post EntityTypes after doing…
-
Seamus Lee authored
Example link for searlization change
-
Seamus Lee authored
-
Seamus Lee authored
Add to change log re any entity custom field & serialisation metadata
-
Seamus Lee authored
-
Seamus Lee authored
toosl/git.md - Describe base branches in more detail
-
Seamus Lee authored
-
totten authored
There are usually a few branches to choose from when picking a base-branch. This breaks out a table to differentiate them.
-
- Mar 23, 2018
-
-
Seamus Lee authored
Add serialize to schema
-
Seamus Lee authored
-
Seamus Lee authored
-
eileen authored
-
Seamus Lee authored
-
eileen authored
-
Seamus Lee authored
Refer to example of good way to add pre/post hooks to core
-
Seamus Lee authored
Include Survey in the list of pre and post entities and alpha sort the post entities like the pre entities
-
Sean Madsen authored
Update style-guide.md
-
- Mar 22, 2018
-
-
Aidan Saunders authored
-
totten authored
We really don't need such an exhaustive list of examples in this context. That material is better handled in the User Guide, which is hyperlinked. All we need to do is demonstrate the basic idea of a token.
-
totten authored
-
totten authored
-
Sean Madsen authored
tools/jenkins.md - Add tips for reviewing console output
-
Sean Madsen authored
-
- Mar 21, 2018
-
-
totten authored
These documents are misleading -- they talk about CiviMail because, *historically*, much of this grew out of CiviMail. However, *today*, tokens are used more generally. Also, in `civicrm-core`, `TokenProcessor` is *not* used by CiviMail. (You have to install FlexMailer to use it.)
-
totten authored
The old section signal a few things: 1. "CiviMail design needs to handle HTML/Text" - but this can be more concisely stated as part of he requirements summary. Added a blurb there. 2. "The `{action.unsubscribe}` is used differently in each context" - but this is better explained as part of the *User Guide* for CiviMail. Arguably, in the context of CiviMail developer docs, we should also signal "How to manage token content with text-vs-html", but this section doesn't actually do that, and that's already signalled in the examples of extending the token system.
-