Opened at 2017-07-25T15:19:22Z
Closed at 2017-07-27T19:22:24Z
#2893 closed enhancement (fixed)
Refactor redundant `?t=json` handling code
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-web | Version: | 1.12.1 |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
A number of web resources re-implement the logic to notice a request for json-format output and select a different renderer implementation.
Refactor this to reduce duplication. This refactoring will make the change to add a json format for the welcome page (2476) simpler.
Change History (3)
comment:1 Changed at 2017-07-25T15:21:42Z by exarkun
- Keywords review-needed added
comment:2 Changed at 2017-07-25T16:07:52Z by exarkun
comment:3 Changed at 2017-07-27T19:22:24Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 0d278e3/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/429