summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin/javascript.txt
AgeCommit message (Collapse)Author
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵Jon Dufresne
<script> tags.
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2016-10-04Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
This allows setting a Content-Security-Policy HTTP header (refs #15727). Special thanks to blighj, the original author of this patch.
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez