Adding documentation for AdminWidgetHook

Review Request #6597 — Created Nov. 16, 2014 and submitted

justy777
Review Board
master
6573
f077343...
reviewboard, students

Provides documentation and sample code for the newly created AdminWidgetHook.



Description From Last Updated

How about "allows extensions to register new widgets for the administration dashboard."

daviddavid

Can you add the ugettext_lazy import to the list of imports so that _() is defined?

daviddavid

I think we're targetting this work for 2.1.

chipx86chipx86

Make sure the trailing whitespace is removed.

chipx86chipx86

No blank line here, since from the extension's point of view, reviewboard is a third-party module.

chipx86chipx86

Two blank lines.

chipx86chipx86
reviewbot
  1. Tool: Pyflakes
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
    
    Tool: PEP8 Style Checker
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
  2. 
      
david
  1. 
      
  2. How about "allows extensions to register new widgets for the administration dashboard."

  3. Can you add the ugettext_lazy import to the list of imports so that _() is defined?

  4. 
      
justy777
reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
    
    Tool: Pyflakes
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
  2. 
      
chipx86
  1. 
      
  2. I think we're targetting this work for 2.1.

  3. Make sure the trailing whitespace is removed.

  4. No blank line here, since from the extension's point of view, reviewboard is a third-party module.

  5. Two blank lines.

  6. 
      
justy777
reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
    
    Tool: Pyflakes
    Ignored Files:
        docs/manual/extending/extensions/hooks/index.rst
        docs/manual/extending/extensions/hooks/admin-widget-hook.rst
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
justy777
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (492a420)
Loading...