[WIP] "Ship-It!" Ships Ascii Art Extension

Review Request #3665 — Created Dec. 13, 2012 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

A Review Board Extension that allows modification to the
default "Ship-It!" message when publishing a review via
the "Ship It!" button.

The modifications to original "Ship-It!" text can be anything,
as demonstrated by the ship ascii art currently included by
the extension.

TODO:
- To set up the configurable page
- Move the files out of /reviewboard/ to the appropriate
  extensions folder
- Trim out unnecessary stuff
- Possibly allow ascii art to be defined elsewhere?

(Note that while this is still WIP - you can download the diff
 and apply it to try it out!)
Manually tested with different ascii art patterns
shipit_ascii_art_extension/setup.py
shipit_ascii_art_extension/shipit_ascii_art_extension/admin_urls.py
shipit_ascii_art_extension/shipit_ascii_art_extension/asciiart.py
shipit_ascii_art_extension/shipit_ascii_art_extension/extension.py
shipit_ascii_art_extension/shipit_ascii_art_extension/handlers.py
shipit_ascii_art_extension/shipit_ascii_art_extension/urls.py
shipit_ascii_art_extension/shipit_ascii_art_extension/views.py
shipit_ascii_art_extension/shipit_ascii_art_extension/templates/shipit_ascii_art_extension/configure.html
shipit_ascii_art_extension/shipit_ascii_art_extension/templates/shipit_ascii_art_extension/dashboard.html
Loading...