summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/javascript.txt
AgeCommit message (Collapse)Author
2024-01-11Reorganized the Contributing to Django docs.Mark Walker
This work follows a comprehensive review conducted during the DjangoCon US 2023 sprints. Changes include: - Updated the title of the main page for better alignment with the content. - Removed emojis to enhance accessibility and avoid cultural specificity. - Improved the layout and navigation of contributing documentation. - Unified sections for communication channels and community links. - Grouped resources according to the Diátaxis systematic approach. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Daniele Procida <daniele@vurt.org>
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-03-10Changed some words to use inline markup.David Smith
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-04-22Made compress.py script use the official google-closure-compiler release.Jon Dufresne
The script previously used the PyPI package closure, which is slightly out of date and not maintained by Google. The JavaScript contribution docs and the compress.py script now runs the google-closure-compiler package in the recommended way. Google's documentation on usage and installation can be found at: https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage This also makes the usage simpler as the package now runs through npm's npx utility, which will automatically install google-closure-compiler to a per-user cache.
2020-04-20Refs #22463 -- Replaced JSHint with ESLint in contributing docs.Jignesh Kotadiya
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-12-18Fixed #28929 -- Corrected QUnit examples.weijunji
2017-05-03Fixed broken link to QUnit docs.Mariusz Felisiak
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-10-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-07-17Allowed installing closure with pip for admin JavaScript compression.Tim Graham
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig ↵Trey Hunner
and ESLint)