• 
      

    Add documentation on writing JavaScript extensions.

    Review Request #8524 — Created Nov. 5, 2016 and submitted

    Information

    Review Board
    release-2.5.x
    26c014d...

    Reviewers

    Something our Extending Review Board documentation has been missing for
    quite some time is a guide on how to write JavaScript extensions, and
    overviews of the (few) hooks we have available.
    
    This change introduces these guides, providing examples of the various
    ways that JavaScript extensions can be specified, configured, and
    written, along with things to watch out for when writing these.

    Built the docs and went through them, checking for errors, broken links,
    and bad code samples.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          docs/manual/extending/extensions/js-hooks/comment-dialog-hook.rst
          docs/manual/extending/extensions/js-extensions.rst
          docs/manual/extending/index.rst
          docs/manual/extending/extensions/js-hooks/review-dialog-hook.rst
          docs/manual/extending/extensions/js-hooks/index.rst
          docs/manual/extending/extensions/js-hooks/review-dialog-comment-hook.rst
      
      
      
      Tool: Pyflakes
      Ignored Files:
          docs/manual/extending/extensions/js-hooks/comment-dialog-hook.rst
          docs/manual/extending/extensions/js-extensions.rst
          docs/manual/extending/index.rst
          docs/manual/extending/extensions/js-hooks/review-dialog-hook.rst
          docs/manual/extending/extensions/js-hooks/index.rst
          docs/manual/extending/extensions/js-hooks/review-dialog-comment-hook.rst
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.5.x (8a0b84f)