Modify ↓
Opened 13 years ago
Closed 5 years ago
#10731 closed task (fixed)
Templates don't follow common naming convention
| Reported by: | Ryan J Ollos | Owned by: | Cinc-th |
|---|---|---|---|
| Priority: | normal | Component: | PeerReviewPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Olemis Lang | Trac Release: |
Description
The templates don't follow the common naming convention for Trac templates, which appears to be derived from the PEP8 naming convention for modules. The template names should be all lower case, with underscores allowed.
Attachments (0)
Change History (7)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 10 years ago by
| Owner: | changed from Ryan J Ollos to Cinc-th |
|---|
Note: See
TracTickets for help on using
tickets.



For example, rename
peerReviewBrowser.html->peer_review_browser.html(orpr_browseror whatever, as long as a consistent convention is used).